@aws-sdk/client-networkmanager 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var NetworkManagerServiceException = require('./models/NetworkManagerServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,2656 +113,6 @@ class NetworkManagerClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class NetworkManagerServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, NetworkManagerServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends NetworkManagerServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class ConflictException extends NetworkManagerServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- Message;
138
- ResourceId;
139
- ResourceType;
140
- constructor(opts) {
141
- super({
142
- name: "ConflictException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ConflictException.prototype);
147
- this.Message = opts.Message;
148
- this.ResourceId = opts.ResourceId;
149
- this.ResourceType = opts.ResourceType;
150
- }
151
- }
152
- class InternalServerException extends NetworkManagerServiceException {
153
- name = "InternalServerException";
154
- $fault = "server";
155
- Message;
156
- RetryAfterSeconds;
157
- constructor(opts) {
158
- super({
159
- name: "InternalServerException",
160
- $fault: "server",
161
- ...opts,
162
- });
163
- Object.setPrototypeOf(this, InternalServerException.prototype);
164
- this.Message = opts.Message;
165
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
166
- }
167
- }
168
- class ResourceNotFoundException extends NetworkManagerServiceException {
169
- name = "ResourceNotFoundException";
170
- $fault = "client";
171
- Message;
172
- ResourceId;
173
- ResourceType;
174
- Context;
175
- constructor(opts) {
176
- super({
177
- name: "ResourceNotFoundException",
178
- $fault: "client",
179
- ...opts,
180
- });
181
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
182
- this.Message = opts.Message;
183
- this.ResourceId = opts.ResourceId;
184
- this.ResourceType = opts.ResourceType;
185
- this.Context = opts.Context;
186
- }
187
- }
188
- class ThrottlingException extends NetworkManagerServiceException {
189
- name = "ThrottlingException";
190
- $fault = "client";
191
- Message;
192
- RetryAfterSeconds;
193
- constructor(opts) {
194
- super({
195
- name: "ThrottlingException",
196
- $fault: "client",
197
- ...opts,
198
- });
199
- Object.setPrototypeOf(this, ThrottlingException.prototype);
200
- this.Message = opts.Message;
201
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
202
- }
203
- }
204
- class ValidationException extends NetworkManagerServiceException {
205
- name = "ValidationException";
206
- $fault = "client";
207
- Message;
208
- Reason;
209
- Fields;
210
- constructor(opts) {
211
- super({
212
- name: "ValidationException",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- Object.setPrototypeOf(this, ValidationException.prototype);
217
- this.Message = opts.Message;
218
- this.Reason = opts.Reason;
219
- this.Fields = opts.Fields;
220
- }
221
- }
222
- class ServiceQuotaExceededException extends NetworkManagerServiceException {
223
- name = "ServiceQuotaExceededException";
224
- $fault = "client";
225
- Message;
226
- ResourceId;
227
- ResourceType;
228
- LimitCode;
229
- ServiceCode;
230
- constructor(opts) {
231
- super({
232
- name: "ServiceQuotaExceededException",
233
- $fault: "client",
234
- ...opts,
235
- });
236
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
237
- this.Message = opts.Message;
238
- this.ResourceId = opts.ResourceId;
239
- this.ResourceType = opts.ResourceType;
240
- this.LimitCode = opts.LimitCode;
241
- this.ServiceCode = opts.ServiceCode;
242
- }
243
- }
244
- class CoreNetworkPolicyException extends NetworkManagerServiceException {
245
- name = "CoreNetworkPolicyException";
246
- $fault = "client";
247
- Message;
248
- Errors;
249
- constructor(opts) {
250
- super({
251
- name: "CoreNetworkPolicyException",
252
- $fault: "client",
253
- ...opts,
254
- });
255
- Object.setPrototypeOf(this, CoreNetworkPolicyException.prototype);
256
- this.Message = opts.Message;
257
- this.Errors = opts.Errors;
258
- }
259
- }
260
-
261
- const _A = "Attachment";
262
- const _AA = "AcceptAttachment";
263
- const _AAR = "AcceptAttachmentRequest";
264
- const _AARc = "AcceptAttachmentResponse";
265
- const _ACG = "AssociateCustomerGateway";
266
- const _ACGR = "AssociateCustomerGatewayRequest";
267
- const _ACGRs = "AssociateCustomerGatewayResponse";
268
- const _ACP = "AssociateConnectPeer";
269
- const _ACPR = "AssociateConnectPeerRequest";
270
- const _ACPRs = "AssociateConnectPeerResponse";
271
- const _ADE = "AccessDeniedException";
272
- const _AE = "AttachmentError";
273
- const _AEL = "AttachmentErrorList";
274
- const _AI = "AttachmentId";
275
- const _AIc = "AccountId";
276
- const _AL = "AttachmentList";
277
- const _ALR = "AssociateLinkRequest";
278
- const _ALRs = "AssociateLinkResponse";
279
- const _ALs = "AssociateLink";
280
- const _AMS = "ApplianceModeSupport";
281
- const _AP = "AsPath";
282
- const _APRN = "AttachmentPolicyRuleNumber";
283
- const _AR = "AwsRegion";
284
- const _ARP = "AssociatedRoutingPolicies";
285
- const _ARPA = "AttachmentRoutingPolicyAssociations";
286
- const _ARPAL = "AttachmentRoutingPolicyAssociationsList";
287
- const _ARPAS = "AttachmentRoutingPolicyAssociationSummary";
288
- const _AS = "AccountStatus";
289
- const _ASA = "AddSubnetArns";
290
- const _ASL = "AccountStatusList";
291
- const _AT = "AttachmentType";
292
- const _ATGCP = "AssociateTransitGatewayConnectPeer";
293
- const _ATGCPR = "AssociateTransitGatewayConnectPeerRequest";
294
- const _ATGCPRs = "AssociateTransitGatewayConnectPeerResponse";
295
- const _AWSL = "AWSLocation";
296
- const _Ac = "Action";
297
- const _Ad = "Address";
298
- const _Al = "Alias";
299
- const _As = "Asn";
300
- const _At = "Attachments";
301
- const _B = "Bandwidth";
302
- const _BC = "BgpConfigurations";
303
- const _BO = "BgpOptions";
304
- const _C = "Code";
305
- const _CA = "CreatedAt";
306
- const _CAI = "ConnectAttachmentId";
307
- const _CAO = "ConnectAttachmentOptions";
308
- const _CAo = "ConnectAttachment";
309
- const _CAon = "ConnectionArn";
310
- const _CC = "CreateConnection";
311
- const _CCA = "CreateConnectAttachment";
312
- const _CCAR = "CreateConnectAttachmentRequest";
313
- const _CCARr = "CreateConnectAttachmentResponse";
314
- const _CCN = "CreateCoreNetwork";
315
- const _CCNPLA = "CreateCoreNetworkPrefixListAssociation";
316
- const _CCNPLAR = "CreateCoreNetworkPrefixListAssociationRequest";
317
- const _CCNPLARr = "CreateCoreNetworkPrefixListAssociationResponse";
318
- const _CCNR = "CreateCoreNetworkRequest";
319
- const _CCNRr = "CreateCoreNetworkResponse";
320
- const _CCP = "CreateConnectPeer";
321
- const _CCPR = "CreateConnectPeerRequest";
322
- const _CCPRr = "CreateConnectPeerResponse";
323
- const _CCR = "CreateConnectionRequest";
324
- const _CCRr = "CreateConnectionResponse";
325
- const _CD = "CreateDevice";
326
- const _CDCGA = "CreateDirectConnectGatewayAttachment";
327
- const _CDCGAR = "CreateDirectConnectGatewayAttachmentRequest";
328
- const _CDCGARr = "CreateDirectConnectGatewayAttachmentResponse";
329
- const _CDI = "ConnectedDeviceId";
330
- const _CDR = "CreateDeviceRequest";
331
- const _CDRr = "CreateDeviceResponse";
332
- const _CE = "ConflictException";
333
- const _CGA = "CustomerGatewayArn";
334
- const _CGAL = "CustomerGatewayAssociationList";
335
- const _CGAu = "CustomerGatewayAssociation";
336
- const _CGAus = "CustomerGatewayArns";
337
- const _CGAust = "CustomerGatewayAssociations";
338
- const _CGN = "CreateGlobalNetwork";
339
- const _CGNR = "CreateGlobalNetworkRequest";
340
- const _CGNRr = "CreateGlobalNetworkResponse";
341
- const _CH = "ConnectionHealth";
342
- const _CI = "ConnectionId";
343
- const _CIo = "ConnectionIds";
344
- const _CL = "ConnectionList";
345
- const _CLI = "ConnectedLinkId";
346
- const _CLR = "CreateLinkRequest";
347
- const _CLRr = "CreateLinkResponse";
348
- const _CLr = "CreateLink";
349
- const _CM = "CommunityMatches";
350
- const _CN = "CoreNetwork";
351
- const _CNA = "CoreNetworkArn";
352
- const _CNAI = "CoreNetworkAttachmentId";
353
- const _CNAo = "CoreNetworkAsn";
354
- const _CNAor = "CoreNetworkAddress";
355
- const _CNC = "CoreNetworkChange";
356
- const _CNCE = "CoreNetworkChangeEvent";
357
- const _CNCEL = "CoreNetworkChangeEventList";
358
- const _CNCEV = "CoreNetworkChangeEventValues";
359
- const _CNCEo = "CoreNetworkChangeEvents";
360
- const _CNCL = "CoreNetworkChangeList";
361
- const _CNCV = "CoreNetworkChangeValues";
362
- const _CNCo = "CoreNetworkChanges";
363
- const _CNE = "CoreNetworkEdge";
364
- const _CNEL = "CoreNetworkEdgeList";
365
- const _CNI = "CoreNetworkId";
366
- const _CNNFG = "CoreNetworkNetworkFunctionGroup";
367
- const _CNNFGI = "CoreNetworkNetworkFunctionGroupIdentifier";
368
- const _CNNFGL = "CoreNetworkNetworkFunctionGroupList";
369
- const _CNP = "CoreNetworkPolicy";
370
- const _CNPE = "CoreNetworkPolicyError";
371
- const _CNPEL = "CoreNetworkPolicyErrorList";
372
- const _CNPEo = "CoreNetworkPolicyException";
373
- const _CNPV = "CoreNetworkPolicyVersion";
374
- const _CNPVL = "CoreNetworkPolicyVersionList";
375
- const _CNPVo = "CoreNetworkPolicyVersions";
376
- const _CNRI = "CoreNetworkRoutingInformation";
377
- const _CNRIL = "CoreNetworkRoutingInformationList";
378
- const _CNS = "CoreNetworkSegment";
379
- const _CNSE = "CoreNetworkSegmentEdge";
380
- const _CNSEI = "CoreNetworkSegmentEdgeIdentifier";
381
- const _CNSL = "CoreNetworkSegmentList";
382
- const _CNSLo = "CoreNetworkSummaryList";
383
- const _CNSo = "CoreNetworkSummary";
384
- const _CNo = "CoreNetworks";
385
- const _CP = "ConnectPeer";
386
- const _CPA = "ConnectPeerAssociation";
387
- const _CPAL = "ConnectPeerAssociationList";
388
- const _CPAo = "ConnectPeerAssociations";
389
- const _CPBC = "ConnectPeerBgpConfiguration";
390
- const _CPBCL = "ConnectPeerBgpConfigurationList";
391
- const _CPC = "ConnectPeerConfiguration";
392
- const _CPE = "ConnectPeerError";
393
- const _CPEL = "ConnectPeerErrorList";
394
- const _CPI = "ConnectPeerId";
395
- const _CPIo = "ConnectPeerIds";
396
- const _CPS = "ConnectPeerSummary";
397
- const _CPSL = "ConnectPeerSummaryList";
398
- const _CPSo = "ConnectPeerState";
399
- const _CPo = "ConnectPeers";
400
- const _CS = "CompletionStatus";
401
- const _CSR = "CreateSiteRequest";
402
- const _CSRr = "CreateSiteResponse";
403
- const _CSS = "ChangeSetState";
404
- const _CSTSVA = "CreateSiteToSiteVpnAttachment";
405
- const _CSTSVAR = "CreateSiteToSiteVpnAttachmentRequest";
406
- const _CSTSVARr = "CreateSiteToSiteVpnAttachmentResponse";
407
- const _CSr = "CreateSite";
408
- const _CT = "ClientToken";
409
- const _CTGP = "CreateTransitGatewayPeering";
410
- const _CTGPR = "CreateTransitGatewayPeeringRequest";
411
- const _CTGPRr = "CreateTransitGatewayPeeringResponse";
412
- const _CTGRTA = "CreateTransitGatewayRouteTableAttachment";
413
- const _CTGRTAR = "CreateTransitGatewayRouteTableAttachmentRequest";
414
- const _CTGRTARr = "CreateTransitGatewayRouteTableAttachmentResponse";
415
- const _CVA = "CreateVpcAttachment";
416
- const _CVAR = "CreateVpcAttachmentRequest";
417
- const _CVARr = "CreateVpcAttachmentResponse";
418
- const _Ci = "Cidr";
419
- const _Co = "Connection";
420
- const _Com = "Communities";
421
- const _Con = "Configuration";
422
- const _Conn = "Connections";
423
- const _Cont = "Context";
424
- const _Cou = "Count";
425
- const _D = "Description";
426
- const _DA = "DeviceArn";
427
- const _DAR = "DeleteAttachmentRequest";
428
- const _DARe = "DeleteAttachmentResponse";
429
- const _DAe = "DeleteAttachment";
430
- const _DC = "DeleteConnection";
431
- const _DCB = "DestinationCidrBlock";
432
- const _DCG = "DisassociateCustomerGateway";
433
- const _DCGA = "DirectConnectGatewayArn";
434
- const _DCGAi = "DirectConnectGatewayAttachment";
435
- const _DCGR = "DisassociateCustomerGatewayRequest";
436
- const _DCGRi = "DisassociateCustomerGatewayResponse";
437
- const _DCN = "DeleteCoreNetwork";
438
- const _DCNPLA = "DeleteCoreNetworkPrefixListAssociation";
439
- const _DCNPLAR = "DeleteCoreNetworkPrefixListAssociationRequest";
440
- const _DCNPLARe = "DeleteCoreNetworkPrefixListAssociationResponse";
441
- const _DCNPV = "DeleteCoreNetworkPolicyVersion";
442
- const _DCNPVR = "DeleteCoreNetworkPolicyVersionRequest";
443
- const _DCNPVRe = "DeleteCoreNetworkPolicyVersionResponse";
444
- const _DCNR = "DeleteCoreNetworkRequest";
445
- const _DCNRe = "DeleteCoreNetworkResponse";
446
- const _DCP = "DeleteConnectPeer";
447
- const _DCPR = "DeleteConnectPeerRequest";
448
- const _DCPRe = "DeleteConnectPeerResponse";
449
- const _DCPRi = "DisassociateConnectPeerRequest";
450
- const _DCPRis = "DisassociateConnectPeerResponse";
451
- const _DCPi = "DisassociateConnectPeer";
452
- const _DCR = "DeleteConnectionRequest";
453
- const _DCRe = "DeleteConnectionResponse";
454
- const _DD = "DeleteDevice";
455
- const _DDR = "DeleteDeviceRequest";
456
- const _DDRe = "DeleteDeviceResponse";
457
- const _DF = "DestinationFilters";
458
- const _DGN = "DeleteGlobalNetwork";
459
- const _DGNR = "DeleteGlobalNetworkRequest";
460
- const _DGNRe = "DeleteGlobalNetworkResponse";
461
- const _DGNRes = "DescribeGlobalNetworksRequest";
462
- const _DGNResc = "DescribeGlobalNetworksResponse";
463
- const _DGNe = "DescribeGlobalNetworks";
464
- const _DI = "DeviceId";
465
- const _DIe = "DestinationIdentifier";
466
- const _DIev = "DeviceIds";
467
- const _DL = "DeviceList";
468
- const _DLR = "DeleteLinkRequest";
469
- const _DLRe = "DeleteLinkResponse";
470
- const _DLRi = "DisassociateLinkRequest";
471
- const _DLRis = "DisassociateLinkResponse";
472
- const _DLe = "DeleteLink";
473
- const _DLi = "DisassociateLink";
474
- const _DP = "DeletePeering";
475
- const _DPR = "DeletePeeringRequest";
476
- const _DPRe = "DeletePeeringResponse";
477
- const _DRP = "DeleteResourcePolicy";
478
- const _DRPR = "DeleteResourcePolicyRequest";
479
- const _DRPRe = "DeleteResourcePolicyResponse";
480
- const _DS = "DownloadSpeed";
481
- const _DSR = "DeleteSiteRequest";
482
- const _DSRe = "DeleteSiteResponse";
483
- const _DSe = "DeleteSite";
484
- const _DSn = "DnsSupport";
485
- const _DT = "DefinitionTimestamp";
486
- const _DTG = "DeregisterTransitGateway";
487
- const _DTGCP = "DisassociateTransitGatewayConnectPeer";
488
- const _DTGCPR = "DisassociateTransitGatewayConnectPeerRequest";
489
- const _DTGCPRi = "DisassociateTransitGatewayConnectPeerResponse";
490
- const _DTGR = "DeregisterTransitGatewayRequest";
491
- const _DTGRe = "DeregisterTransitGatewayResponse";
492
- const _De = "Device";
493
- const _Def = "Definition";
494
- const _Des = "Destinations";
495
- const _Dest = "Destination";
496
- const _Dev = "Devices";
497
- const _E = "Edges";
498
- const _EAPM = "ExactAsPathMatches";
499
- const _EC = "ErrorCode";
500
- const _ECM = "ExactCidrMatches";
501
- const _ECNCS = "ExecuteCoreNetworkChangeSet";
502
- const _ECNCSR = "ExecuteCoreNetworkChangeSetRequest";
503
- const _ECNCSRx = "ExecuteCoreNetworkChangeSetResponse";
504
- const _EL = "EdgeLocation";
505
- const _ELd = "EdgeLocations";
506
- const _EO = "EdgeOverride";
507
- const _ES = "EdgeSets";
508
- const _ESL = "EdgeSetList";
509
- const _ET = "EventTime";
510
- const _Er = "Errors";
511
- const _F = "From";
512
- const _FM = "FilterMap";
513
- const _FP = "ForwardPath";
514
- const _Fi = "Fields";
515
- const _GC = "GetConnections";
516
- const _GCA = "GetConnectAttachment";
517
- const _GCAR = "GetConnectAttachmentRequest";
518
- const _GCARe = "GetConnectAttachmentResponse";
519
- const _GCGA = "GetCustomerGatewayAssociations";
520
- const _GCGAR = "GetCustomerGatewayAssociationsRequest";
521
- const _GCGARe = "GetCustomerGatewayAssociationsResponse";
522
- const _GCN = "GetCoreNetwork";
523
- const _GCNCE = "GetCoreNetworkChangeEvents";
524
- const _GCNCER = "GetCoreNetworkChangeEventsRequest";
525
- const _GCNCERe = "GetCoreNetworkChangeEventsResponse";
526
- const _GCNCS = "GetCoreNetworkChangeSet";
527
- const _GCNCSR = "GetCoreNetworkChangeSetRequest";
528
- const _GCNCSRe = "GetCoreNetworkChangeSetResponse";
529
- const _GCNP = "GetCoreNetworkPolicy";
530
- const _GCNPR = "GetCoreNetworkPolicyRequest";
531
- const _GCNPRe = "GetCoreNetworkPolicyResponse";
532
- const _GCNR = "GetCoreNetworkRequest";
533
- const _GCNRe = "GetCoreNetworkResponse";
534
- const _GCP = "GetConnectPeer";
535
- const _GCPA = "GetConnectPeerAssociations";
536
- const _GCPAR = "GetConnectPeerAssociationsRequest";
537
- const _GCPARe = "GetConnectPeerAssociationsResponse";
538
- const _GCPR = "GetConnectPeerRequest";
539
- const _GCPRe = "GetConnectPeerResponse";
540
- const _GCR = "GetConnectionsRequest";
541
- const _GCRe = "GetConnectionsResponse";
542
- const _GD = "GetDevices";
543
- const _GDCGA = "GetDirectConnectGatewayAttachment";
544
- const _GDCGAR = "GetDirectConnectGatewayAttachmentRequest";
545
- const _GDCGARe = "GetDirectConnectGatewayAttachmentResponse";
546
- const _GDR = "GetDevicesRequest";
547
- const _GDRe = "GetDevicesResponse";
548
- const _GL = "GetLinks";
549
- const _GLA = "GetLinkAssociations";
550
- const _GLAR = "GetLinkAssociationsRequest";
551
- const _GLARe = "GetLinkAssociationsResponse";
552
- const _GLR = "GetLinksRequest";
553
- const _GLRe = "GetLinksResponse";
554
- const _GN = "GlobalNetwork";
555
- const _GNA = "GlobalNetworkArn";
556
- const _GNI = "GlobalNetworkId";
557
- const _GNIl = "GlobalNetworkIds";
558
- const _GNL = "GlobalNetworkList";
559
- const _GNR = "GetNetworkResources";
560
- const _GNRC = "GetNetworkResourceCounts";
561
- const _GNRCR = "GetNetworkResourceCountsRequest";
562
- const _GNRCRe = "GetNetworkResourceCountsResponse";
563
- const _GNRR = "GetNetworkResourcesRequest";
564
- const _GNRRR = "GetNetworkResourceRelationshipsRequest";
565
- const _GNRRRe = "GetNetworkResourceRelationshipsResponse";
566
- const _GNRRe = "GetNetworkResourcesResponse";
567
- const _GNRRet = "GetNetworkRoutesRequest";
568
- const _GNRRete = "GetNetworkRoutesResponse";
569
- const _GNRRetet = "GetNetworkResourceRelationships";
570
- const _GNRe = "GetNetworkRoutes";
571
- const _GNT = "GetNetworkTelemetry";
572
- const _GNTR = "GetNetworkTelemetryRequest";
573
- const _GNTRe = "GetNetworkTelemetryResponse";
574
- const _GNl = "GlobalNetworks";
575
- const _GRA = "GetRouteAnalysis";
576
- const _GRAR = "GetRouteAnalysisRequest";
577
- const _GRARe = "GetRouteAnalysisResponse";
578
- const _GRP = "GetResourcePolicy";
579
- const _GRPR = "GetResourcePolicyRequest";
580
- const _GRPRe = "GetResourcePolicyResponse";
581
- const _GS = "GetSites";
582
- const _GSR = "GetSitesRequest";
583
- const _GSRe = "GetSitesResponse";
584
- const _GSTSVA = "GetSiteToSiteVpnAttachment";
585
- const _GSTSVAR = "GetSiteToSiteVpnAttachmentRequest";
586
- const _GSTSVARe = "GetSiteToSiteVpnAttachmentResponse";
587
- const _GTGCPA = "GetTransitGatewayConnectPeerAssociations";
588
- const _GTGCPAR = "GetTransitGatewayConnectPeerAssociationsRequest";
589
- const _GTGCPARe = "GetTransitGatewayConnectPeerAssociationsResponse";
590
- const _GTGP = "GetTransitGatewayPeering";
591
- const _GTGPR = "GetTransitGatewayPeeringRequest";
592
- const _GTGPRe = "GetTransitGatewayPeeringResponse";
593
- const _GTGR = "GetTransitGatewayRegistrations";
594
- const _GTGRR = "GetTransitGatewayRegistrationsRequest";
595
- const _GTGRRe = "GetTransitGatewayRegistrationsResponse";
596
- const _GTGRTA = "GetTransitGatewayRouteTableAttachment";
597
- const _GTGRTAR = "GetTransitGatewayRouteTableAttachmentRequest";
598
- const _GTGRTARe = "GetTransitGatewayRouteTableAttachmentResponse";
599
- const _GVA = "GetVpcAttachment";
600
- const _GVAR = "GetVpcAttachmentRequest";
601
- const _GVARe = "GetVpcAttachmentResponse";
602
- const _H = "Health";
603
- const _I = "Identifier";
604
- const _IA = "IpAddress";
605
- const _ICB = "InsideCidrBlocks";
606
- const _IM = "IsMiddlebox";
607
- const _IP = "IdentifierPath";
608
- const _IRP = "IncludeReturnPath";
609
- const _IS = "Ipv6Support";
610
- const _ISE = "InternalServerException";
611
- const _K = "Key";
612
- const _L = "Location";
613
- const _LA = "LinkAssociation";
614
- const _LAL = "LinkAssociationList";
615
- const _LAR = "ListAttachmentsRequest";
616
- const _LARPA = "ListAttachmentRoutingPolicyAssociations";
617
- const _LARPAR = "ListAttachmentRoutingPolicyAssociationsRequest";
618
- const _LARPARi = "ListAttachmentRoutingPolicyAssociationsResponse";
619
- const _LARi = "ListAttachmentsResponse";
620
- const _LAS = "LinkAssociationState";
621
- const _LAi = "LinkAssociations";
622
- const _LAin = "LinkArn";
623
- const _LAis = "ListAttachments";
624
- const _LC = "LimitCode";
625
- const _LCN = "ListCoreNetworks";
626
- const _LCNPLA = "ListCoreNetworkPrefixListAssociations";
627
- const _LCNPLAR = "ListCoreNetworkPrefixListAssociationsRequest";
628
- const _LCNPLARi = "ListCoreNetworkPrefixListAssociationsResponse";
629
- const _LCNPV = "ListCoreNetworkPolicyVersions";
630
- const _LCNPVR = "ListCoreNetworkPolicyVersionsRequest";
631
- const _LCNPVRi = "ListCoreNetworkPolicyVersionsResponse";
632
- const _LCNR = "ListCoreNetworksRequest";
633
- const _LCNRI = "ListCoreNetworkRoutingInformation";
634
- const _LCNRIR = "ListCoreNetworkRoutingInformationRequest";
635
- const _LCNRIRi = "ListCoreNetworkRoutingInformationResponse";
636
- const _LCNRi = "ListCoreNetworksResponse";
637
- const _LCP = "ListConnectPeers";
638
- const _LCPR = "ListConnectPeersRequest";
639
- const _LCPRi = "ListConnectPeersResponse";
640
- const _LI = "LinkId";
641
- const _LIi = "LinkIds";
642
- const _LL = "LinkList";
643
- const _LME = "LastModificationErrors";
644
- const _LOSAS = "ListOrganizationServiceAccessStatus";
645
- const _LOSASR = "ListOrganizationServiceAccessStatusRequest";
646
- const _LOSASRi = "ListOrganizationServiceAccessStatusResponse";
647
- const _LP = "LocalPreference";
648
- const _LPM = "LongestPrefixMatches";
649
- const _LPMo = "LocalPreferenceMatches";
650
- const _LPR = "ListPeeringsRequest";
651
- const _LPRi = "ListPeeringsResponse";
652
- const _LPi = "ListPeerings";
653
- const _LTFR = "ListTagsForResource";
654
- const _LTFRR = "ListTagsForResourceRequest";
655
- const _LTFRRi = "ListTagsForResourceResponse";
656
- const _LVI = "LatestVersionId";
657
- const _La = "Latitude";
658
- const _Li = "Link";
659
- const _Lin = "Links";
660
- const _Lo = "Longitude";
661
- const _M = "Message";
662
- const _MM = "MedMatches";
663
- const _MP = "MissingPermission";
664
- const _MPC = "MissingPermissionsContext";
665
- const _MR = "MaxResults";
666
- const _Me = "Med";
667
- const _Met = "Metadata";
668
- const _Mo = "Model";
669
- const _Mod = "Mode";
670
- const _N = "Name";
671
- const _NFG = "NetworkFunctionGroups";
672
- const _NFGL = "NetworkFunctionGroupList";
673
- const _NFGN = "NetworkFunctionGroupName";
674
- const _NFGe = "NetworkFunctionGroup";
675
- const _NH = "NextHop";
676
- const _NHF = "NextHopFilters";
677
- const _NR = "NetworkResources";
678
- const _NRC = "NetworkResourceCounts";
679
- const _NRCL = "NetworkResourceCountList";
680
- const _NRCe = "NetworkResourceCount";
681
- const _NRD = "NetworkRouteDestination";
682
- const _NRDL = "NetworkRouteDestinationList";
683
- const _NRL = "NetworkResourceList";
684
- const _NRLe = "NetworkRouteList";
685
- const _NRS = "NetworkResourceSummary";
686
- const _NRe = "NetworkRoutes";
687
- const _NRet = "NetworkResource";
688
- const _NRetw = "NetworkRoute";
689
- const _NT = "NextToken";
690
- const _NTL = "NetworkTelemetryList";
691
- const _NTa = "NameTag";
692
- const _NTe = "NetworkTelemetry";
693
- const _NV = "NewValues";
694
- const _O = "Options";
695
- const _OAI = "OwnerAccountId";
696
- const _OASAS = "OrganizationAwsServiceAccessStatus";
697
- const _OI = "OrganizationId";
698
- const _OS = "OrganizationStatus";
699
- const _P = "Protocol";
700
- const _PA = "PeerAsn";
701
- const _PARPL = "PutAttachmentRoutingPolicyLabel";
702
- const _PARPLR = "PutAttachmentRoutingPolicyLabelRequest";
703
- const _PARPLRu = "PutAttachmentRoutingPolicyLabelResponse";
704
- const _PAe = "PeerAddress";
705
- const _PC = "PathComponent";
706
- const _PCL = "PathComponentList";
707
- const _PCNP = "PutCoreNetworkPolicy";
708
- const _PCNPR = "PutCoreNetworkPolicyRequest";
709
- const _PCNPRu = "PutCoreNetworkPolicyResponse";
710
- const _PD = "PolicyDocument";
711
- const _PE = "PolicyErrors";
712
- const _PEC = "PermissionsErrorContext";
713
- const _PEL = "PeerEdgeLocation";
714
- const _PELe = "PeerEdgeLocations";
715
- const _PELee = "PeeringErrorList";
716
- const _PEe = "PeeringError";
717
- const _PI = "PeeringId";
718
- const _PL = "PeeringList";
719
- const _PLA = "PrefixListArn";
720
- const _PLAL = "PrefixListAssociationList";
721
- const _PLAr = "PrefixListAlias";
722
- const _PLAre = "PrefixListAssociations";
723
- const _PLAref = "PrefixListAssociation";
724
- const _PLI = "PrefixListIds";
725
- const _PLIr = "PrefixListId";
726
- const _PNFGC = "ProposedNetworkFunctionGroupChange";
727
- const _PRP = "PendingRoutingPolicies";
728
- const _PRPR = "PutResourcePolicyRequest";
729
- const _PRPRu = "PutResourcePolicyResponse";
730
- const _PRPu = "PutResourcePolicy";
731
- const _PSC = "ProposedSegmentChange";
732
- const _PT = "PeeringType";
733
- const _PV = "PreviousValues";
734
- const _PVI = "PolicyVersionId";
735
- const _Pa = "Path";
736
- const _Pe = "Peering";
737
- const _Pee = "Peerings";
738
- const _Pr = "Prefix";
739
- const _Pro = "Provider";
740
- const _R = "Relationships";
741
- const _RA = "ResourceArn";
742
- const _RAC = "RouteAnalysisCompletion";
743
- const _RAEO = "RouteAnalysisEndpointOptions";
744
- const _RAEOS = "RouteAnalysisEndpointOptionsSpecification";
745
- const _RAI = "RouteAnalysisId";
746
- const _RAP = "RouteAnalysisPath";
747
- const _RAR = "RejectAttachmentRequest";
748
- const _RARPL = "RemoveAttachmentRoutingPolicyLabel";
749
- const _RARPLR = "RemoveAttachmentRoutingPolicyLabelRequest";
750
- const _RARPLRe = "RemoveAttachmentRoutingPolicyLabelResponse";
751
- const _RARe = "RejectAttachmentResponse";
752
- const _RAS = "RetryAfterSeconds";
753
- const _RA_ = "Retry-After";
754
- const _RAe = "RejectAttachment";
755
- const _RAo = "RouteAnalysis";
756
- const _RC = "ResultCode";
757
- const _RCNPV = "RestoreCoreNetworkPolicyVersion";
758
- const _RCNPVR = "RestoreCoreNetworkPolicyVersionRequest";
759
- const _RCNPVRe = "RestoreCoreNetworkPolicyVersionResponse";
760
- const _RCe = "ReasonCode";
761
- const _RCea = "ReasonContext";
762
- const _RGA = "RegisteredGatewayArn";
763
- const _RI = "RequestId";
764
- const _RINH = "RoutingInformationNextHop";
765
- const _RIe = "ResourceId";
766
- const _RL = "RelationshipList";
767
- const _RNFE = "ResourceNotFoundException";
768
- const _RP = "RoutingPolicy";
769
- const _RPAD = "RoutingPolicyAssociationDetails";
770
- const _RPADL = "RoutingPolicyAssociationDetailsList";
771
- const _RPADo = "RoutingPolicyAssociationDetail";
772
- const _RPD = "RoutingPolicyDirection";
773
- const _RPL = "RoutingPolicyLabel";
774
- const _RPN = "RoutingPolicyNames";
775
- const _RPe = "ReturnPath";
776
- const _RSA = "RemoveSubnetArns";
777
- const _RT = "ResourceType";
778
- const _RTA = "RouteTableArn";
779
- const _RTG = "RegisterTransitGateway";
780
- const _RTGR = "RegisterTransitGatewayRequest";
781
- const _RTGRe = "RegisterTransitGatewayResponse";
782
- const _RTI = "RouteTableIdentifier";
783
- const _RTT = "RouteTableType";
784
- const _RTTo = "RouteTableTimestamp";
785
- const _Re = "Resource";
786
- const _Rea = "Reason";
787
- const _Rel = "Relationship";
788
- const _S = "State";
789
- const _SA = "SubnetArn";
790
- const _SAi = "SiteArn";
791
- const _SAu = "SubnetArns";
792
- const _SC = "ServiceCode";
793
- const _SGRS = "SecurityGroupReferencingSupport";
794
- const _SI = "SiteId";
795
- const _SIA = "ServiceInsertionActions";
796
- const _SIAL = "ServiceInsertionActionList";
797
- const _SIAe = "ServiceInsertionAction";
798
- const _SIS = "ServiceInsertionSegments";
799
- const _SIi = "SiteIds";
800
- const _SJCNPD = "SynthesizedJsonCoreNetworkPolicyDocument";
801
- const _SJRPD = "SynthesizedJsonResourcePolicyDocument";
802
- const _SL = "SiteList";
803
- const _SLRDS = "SLRDeploymentStatus";
804
- const _SN = "SegmentName";
805
- const _SNe = "SerialNumber";
806
- const _SOM = "SubnetOfMatches";
807
- const _SOMu = "SupernetOfMatches";
808
- const _SOSAU = "StartOrganizationServiceAccessUpdate";
809
- const _SOSAUR = "StartOrganizationServiceAccessUpdateRequest";
810
- const _SOSAURt = "StartOrganizationServiceAccessUpdateResponse";
811
- const _SQEE = "ServiceQuotaExceededException";
812
- const _SRA = "StartRouteAnalysis";
813
- const _SRAR = "StartRouteAnalysisRequest";
814
- const _SRARt = "StartRouteAnalysisResponse";
815
- const _SS = "SharedSegments";
816
- const _ST = "StartTimestamp";
817
- const _STSVA = "SiteToSiteVpnAttachment";
818
- const _STe = "SendTo";
819
- const _SV = "SendVia";
820
- const _Se = "Segments";
821
- const _Seq = "Sequence";
822
- const _Si = "Site";
823
- const _Sit = "Sites";
824
- const _So = "Source";
825
- const _St = "Status";
826
- const _Sta = "States";
827
- const _T = "Tags";
828
- const _TAI = "TransportAttachmentId";
829
- const _TE = "ThrottlingException";
830
- const _TGA = "TransitGatewayArn";
831
- const _TGAA = "TransitGatewayAttachmentArn";
832
- const _TGAI = "TransitGatewayAttachmentId";
833
- const _TGAr = "TransitGatewayArns";
834
- const _TGCPA = "TransitGatewayConnectPeerArn";
835
- const _TGCPAL = "TransitGatewayConnectPeerAssociationList";
836
- const _TGCPAr = "TransitGatewayConnectPeerAssociation";
837
- const _TGCPAra = "TransitGatewayConnectPeerArns";
838
- const _TGCPAran = "TransitGatewayConnectPeerAssociations";
839
- const _TGP = "TransitGatewayPeering";
840
- const _TGPAI = "TransitGatewayPeeringAttachmentId";
841
- const _TGR = "TransitGatewayRegistration";
842
- const _TGRL = "TransitGatewayRegistrationList";
843
- const _TGRSR = "TransitGatewayRegistrationStateReason";
844
- const _TGRTA = "TransitGatewayRouteTableArn";
845
- const _TGRTAr = "TransitGatewayRouteTableAttachment";
846
- const _TGRr = "TransitGatewayRegistrations";
847
- const _TK = "TagKeys";
848
- const _TL = "TagList";
849
- const _TR = "TagResource";
850
- const _TRR = "TagResourceRequest";
851
- const _TRRa = "TagResourceResponse";
852
- const _Ta = "Tag";
853
- const _Ti = "Timestamp";
854
- const _To = "To";
855
- const _Ty = "Type";
856
- const _Typ = "Types";
857
- const _UA = "UpdatedAt";
858
- const _UC = "UpdateConnection";
859
- const _UCN = "UpdateCoreNetwork";
860
- const _UCNR = "UpdateCoreNetworkRequest";
861
- const _UCNRp = "UpdateCoreNetworkResponse";
862
- const _UCR = "UpdateConnectionRequest";
863
- const _UCRp = "UpdateConnectionResponse";
864
- const _UD = "UpdateDevice";
865
- const _UDCGA = "UpdateDirectConnectGatewayAttachment";
866
- const _UDCGAR = "UpdateDirectConnectGatewayAttachmentRequest";
867
- const _UDCGARp = "UpdateDirectConnectGatewayAttachmentResponse";
868
- const _UDR = "UpdateDeviceRequest";
869
- const _UDRp = "UpdateDeviceResponse";
870
- const _UE = "UseEdge";
871
- const _UGN = "UpdateGlobalNetwork";
872
- const _UGNR = "UpdateGlobalNetworkRequest";
873
- const _UGNRp = "UpdateGlobalNetworkResponse";
874
- const _UL = "UpdateLink";
875
- const _ULR = "UpdateLinkRequest";
876
- const _ULRp = "UpdateLinkResponse";
877
- const _UM = "UseMiddleboxes";
878
- const _UNRM = "UpdateNetworkResourceMetadata";
879
- const _UNRMR = "UpdateNetworkResourceMetadataRequest";
880
- const _UNRMRp = "UpdateNetworkResourceMetadataResponse";
881
- const _UR = "UntagResource";
882
- const _URR = "UntagResourceRequest";
883
- const _URRn = "UntagResourceResponse";
884
- const _US = "UploadSpeed";
885
- const _USR = "UpdateSiteRequest";
886
- const _USRp = "UpdateSiteResponse";
887
- const _USp = "UpdateSite";
888
- const _UVA = "UpdateVpcAttachment";
889
- const _UVAR = "UpdateVpcAttachmentRequest";
890
- const _UVARp = "UpdateVpcAttachmentResponse";
891
- const _V = "Values";
892
- const _VA = "VpcArn";
893
- const _VAp = "VpcAttachment";
894
- const _VCA = "VpnConnectionArn";
895
- const _VE = "ValidationException";
896
- const _VEF = "ValidationExceptionField";
897
- const _VEFL = "ValidationExceptionFieldList";
898
- const _VES = "VpnEcmpSupport";
899
- const _VO = "VpcOptions";
900
- const _Va = "Value";
901
- const _Ve = "Vendor";
902
- const _Vi = "Via";
903
- const _WEO = "WithEdgeOverrides";
904
- const _WEOL = "WithEdgeOverridesList";
905
- const _WST = "WhenSentTo";
906
- const _WSTSL = "WhenSentToSegmentsList";
907
- const _Z = "Zone";
908
- const _a = "application/json";
909
- const _aI = "accountId";
910
- const _aIt = "attachmentId";
911
- const _aR = "awsRegion";
912
- const _aT = "attachmentType";
913
- const _al = "alias";
914
- const _c = "client";
915
- const _cAI = "connectAttachmentId";
916
- const _cGA = "customerGatewayArns";
917
- const _cI = "connectionIds";
918
- const _cNI = "coreNetworkId";
919
- const _cPI = "connectPeerIds";
920
- const _dI = "deviceId";
921
- const _dIe = "deviceIds";
922
- const _e = "error";
923
- const _eL = "edgeLocation";
924
- const _gNI = "globalNetworkIds";
925
- const _h = "http";
926
- const _hE = "httpError";
927
- const _hH = "httpHeader";
928
- const _hQ = "httpQuery";
929
- const _lI = "linkId";
930
- const _lIi = "linkIds";
931
- const _mR = "maxResults";
932
- const _mT = "mediaType";
933
- const _nT = "nextToken";
934
- const _p = "provider";
935
- const _pLA = "prefixListArn";
936
- const _pT = "peeringType";
937
- const _pVI = "policyVersionId";
938
- const _rA = "resourceArn";
939
- const _rGA = "registeredGatewayArn";
940
- const _rT = "resourceType";
941
- const _s = "server";
942
- const _sI = "siteId";
943
- const _sIi = "siteIds";
944
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.networkmanager";
945
- const _st = "state";
946
- const _t = "type";
947
- const _tGA = "transitGatewayArns";
948
- const _tGCPA = "transitGatewayConnectPeerArns";
949
- const _tK = "tagKeys";
950
- const _xN = "xmlName";
951
- const n0 = "com.amazonaws.networkmanager";
952
- var SynthesizedJsonCoreNetworkPolicyDocument = [0, n0, _SJCNPD, { [_mT]: _a }, 0];
953
- var SynthesizedJsonResourcePolicyDocument = [0, n0, _SJRPD, { [_mT]: _a }, 0];
954
- var AcceptAttachmentRequest$ = [3, n0, _AAR,
955
- 0,
956
- [_AI],
957
- [[0, 1]], 1
958
- ];
959
- var AcceptAttachmentResponse$ = [3, n0, _AARc,
960
- 0,
961
- [_A],
962
- [() => Attachment$]
963
- ];
964
- var AccessDeniedException$ = [-3, n0, _ADE,
965
- { [_e]: _c, [_hE]: 403 },
966
- [_M],
967
- [0], 1
968
- ];
969
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
970
- var AccountStatus$ = [3, n0, _AS,
971
- 0,
972
- [_AIc, _SLRDS],
973
- [0, 0]
974
- ];
975
- var AssociateConnectPeerRequest$ = [3, n0, _ACPR,
976
- 0,
977
- [_GNI, _CPI, _DI, _LI],
978
- [[0, 1], 0, 0, 0], 3
979
- ];
980
- var AssociateConnectPeerResponse$ = [3, n0, _ACPRs,
981
- 0,
982
- [_CPA],
983
- [() => ConnectPeerAssociation$]
984
- ];
985
- var AssociateCustomerGatewayRequest$ = [3, n0, _ACGR,
986
- 0,
987
- [_CGA, _GNI, _DI, _LI],
988
- [0, [0, 1], 0, 0], 3
989
- ];
990
- var AssociateCustomerGatewayResponse$ = [3, n0, _ACGRs,
991
- 0,
992
- [_CGAu],
993
- [() => CustomerGatewayAssociation$]
994
- ];
995
- var AssociateLinkRequest$ = [3, n0, _ALR,
996
- 0,
997
- [_GNI, _DI, _LI],
998
- [[0, 1], 0, 0], 3
999
- ];
1000
- var AssociateLinkResponse$ = [3, n0, _ALRs,
1001
- 0,
1002
- [_LA],
1003
- [() => LinkAssociation$]
1004
- ];
1005
- var AssociateTransitGatewayConnectPeerRequest$ = [3, n0, _ATGCPR,
1006
- 0,
1007
- [_GNI, _TGCPA, _DI, _LI],
1008
- [[0, 1], 0, 0, 0], 3
1009
- ];
1010
- var AssociateTransitGatewayConnectPeerResponse$ = [3, n0, _ATGCPRs,
1011
- 0,
1012
- [_TGCPAr],
1013
- [() => TransitGatewayConnectPeerAssociation$]
1014
- ];
1015
- var Attachment$ = [3, n0, _A,
1016
- 0,
1017
- [_CNI, _CNA, _AI, _OAI, _AT, _S, _EL, _ELd, _RA, _APRN, _SN, _NFGN, _T, _PSC, _PNFGC, _CA, _UA, _LME],
1018
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 1, 0, 0, () => TagList, () => ProposedSegmentChange$, () => ProposedNetworkFunctionGroupChange$, 4, 4, () => AttachmentErrorList]
1019
- ];
1020
- var AttachmentError$ = [3, n0, _AE,
1021
- 0,
1022
- [_C, _M, _RA, _RI],
1023
- [0, 0, 0, 0]
1024
- ];
1025
- var AttachmentRoutingPolicyAssociationSummary$ = [3, n0, _ARPAS,
1026
- 0,
1027
- [_AI, _PRP, _ARP, _RPL],
1028
- [0, 64 | 0, 64 | 0, 0]
1029
- ];
1030
- var AWSLocation$ = [3, n0, _AWSL,
1031
- 0,
1032
- [_Z, _SA],
1033
- [0, 0]
1034
- ];
1035
- var Bandwidth$ = [3, n0, _B,
1036
- 0,
1037
- [_US, _DS],
1038
- [1, 1]
1039
- ];
1040
- var BgpOptions$ = [3, n0, _BO,
1041
- 0,
1042
- [_PA],
1043
- [1]
1044
- ];
1045
- var ConflictException$ = [-3, n0, _CE,
1046
- { [_e]: _c, [_hE]: 409 },
1047
- [_M, _RIe, _RT],
1048
- [0, 0, 0], 3
1049
- ];
1050
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1051
- var ConnectAttachment$ = [3, n0, _CAo,
1052
- 0,
1053
- [_A, _TAI, _O],
1054
- [() => Attachment$, 0, () => ConnectAttachmentOptions$]
1055
- ];
1056
- var ConnectAttachmentOptions$ = [3, n0, _CAO,
1057
- 0,
1058
- [_P],
1059
- [0]
1060
- ];
1061
- var Connection$ = [3, n0, _Co,
1062
- 0,
1063
- [_CI, _CAon, _GNI, _DI, _CDI, _LI, _CLI, _D, _CA, _S, _T],
1064
- [0, 0, 0, 0, 0, 0, 0, 0, 4, 0, () => TagList]
1065
- ];
1066
- var ConnectionHealth$ = [3, n0, _CH,
1067
- 0,
1068
- [_Ty, _St, _Ti],
1069
- [0, 0, 4]
1070
- ];
1071
- var ConnectPeer$ = [3, n0, _CP,
1072
- 0,
1073
- [_CNI, _CAI, _CPI, _EL, _S, _CA, _Con, _T, _SA, _LME],
1074
- [0, 0, 0, 0, 0, 4, () => ConnectPeerConfiguration$, () => TagList, 0, () => ConnectPeerErrorList]
1075
- ];
1076
- var ConnectPeerAssociation$ = [3, n0, _CPA,
1077
- 0,
1078
- [_CPI, _GNI, _DI, _LI, _S],
1079
- [0, 0, 0, 0, 0]
1080
- ];
1081
- var ConnectPeerBgpConfiguration$ = [3, n0, _CPBC,
1082
- 0,
1083
- [_CNAo, _PA, _CNAor, _PAe],
1084
- [1, 1, 0, 0]
1085
- ];
1086
- var ConnectPeerConfiguration$ = [3, n0, _CPC,
1087
- 0,
1088
- [_CNAor, _PAe, _ICB, _P, _BC],
1089
- [0, 0, 64 | 0, 0, () => ConnectPeerBgpConfigurationList]
1090
- ];
1091
- var ConnectPeerError$ = [3, n0, _CPE,
1092
- 0,
1093
- [_C, _M, _RA, _RI],
1094
- [0, 0, 0, 0]
1095
- ];
1096
- var ConnectPeerSummary$ = [3, n0, _CPS,
1097
- 0,
1098
- [_CNI, _CAI, _CPI, _EL, _CPSo, _CA, _T, _SA],
1099
- [0, 0, 0, 0, 0, 4, () => TagList, 0]
1100
- ];
1101
- var CoreNetwork$ = [3, n0, _CN,
1102
- 0,
1103
- [_GNI, _CNI, _CNA, _D, _CA, _S, _Se, _NFG, _E, _T],
1104
- [0, 0, 0, 0, 4, 0, () => CoreNetworkSegmentList, () => CoreNetworkNetworkFunctionGroupList, () => CoreNetworkEdgeList, () => TagList]
1105
- ];
1106
- var CoreNetworkChange$ = [3, n0, _CNC,
1107
- 0,
1108
- [_Ty, _Ac, _I, _PV, _NV, _IP],
1109
- [0, 0, 0, () => CoreNetworkChangeValues$, () => CoreNetworkChangeValues$, 0]
1110
- ];
1111
- var CoreNetworkChangeEvent$ = [3, n0, _CNCE,
1112
- 0,
1113
- [_Ty, _Ac, _IP, _ET, _St, _V],
1114
- [0, 0, 0, 4, 0, () => CoreNetworkChangeEventValues$]
1115
- ];
1116
- var CoreNetworkChangeEventValues$ = [3, n0, _CNCEV,
1117
- 0,
1118
- [_EL, _PEL, _RPD, _SN, _NFGN, _AI, _Ci, _RPAD],
1119
- [0, 0, 0, 0, 0, 0, 0, () => RoutingPolicyAssociationDetailsList]
1120
- ];
1121
- var CoreNetworkChangeValues$ = [3, n0, _CNCV,
1122
- 0,
1123
- [_SN, _NFGN, _ELd, _As, _Ci, _DIe, _ICB, _SS, _SIA, _VES, _DSn, _SGRS, _RPD, _RP, _PELe, _AI, _RPAD],
1124
- [0, 0, 64 | 0, 1, 0, 0, 64 | 0, 64 | 0, () => ServiceInsertionActionList, 2, 2, 2, 0, 0, 64 | 0, 0, () => RoutingPolicyAssociationDetailsList]
1125
- ];
1126
- var CoreNetworkEdge$ = [3, n0, _CNE,
1127
- 0,
1128
- [_EL, _As, _ICB],
1129
- [0, 1, 64 | 0]
1130
- ];
1131
- var CoreNetworkNetworkFunctionGroup$ = [3, n0, _CNNFG,
1132
- 0,
1133
- [_N, _ELd, _Se],
1134
- [0, 64 | 0, () => ServiceInsertionSegments$]
1135
- ];
1136
- var CoreNetworkNetworkFunctionGroupIdentifier$ = [3, n0, _CNNFGI,
1137
- 0,
1138
- [_CNI, _NFGN, _EL],
1139
- [0, 0, 0]
1140
- ];
1141
- var CoreNetworkPolicy$ = [3, n0, _CNP,
1142
- 0,
1143
- [_CNI, _PVI, _Al, _D, _CA, _CSS, _PE, _PD],
1144
- [0, 1, 0, 0, 4, 0, () => CoreNetworkPolicyErrorList, [() => SynthesizedJsonCoreNetworkPolicyDocument, 0]]
1145
- ];
1146
- var CoreNetworkPolicyError$ = [3, n0, _CNPE,
1147
- 0,
1148
- [_EC, _M, _Pa],
1149
- [0, 0, 0], 2
1150
- ];
1151
- var CoreNetworkPolicyException$ = [-3, n0, _CNPEo,
1152
- { [_e]: _c, [_hE]: 400 },
1153
- [_M, _Er],
1154
- [0, () => CoreNetworkPolicyErrorList], 1
1155
- ];
1156
- schema.TypeRegistry.for(n0).registerError(CoreNetworkPolicyException$, CoreNetworkPolicyException);
1157
- var CoreNetworkPolicyVersion$ = [3, n0, _CNPV,
1158
- 0,
1159
- [_CNI, _PVI, _Al, _D, _CA, _CSS],
1160
- [0, 1, 0, 0, 4, 0]
1161
- ];
1162
- var CoreNetworkRoutingInformation$ = [3, n0, _CNRI,
1163
- 0,
1164
- [_Pr, _NH, _LP, _Me, _AP, _Com],
1165
- [0, () => RoutingInformationNextHop$, 0, 0, 64 | 0, 64 | 0]
1166
- ];
1167
- var CoreNetworkSegment$ = [3, n0, _CNS,
1168
- 0,
1169
- [_N, _ELd, _SS],
1170
- [0, 64 | 0, 64 | 0]
1171
- ];
1172
- var CoreNetworkSegmentEdgeIdentifier$ = [3, n0, _CNSEI,
1173
- 0,
1174
- [_CNI, _SN, _EL],
1175
- [0, 0, 0]
1176
- ];
1177
- var CoreNetworkSummary$ = [3, n0, _CNSo,
1178
- 0,
1179
- [_CNI, _CNA, _GNI, _OAI, _S, _D, _T],
1180
- [0, 0, 0, 0, 0, 0, () => TagList]
1181
- ];
1182
- var CreateConnectAttachmentRequest$ = [3, n0, _CCAR,
1183
- 0,
1184
- [_CNI, _EL, _TAI, _O, _RPL, _T, _CT],
1185
- [0, 0, 0, () => ConnectAttachmentOptions$, 0, () => TagList, [0, 4]], 4
1186
- ];
1187
- var CreateConnectAttachmentResponse$ = [3, n0, _CCARr,
1188
- 0,
1189
- [_CAo],
1190
- [() => ConnectAttachment$]
1191
- ];
1192
- var CreateConnectionRequest$ = [3, n0, _CCR,
1193
- 0,
1194
- [_GNI, _DI, _CDI, _LI, _CLI, _D, _T],
1195
- [[0, 1], 0, 0, 0, 0, 0, () => TagList], 3
1196
- ];
1197
- var CreateConnectionResponse$ = [3, n0, _CCRr,
1198
- 0,
1199
- [_Co],
1200
- [() => Connection$]
1201
- ];
1202
- var CreateConnectPeerRequest$ = [3, n0, _CCPR,
1203
- 0,
1204
- [_CAI, _PAe, _CNAor, _BO, _ICB, _T, _CT, _SA],
1205
- [0, 0, 0, () => BgpOptions$, 64 | 0, () => TagList, [0, 4], 0], 2
1206
- ];
1207
- var CreateConnectPeerResponse$ = [3, n0, _CCPRr,
1208
- 0,
1209
- [_CP],
1210
- [() => ConnectPeer$]
1211
- ];
1212
- var CreateCoreNetworkPrefixListAssociationRequest$ = [3, n0, _CCNPLAR,
1213
- 0,
1214
- [_CNI, _PLA, _PLAr, _CT],
1215
- [0, 0, 0, [0, 4]], 3
1216
- ];
1217
- var CreateCoreNetworkPrefixListAssociationResponse$ = [3, n0, _CCNPLARr,
1218
- 0,
1219
- [_CNI, _PLA, _PLAr],
1220
- [0, 0, 0]
1221
- ];
1222
- var CreateCoreNetworkRequest$ = [3, n0, _CCNR,
1223
- 0,
1224
- [_GNI, _D, _T, _PD, _CT],
1225
- [0, 0, () => TagList, 0, [0, 4]], 1
1226
- ];
1227
- var CreateCoreNetworkResponse$ = [3, n0, _CCNRr,
1228
- 0,
1229
- [_CN],
1230
- [() => CoreNetwork$]
1231
- ];
1232
- var CreateDeviceRequest$ = [3, n0, _CDR,
1233
- 0,
1234
- [_GNI, _AWSL, _D, _Ty, _Ve, _Mo, _SNe, _L, _SI, _T],
1235
- [[0, 1], () => AWSLocation$, 0, 0, 0, 0, 0, [() => Location$, 0], 0, () => TagList], 1
1236
- ];
1237
- var CreateDeviceResponse$ = [3, n0, _CDRr,
1238
- 0,
1239
- [_De],
1240
- [[() => Device$, 0]]
1241
- ];
1242
- var CreateDirectConnectGatewayAttachmentRequest$ = [3, n0, _CDCGAR,
1243
- 0,
1244
- [_CNI, _DCGA, _ELd, _RPL, _T, _CT],
1245
- [0, 0, 64 | 0, 0, () => TagList, [0, 4]], 3
1246
- ];
1247
- var CreateDirectConnectGatewayAttachmentResponse$ = [3, n0, _CDCGARr,
1248
- 0,
1249
- [_DCGAi],
1250
- [() => DirectConnectGatewayAttachment$]
1251
- ];
1252
- var CreateGlobalNetworkRequest$ = [3, n0, _CGNR,
1253
- 0,
1254
- [_D, _T],
1255
- [0, () => TagList]
1256
- ];
1257
- var CreateGlobalNetworkResponse$ = [3, n0, _CGNRr,
1258
- 0,
1259
- [_GN],
1260
- [() => GlobalNetwork$]
1261
- ];
1262
- var CreateLinkRequest$ = [3, n0, _CLR,
1263
- 0,
1264
- [_GNI, _B, _SI, _D, _Ty, _Pro, _T],
1265
- [[0, 1], () => Bandwidth$, 0, 0, 0, 0, () => TagList], 3
1266
- ];
1267
- var CreateLinkResponse$ = [3, n0, _CLRr,
1268
- 0,
1269
- [_Li],
1270
- [() => Link$]
1271
- ];
1272
- var CreateSiteRequest$ = [3, n0, _CSR,
1273
- 0,
1274
- [_GNI, _D, _L, _T],
1275
- [[0, 1], 0, [() => Location$, 0], () => TagList], 1
1276
- ];
1277
- var CreateSiteResponse$ = [3, n0, _CSRr,
1278
- 0,
1279
- [_Si],
1280
- [[() => Site$, 0]]
1281
- ];
1282
- var CreateSiteToSiteVpnAttachmentRequest$ = [3, n0, _CSTSVAR,
1283
- 0,
1284
- [_CNI, _VCA, _RPL, _T, _CT],
1285
- [0, 0, 0, () => TagList, [0, 4]], 2
1286
- ];
1287
- var CreateSiteToSiteVpnAttachmentResponse$ = [3, n0, _CSTSVARr,
1288
- 0,
1289
- [_STSVA],
1290
- [() => SiteToSiteVpnAttachment$]
1291
- ];
1292
- var CreateTransitGatewayPeeringRequest$ = [3, n0, _CTGPR,
1293
- 0,
1294
- [_CNI, _TGA, _T, _CT],
1295
- [0, 0, () => TagList, [0, 4]], 2
1296
- ];
1297
- var CreateTransitGatewayPeeringResponse$ = [3, n0, _CTGPRr,
1298
- 0,
1299
- [_TGP],
1300
- [() => TransitGatewayPeering$]
1301
- ];
1302
- var CreateTransitGatewayRouteTableAttachmentRequest$ = [3, n0, _CTGRTAR,
1303
- 0,
1304
- [_PI, _TGRTA, _RPL, _T, _CT],
1305
- [0, 0, 0, () => TagList, [0, 4]], 2
1306
- ];
1307
- var CreateTransitGatewayRouteTableAttachmentResponse$ = [3, n0, _CTGRTARr,
1308
- 0,
1309
- [_TGRTAr],
1310
- [() => TransitGatewayRouteTableAttachment$]
1311
- ];
1312
- var CreateVpcAttachmentRequest$ = [3, n0, _CVAR,
1313
- 0,
1314
- [_CNI, _VA, _SAu, _O, _RPL, _T, _CT],
1315
- [0, 0, 64 | 0, () => VpcOptions$, 0, () => TagList, [0, 4]], 3
1316
- ];
1317
- var CreateVpcAttachmentResponse$ = [3, n0, _CVARr,
1318
- 0,
1319
- [_VAp],
1320
- [() => VpcAttachment$]
1321
- ];
1322
- var CustomerGatewayAssociation$ = [3, n0, _CGAu,
1323
- 0,
1324
- [_CGA, _GNI, _DI, _LI, _S],
1325
- [0, 0, 0, 0, 0]
1326
- ];
1327
- var DeleteAttachmentRequest$ = [3, n0, _DAR,
1328
- 0,
1329
- [_AI],
1330
- [[0, 1]], 1
1331
- ];
1332
- var DeleteAttachmentResponse$ = [3, n0, _DARe,
1333
- 0,
1334
- [_A],
1335
- [() => Attachment$]
1336
- ];
1337
- var DeleteConnectionRequest$ = [3, n0, _DCR,
1338
- 0,
1339
- [_GNI, _CI],
1340
- [[0, 1], [0, 1]], 2
1341
- ];
1342
- var DeleteConnectionResponse$ = [3, n0, _DCRe,
1343
- 0,
1344
- [_Co],
1345
- [() => Connection$]
1346
- ];
1347
- var DeleteConnectPeerRequest$ = [3, n0, _DCPR,
1348
- 0,
1349
- [_CPI],
1350
- [[0, 1]], 1
1351
- ];
1352
- var DeleteConnectPeerResponse$ = [3, n0, _DCPRe,
1353
- 0,
1354
- [_CP],
1355
- [() => ConnectPeer$]
1356
- ];
1357
- var DeleteCoreNetworkPolicyVersionRequest$ = [3, n0, _DCNPVR,
1358
- 0,
1359
- [_CNI, _PVI],
1360
- [[0, 1], [1, 1]], 2
1361
- ];
1362
- var DeleteCoreNetworkPolicyVersionResponse$ = [3, n0, _DCNPVRe,
1363
- 0,
1364
- [_CNP],
1365
- [[() => CoreNetworkPolicy$, 0]]
1366
- ];
1367
- var DeleteCoreNetworkPrefixListAssociationRequest$ = [3, n0, _DCNPLAR,
1368
- 0,
1369
- [_CNI, _PLA],
1370
- [[0, 1], [0, 1]], 2
1371
- ];
1372
- var DeleteCoreNetworkPrefixListAssociationResponse$ = [3, n0, _DCNPLARe,
1373
- 0,
1374
- [_CNI, _PLA],
1375
- [0, 0]
1376
- ];
1377
- var DeleteCoreNetworkRequest$ = [3, n0, _DCNR,
1378
- 0,
1379
- [_CNI],
1380
- [[0, 1]], 1
1381
- ];
1382
- var DeleteCoreNetworkResponse$ = [3, n0, _DCNRe,
1383
- 0,
1384
- [_CN],
1385
- [() => CoreNetwork$]
1386
- ];
1387
- var DeleteDeviceRequest$ = [3, n0, _DDR,
1388
- 0,
1389
- [_GNI, _DI],
1390
- [[0, 1], [0, 1]], 2
1391
- ];
1392
- var DeleteDeviceResponse$ = [3, n0, _DDRe,
1393
- 0,
1394
- [_De],
1395
- [[() => Device$, 0]]
1396
- ];
1397
- var DeleteGlobalNetworkRequest$ = [3, n0, _DGNR,
1398
- 0,
1399
- [_GNI],
1400
- [[0, 1]], 1
1401
- ];
1402
- var DeleteGlobalNetworkResponse$ = [3, n0, _DGNRe,
1403
- 0,
1404
- [_GN],
1405
- [() => GlobalNetwork$]
1406
- ];
1407
- var DeleteLinkRequest$ = [3, n0, _DLR,
1408
- 0,
1409
- [_GNI, _LI],
1410
- [[0, 1], [0, 1]], 2
1411
- ];
1412
- var DeleteLinkResponse$ = [3, n0, _DLRe,
1413
- 0,
1414
- [_Li],
1415
- [() => Link$]
1416
- ];
1417
- var DeletePeeringRequest$ = [3, n0, _DPR,
1418
- 0,
1419
- [_PI],
1420
- [[0, 1]], 1
1421
- ];
1422
- var DeletePeeringResponse$ = [3, n0, _DPRe,
1423
- 0,
1424
- [_Pe],
1425
- [() => Peering$]
1426
- ];
1427
- var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
1428
- 0,
1429
- [_RA],
1430
- [[0, 1]], 1
1431
- ];
1432
- var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
1433
- 0,
1434
- [],
1435
- []
1436
- ];
1437
- var DeleteSiteRequest$ = [3, n0, _DSR,
1438
- 0,
1439
- [_GNI, _SI],
1440
- [[0, 1], [0, 1]], 2
1441
- ];
1442
- var DeleteSiteResponse$ = [3, n0, _DSRe,
1443
- 0,
1444
- [_Si],
1445
- [[() => Site$, 0]]
1446
- ];
1447
- var DeregisterTransitGatewayRequest$ = [3, n0, _DTGR,
1448
- 0,
1449
- [_GNI, _TGA],
1450
- [[0, 1], [0, 1]], 2
1451
- ];
1452
- var DeregisterTransitGatewayResponse$ = [3, n0, _DTGRe,
1453
- 0,
1454
- [_TGR],
1455
- [() => TransitGatewayRegistration$]
1456
- ];
1457
- var DescribeGlobalNetworksRequest$ = [3, n0, _DGNRes,
1458
- 0,
1459
- [_GNIl, _MR, _NT],
1460
- [[64 | 0, { [_hQ]: _gNI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1461
- ];
1462
- var DescribeGlobalNetworksResponse$ = [3, n0, _DGNResc,
1463
- 0,
1464
- [_GNl, _NT],
1465
- [() => GlobalNetworkList, 0]
1466
- ];
1467
- var Device$ = [3, n0, _De,
1468
- 0,
1469
- [_DI, _DA, _GNI, _AWSL, _D, _Ty, _Ve, _Mo, _SNe, _L, _SI, _CA, _S, _T],
1470
- [0, 0, 0, () => AWSLocation$, 0, 0, 0, 0, 0, [() => Location$, 0], 0, 4, 0, () => TagList]
1471
- ];
1472
- var DirectConnectGatewayAttachment$ = [3, n0, _DCGAi,
1473
- 0,
1474
- [_A, _DCGA],
1475
- [() => Attachment$, 0]
1476
- ];
1477
- var DisassociateConnectPeerRequest$ = [3, n0, _DCPRi,
1478
- 0,
1479
- [_GNI, _CPI],
1480
- [[0, 1], [0, 1]], 2
1481
- ];
1482
- var DisassociateConnectPeerResponse$ = [3, n0, _DCPRis,
1483
- 0,
1484
- [_CPA],
1485
- [() => ConnectPeerAssociation$]
1486
- ];
1487
- var DisassociateCustomerGatewayRequest$ = [3, n0, _DCGR,
1488
- 0,
1489
- [_GNI, _CGA],
1490
- [[0, 1], [0, 1]], 2
1491
- ];
1492
- var DisassociateCustomerGatewayResponse$ = [3, n0, _DCGRi,
1493
- 0,
1494
- [_CGAu],
1495
- [() => CustomerGatewayAssociation$]
1496
- ];
1497
- var DisassociateLinkRequest$ = [3, n0, _DLRi,
1498
- 0,
1499
- [_GNI, _DI, _LI],
1500
- [[0, 1], [0, { [_hQ]: _dI }], [0, { [_hQ]: _lI }]], 3
1501
- ];
1502
- var DisassociateLinkResponse$ = [3, n0, _DLRis,
1503
- 0,
1504
- [_LA],
1505
- [() => LinkAssociation$]
1506
- ];
1507
- var DisassociateTransitGatewayConnectPeerRequest$ = [3, n0, _DTGCPR,
1508
- 0,
1509
- [_GNI, _TGCPA],
1510
- [[0, 1], [0, 1]], 2
1511
- ];
1512
- var DisassociateTransitGatewayConnectPeerResponse$ = [3, n0, _DTGCPRi,
1513
- 0,
1514
- [_TGCPAr],
1515
- [() => TransitGatewayConnectPeerAssociation$]
1516
- ];
1517
- var EdgeOverride$ = [3, n0, _EO,
1518
- 0,
1519
- [_ES, _UE],
1520
- [[1, n0, _ESL, 0, 64 | 0], 0]
1521
- ];
1522
- var ExecuteCoreNetworkChangeSetRequest$ = [3, n0, _ECNCSR,
1523
- 0,
1524
- [_CNI, _PVI],
1525
- [[0, 1], [1, 1]], 2
1526
- ];
1527
- var ExecuteCoreNetworkChangeSetResponse$ = [3, n0, _ECNCSRx,
1528
- 0,
1529
- [],
1530
- []
1531
- ];
1532
- var GetConnectAttachmentRequest$ = [3, n0, _GCAR,
1533
- 0,
1534
- [_AI],
1535
- [[0, 1]], 1
1536
- ];
1537
- var GetConnectAttachmentResponse$ = [3, n0, _GCARe,
1538
- 0,
1539
- [_CAo],
1540
- [() => ConnectAttachment$]
1541
- ];
1542
- var GetConnectionsRequest$ = [3, n0, _GCR,
1543
- 0,
1544
- [_GNI, _CIo, _DI, _MR, _NT],
1545
- [[0, 1], [64 | 0, { [_hQ]: _cI }], [0, { [_hQ]: _dI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1546
- ];
1547
- var GetConnectionsResponse$ = [3, n0, _GCRe,
1548
- 0,
1549
- [_Conn, _NT],
1550
- [() => ConnectionList, 0]
1551
- ];
1552
- var GetConnectPeerAssociationsRequest$ = [3, n0, _GCPAR,
1553
- 0,
1554
- [_GNI, _CPIo, _MR, _NT],
1555
- [[0, 1], [64 | 0, { [_hQ]: _cPI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1556
- ];
1557
- var GetConnectPeerAssociationsResponse$ = [3, n0, _GCPARe,
1558
- 0,
1559
- [_CPAo, _NT],
1560
- [() => ConnectPeerAssociationList, 0]
1561
- ];
1562
- var GetConnectPeerRequest$ = [3, n0, _GCPR,
1563
- 0,
1564
- [_CPI],
1565
- [[0, 1]], 1
1566
- ];
1567
- var GetConnectPeerResponse$ = [3, n0, _GCPRe,
1568
- 0,
1569
- [_CP],
1570
- [() => ConnectPeer$]
1571
- ];
1572
- var GetCoreNetworkChangeEventsRequest$ = [3, n0, _GCNCER,
1573
- 0,
1574
- [_CNI, _PVI, _MR, _NT],
1575
- [[0, 1], [1, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1576
- ];
1577
- var GetCoreNetworkChangeEventsResponse$ = [3, n0, _GCNCERe,
1578
- 0,
1579
- [_CNCEo, _NT],
1580
- [() => CoreNetworkChangeEventList, 0]
1581
- ];
1582
- var GetCoreNetworkChangeSetRequest$ = [3, n0, _GCNCSR,
1583
- 0,
1584
- [_CNI, _PVI, _MR, _NT],
1585
- [[0, 1], [1, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
1586
- ];
1587
- var GetCoreNetworkChangeSetResponse$ = [3, n0, _GCNCSRe,
1588
- 0,
1589
- [_CNCo, _NT],
1590
- [() => CoreNetworkChangeList, 0]
1591
- ];
1592
- var GetCoreNetworkPolicyRequest$ = [3, n0, _GCNPR,
1593
- 0,
1594
- [_CNI, _PVI, _Al],
1595
- [[0, 1], [1, { [_hQ]: _pVI }], [0, { [_hQ]: _al }]], 1
1596
- ];
1597
- var GetCoreNetworkPolicyResponse$ = [3, n0, _GCNPRe,
1598
- 0,
1599
- [_CNP],
1600
- [[() => CoreNetworkPolicy$, 0]]
1601
- ];
1602
- var GetCoreNetworkRequest$ = [3, n0, _GCNR,
1603
- 0,
1604
- [_CNI],
1605
- [[0, 1]], 1
1606
- ];
1607
- var GetCoreNetworkResponse$ = [3, n0, _GCNRe,
1608
- 0,
1609
- [_CN],
1610
- [() => CoreNetwork$]
1611
- ];
1612
- var GetCustomerGatewayAssociationsRequest$ = [3, n0, _GCGAR,
1613
- 0,
1614
- [_GNI, _CGAus, _MR, _NT],
1615
- [[0, 1], [64 | 0, { [_hQ]: _cGA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1616
- ];
1617
- var GetCustomerGatewayAssociationsResponse$ = [3, n0, _GCGARe,
1618
- 0,
1619
- [_CGAust, _NT],
1620
- [() => CustomerGatewayAssociationList, 0]
1621
- ];
1622
- var GetDevicesRequest$ = [3, n0, _GDR,
1623
- 0,
1624
- [_GNI, _DIev, _SI, _MR, _NT],
1625
- [[0, 1], [64 | 0, { [_hQ]: _dIe }], [0, { [_hQ]: _sI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1626
- ];
1627
- var GetDevicesResponse$ = [3, n0, _GDRe,
1628
- 0,
1629
- [_Dev, _NT],
1630
- [[() => DeviceList, 0], 0]
1631
- ];
1632
- var GetDirectConnectGatewayAttachmentRequest$ = [3, n0, _GDCGAR,
1633
- 0,
1634
- [_AI],
1635
- [[0, 1]], 1
1636
- ];
1637
- var GetDirectConnectGatewayAttachmentResponse$ = [3, n0, _GDCGARe,
1638
- 0,
1639
- [_DCGAi],
1640
- [() => DirectConnectGatewayAttachment$]
1641
- ];
1642
- var GetLinkAssociationsRequest$ = [3, n0, _GLAR,
1643
- 0,
1644
- [_GNI, _DI, _LI, _MR, _NT],
1645
- [[0, 1], [0, { [_hQ]: _dI }], [0, { [_hQ]: _lI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1646
- ];
1647
- var GetLinkAssociationsResponse$ = [3, n0, _GLARe,
1648
- 0,
1649
- [_LAi, _NT],
1650
- [() => LinkAssociationList, 0]
1651
- ];
1652
- var GetLinksRequest$ = [3, n0, _GLR,
1653
- 0,
1654
- [_GNI, _LIi, _SI, _Ty, _Pro, _MR, _NT],
1655
- [[0, 1], [64 | 0, { [_hQ]: _lIi }], [0, { [_hQ]: _sI }], [0, { [_hQ]: _t }], [0, { [_hQ]: _p }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1656
- ];
1657
- var GetLinksResponse$ = [3, n0, _GLRe,
1658
- 0,
1659
- [_Lin, _NT],
1660
- [() => LinkList, 0]
1661
- ];
1662
- var GetNetworkResourceCountsRequest$ = [3, n0, _GNRCR,
1663
- 0,
1664
- [_GNI, _RT, _MR, _NT],
1665
- [[0, 1], [0, { [_hQ]: _rT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1666
- ];
1667
- var GetNetworkResourceCountsResponse$ = [3, n0, _GNRCRe,
1668
- 0,
1669
- [_NRC, _NT],
1670
- [() => NetworkResourceCountList, 0]
1671
- ];
1672
- var GetNetworkResourceRelationshipsRequest$ = [3, n0, _GNRRR,
1673
- 0,
1674
- [_GNI, _CNI, _RGA, _AR, _AIc, _RT, _RA, _MR, _NT],
1675
- [[0, 1], [0, { [_hQ]: _cNI }], [0, { [_hQ]: _rGA }], [0, { [_hQ]: _aR }], [0, { [_hQ]: _aI }], [0, { [_hQ]: _rT }], [0, { [_hQ]: _rA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1676
- ];
1677
- var GetNetworkResourceRelationshipsResponse$ = [3, n0, _GNRRRe,
1678
- 0,
1679
- [_R, _NT],
1680
- [() => RelationshipList, 0]
1681
- ];
1682
- var GetNetworkResourcesRequest$ = [3, n0, _GNRR,
1683
- 0,
1684
- [_GNI, _CNI, _RGA, _AR, _AIc, _RT, _RA, _MR, _NT],
1685
- [[0, 1], [0, { [_hQ]: _cNI }], [0, { [_hQ]: _rGA }], [0, { [_hQ]: _aR }], [0, { [_hQ]: _aI }], [0, { [_hQ]: _rT }], [0, { [_hQ]: _rA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1686
- ];
1687
- var GetNetworkResourcesResponse$ = [3, n0, _GNRRe,
1688
- 0,
1689
- [_NR, _NT],
1690
- [() => NetworkResourceList, 0]
1691
- ];
1692
- var GetNetworkRoutesRequest$ = [3, n0, _GNRRet,
1693
- 0,
1694
- [_GNI, _RTI, _ECM, _LPM, _SOM, _SOMu, _PLI, _Sta, _Typ, _DF],
1695
- [[0, 1], () => RouteTableIdentifier$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [2, n0, _FM, 0, 0, 64 | 0]], 2
1696
- ];
1697
- var GetNetworkRoutesResponse$ = [3, n0, _GNRRete,
1698
- 0,
1699
- [_RTA, _CNSE, _RTT, _RTTo, _NRe],
1700
- [0, () => CoreNetworkSegmentEdgeIdentifier$, 0, 4, () => NetworkRouteList]
1701
- ];
1702
- var GetNetworkTelemetryRequest$ = [3, n0, _GNTR,
1703
- 0,
1704
- [_GNI, _CNI, _RGA, _AR, _AIc, _RT, _RA, _MR, _NT],
1705
- [[0, 1], [0, { [_hQ]: _cNI }], [0, { [_hQ]: _rGA }], [0, { [_hQ]: _aR }], [0, { [_hQ]: _aI }], [0, { [_hQ]: _rT }], [0, { [_hQ]: _rA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1706
- ];
1707
- var GetNetworkTelemetryResponse$ = [3, n0, _GNTRe,
1708
- 0,
1709
- [_NTe, _NT],
1710
- [() => NetworkTelemetryList, 0]
1711
- ];
1712
- var GetResourcePolicyRequest$ = [3, n0, _GRPR,
1713
- 0,
1714
- [_RA],
1715
- [[0, 1]], 1
1716
- ];
1717
- var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
1718
- 0,
1719
- [_PD],
1720
- [[() => SynthesizedJsonResourcePolicyDocument, 0]]
1721
- ];
1722
- var GetRouteAnalysisRequest$ = [3, n0, _GRAR,
1723
- 0,
1724
- [_GNI, _RAI],
1725
- [[0, 1], [0, 1]], 2
1726
- ];
1727
- var GetRouteAnalysisResponse$ = [3, n0, _GRARe,
1728
- 0,
1729
- [_RAo],
1730
- [() => RouteAnalysis$]
1731
- ];
1732
- var GetSitesRequest$ = [3, n0, _GSR,
1733
- 0,
1734
- [_GNI, _SIi, _MR, _NT],
1735
- [[0, 1], [64 | 0, { [_hQ]: _sIi }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1736
- ];
1737
- var GetSitesResponse$ = [3, n0, _GSRe,
1738
- 0,
1739
- [_Sit, _NT],
1740
- [[() => SiteList, 0], 0]
1741
- ];
1742
- var GetSiteToSiteVpnAttachmentRequest$ = [3, n0, _GSTSVAR,
1743
- 0,
1744
- [_AI],
1745
- [[0, 1]], 1
1746
- ];
1747
- var GetSiteToSiteVpnAttachmentResponse$ = [3, n0, _GSTSVARe,
1748
- 0,
1749
- [_STSVA],
1750
- [() => SiteToSiteVpnAttachment$]
1751
- ];
1752
- var GetTransitGatewayConnectPeerAssociationsRequest$ = [3, n0, _GTGCPAR,
1753
- 0,
1754
- [_GNI, _TGCPAra, _MR, _NT],
1755
- [[0, 1], [64 | 0, { [_hQ]: _tGCPA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1756
- ];
1757
- var GetTransitGatewayConnectPeerAssociationsResponse$ = [3, n0, _GTGCPARe,
1758
- 0,
1759
- [_TGCPAran, _NT],
1760
- [() => TransitGatewayConnectPeerAssociationList, 0]
1761
- ];
1762
- var GetTransitGatewayPeeringRequest$ = [3, n0, _GTGPR,
1763
- 0,
1764
- [_PI],
1765
- [[0, 1]], 1
1766
- ];
1767
- var GetTransitGatewayPeeringResponse$ = [3, n0, _GTGPRe,
1768
- 0,
1769
- [_TGP],
1770
- [() => TransitGatewayPeering$]
1771
- ];
1772
- var GetTransitGatewayRegistrationsRequest$ = [3, n0, _GTGRR,
1773
- 0,
1774
- [_GNI, _TGAr, _MR, _NT],
1775
- [[0, 1], [64 | 0, { [_hQ]: _tGA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1776
- ];
1777
- var GetTransitGatewayRegistrationsResponse$ = [3, n0, _GTGRRe,
1778
- 0,
1779
- [_TGRr, _NT],
1780
- [() => TransitGatewayRegistrationList, 0]
1781
- ];
1782
- var GetTransitGatewayRouteTableAttachmentRequest$ = [3, n0, _GTGRTAR,
1783
- 0,
1784
- [_AI],
1785
- [[0, 1]], 1
1786
- ];
1787
- var GetTransitGatewayRouteTableAttachmentResponse$ = [3, n0, _GTGRTARe,
1788
- 0,
1789
- [_TGRTAr],
1790
- [() => TransitGatewayRouteTableAttachment$]
1791
- ];
1792
- var GetVpcAttachmentRequest$ = [3, n0, _GVAR,
1793
- 0,
1794
- [_AI],
1795
- [[0, 1]], 1
1796
- ];
1797
- var GetVpcAttachmentResponse$ = [3, n0, _GVARe,
1798
- 0,
1799
- [_VAp],
1800
- [() => VpcAttachment$]
1801
- ];
1802
- var GlobalNetwork$ = [3, n0, _GN,
1803
- 0,
1804
- [_GNI, _GNA, _D, _CA, _S, _T],
1805
- [0, 0, 0, 4, 0, () => TagList]
1806
- ];
1807
- var InternalServerException$ = [-3, n0, _ISE,
1808
- { [_e]: _s, [_hE]: 500 },
1809
- [_M, _RAS],
1810
- [0, [1, { [_hH]: _RA_ }]], 1
1811
- ];
1812
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1813
- var Link$ = [3, n0, _Li,
1814
- 0,
1815
- [_LI, _LAin, _GNI, _SI, _D, _Ty, _B, _Pro, _CA, _S, _T],
1816
- [0, 0, 0, 0, 0, 0, () => Bandwidth$, 0, 4, 0, () => TagList]
1817
- ];
1818
- var LinkAssociation$ = [3, n0, _LA,
1819
- 0,
1820
- [_GNI, _DI, _LI, _LAS],
1821
- [0, 0, 0, 0]
1822
- ];
1823
- var ListAttachmentRoutingPolicyAssociationsRequest$ = [3, n0, _LARPAR,
1824
- 0,
1825
- [_CNI, _AI, _MR, _NT],
1826
- [[0, 1], [0, { [_hQ]: _aIt }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1827
- ];
1828
- var ListAttachmentRoutingPolicyAssociationsResponse$ = [3, n0, _LARPARi,
1829
- 0,
1830
- [_ARPA, _NT],
1831
- [() => AttachmentRoutingPolicyAssociationsList, 0]
1832
- ];
1833
- var ListAttachmentsRequest$ = [3, n0, _LAR,
1834
- 0,
1835
- [_CNI, _AT, _EL, _S, _MR, _NT],
1836
- [[0, { [_hQ]: _cNI }], [0, { [_hQ]: _aT }], [0, { [_hQ]: _eL }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1837
- ];
1838
- var ListAttachmentsResponse$ = [3, n0, _LARi,
1839
- 0,
1840
- [_At, _NT],
1841
- [() => AttachmentList, 0]
1842
- ];
1843
- var ListConnectPeersRequest$ = [3, n0, _LCPR,
1844
- 0,
1845
- [_CNI, _CAI, _MR, _NT],
1846
- [[0, { [_hQ]: _cNI }], [0, { [_hQ]: _cAI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1847
- ];
1848
- var ListConnectPeersResponse$ = [3, n0, _LCPRi,
1849
- 0,
1850
- [_CPo, _NT],
1851
- [() => ConnectPeerSummaryList, 0]
1852
- ];
1853
- var ListCoreNetworkPolicyVersionsRequest$ = [3, n0, _LCNPVR,
1854
- 0,
1855
- [_CNI, _MR, _NT],
1856
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1857
- ];
1858
- var ListCoreNetworkPolicyVersionsResponse$ = [3, n0, _LCNPVRi,
1859
- 0,
1860
- [_CNPVo, _NT],
1861
- [() => CoreNetworkPolicyVersionList, 0]
1862
- ];
1863
- var ListCoreNetworkPrefixListAssociationsRequest$ = [3, n0, _LCNPLAR,
1864
- 0,
1865
- [_CNI, _PLA, _MR, _NT],
1866
- [[0, 1], [0, { [_hQ]: _pLA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
1867
- ];
1868
- var ListCoreNetworkPrefixListAssociationsResponse$ = [3, n0, _LCNPLARi,
1869
- 0,
1870
- [_PLAre, _NT],
1871
- [() => PrefixListAssociationList, 0]
1872
- ];
1873
- var ListCoreNetworkRoutingInformationRequest$ = [3, n0, _LCNRIR,
1874
- 0,
1875
- [_CNI, _SN, _EL, _NHF, _LPMo, _EAPM, _MM, _CM, _MR, _NT],
1876
- [[0, 1], 0, 0, [2, n0, _FM, 0, 0, 64 | 0], 64 | 0, 64 | 0, 64 | 0, 64 | 0, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 3
1877
- ];
1878
- var ListCoreNetworkRoutingInformationResponse$ = [3, n0, _LCNRIRi,
1879
- 0,
1880
- [_CNRI, _NT],
1881
- [() => CoreNetworkRoutingInformationList, 0]
1882
- ];
1883
- var ListCoreNetworksRequest$ = [3, n0, _LCNR,
1884
- 0,
1885
- [_MR, _NT],
1886
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1887
- ];
1888
- var ListCoreNetworksResponse$ = [3, n0, _LCNRi,
1889
- 0,
1890
- [_CNo, _NT],
1891
- [() => CoreNetworkSummaryList, 0]
1892
- ];
1893
- var ListOrganizationServiceAccessStatusRequest$ = [3, n0, _LOSASR,
1894
- 0,
1895
- [_MR, _NT],
1896
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1897
- ];
1898
- var ListOrganizationServiceAccessStatusResponse$ = [3, n0, _LOSASRi,
1899
- 0,
1900
- [_OS, _NT],
1901
- [[() => OrganizationStatus$, 0], 0]
1902
- ];
1903
- var ListPeeringsRequest$ = [3, n0, _LPR,
1904
- 0,
1905
- [_CNI, _PT, _EL, _S, _MR, _NT],
1906
- [[0, { [_hQ]: _cNI }], [0, { [_hQ]: _pT }], [0, { [_hQ]: _eL }], [0, { [_hQ]: _st }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
1907
- ];
1908
- var ListPeeringsResponse$ = [3, n0, _LPRi,
1909
- 0,
1910
- [_Pee, _NT],
1911
- [() => PeeringList, 0]
1912
- ];
1913
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1914
- 0,
1915
- [_RA],
1916
- [[0, 1]], 1
1917
- ];
1918
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1919
- 0,
1920
- [_TL],
1921
- [() => TagList]
1922
- ];
1923
- var Location$ = [3, n0, _L,
1924
- 8,
1925
- [_Ad, _La, _Lo],
1926
- [0, 0, 0]
1927
- ];
1928
- var NetworkFunctionGroup$ = [3, n0, _NFGe,
1929
- 0,
1930
- [_N],
1931
- [0]
1932
- ];
1933
- var NetworkResource$ = [3, n0, _NRet,
1934
- 0,
1935
- [_RGA, _CNI, _AR, _AIc, _RT, _RIe, _RA, _Def, _DT, _T, _Met],
1936
- [0, 0, 0, 0, 0, 0, 0, 0, 4, () => TagList, 128 | 0]
1937
- ];
1938
- var NetworkResourceCount$ = [3, n0, _NRCe,
1939
- 0,
1940
- [_RT, _Cou],
1941
- [0, 1]
1942
- ];
1943
- var NetworkResourceSummary$ = [3, n0, _NRS,
1944
- 0,
1945
- [_RGA, _RA, _RT, _Def, _NTa, _IM],
1946
- [0, 0, 0, 0, 0, 2]
1947
- ];
1948
- var NetworkRoute$ = [3, n0, _NRetw,
1949
- 0,
1950
- [_DCB, _Des, _PLIr, _S, _Ty],
1951
- [0, () => NetworkRouteDestinationList, 0, 0, 0]
1952
- ];
1953
- var NetworkRouteDestination$ = [3, n0, _NRD,
1954
- 0,
1955
- [_CNAI, _TGAI, _SN, _NFGN, _EL, _RT, _RIe],
1956
- [0, 0, 0, 0, 0, 0, 0]
1957
- ];
1958
- var NetworkTelemetry$ = [3, n0, _NTe,
1959
- 0,
1960
- [_RGA, _CNI, _AR, _AIc, _RT, _RIe, _RA, _Ad, _H],
1961
- [0, 0, 0, 0, 0, 0, 0, 0, () => ConnectionHealth$]
1962
- ];
1963
- var OrganizationStatus$ = [3, n0, _OS,
1964
- 0,
1965
- [_OI, _OASAS, _SLRDS, _ASL],
1966
- [0, 0, 0, [() => AccountStatusList, { [_xN]: _OS }]]
1967
- ];
1968
- var PathComponent$ = [3, n0, _PC,
1969
- 0,
1970
- [_Seq, _Re, _DCB],
1971
- [1, () => NetworkResourceSummary$, 0]
1972
- ];
1973
- var Peering$ = [3, n0, _Pe,
1974
- 0,
1975
- [_CNI, _CNA, _PI, _OAI, _PT, _S, _EL, _RA, _T, _CA, _LME],
1976
- [0, 0, 0, 0, 0, 0, 0, 0, () => TagList, 4, () => PeeringErrorList]
1977
- ];
1978
- var PeeringError$ = [3, n0, _PEe,
1979
- 0,
1980
- [_C, _M, _RA, _RI, _MPC],
1981
- [0, 0, 0, 0, () => PermissionsErrorContext$]
1982
- ];
1983
- var PermissionsErrorContext$ = [3, n0, _PEC,
1984
- 0,
1985
- [_MP],
1986
- [0]
1987
- ];
1988
- var PrefixListAssociation$ = [3, n0, _PLAref,
1989
- 0,
1990
- [_CNI, _PLA, _PLAr],
1991
- [0, 0, 0]
1992
- ];
1993
- var ProposedNetworkFunctionGroupChange$ = [3, n0, _PNFGC,
1994
- 0,
1995
- [_T, _APRN, _NFGN],
1996
- [() => TagList, 1, 0]
1997
- ];
1998
- var ProposedSegmentChange$ = [3, n0, _PSC,
1999
- 0,
2000
- [_T, _APRN, _SN],
2001
- [() => TagList, 1, 0]
2002
- ];
2003
- var PutAttachmentRoutingPolicyLabelRequest$ = [3, n0, _PARPLR,
2004
- 0,
2005
- [_CNI, _AI, _RPL, _CT],
2006
- [0, 0, 0, [0, 4]], 3
2007
- ];
2008
- var PutAttachmentRoutingPolicyLabelResponse$ = [3, n0, _PARPLRu,
2009
- 0,
2010
- [_CNI, _AI, _RPL],
2011
- [0, 0, 0]
2012
- ];
2013
- var PutCoreNetworkPolicyRequest$ = [3, n0, _PCNPR,
2014
- 0,
2015
- [_CNI, _PD, _D, _LVI, _CT],
2016
- [[0, 1], [() => SynthesizedJsonCoreNetworkPolicyDocument, 0], 0, 1, [0, 4]], 2
2017
- ];
2018
- var PutCoreNetworkPolicyResponse$ = [3, n0, _PCNPRu,
2019
- 0,
2020
- [_CNP],
2021
- [[() => CoreNetworkPolicy$, 0]]
2022
- ];
2023
- var PutResourcePolicyRequest$ = [3, n0, _PRPR,
2024
- 0,
2025
- [_PD, _RA],
2026
- [[() => SynthesizedJsonResourcePolicyDocument, 0], [0, 1]], 2
2027
- ];
2028
- var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
2029
- 0,
2030
- [],
2031
- []
2032
- ];
2033
- var RegisterTransitGatewayRequest$ = [3, n0, _RTGR,
2034
- 0,
2035
- [_GNI, _TGA],
2036
- [[0, 1], 0], 2
2037
- ];
2038
- var RegisterTransitGatewayResponse$ = [3, n0, _RTGRe,
2039
- 0,
2040
- [_TGR],
2041
- [() => TransitGatewayRegistration$]
2042
- ];
2043
- var RejectAttachmentRequest$ = [3, n0, _RAR,
2044
- 0,
2045
- [_AI],
2046
- [[0, 1]], 1
2047
- ];
2048
- var RejectAttachmentResponse$ = [3, n0, _RARe,
2049
- 0,
2050
- [_A],
2051
- [() => Attachment$]
2052
- ];
2053
- var Relationship$ = [3, n0, _Rel,
2054
- 0,
2055
- [_F, _To],
2056
- [0, 0]
2057
- ];
2058
- var RemoveAttachmentRoutingPolicyLabelRequest$ = [3, n0, _RARPLR,
2059
- 0,
2060
- [_CNI, _AI],
2061
- [[0, 1], [0, 1]], 2
2062
- ];
2063
- var RemoveAttachmentRoutingPolicyLabelResponse$ = [3, n0, _RARPLRe,
2064
- 0,
2065
- [_CNI, _AI, _RPL],
2066
- [0, 0, 0]
2067
- ];
2068
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2069
- { [_e]: _c, [_hE]: 404 },
2070
- [_M, _RIe, _RT, _Cont],
2071
- [0, 0, 0, 128 | 0], 3
2072
- ];
2073
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2074
- var RestoreCoreNetworkPolicyVersionRequest$ = [3, n0, _RCNPVR,
2075
- 0,
2076
- [_CNI, _PVI],
2077
- [[0, 1], [1, 1]], 2
2078
- ];
2079
- var RestoreCoreNetworkPolicyVersionResponse$ = [3, n0, _RCNPVRe,
2080
- 0,
2081
- [_CNP],
2082
- [[() => CoreNetworkPolicy$, 0]]
2083
- ];
2084
- var RouteAnalysis$ = [3, n0, _RAo,
2085
- 0,
2086
- [_GNI, _OAI, _RAI, _ST, _St, _So, _Dest, _IRP, _UM, _FP, _RPe],
2087
- [0, 0, 0, 4, 0, () => RouteAnalysisEndpointOptions$, () => RouteAnalysisEndpointOptions$, 2, 2, () => RouteAnalysisPath$, () => RouteAnalysisPath$]
2088
- ];
2089
- var RouteAnalysisCompletion$ = [3, n0, _RAC,
2090
- 0,
2091
- [_RC, _RCe, _RCea],
2092
- [0, 0, 128 | 0]
2093
- ];
2094
- var RouteAnalysisEndpointOptions$ = [3, n0, _RAEO,
2095
- 0,
2096
- [_TGAA, _TGA, _IA],
2097
- [0, 0, 0]
2098
- ];
2099
- var RouteAnalysisEndpointOptionsSpecification$ = [3, n0, _RAEOS,
2100
- 0,
2101
- [_TGAA, _IA],
2102
- [0, 0]
2103
- ];
2104
- var RouteAnalysisPath$ = [3, n0, _RAP,
2105
- 0,
2106
- [_CS, _Pa],
2107
- [() => RouteAnalysisCompletion$, () => PathComponentList]
2108
- ];
2109
- var RouteTableIdentifier$ = [3, n0, _RTI,
2110
- 0,
2111
- [_TGRTA, _CNSE, _CNNFG],
2112
- [0, () => CoreNetworkSegmentEdgeIdentifier$, () => CoreNetworkNetworkFunctionGroupIdentifier$]
2113
- ];
2114
- var RoutingInformationNextHop$ = [3, n0, _RINH,
2115
- 0,
2116
- [_IA, _CNAI, _RIe, _RT, _SN, _EL],
2117
- [0, 0, 0, 0, 0, 0]
2118
- ];
2119
- var RoutingPolicyAssociationDetail$ = [3, n0, _RPADo,
2120
- 0,
2121
- [_RPN, _SS],
2122
- [64 | 0, 64 | 0]
2123
- ];
2124
- var ServiceInsertionAction$ = [3, n0, _SIAe,
2125
- 0,
2126
- [_Ac, _Mod, _WST, _Vi],
2127
- [0, 0, () => WhenSentTo$, () => Via$]
2128
- ];
2129
- var ServiceInsertionSegments$ = [3, n0, _SIS,
2130
- 0,
2131
- [_SV, _STe],
2132
- [64 | 0, 64 | 0]
2133
- ];
2134
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2135
- { [_e]: _c, [_hE]: 402 },
2136
- [_M, _LC, _SC, _RIe, _RT],
2137
- [0, 0, 0, 0, 0], 3
2138
- ];
2139
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2140
- var Site$ = [3, n0, _Si,
2141
- 0,
2142
- [_SI, _SAi, _GNI, _D, _L, _CA, _S, _T],
2143
- [0, 0, 0, 0, [() => Location$, 0], 4, 0, () => TagList]
2144
- ];
2145
- var SiteToSiteVpnAttachment$ = [3, n0, _STSVA,
2146
- 0,
2147
- [_A, _VCA],
2148
- [() => Attachment$, 0]
2149
- ];
2150
- var StartOrganizationServiceAccessUpdateRequest$ = [3, n0, _SOSAUR,
2151
- 0,
2152
- [_Ac],
2153
- [0], 1
2154
- ];
2155
- var StartOrganizationServiceAccessUpdateResponse$ = [3, n0, _SOSAURt,
2156
- 0,
2157
- [_OS],
2158
- [[() => OrganizationStatus$, 0]]
2159
- ];
2160
- var StartRouteAnalysisRequest$ = [3, n0, _SRAR,
2161
- 0,
2162
- [_GNI, _So, _Dest, _IRP, _UM],
2163
- [[0, 1], () => RouteAnalysisEndpointOptionsSpecification$, () => RouteAnalysisEndpointOptionsSpecification$, 2, 2], 3
2164
- ];
2165
- var StartRouteAnalysisResponse$ = [3, n0, _SRARt,
2166
- 0,
2167
- [_RAo],
2168
- [() => RouteAnalysis$]
2169
- ];
2170
- var Tag$ = [3, n0, _Ta,
2171
- 0,
2172
- [_K, _Va],
2173
- [0, 0]
2174
- ];
2175
- var TagResourceRequest$ = [3, n0, _TRR,
2176
- 0,
2177
- [_RA, _T],
2178
- [[0, 1], () => TagList], 2
2179
- ];
2180
- var TagResourceResponse$ = [3, n0, _TRRa,
2181
- 0,
2182
- [],
2183
- []
2184
- ];
2185
- var ThrottlingException$ = [-3, n0, _TE,
2186
- { [_e]: _c, [_hE]: 429 },
2187
- [_M, _RAS],
2188
- [0, [1, { [_hH]: _RA_ }]], 1
2189
- ];
2190
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2191
- var TransitGatewayConnectPeerAssociation$ = [3, n0, _TGCPAr,
2192
- 0,
2193
- [_TGCPA, _GNI, _DI, _LI, _S],
2194
- [0, 0, 0, 0, 0]
2195
- ];
2196
- var TransitGatewayPeering$ = [3, n0, _TGP,
2197
- 0,
2198
- [_Pe, _TGA, _TGPAI],
2199
- [() => Peering$, 0, 0]
2200
- ];
2201
- var TransitGatewayRegistration$ = [3, n0, _TGR,
2202
- 0,
2203
- [_GNI, _TGA, _S],
2204
- [0, 0, () => TransitGatewayRegistrationStateReason$]
2205
- ];
2206
- var TransitGatewayRegistrationStateReason$ = [3, n0, _TGRSR,
2207
- 0,
2208
- [_C, _M],
2209
- [0, 0]
2210
- ];
2211
- var TransitGatewayRouteTableAttachment$ = [3, n0, _TGRTAr,
2212
- 0,
2213
- [_A, _PI, _TGRTA],
2214
- [() => Attachment$, 0, 0]
2215
- ];
2216
- var UntagResourceRequest$ = [3, n0, _URR,
2217
- 0,
2218
- [_RA, _TK],
2219
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
2220
- ];
2221
- var UntagResourceResponse$ = [3, n0, _URRn,
2222
- 0,
2223
- [],
2224
- []
2225
- ];
2226
- var UpdateConnectionRequest$ = [3, n0, _UCR,
2227
- 0,
2228
- [_GNI, _CI, _LI, _CLI, _D],
2229
- [[0, 1], [0, 1], 0, 0, 0], 2
2230
- ];
2231
- var UpdateConnectionResponse$ = [3, n0, _UCRp,
2232
- 0,
2233
- [_Co],
2234
- [() => Connection$]
2235
- ];
2236
- var UpdateCoreNetworkRequest$ = [3, n0, _UCNR,
2237
- 0,
2238
- [_CNI, _D],
2239
- [[0, 1], 0], 1
2240
- ];
2241
- var UpdateCoreNetworkResponse$ = [3, n0, _UCNRp,
2242
- 0,
2243
- [_CN],
2244
- [() => CoreNetwork$]
2245
- ];
2246
- var UpdateDeviceRequest$ = [3, n0, _UDR,
2247
- 0,
2248
- [_GNI, _DI, _AWSL, _D, _Ty, _Ve, _Mo, _SNe, _L, _SI],
2249
- [[0, 1], [0, 1], () => AWSLocation$, 0, 0, 0, 0, 0, [() => Location$, 0], 0], 2
2250
- ];
2251
- var UpdateDeviceResponse$ = [3, n0, _UDRp,
2252
- 0,
2253
- [_De],
2254
- [[() => Device$, 0]]
2255
- ];
2256
- var UpdateDirectConnectGatewayAttachmentRequest$ = [3, n0, _UDCGAR,
2257
- 0,
2258
- [_AI, _ELd],
2259
- [[0, 1], 64 | 0], 1
2260
- ];
2261
- var UpdateDirectConnectGatewayAttachmentResponse$ = [3, n0, _UDCGARp,
2262
- 0,
2263
- [_DCGAi],
2264
- [() => DirectConnectGatewayAttachment$]
2265
- ];
2266
- var UpdateGlobalNetworkRequest$ = [3, n0, _UGNR,
2267
- 0,
2268
- [_GNI, _D],
2269
- [[0, 1], 0], 1
2270
- ];
2271
- var UpdateGlobalNetworkResponse$ = [3, n0, _UGNRp,
2272
- 0,
2273
- [_GN],
2274
- [() => GlobalNetwork$]
2275
- ];
2276
- var UpdateLinkRequest$ = [3, n0, _ULR,
2277
- 0,
2278
- [_GNI, _LI, _D, _Ty, _B, _Pro],
2279
- [[0, 1], [0, 1], 0, 0, () => Bandwidth$, 0], 2
2280
- ];
2281
- var UpdateLinkResponse$ = [3, n0, _ULRp,
2282
- 0,
2283
- [_Li],
2284
- [() => Link$]
2285
- ];
2286
- var UpdateNetworkResourceMetadataRequest$ = [3, n0, _UNRMR,
2287
- 0,
2288
- [_GNI, _RA, _Met],
2289
- [[0, 1], [0, 1], 128 | 0], 3
2290
- ];
2291
- var UpdateNetworkResourceMetadataResponse$ = [3, n0, _UNRMRp,
2292
- 0,
2293
- [_RA, _Met],
2294
- [0, 128 | 0]
2295
- ];
2296
- var UpdateSiteRequest$ = [3, n0, _USR,
2297
- 0,
2298
- [_GNI, _SI, _D, _L],
2299
- [[0, 1], [0, 1], 0, [() => Location$, 0]], 2
2300
- ];
2301
- var UpdateSiteResponse$ = [3, n0, _USRp,
2302
- 0,
2303
- [_Si],
2304
- [[() => Site$, 0]]
2305
- ];
2306
- var UpdateVpcAttachmentRequest$ = [3, n0, _UVAR,
2307
- 0,
2308
- [_AI, _ASA, _RSA, _O],
2309
- [[0, 1], 64 | 0, 64 | 0, () => VpcOptions$], 1
2310
- ];
2311
- var UpdateVpcAttachmentResponse$ = [3, n0, _UVARp,
2312
- 0,
2313
- [_VAp],
2314
- [() => VpcAttachment$]
2315
- ];
2316
- var ValidationException$ = [-3, n0, _VE,
2317
- { [_e]: _c, [_hE]: 400 },
2318
- [_M, _Rea, _Fi],
2319
- [0, 0, () => ValidationExceptionFieldList], 1
2320
- ];
2321
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2322
- var ValidationExceptionField$ = [3, n0, _VEF,
2323
- 0,
2324
- [_N, _M],
2325
- [0, 0], 2
2326
- ];
2327
- var Via$ = [3, n0, _Vi,
2328
- 0,
2329
- [_NFG, _WEO],
2330
- [() => NetworkFunctionGroupList, () => WithEdgeOverridesList]
2331
- ];
2332
- var VpcAttachment$ = [3, n0, _VAp,
2333
- 0,
2334
- [_A, _SAu, _O],
2335
- [() => Attachment$, 64 | 0, () => VpcOptions$]
2336
- ];
2337
- var VpcOptions$ = [3, n0, _VO,
2338
- 0,
2339
- [_IS, _AMS, _DSn, _SGRS],
2340
- [2, 2, 2, 2]
2341
- ];
2342
- var WhenSentTo$ = [3, n0, _WST,
2343
- 0,
2344
- [_WSTSL],
2345
- [64 | 0]
2346
- ];
2347
- var NetworkManagerServiceException$ = [-3, _sm, "NetworkManagerServiceException", 0, [], []];
2348
- schema.TypeRegistry.for(_sm).registerError(NetworkManagerServiceException$, NetworkManagerServiceException);
2349
- var AccountStatusList = [1, n0, _ASL,
2350
- 0, () => AccountStatus$
2351
- ];
2352
- var AttachmentErrorList = [1, n0, _AEL,
2353
- 0, () => AttachmentError$
2354
- ];
2355
- var AttachmentList = [1, n0, _AL,
2356
- 0, () => Attachment$
2357
- ];
2358
- var AttachmentRoutingPolicyAssociationsList = [1, n0, _ARPAL,
2359
- 0, () => AttachmentRoutingPolicyAssociationSummary$
2360
- ];
2361
- var ConnectionList = [1, n0, _CL,
2362
- 0, () => Connection$
2363
- ];
2364
- var ConnectPeerAssociationList = [1, n0, _CPAL,
2365
- 0, () => ConnectPeerAssociation$
2366
- ];
2367
- var ConnectPeerBgpConfigurationList = [1, n0, _CPBCL,
2368
- 0, () => ConnectPeerBgpConfiguration$
2369
- ];
2370
- var ConnectPeerErrorList = [1, n0, _CPEL,
2371
- 0, () => ConnectPeerError$
2372
- ];
2373
- var ConnectPeerSummaryList = [1, n0, _CPSL,
2374
- 0, () => ConnectPeerSummary$
2375
- ];
2376
- var CoreNetworkChangeEventList = [1, n0, _CNCEL,
2377
- 0, () => CoreNetworkChangeEvent$
2378
- ];
2379
- var CoreNetworkChangeList = [1, n0, _CNCL,
2380
- 0, () => CoreNetworkChange$
2381
- ];
2382
- var CoreNetworkEdgeList = [1, n0, _CNEL,
2383
- 0, () => CoreNetworkEdge$
2384
- ];
2385
- var CoreNetworkNetworkFunctionGroupList = [1, n0, _CNNFGL,
2386
- 0, () => CoreNetworkNetworkFunctionGroup$
2387
- ];
2388
- var CoreNetworkPolicyErrorList = [1, n0, _CNPEL,
2389
- 0, () => CoreNetworkPolicyError$
2390
- ];
2391
- var CoreNetworkPolicyVersionList = [1, n0, _CNPVL,
2392
- 0, () => CoreNetworkPolicyVersion$
2393
- ];
2394
- var CoreNetworkRoutingInformationList = [1, n0, _CNRIL,
2395
- 0, () => CoreNetworkRoutingInformation$
2396
- ];
2397
- var CoreNetworkSegmentList = [1, n0, _CNSL,
2398
- 0, () => CoreNetworkSegment$
2399
- ];
2400
- var CoreNetworkSummaryList = [1, n0, _CNSLo,
2401
- 0, () => CoreNetworkSummary$
2402
- ];
2403
- var CustomerGatewayAssociationList = [1, n0, _CGAL,
2404
- 0, () => CustomerGatewayAssociation$
2405
- ];
2406
- var DeviceList = [1, n0, _DL,
2407
- 0, [() => Device$,
2408
- 0]
2409
- ];
2410
- var GlobalNetworkList = [1, n0, _GNL,
2411
- 0, () => GlobalNetwork$
2412
- ];
2413
- var LinkAssociationList = [1, n0, _LAL,
2414
- 0, () => LinkAssociation$
2415
- ];
2416
- var LinkList = [1, n0, _LL,
2417
- 0, () => Link$
2418
- ];
2419
- var NetworkFunctionGroupList = [1, n0, _NFGL,
2420
- 0, () => NetworkFunctionGroup$
2421
- ];
2422
- var NetworkResourceCountList = [1, n0, _NRCL,
2423
- 0, () => NetworkResourceCount$
2424
- ];
2425
- var NetworkResourceList = [1, n0, _NRL,
2426
- 0, () => NetworkResource$
2427
- ];
2428
- var NetworkRouteDestinationList = [1, n0, _NRDL,
2429
- 0, () => NetworkRouteDestination$
2430
- ];
2431
- var NetworkRouteList = [1, n0, _NRLe,
2432
- 0, () => NetworkRoute$
2433
- ];
2434
- var NetworkTelemetryList = [1, n0, _NTL,
2435
- 0, () => NetworkTelemetry$
2436
- ];
2437
- var PathComponentList = [1, n0, _PCL,
2438
- 0, () => PathComponent$
2439
- ];
2440
- var PeeringErrorList = [1, n0, _PELee,
2441
- 0, () => PeeringError$
2442
- ];
2443
- var PeeringList = [1, n0, _PL,
2444
- 0, () => Peering$
2445
- ];
2446
- var PrefixListAssociationList = [1, n0, _PLAL,
2447
- 0, () => PrefixListAssociation$
2448
- ];
2449
- var RelationshipList = [1, n0, _RL,
2450
- 0, () => Relationship$
2451
- ];
2452
- var RoutingPolicyAssociationDetailsList = [1, n0, _RPADL,
2453
- 0, () => RoutingPolicyAssociationDetail$
2454
- ];
2455
- var ServiceInsertionActionList = [1, n0, _SIAL,
2456
- 0, () => ServiceInsertionAction$
2457
- ];
2458
- var SiteList = [1, n0, _SL,
2459
- 0, [() => Site$,
2460
- 0]
2461
- ];
2462
- var TagList = [1, n0, _TL,
2463
- 0, () => Tag$
2464
- ];
2465
- var TransitGatewayConnectPeerAssociationList = [1, n0, _TGCPAL,
2466
- 0, () => TransitGatewayConnectPeerAssociation$
2467
- ];
2468
- var TransitGatewayRegistrationList = [1, n0, _TGRL,
2469
- 0, () => TransitGatewayRegistration$
2470
- ];
2471
- var ValidationExceptionFieldList = [1, n0, _VEFL,
2472
- 0, () => ValidationExceptionField$
2473
- ];
2474
- var WithEdgeOverridesList = [1, n0, _WEOL,
2475
- 0, () => EdgeOverride$
2476
- ];
2477
- var AcceptAttachment$ = [9, n0, _AA,
2478
- { [_h]: ["POST", "/attachments/{AttachmentId}/accept", 200] }, () => AcceptAttachmentRequest$, () => AcceptAttachmentResponse$
2479
- ];
2480
- var AssociateConnectPeer$ = [9, n0, _ACP,
2481
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/connect-peer-associations", 200] }, () => AssociateConnectPeerRequest$, () => AssociateConnectPeerResponse$
2482
- ];
2483
- var AssociateCustomerGateway$ = [9, n0, _ACG,
2484
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/customer-gateway-associations", 200] }, () => AssociateCustomerGatewayRequest$, () => AssociateCustomerGatewayResponse$
2485
- ];
2486
- var AssociateLink$ = [9, n0, _ALs,
2487
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/link-associations", 200] }, () => AssociateLinkRequest$, () => AssociateLinkResponse$
2488
- ];
2489
- var AssociateTransitGatewayConnectPeer$ = [9, n0, _ATGCP,
2490
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/transit-gateway-connect-peer-associations", 200] }, () => AssociateTransitGatewayConnectPeerRequest$, () => AssociateTransitGatewayConnectPeerResponse$
2491
- ];
2492
- var CreateConnectAttachment$ = [9, n0, _CCA,
2493
- { [_h]: ["POST", "/connect-attachments", 200] }, () => CreateConnectAttachmentRequest$, () => CreateConnectAttachmentResponse$
2494
- ];
2495
- var CreateConnection$ = [9, n0, _CC,
2496
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/connections", 200] }, () => CreateConnectionRequest$, () => CreateConnectionResponse$
2497
- ];
2498
- var CreateConnectPeer$ = [9, n0, _CCP,
2499
- { [_h]: ["POST", "/connect-peers", 200] }, () => CreateConnectPeerRequest$, () => CreateConnectPeerResponse$
2500
- ];
2501
- var CreateCoreNetwork$ = [9, n0, _CCN,
2502
- { [_h]: ["POST", "/core-networks", 200] }, () => CreateCoreNetworkRequest$, () => CreateCoreNetworkResponse$
2503
- ];
2504
- var CreateCoreNetworkPrefixListAssociation$ = [9, n0, _CCNPLA,
2505
- { [_h]: ["POST", "/prefix-list", 200] }, () => CreateCoreNetworkPrefixListAssociationRequest$, () => CreateCoreNetworkPrefixListAssociationResponse$
2506
- ];
2507
- var CreateDevice$ = [9, n0, _CD,
2508
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/devices", 200] }, () => CreateDeviceRequest$, () => CreateDeviceResponse$
2509
- ];
2510
- var CreateDirectConnectGatewayAttachment$ = [9, n0, _CDCGA,
2511
- { [_h]: ["POST", "/direct-connect-gateway-attachments", 200] }, () => CreateDirectConnectGatewayAttachmentRequest$, () => CreateDirectConnectGatewayAttachmentResponse$
2512
- ];
2513
- var CreateGlobalNetwork$ = [9, n0, _CGN,
2514
- { [_h]: ["POST", "/global-networks", 200] }, () => CreateGlobalNetworkRequest$, () => CreateGlobalNetworkResponse$
2515
- ];
2516
- var CreateLink$ = [9, n0, _CLr,
2517
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/links", 200] }, () => CreateLinkRequest$, () => CreateLinkResponse$
2518
- ];
2519
- var CreateSite$ = [9, n0, _CSr,
2520
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/sites", 200] }, () => CreateSiteRequest$, () => CreateSiteResponse$
2521
- ];
2522
- var CreateSiteToSiteVpnAttachment$ = [9, n0, _CSTSVA,
2523
- { [_h]: ["POST", "/site-to-site-vpn-attachments", 200] }, () => CreateSiteToSiteVpnAttachmentRequest$, () => CreateSiteToSiteVpnAttachmentResponse$
2524
- ];
2525
- var CreateTransitGatewayPeering$ = [9, n0, _CTGP,
2526
- { [_h]: ["POST", "/transit-gateway-peerings", 200] }, () => CreateTransitGatewayPeeringRequest$, () => CreateTransitGatewayPeeringResponse$
2527
- ];
2528
- var CreateTransitGatewayRouteTableAttachment$ = [9, n0, _CTGRTA,
2529
- { [_h]: ["POST", "/transit-gateway-route-table-attachments", 200] }, () => CreateTransitGatewayRouteTableAttachmentRequest$, () => CreateTransitGatewayRouteTableAttachmentResponse$
2530
- ];
2531
- var CreateVpcAttachment$ = [9, n0, _CVA,
2532
- { [_h]: ["POST", "/vpc-attachments", 200] }, () => CreateVpcAttachmentRequest$, () => CreateVpcAttachmentResponse$
2533
- ];
2534
- var DeleteAttachment$ = [9, n0, _DAe,
2535
- { [_h]: ["DELETE", "/attachments/{AttachmentId}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
2536
- ];
2537
- var DeleteConnection$ = [9, n0, _DC,
2538
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/connections/{ConnectionId}", 200] }, () => DeleteConnectionRequest$, () => DeleteConnectionResponse$
2539
- ];
2540
- var DeleteConnectPeer$ = [9, n0, _DCP,
2541
- { [_h]: ["DELETE", "/connect-peers/{ConnectPeerId}", 200] }, () => DeleteConnectPeerRequest$, () => DeleteConnectPeerResponse$
2542
- ];
2543
- var DeleteCoreNetwork$ = [9, n0, _DCN,
2544
- { [_h]: ["DELETE", "/core-networks/{CoreNetworkId}", 200] }, () => DeleteCoreNetworkRequest$, () => DeleteCoreNetworkResponse$
2545
- ];
2546
- var DeleteCoreNetworkPolicyVersion$ = [9, n0, _DCNPV,
2547
- { [_h]: ["DELETE", "/core-networks/{CoreNetworkId}/core-network-policy-versions/{PolicyVersionId}", 200] }, () => DeleteCoreNetworkPolicyVersionRequest$, () => DeleteCoreNetworkPolicyVersionResponse$
2548
- ];
2549
- var DeleteCoreNetworkPrefixListAssociation$ = [9, n0, _DCNPLA,
2550
- { [_h]: ["DELETE", "/prefix-list/{PrefixListArn}/core-network/{CoreNetworkId}", 200] }, () => DeleteCoreNetworkPrefixListAssociationRequest$, () => DeleteCoreNetworkPrefixListAssociationResponse$
2551
- ];
2552
- var DeleteDevice$ = [9, n0, _DD,
2553
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/devices/{DeviceId}", 200] }, () => DeleteDeviceRequest$, () => DeleteDeviceResponse$
2554
- ];
2555
- var DeleteGlobalNetwork$ = [9, n0, _DGN,
2556
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}", 200] }, () => DeleteGlobalNetworkRequest$, () => DeleteGlobalNetworkResponse$
2557
- ];
2558
- var DeleteLink$ = [9, n0, _DLe,
2559
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/links/{LinkId}", 200] }, () => DeleteLinkRequest$, () => DeleteLinkResponse$
2560
- ];
2561
- var DeletePeering$ = [9, n0, _DP,
2562
- { [_h]: ["DELETE", "/peerings/{PeeringId}", 200] }, () => DeletePeeringRequest$, () => DeletePeeringResponse$
2563
- ];
2564
- var DeleteResourcePolicy$ = [9, n0, _DRP,
2565
- { [_h]: ["DELETE", "/resource-policy/{ResourceArn}", 200] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
2566
- ];
2567
- var DeleteSite$ = [9, n0, _DSe,
2568
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/sites/{SiteId}", 200] }, () => DeleteSiteRequest$, () => DeleteSiteResponse$
2569
- ];
2570
- var DeregisterTransitGateway$ = [9, n0, _DTG,
2571
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/transit-gateway-registrations/{TransitGatewayArn}", 200] }, () => DeregisterTransitGatewayRequest$, () => DeregisterTransitGatewayResponse$
2572
- ];
2573
- var DescribeGlobalNetworks$ = [9, n0, _DGNe,
2574
- { [_h]: ["GET", "/global-networks", 200] }, () => DescribeGlobalNetworksRequest$, () => DescribeGlobalNetworksResponse$
2575
- ];
2576
- var DisassociateConnectPeer$ = [9, n0, _DCPi,
2577
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/connect-peer-associations/{ConnectPeerId}", 200] }, () => DisassociateConnectPeerRequest$, () => DisassociateConnectPeerResponse$
2578
- ];
2579
- var DisassociateCustomerGateway$ = [9, n0, _DCG,
2580
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/customer-gateway-associations/{CustomerGatewayArn}", 200] }, () => DisassociateCustomerGatewayRequest$, () => DisassociateCustomerGatewayResponse$
2581
- ];
2582
- var DisassociateLink$ = [9, n0, _DLi,
2583
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/link-associations", 200] }, () => DisassociateLinkRequest$, () => DisassociateLinkResponse$
2584
- ];
2585
- var DisassociateTransitGatewayConnectPeer$ = [9, n0, _DTGCP,
2586
- { [_h]: ["DELETE", "/global-networks/{GlobalNetworkId}/transit-gateway-connect-peer-associations/{TransitGatewayConnectPeerArn}", 200] }, () => DisassociateTransitGatewayConnectPeerRequest$, () => DisassociateTransitGatewayConnectPeerResponse$
2587
- ];
2588
- var ExecuteCoreNetworkChangeSet$ = [9, n0, _ECNCS,
2589
- { [_h]: ["POST", "/core-networks/{CoreNetworkId}/core-network-change-sets/{PolicyVersionId}/execute", 200] }, () => ExecuteCoreNetworkChangeSetRequest$, () => ExecuteCoreNetworkChangeSetResponse$
2590
- ];
2591
- var GetConnectAttachment$ = [9, n0, _GCA,
2592
- { [_h]: ["GET", "/connect-attachments/{AttachmentId}", 200] }, () => GetConnectAttachmentRequest$, () => GetConnectAttachmentResponse$
2593
- ];
2594
- var GetConnections$ = [9, n0, _GC,
2595
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/connections", 200] }, () => GetConnectionsRequest$, () => GetConnectionsResponse$
2596
- ];
2597
- var GetConnectPeer$ = [9, n0, _GCP,
2598
- { [_h]: ["GET", "/connect-peers/{ConnectPeerId}", 200] }, () => GetConnectPeerRequest$, () => GetConnectPeerResponse$
2599
- ];
2600
- var GetConnectPeerAssociations$ = [9, n0, _GCPA,
2601
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/connect-peer-associations", 200] }, () => GetConnectPeerAssociationsRequest$, () => GetConnectPeerAssociationsResponse$
2602
- ];
2603
- var GetCoreNetwork$ = [9, n0, _GCN,
2604
- { [_h]: ["GET", "/core-networks/{CoreNetworkId}", 200] }, () => GetCoreNetworkRequest$, () => GetCoreNetworkResponse$
2605
- ];
2606
- var GetCoreNetworkChangeEvents$ = [9, n0, _GCNCE,
2607
- { [_h]: ["GET", "/core-networks/{CoreNetworkId}/core-network-change-events/{PolicyVersionId}", 200] }, () => GetCoreNetworkChangeEventsRequest$, () => GetCoreNetworkChangeEventsResponse$
2608
- ];
2609
- var GetCoreNetworkChangeSet$ = [9, n0, _GCNCS,
2610
- { [_h]: ["GET", "/core-networks/{CoreNetworkId}/core-network-change-sets/{PolicyVersionId}", 200] }, () => GetCoreNetworkChangeSetRequest$, () => GetCoreNetworkChangeSetResponse$
2611
- ];
2612
- var GetCoreNetworkPolicy$ = [9, n0, _GCNP,
2613
- { [_h]: ["GET", "/core-networks/{CoreNetworkId}/core-network-policy", 200] }, () => GetCoreNetworkPolicyRequest$, () => GetCoreNetworkPolicyResponse$
2614
- ];
2615
- var GetCustomerGatewayAssociations$ = [9, n0, _GCGA,
2616
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/customer-gateway-associations", 200] }, () => GetCustomerGatewayAssociationsRequest$, () => GetCustomerGatewayAssociationsResponse$
2617
- ];
2618
- var GetDevices$ = [9, n0, _GD,
2619
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/devices", 200] }, () => GetDevicesRequest$, () => GetDevicesResponse$
2620
- ];
2621
- var GetDirectConnectGatewayAttachment$ = [9, n0, _GDCGA,
2622
- { [_h]: ["GET", "/direct-connect-gateway-attachments/{AttachmentId}", 200] }, () => GetDirectConnectGatewayAttachmentRequest$, () => GetDirectConnectGatewayAttachmentResponse$
2623
- ];
2624
- var GetLinkAssociations$ = [9, n0, _GLA,
2625
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/link-associations", 200] }, () => GetLinkAssociationsRequest$, () => GetLinkAssociationsResponse$
2626
- ];
2627
- var GetLinks$ = [9, n0, _GL,
2628
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/links", 200] }, () => GetLinksRequest$, () => GetLinksResponse$
2629
- ];
2630
- var GetNetworkResourceCounts$ = [9, n0, _GNRC,
2631
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/network-resource-count", 200] }, () => GetNetworkResourceCountsRequest$, () => GetNetworkResourceCountsResponse$
2632
- ];
2633
- var GetNetworkResourceRelationships$ = [9, n0, _GNRRetet,
2634
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/network-resource-relationships", 200] }, () => GetNetworkResourceRelationshipsRequest$, () => GetNetworkResourceRelationshipsResponse$
2635
- ];
2636
- var GetNetworkResources$ = [9, n0, _GNR,
2637
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/network-resources", 200] }, () => GetNetworkResourcesRequest$, () => GetNetworkResourcesResponse$
2638
- ];
2639
- var GetNetworkRoutes$ = [9, n0, _GNRe,
2640
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/network-routes", 200] }, () => GetNetworkRoutesRequest$, () => GetNetworkRoutesResponse$
2641
- ];
2642
- var GetNetworkTelemetry$ = [9, n0, _GNT,
2643
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/network-telemetry", 200] }, () => GetNetworkTelemetryRequest$, () => GetNetworkTelemetryResponse$
2644
- ];
2645
- var GetResourcePolicy$ = [9, n0, _GRP,
2646
- { [_h]: ["GET", "/resource-policy/{ResourceArn}", 200] }, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
2647
- ];
2648
- var GetRouteAnalysis$ = [9, n0, _GRA,
2649
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/route-analyses/{RouteAnalysisId}", 200] }, () => GetRouteAnalysisRequest$, () => GetRouteAnalysisResponse$
2650
- ];
2651
- var GetSites$ = [9, n0, _GS,
2652
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/sites", 200] }, () => GetSitesRequest$, () => GetSitesResponse$
2653
- ];
2654
- var GetSiteToSiteVpnAttachment$ = [9, n0, _GSTSVA,
2655
- { [_h]: ["GET", "/site-to-site-vpn-attachments/{AttachmentId}", 200] }, () => GetSiteToSiteVpnAttachmentRequest$, () => GetSiteToSiteVpnAttachmentResponse$
2656
- ];
2657
- var GetTransitGatewayConnectPeerAssociations$ = [9, n0, _GTGCPA,
2658
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/transit-gateway-connect-peer-associations", 200] }, () => GetTransitGatewayConnectPeerAssociationsRequest$, () => GetTransitGatewayConnectPeerAssociationsResponse$
2659
- ];
2660
- var GetTransitGatewayPeering$ = [9, n0, _GTGP,
2661
- { [_h]: ["GET", "/transit-gateway-peerings/{PeeringId}", 200] }, () => GetTransitGatewayPeeringRequest$, () => GetTransitGatewayPeeringResponse$
2662
- ];
2663
- var GetTransitGatewayRegistrations$ = [9, n0, _GTGR,
2664
- { [_h]: ["GET", "/global-networks/{GlobalNetworkId}/transit-gateway-registrations", 200] }, () => GetTransitGatewayRegistrationsRequest$, () => GetTransitGatewayRegistrationsResponse$
2665
- ];
2666
- var GetTransitGatewayRouteTableAttachment$ = [9, n0, _GTGRTA,
2667
- { [_h]: ["GET", "/transit-gateway-route-table-attachments/{AttachmentId}", 200] }, () => GetTransitGatewayRouteTableAttachmentRequest$, () => GetTransitGatewayRouteTableAttachmentResponse$
2668
- ];
2669
- var GetVpcAttachment$ = [9, n0, _GVA,
2670
- { [_h]: ["GET", "/vpc-attachments/{AttachmentId}", 200] }, () => GetVpcAttachmentRequest$, () => GetVpcAttachmentResponse$
2671
- ];
2672
- var ListAttachmentRoutingPolicyAssociations$ = [9, n0, _LARPA,
2673
- { [_h]: ["GET", "/routing-policy-label/core-network/{CoreNetworkId}", 200] }, () => ListAttachmentRoutingPolicyAssociationsRequest$, () => ListAttachmentRoutingPolicyAssociationsResponse$
2674
- ];
2675
- var ListAttachments$ = [9, n0, _LAis,
2676
- { [_h]: ["GET", "/attachments", 200] }, () => ListAttachmentsRequest$, () => ListAttachmentsResponse$
2677
- ];
2678
- var ListConnectPeers$ = [9, n0, _LCP,
2679
- { [_h]: ["GET", "/connect-peers", 200] }, () => ListConnectPeersRequest$, () => ListConnectPeersResponse$
2680
- ];
2681
- var ListCoreNetworkPolicyVersions$ = [9, n0, _LCNPV,
2682
- { [_h]: ["GET", "/core-networks/{CoreNetworkId}/core-network-policy-versions", 200] }, () => ListCoreNetworkPolicyVersionsRequest$, () => ListCoreNetworkPolicyVersionsResponse$
2683
- ];
2684
- var ListCoreNetworkPrefixListAssociations$ = [9, n0, _LCNPLA,
2685
- { [_h]: ["GET", "/prefix-list/core-network/{CoreNetworkId}", 200] }, () => ListCoreNetworkPrefixListAssociationsRequest$, () => ListCoreNetworkPrefixListAssociationsResponse$
2686
- ];
2687
- var ListCoreNetworkRoutingInformation$ = [9, n0, _LCNRI,
2688
- { [_h]: ["POST", "/core-networks/{CoreNetworkId}/core-network-routing-information", 200] }, () => ListCoreNetworkRoutingInformationRequest$, () => ListCoreNetworkRoutingInformationResponse$
2689
- ];
2690
- var ListCoreNetworks$ = [9, n0, _LCN,
2691
- { [_h]: ["GET", "/core-networks", 200] }, () => ListCoreNetworksRequest$, () => ListCoreNetworksResponse$
2692
- ];
2693
- var ListOrganizationServiceAccessStatus$ = [9, n0, _LOSAS,
2694
- { [_h]: ["GET", "/organizations/service-access", 200] }, () => ListOrganizationServiceAccessStatusRequest$, () => ListOrganizationServiceAccessStatusResponse$
2695
- ];
2696
- var ListPeerings$ = [9, n0, _LPi,
2697
- { [_h]: ["GET", "/peerings", 200] }, () => ListPeeringsRequest$, () => ListPeeringsResponse$
2698
- ];
2699
- var ListTagsForResource$ = [9, n0, _LTFR,
2700
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2701
- ];
2702
- var PutAttachmentRoutingPolicyLabel$ = [9, n0, _PARPL,
2703
- { [_h]: ["POST", "/routing-policy-label", 200] }, () => PutAttachmentRoutingPolicyLabelRequest$, () => PutAttachmentRoutingPolicyLabelResponse$
2704
- ];
2705
- var PutCoreNetworkPolicy$ = [9, n0, _PCNP,
2706
- { [_h]: ["POST", "/core-networks/{CoreNetworkId}/core-network-policy", 200] }, () => PutCoreNetworkPolicyRequest$, () => PutCoreNetworkPolicyResponse$
2707
- ];
2708
- var PutResourcePolicy$ = [9, n0, _PRPu,
2709
- { [_h]: ["POST", "/resource-policy/{ResourceArn}", 200] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
2710
- ];
2711
- var RegisterTransitGateway$ = [9, n0, _RTG,
2712
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/transit-gateway-registrations", 200] }, () => RegisterTransitGatewayRequest$, () => RegisterTransitGatewayResponse$
2713
- ];
2714
- var RejectAttachment$ = [9, n0, _RAe,
2715
- { [_h]: ["POST", "/attachments/{AttachmentId}/reject", 200] }, () => RejectAttachmentRequest$, () => RejectAttachmentResponse$
2716
- ];
2717
- var RemoveAttachmentRoutingPolicyLabel$ = [9, n0, _RARPL,
2718
- { [_h]: ["DELETE", "/routing-policy-label/core-network/{CoreNetworkId}/attachment/{AttachmentId}", 200] }, () => RemoveAttachmentRoutingPolicyLabelRequest$, () => RemoveAttachmentRoutingPolicyLabelResponse$
2719
- ];
2720
- var RestoreCoreNetworkPolicyVersion$ = [9, n0, _RCNPV,
2721
- { [_h]: ["POST", "/core-networks/{CoreNetworkId}/core-network-policy-versions/{PolicyVersionId}/restore", 200] }, () => RestoreCoreNetworkPolicyVersionRequest$, () => RestoreCoreNetworkPolicyVersionResponse$
2722
- ];
2723
- var StartOrganizationServiceAccessUpdate$ = [9, n0, _SOSAU,
2724
- { [_h]: ["POST", "/organizations/service-access", 200] }, () => StartOrganizationServiceAccessUpdateRequest$, () => StartOrganizationServiceAccessUpdateResponse$
2725
- ];
2726
- var StartRouteAnalysis$ = [9, n0, _SRA,
2727
- { [_h]: ["POST", "/global-networks/{GlobalNetworkId}/route-analyses", 200] }, () => StartRouteAnalysisRequest$, () => StartRouteAnalysisResponse$
2728
- ];
2729
- var TagResource$ = [9, n0, _TR,
2730
- { [_h]: ["POST", "/tags/{ResourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
2731
- ];
2732
- var UntagResource$ = [9, n0, _UR,
2733
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
2734
- ];
2735
- var UpdateConnection$ = [9, n0, _UC,
2736
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}/connections/{ConnectionId}", 200] }, () => UpdateConnectionRequest$, () => UpdateConnectionResponse$
2737
- ];
2738
- var UpdateCoreNetwork$ = [9, n0, _UCN,
2739
- { [_h]: ["PATCH", "/core-networks/{CoreNetworkId}", 200] }, () => UpdateCoreNetworkRequest$, () => UpdateCoreNetworkResponse$
2740
- ];
2741
- var UpdateDevice$ = [9, n0, _UD,
2742
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}/devices/{DeviceId}", 200] }, () => UpdateDeviceRequest$, () => UpdateDeviceResponse$
2743
- ];
2744
- var UpdateDirectConnectGatewayAttachment$ = [9, n0, _UDCGA,
2745
- { [_h]: ["PATCH", "/direct-connect-gateway-attachments/{AttachmentId}", 200] }, () => UpdateDirectConnectGatewayAttachmentRequest$, () => UpdateDirectConnectGatewayAttachmentResponse$
2746
- ];
2747
- var UpdateGlobalNetwork$ = [9, n0, _UGN,
2748
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}", 200] }, () => UpdateGlobalNetworkRequest$, () => UpdateGlobalNetworkResponse$
2749
- ];
2750
- var UpdateLink$ = [9, n0, _UL,
2751
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}/links/{LinkId}", 200] }, () => UpdateLinkRequest$, () => UpdateLinkResponse$
2752
- ];
2753
- var UpdateNetworkResourceMetadata$ = [9, n0, _UNRM,
2754
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}/network-resources/{ResourceArn}/metadata", 200] }, () => UpdateNetworkResourceMetadataRequest$, () => UpdateNetworkResourceMetadataResponse$
2755
- ];
2756
- var UpdateSite$ = [9, n0, _USp,
2757
- { [_h]: ["PATCH", "/global-networks/{GlobalNetworkId}/sites/{SiteId}", 200] }, () => UpdateSiteRequest$, () => UpdateSiteResponse$
2758
- ];
2759
- var UpdateVpcAttachment$ = [9, n0, _UVA,
2760
- { [_h]: ["PATCH", "/vpc-attachments/{AttachmentId}", 200] }, () => UpdateVpcAttachmentRequest$, () => UpdateVpcAttachmentResponse$
2761
- ];
2762
-
2763
116
  class AcceptAttachmentCommand extends smithyClient.Command
2764
117
  .classBuilder()
2765
118
  .ep(commonParams)
@@ -2768,7 +121,7 @@ class AcceptAttachmentCommand extends smithyClient.Command
2768
121
  })
2769
122
  .s("NetworkManager", "AcceptAttachment", {})
2770
123
  .n("NetworkManagerClient", "AcceptAttachmentCommand")
2771
- .sc(AcceptAttachment$)
124
+ .sc(schemas_0.AcceptAttachment$)
2772
125
  .build() {
2773
126
  }
2774
127
 
@@ -2780,7 +133,7 @@ class AssociateConnectPeerCommand extends smithyClient.Command
2780
133
  })
2781
134
  .s("NetworkManager", "AssociateConnectPeer", {})
2782
135
  .n("NetworkManagerClient", "AssociateConnectPeerCommand")
2783
- .sc(AssociateConnectPeer$)
136
+ .sc(schemas_0.AssociateConnectPeer$)
2784
137
  .build() {
2785
138
  }
2786
139
 
@@ -2792,7 +145,7 @@ class AssociateCustomerGatewayCommand extends smithyClient.Command
2792
145
  })
2793
146
  .s("NetworkManager", "AssociateCustomerGateway", {})
2794
147
  .n("NetworkManagerClient", "AssociateCustomerGatewayCommand")
2795
- .sc(AssociateCustomerGateway$)
148
+ .sc(schemas_0.AssociateCustomerGateway$)
2796
149
  .build() {
2797
150
  }
2798
151
 
@@ -2804,7 +157,7 @@ class AssociateLinkCommand extends smithyClient.Command
2804
157
  })
2805
158
  .s("NetworkManager", "AssociateLink", {})
2806
159
  .n("NetworkManagerClient", "AssociateLinkCommand")
2807
- .sc(AssociateLink$)
160
+ .sc(schemas_0.AssociateLink$)
2808
161
  .build() {
2809
162
  }
2810
163
 
@@ -2816,7 +169,7 @@ class AssociateTransitGatewayConnectPeerCommand extends smithyClient.Command
2816
169
  })
2817
170
  .s("NetworkManager", "AssociateTransitGatewayConnectPeer", {})
2818
171
  .n("NetworkManagerClient", "AssociateTransitGatewayConnectPeerCommand")
2819
- .sc(AssociateTransitGatewayConnectPeer$)
172
+ .sc(schemas_0.AssociateTransitGatewayConnectPeer$)
2820
173
  .build() {
2821
174
  }
2822
175
 
@@ -2828,7 +181,7 @@ class CreateConnectAttachmentCommand extends smithyClient.Command
2828
181
  })
2829
182
  .s("NetworkManager", "CreateConnectAttachment", {})
2830
183
  .n("NetworkManagerClient", "CreateConnectAttachmentCommand")
2831
- .sc(CreateConnectAttachment$)
184
+ .sc(schemas_0.CreateConnectAttachment$)
2832
185
  .build() {
2833
186
  }
2834
187
 
@@ -2840,7 +193,7 @@ class CreateConnectionCommand extends smithyClient.Command
2840
193
  })
2841
194
  .s("NetworkManager", "CreateConnection", {})
2842
195
  .n("NetworkManagerClient", "CreateConnectionCommand")
2843
- .sc(CreateConnection$)
196
+ .sc(schemas_0.CreateConnection$)
2844
197
  .build() {
2845
198
  }
2846
199
 
@@ -2852,7 +205,7 @@ class CreateConnectPeerCommand extends smithyClient.Command
2852
205
  })
2853
206
  .s("NetworkManager", "CreateConnectPeer", {})
2854
207
  .n("NetworkManagerClient", "CreateConnectPeerCommand")
2855
- .sc(CreateConnectPeer$)
208
+ .sc(schemas_0.CreateConnectPeer$)
2856
209
  .build() {
2857
210
  }
2858
211
 
@@ -2864,7 +217,7 @@ class CreateCoreNetworkCommand extends smithyClient.Command
2864
217
  })
2865
218
  .s("NetworkManager", "CreateCoreNetwork", {})
2866
219
  .n("NetworkManagerClient", "CreateCoreNetworkCommand")
2867
- .sc(CreateCoreNetwork$)
220
+ .sc(schemas_0.CreateCoreNetwork$)
2868
221
  .build() {
2869
222
  }
2870
223
 
@@ -2876,7 +229,7 @@ class CreateCoreNetworkPrefixListAssociationCommand extends smithyClient.Command
2876
229
  })
2877
230
  .s("NetworkManager", "CreateCoreNetworkPrefixListAssociation", {})
2878
231
  .n("NetworkManagerClient", "CreateCoreNetworkPrefixListAssociationCommand")
2879
- .sc(CreateCoreNetworkPrefixListAssociation$)
232
+ .sc(schemas_0.CreateCoreNetworkPrefixListAssociation$)
2880
233
  .build() {
2881
234
  }
2882
235
 
@@ -2888,7 +241,7 @@ class CreateDeviceCommand extends smithyClient.Command
2888
241
  })
2889
242
  .s("NetworkManager", "CreateDevice", {})
2890
243
  .n("NetworkManagerClient", "CreateDeviceCommand")
2891
- .sc(CreateDevice$)
244
+ .sc(schemas_0.CreateDevice$)
2892
245
  .build() {
2893
246
  }
2894
247
 
@@ -2900,7 +253,7 @@ class CreateDirectConnectGatewayAttachmentCommand extends smithyClient.Command
2900
253
  })
2901
254
  .s("NetworkManager", "CreateDirectConnectGatewayAttachment", {})
2902
255
  .n("NetworkManagerClient", "CreateDirectConnectGatewayAttachmentCommand")
2903
- .sc(CreateDirectConnectGatewayAttachment$)
256
+ .sc(schemas_0.CreateDirectConnectGatewayAttachment$)
2904
257
  .build() {
2905
258
  }
2906
259
 
@@ -2912,7 +265,7 @@ class CreateGlobalNetworkCommand extends smithyClient.Command
2912
265
  })
2913
266
  .s("NetworkManager", "CreateGlobalNetwork", {})
2914
267
  .n("NetworkManagerClient", "CreateGlobalNetworkCommand")
2915
- .sc(CreateGlobalNetwork$)
268
+ .sc(schemas_0.CreateGlobalNetwork$)
2916
269
  .build() {
2917
270
  }
2918
271
 
@@ -2924,7 +277,7 @@ class CreateLinkCommand extends smithyClient.Command
2924
277
  })
2925
278
  .s("NetworkManager", "CreateLink", {})
2926
279
  .n("NetworkManagerClient", "CreateLinkCommand")
2927
- .sc(CreateLink$)
280
+ .sc(schemas_0.CreateLink$)
2928
281
  .build() {
2929
282
  }
2930
283
 
@@ -2936,7 +289,7 @@ class CreateSiteCommand extends smithyClient.Command
2936
289
  })
2937
290
  .s("NetworkManager", "CreateSite", {})
2938
291
  .n("NetworkManagerClient", "CreateSiteCommand")
2939
- .sc(CreateSite$)
292
+ .sc(schemas_0.CreateSite$)
2940
293
  .build() {
2941
294
  }
2942
295
 
@@ -2948,7 +301,7 @@ class CreateSiteToSiteVpnAttachmentCommand extends smithyClient.Command
2948
301
  })
2949
302
  .s("NetworkManager", "CreateSiteToSiteVpnAttachment", {})
2950
303
  .n("NetworkManagerClient", "CreateSiteToSiteVpnAttachmentCommand")
2951
- .sc(CreateSiteToSiteVpnAttachment$)
304
+ .sc(schemas_0.CreateSiteToSiteVpnAttachment$)
2952
305
  .build() {
2953
306
  }
2954
307
 
@@ -2960,7 +313,7 @@ class CreateTransitGatewayPeeringCommand extends smithyClient.Command
2960
313
  })
2961
314
  .s("NetworkManager", "CreateTransitGatewayPeering", {})
2962
315
  .n("NetworkManagerClient", "CreateTransitGatewayPeeringCommand")
2963
- .sc(CreateTransitGatewayPeering$)
316
+ .sc(schemas_0.CreateTransitGatewayPeering$)
2964
317
  .build() {
2965
318
  }
2966
319
 
@@ -2972,7 +325,7 @@ class CreateTransitGatewayRouteTableAttachmentCommand extends smithyClient.Comma
2972
325
  })
2973
326
  .s("NetworkManager", "CreateTransitGatewayRouteTableAttachment", {})
2974
327
  .n("NetworkManagerClient", "CreateTransitGatewayRouteTableAttachmentCommand")
2975
- .sc(CreateTransitGatewayRouteTableAttachment$)
328
+ .sc(schemas_0.CreateTransitGatewayRouteTableAttachment$)
2976
329
  .build() {
2977
330
  }
2978
331
 
@@ -2984,7 +337,7 @@ class CreateVpcAttachmentCommand extends smithyClient.Command
2984
337
  })
2985
338
  .s("NetworkManager", "CreateVpcAttachment", {})
2986
339
  .n("NetworkManagerClient", "CreateVpcAttachmentCommand")
2987
- .sc(CreateVpcAttachment$)
340
+ .sc(schemas_0.CreateVpcAttachment$)
2988
341
  .build() {
2989
342
  }
2990
343
 
@@ -2996,7 +349,7 @@ class DeleteAttachmentCommand extends smithyClient.Command
2996
349
  })
2997
350
  .s("NetworkManager", "DeleteAttachment", {})
2998
351
  .n("NetworkManagerClient", "DeleteAttachmentCommand")
2999
- .sc(DeleteAttachment$)
352
+ .sc(schemas_0.DeleteAttachment$)
3000
353
  .build() {
3001
354
  }
3002
355
 
@@ -3008,7 +361,7 @@ class DeleteConnectionCommand extends smithyClient.Command
3008
361
  })
3009
362
  .s("NetworkManager", "DeleteConnection", {})
3010
363
  .n("NetworkManagerClient", "DeleteConnectionCommand")
3011
- .sc(DeleteConnection$)
364
+ .sc(schemas_0.DeleteConnection$)
3012
365
  .build() {
3013
366
  }
3014
367
 
@@ -3020,7 +373,7 @@ class DeleteConnectPeerCommand extends smithyClient.Command
3020
373
  })
3021
374
  .s("NetworkManager", "DeleteConnectPeer", {})
3022
375
  .n("NetworkManagerClient", "DeleteConnectPeerCommand")
3023
- .sc(DeleteConnectPeer$)
376
+ .sc(schemas_0.DeleteConnectPeer$)
3024
377
  .build() {
3025
378
  }
3026
379
 
@@ -3032,7 +385,7 @@ class DeleteCoreNetworkCommand extends smithyClient.Command
3032
385
  })
3033
386
  .s("NetworkManager", "DeleteCoreNetwork", {})
3034
387
  .n("NetworkManagerClient", "DeleteCoreNetworkCommand")
3035
- .sc(DeleteCoreNetwork$)
388
+ .sc(schemas_0.DeleteCoreNetwork$)
3036
389
  .build() {
3037
390
  }
3038
391
 
@@ -3044,7 +397,7 @@ class DeleteCoreNetworkPolicyVersionCommand extends smithyClient.Command
3044
397
  })
3045
398
  .s("NetworkManager", "DeleteCoreNetworkPolicyVersion", {})
3046
399
  .n("NetworkManagerClient", "DeleteCoreNetworkPolicyVersionCommand")
3047
- .sc(DeleteCoreNetworkPolicyVersion$)
400
+ .sc(schemas_0.DeleteCoreNetworkPolicyVersion$)
3048
401
  .build() {
3049
402
  }
3050
403
 
@@ -3056,7 +409,7 @@ class DeleteCoreNetworkPrefixListAssociationCommand extends smithyClient.Command
3056
409
  })
3057
410
  .s("NetworkManager", "DeleteCoreNetworkPrefixListAssociation", {})
3058
411
  .n("NetworkManagerClient", "DeleteCoreNetworkPrefixListAssociationCommand")
3059
- .sc(DeleteCoreNetworkPrefixListAssociation$)
412
+ .sc(schemas_0.DeleteCoreNetworkPrefixListAssociation$)
3060
413
  .build() {
3061
414
  }
3062
415
 
@@ -3068,7 +421,7 @@ class DeleteDeviceCommand extends smithyClient.Command
3068
421
  })
3069
422
  .s("NetworkManager", "DeleteDevice", {})
3070
423
  .n("NetworkManagerClient", "DeleteDeviceCommand")
3071
- .sc(DeleteDevice$)
424
+ .sc(schemas_0.DeleteDevice$)
3072
425
  .build() {
3073
426
  }
3074
427
 
@@ -3080,7 +433,7 @@ class DeleteGlobalNetworkCommand extends smithyClient.Command
3080
433
  })
3081
434
  .s("NetworkManager", "DeleteGlobalNetwork", {})
3082
435
  .n("NetworkManagerClient", "DeleteGlobalNetworkCommand")
3083
- .sc(DeleteGlobalNetwork$)
436
+ .sc(schemas_0.DeleteGlobalNetwork$)
3084
437
  .build() {
3085
438
  }
3086
439
 
@@ -3092,7 +445,7 @@ class DeleteLinkCommand extends smithyClient.Command
3092
445
  })
3093
446
  .s("NetworkManager", "DeleteLink", {})
3094
447
  .n("NetworkManagerClient", "DeleteLinkCommand")
3095
- .sc(DeleteLink$)
448
+ .sc(schemas_0.DeleteLink$)
3096
449
  .build() {
3097
450
  }
3098
451
 
@@ -3104,7 +457,7 @@ class DeletePeeringCommand extends smithyClient.Command
3104
457
  })
3105
458
  .s("NetworkManager", "DeletePeering", {})
3106
459
  .n("NetworkManagerClient", "DeletePeeringCommand")
3107
- .sc(DeletePeering$)
460
+ .sc(schemas_0.DeletePeering$)
3108
461
  .build() {
3109
462
  }
3110
463
 
@@ -3116,7 +469,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
3116
469
  })
3117
470
  .s("NetworkManager", "DeleteResourcePolicy", {})
3118
471
  .n("NetworkManagerClient", "DeleteResourcePolicyCommand")
3119
- .sc(DeleteResourcePolicy$)
472
+ .sc(schemas_0.DeleteResourcePolicy$)
3120
473
  .build() {
3121
474
  }
3122
475
 
@@ -3128,7 +481,7 @@ class DeleteSiteCommand extends smithyClient.Command
3128
481
  })
3129
482
  .s("NetworkManager", "DeleteSite", {})
3130
483
  .n("NetworkManagerClient", "DeleteSiteCommand")
3131
- .sc(DeleteSite$)
484
+ .sc(schemas_0.DeleteSite$)
3132
485
  .build() {
3133
486
  }
3134
487
 
@@ -3140,7 +493,7 @@ class DeregisterTransitGatewayCommand extends smithyClient.Command
3140
493
  })
3141
494
  .s("NetworkManager", "DeregisterTransitGateway", {})
3142
495
  .n("NetworkManagerClient", "DeregisterTransitGatewayCommand")
3143
- .sc(DeregisterTransitGateway$)
496
+ .sc(schemas_0.DeregisterTransitGateway$)
3144
497
  .build() {
3145
498
  }
3146
499
 
@@ -3152,7 +505,7 @@ class DescribeGlobalNetworksCommand extends smithyClient.Command
3152
505
  })
3153
506
  .s("NetworkManager", "DescribeGlobalNetworks", {})
3154
507
  .n("NetworkManagerClient", "DescribeGlobalNetworksCommand")
3155
- .sc(DescribeGlobalNetworks$)
508
+ .sc(schemas_0.DescribeGlobalNetworks$)
3156
509
  .build() {
3157
510
  }
3158
511
 
@@ -3164,7 +517,7 @@ class DisassociateConnectPeerCommand extends smithyClient.Command
3164
517
  })
3165
518
  .s("NetworkManager", "DisassociateConnectPeer", {})
3166
519
  .n("NetworkManagerClient", "DisassociateConnectPeerCommand")
3167
- .sc(DisassociateConnectPeer$)
520
+ .sc(schemas_0.DisassociateConnectPeer$)
3168
521
  .build() {
3169
522
  }
3170
523
 
@@ -3176,7 +529,7 @@ class DisassociateCustomerGatewayCommand extends smithyClient.Command
3176
529
  })
3177
530
  .s("NetworkManager", "DisassociateCustomerGateway", {})
3178
531
  .n("NetworkManagerClient", "DisassociateCustomerGatewayCommand")
3179
- .sc(DisassociateCustomerGateway$)
532
+ .sc(schemas_0.DisassociateCustomerGateway$)
3180
533
  .build() {
3181
534
  }
3182
535
 
@@ -3188,7 +541,7 @@ class DisassociateLinkCommand extends smithyClient.Command
3188
541
  })
3189
542
  .s("NetworkManager", "DisassociateLink", {})
3190
543
  .n("NetworkManagerClient", "DisassociateLinkCommand")
3191
- .sc(DisassociateLink$)
544
+ .sc(schemas_0.DisassociateLink$)
3192
545
  .build() {
3193
546
  }
3194
547
 
@@ -3200,7 +553,7 @@ class DisassociateTransitGatewayConnectPeerCommand extends smithyClient.Command
3200
553
  })
3201
554
  .s("NetworkManager", "DisassociateTransitGatewayConnectPeer", {})
3202
555
  .n("NetworkManagerClient", "DisassociateTransitGatewayConnectPeerCommand")
3203
- .sc(DisassociateTransitGatewayConnectPeer$)
556
+ .sc(schemas_0.DisassociateTransitGatewayConnectPeer$)
3204
557
  .build() {
3205
558
  }
3206
559
 
@@ -3212,7 +565,7 @@ class ExecuteCoreNetworkChangeSetCommand extends smithyClient.Command
3212
565
  })
3213
566
  .s("NetworkManager", "ExecuteCoreNetworkChangeSet", {})
3214
567
  .n("NetworkManagerClient", "ExecuteCoreNetworkChangeSetCommand")
3215
- .sc(ExecuteCoreNetworkChangeSet$)
568
+ .sc(schemas_0.ExecuteCoreNetworkChangeSet$)
3216
569
  .build() {
3217
570
  }
3218
571
 
@@ -3224,7 +577,7 @@ class GetConnectAttachmentCommand extends smithyClient.Command
3224
577
  })
3225
578
  .s("NetworkManager", "GetConnectAttachment", {})
3226
579
  .n("NetworkManagerClient", "GetConnectAttachmentCommand")
3227
- .sc(GetConnectAttachment$)
580
+ .sc(schemas_0.GetConnectAttachment$)
3228
581
  .build() {
3229
582
  }
3230
583
 
@@ -3236,7 +589,7 @@ class GetConnectionsCommand extends smithyClient.Command
3236
589
  })
3237
590
  .s("NetworkManager", "GetConnections", {})
3238
591
  .n("NetworkManagerClient", "GetConnectionsCommand")
3239
- .sc(GetConnections$)
592
+ .sc(schemas_0.GetConnections$)
3240
593
  .build() {
3241
594
  }
3242
595
 
@@ -3248,7 +601,7 @@ class GetConnectPeerAssociationsCommand extends smithyClient.Command
3248
601
  })
3249
602
  .s("NetworkManager", "GetConnectPeerAssociations", {})
3250
603
  .n("NetworkManagerClient", "GetConnectPeerAssociationsCommand")
3251
- .sc(GetConnectPeerAssociations$)
604
+ .sc(schemas_0.GetConnectPeerAssociations$)
3252
605
  .build() {
3253
606
  }
3254
607
 
@@ -3260,7 +613,7 @@ class GetConnectPeerCommand extends smithyClient.Command
3260
613
  })
3261
614
  .s("NetworkManager", "GetConnectPeer", {})
3262
615
  .n("NetworkManagerClient", "GetConnectPeerCommand")
3263
- .sc(GetConnectPeer$)
616
+ .sc(schemas_0.GetConnectPeer$)
3264
617
  .build() {
3265
618
  }
3266
619
 
@@ -3272,7 +625,7 @@ class GetCoreNetworkChangeEventsCommand extends smithyClient.Command
3272
625
  })
3273
626
  .s("NetworkManager", "GetCoreNetworkChangeEvents", {})
3274
627
  .n("NetworkManagerClient", "GetCoreNetworkChangeEventsCommand")
3275
- .sc(GetCoreNetworkChangeEvents$)
628
+ .sc(schemas_0.GetCoreNetworkChangeEvents$)
3276
629
  .build() {
3277
630
  }
3278
631
 
@@ -3284,7 +637,7 @@ class GetCoreNetworkChangeSetCommand extends smithyClient.Command
3284
637
  })
3285
638
  .s("NetworkManager", "GetCoreNetworkChangeSet", {})
3286
639
  .n("NetworkManagerClient", "GetCoreNetworkChangeSetCommand")
3287
- .sc(GetCoreNetworkChangeSet$)
640
+ .sc(schemas_0.GetCoreNetworkChangeSet$)
3288
641
  .build() {
3289
642
  }
3290
643
 
@@ -3296,7 +649,7 @@ class GetCoreNetworkCommand extends smithyClient.Command
3296
649
  })
3297
650
  .s("NetworkManager", "GetCoreNetwork", {})
3298
651
  .n("NetworkManagerClient", "GetCoreNetworkCommand")
3299
- .sc(GetCoreNetwork$)
652
+ .sc(schemas_0.GetCoreNetwork$)
3300
653
  .build() {
3301
654
  }
3302
655
 
@@ -3308,7 +661,7 @@ class GetCoreNetworkPolicyCommand extends smithyClient.Command
3308
661
  })
3309
662
  .s("NetworkManager", "GetCoreNetworkPolicy", {})
3310
663
  .n("NetworkManagerClient", "GetCoreNetworkPolicyCommand")
3311
- .sc(GetCoreNetworkPolicy$)
664
+ .sc(schemas_0.GetCoreNetworkPolicy$)
3312
665
  .build() {
3313
666
  }
3314
667
 
@@ -3320,7 +673,7 @@ class GetCustomerGatewayAssociationsCommand extends smithyClient.Command
3320
673
  })
3321
674
  .s("NetworkManager", "GetCustomerGatewayAssociations", {})
3322
675
  .n("NetworkManagerClient", "GetCustomerGatewayAssociationsCommand")
3323
- .sc(GetCustomerGatewayAssociations$)
676
+ .sc(schemas_0.GetCustomerGatewayAssociations$)
3324
677
  .build() {
3325
678
  }
3326
679
 
@@ -3332,7 +685,7 @@ class GetDevicesCommand extends smithyClient.Command
3332
685
  })
3333
686
  .s("NetworkManager", "GetDevices", {})
3334
687
  .n("NetworkManagerClient", "GetDevicesCommand")
3335
- .sc(GetDevices$)
688
+ .sc(schemas_0.GetDevices$)
3336
689
  .build() {
3337
690
  }
3338
691
 
@@ -3344,7 +697,7 @@ class GetDirectConnectGatewayAttachmentCommand extends smithyClient.Command
3344
697
  })
3345
698
  .s("NetworkManager", "GetDirectConnectGatewayAttachment", {})
3346
699
  .n("NetworkManagerClient", "GetDirectConnectGatewayAttachmentCommand")
3347
- .sc(GetDirectConnectGatewayAttachment$)
700
+ .sc(schemas_0.GetDirectConnectGatewayAttachment$)
3348
701
  .build() {
3349
702
  }
3350
703
 
@@ -3356,7 +709,7 @@ class GetLinkAssociationsCommand extends smithyClient.Command
3356
709
  })
3357
710
  .s("NetworkManager", "GetLinkAssociations", {})
3358
711
  .n("NetworkManagerClient", "GetLinkAssociationsCommand")
3359
- .sc(GetLinkAssociations$)
712
+ .sc(schemas_0.GetLinkAssociations$)
3360
713
  .build() {
3361
714
  }
3362
715
 
@@ -3368,7 +721,7 @@ class GetLinksCommand extends smithyClient.Command
3368
721
  })
3369
722
  .s("NetworkManager", "GetLinks", {})
3370
723
  .n("NetworkManagerClient", "GetLinksCommand")
3371
- .sc(GetLinks$)
724
+ .sc(schemas_0.GetLinks$)
3372
725
  .build() {
3373
726
  }
3374
727
 
@@ -3380,7 +733,7 @@ class GetNetworkResourceCountsCommand extends smithyClient.Command
3380
733
  })
3381
734
  .s("NetworkManager", "GetNetworkResourceCounts", {})
3382
735
  .n("NetworkManagerClient", "GetNetworkResourceCountsCommand")
3383
- .sc(GetNetworkResourceCounts$)
736
+ .sc(schemas_0.GetNetworkResourceCounts$)
3384
737
  .build() {
3385
738
  }
3386
739
 
@@ -3392,7 +745,7 @@ class GetNetworkResourceRelationshipsCommand extends smithyClient.Command
3392
745
  })
3393
746
  .s("NetworkManager", "GetNetworkResourceRelationships", {})
3394
747
  .n("NetworkManagerClient", "GetNetworkResourceRelationshipsCommand")
3395
- .sc(GetNetworkResourceRelationships$)
748
+ .sc(schemas_0.GetNetworkResourceRelationships$)
3396
749
  .build() {
3397
750
  }
3398
751
 
@@ -3404,7 +757,7 @@ class GetNetworkResourcesCommand extends smithyClient.Command
3404
757
  })
3405
758
  .s("NetworkManager", "GetNetworkResources", {})
3406
759
  .n("NetworkManagerClient", "GetNetworkResourcesCommand")
3407
- .sc(GetNetworkResources$)
760
+ .sc(schemas_0.GetNetworkResources$)
3408
761
  .build() {
3409
762
  }
3410
763
 
@@ -3416,7 +769,7 @@ class GetNetworkRoutesCommand extends smithyClient.Command
3416
769
  })
3417
770
  .s("NetworkManager", "GetNetworkRoutes", {})
3418
771
  .n("NetworkManagerClient", "GetNetworkRoutesCommand")
3419
- .sc(GetNetworkRoutes$)
772
+ .sc(schemas_0.GetNetworkRoutes$)
3420
773
  .build() {
3421
774
  }
3422
775
 
@@ -3428,7 +781,7 @@ class GetNetworkTelemetryCommand extends smithyClient.Command
3428
781
  })
3429
782
  .s("NetworkManager", "GetNetworkTelemetry", {})
3430
783
  .n("NetworkManagerClient", "GetNetworkTelemetryCommand")
3431
- .sc(GetNetworkTelemetry$)
784
+ .sc(schemas_0.GetNetworkTelemetry$)
3432
785
  .build() {
3433
786
  }
3434
787
 
@@ -3440,7 +793,7 @@ class GetResourcePolicyCommand extends smithyClient.Command
3440
793
  })
3441
794
  .s("NetworkManager", "GetResourcePolicy", {})
3442
795
  .n("NetworkManagerClient", "GetResourcePolicyCommand")
3443
- .sc(GetResourcePolicy$)
796
+ .sc(schemas_0.GetResourcePolicy$)
3444
797
  .build() {
3445
798
  }
3446
799
 
@@ -3452,7 +805,7 @@ class GetRouteAnalysisCommand extends smithyClient.Command
3452
805
  })
3453
806
  .s("NetworkManager", "GetRouteAnalysis", {})
3454
807
  .n("NetworkManagerClient", "GetRouteAnalysisCommand")
3455
- .sc(GetRouteAnalysis$)
808
+ .sc(schemas_0.GetRouteAnalysis$)
3456
809
  .build() {
3457
810
  }
3458
811
 
@@ -3464,7 +817,7 @@ class GetSitesCommand extends smithyClient.Command
3464
817
  })
3465
818
  .s("NetworkManager", "GetSites", {})
3466
819
  .n("NetworkManagerClient", "GetSitesCommand")
3467
- .sc(GetSites$)
820
+ .sc(schemas_0.GetSites$)
3468
821
  .build() {
3469
822
  }
3470
823
 
@@ -3476,7 +829,7 @@ class GetSiteToSiteVpnAttachmentCommand extends smithyClient.Command
3476
829
  })
3477
830
  .s("NetworkManager", "GetSiteToSiteVpnAttachment", {})
3478
831
  .n("NetworkManagerClient", "GetSiteToSiteVpnAttachmentCommand")
3479
- .sc(GetSiteToSiteVpnAttachment$)
832
+ .sc(schemas_0.GetSiteToSiteVpnAttachment$)
3480
833
  .build() {
3481
834
  }
3482
835
 
@@ -3488,7 +841,7 @@ class GetTransitGatewayConnectPeerAssociationsCommand extends smithyClient.Comma
3488
841
  })
3489
842
  .s("NetworkManager", "GetTransitGatewayConnectPeerAssociations", {})
3490
843
  .n("NetworkManagerClient", "GetTransitGatewayConnectPeerAssociationsCommand")
3491
- .sc(GetTransitGatewayConnectPeerAssociations$)
844
+ .sc(schemas_0.GetTransitGatewayConnectPeerAssociations$)
3492
845
  .build() {
3493
846
  }
3494
847
 
@@ -3500,7 +853,7 @@ class GetTransitGatewayPeeringCommand extends smithyClient.Command
3500
853
  })
3501
854
  .s("NetworkManager", "GetTransitGatewayPeering", {})
3502
855
  .n("NetworkManagerClient", "GetTransitGatewayPeeringCommand")
3503
- .sc(GetTransitGatewayPeering$)
856
+ .sc(schemas_0.GetTransitGatewayPeering$)
3504
857
  .build() {
3505
858
  }
3506
859
 
@@ -3512,7 +865,7 @@ class GetTransitGatewayRegistrationsCommand extends smithyClient.Command
3512
865
  })
3513
866
  .s("NetworkManager", "GetTransitGatewayRegistrations", {})
3514
867
  .n("NetworkManagerClient", "GetTransitGatewayRegistrationsCommand")
3515
- .sc(GetTransitGatewayRegistrations$)
868
+ .sc(schemas_0.GetTransitGatewayRegistrations$)
3516
869
  .build() {
3517
870
  }
3518
871
 
@@ -3524,7 +877,7 @@ class GetTransitGatewayRouteTableAttachmentCommand extends smithyClient.Command
3524
877
  })
3525
878
  .s("NetworkManager", "GetTransitGatewayRouteTableAttachment", {})
3526
879
  .n("NetworkManagerClient", "GetTransitGatewayRouteTableAttachmentCommand")
3527
- .sc(GetTransitGatewayRouteTableAttachment$)
880
+ .sc(schemas_0.GetTransitGatewayRouteTableAttachment$)
3528
881
  .build() {
3529
882
  }
3530
883
 
@@ -3536,7 +889,7 @@ class GetVpcAttachmentCommand extends smithyClient.Command
3536
889
  })
3537
890
  .s("NetworkManager", "GetVpcAttachment", {})
3538
891
  .n("NetworkManagerClient", "GetVpcAttachmentCommand")
3539
- .sc(GetVpcAttachment$)
892
+ .sc(schemas_0.GetVpcAttachment$)
3540
893
  .build() {
3541
894
  }
3542
895
 
@@ -3548,7 +901,7 @@ class ListAttachmentRoutingPolicyAssociationsCommand extends smithyClient.Comman
3548
901
  })
3549
902
  .s("NetworkManager", "ListAttachmentRoutingPolicyAssociations", {})
3550
903
  .n("NetworkManagerClient", "ListAttachmentRoutingPolicyAssociationsCommand")
3551
- .sc(ListAttachmentRoutingPolicyAssociations$)
904
+ .sc(schemas_0.ListAttachmentRoutingPolicyAssociations$)
3552
905
  .build() {
3553
906
  }
3554
907
 
@@ -3560,7 +913,7 @@ class ListAttachmentsCommand extends smithyClient.Command
3560
913
  })
3561
914
  .s("NetworkManager", "ListAttachments", {})
3562
915
  .n("NetworkManagerClient", "ListAttachmentsCommand")
3563
- .sc(ListAttachments$)
916
+ .sc(schemas_0.ListAttachments$)
3564
917
  .build() {
3565
918
  }
3566
919
 
@@ -3572,7 +925,7 @@ class ListConnectPeersCommand extends smithyClient.Command
3572
925
  })
3573
926
  .s("NetworkManager", "ListConnectPeers", {})
3574
927
  .n("NetworkManagerClient", "ListConnectPeersCommand")
3575
- .sc(ListConnectPeers$)
928
+ .sc(schemas_0.ListConnectPeers$)
3576
929
  .build() {
3577
930
  }
3578
931
 
@@ -3584,7 +937,7 @@ class ListCoreNetworkPolicyVersionsCommand extends smithyClient.Command
3584
937
  })
3585
938
  .s("NetworkManager", "ListCoreNetworkPolicyVersions", {})
3586
939
  .n("NetworkManagerClient", "ListCoreNetworkPolicyVersionsCommand")
3587
- .sc(ListCoreNetworkPolicyVersions$)
940
+ .sc(schemas_0.ListCoreNetworkPolicyVersions$)
3588
941
  .build() {
3589
942
  }
3590
943
 
@@ -3596,7 +949,7 @@ class ListCoreNetworkPrefixListAssociationsCommand extends smithyClient.Command
3596
949
  })
3597
950
  .s("NetworkManager", "ListCoreNetworkPrefixListAssociations", {})
3598
951
  .n("NetworkManagerClient", "ListCoreNetworkPrefixListAssociationsCommand")
3599
- .sc(ListCoreNetworkPrefixListAssociations$)
952
+ .sc(schemas_0.ListCoreNetworkPrefixListAssociations$)
3600
953
  .build() {
3601
954
  }
3602
955
 
@@ -3608,7 +961,7 @@ class ListCoreNetworkRoutingInformationCommand extends smithyClient.Command
3608
961
  })
3609
962
  .s("NetworkManager", "ListCoreNetworkRoutingInformation", {})
3610
963
  .n("NetworkManagerClient", "ListCoreNetworkRoutingInformationCommand")
3611
- .sc(ListCoreNetworkRoutingInformation$)
964
+ .sc(schemas_0.ListCoreNetworkRoutingInformation$)
3612
965
  .build() {
3613
966
  }
3614
967
 
@@ -3620,7 +973,7 @@ class ListCoreNetworksCommand extends smithyClient.Command
3620
973
  })
3621
974
  .s("NetworkManager", "ListCoreNetworks", {})
3622
975
  .n("NetworkManagerClient", "ListCoreNetworksCommand")
3623
- .sc(ListCoreNetworks$)
976
+ .sc(schemas_0.ListCoreNetworks$)
3624
977
  .build() {
3625
978
  }
3626
979
 
@@ -3632,7 +985,7 @@ class ListOrganizationServiceAccessStatusCommand extends smithyClient.Command
3632
985
  })
3633
986
  .s("NetworkManager", "ListOrganizationServiceAccessStatus", {})
3634
987
  .n("NetworkManagerClient", "ListOrganizationServiceAccessStatusCommand")
3635
- .sc(ListOrganizationServiceAccessStatus$)
988
+ .sc(schemas_0.ListOrganizationServiceAccessStatus$)
3636
989
  .build() {
3637
990
  }
3638
991
 
@@ -3644,7 +997,7 @@ class ListPeeringsCommand extends smithyClient.Command
3644
997
  })
3645
998
  .s("NetworkManager", "ListPeerings", {})
3646
999
  .n("NetworkManagerClient", "ListPeeringsCommand")
3647
- .sc(ListPeerings$)
1000
+ .sc(schemas_0.ListPeerings$)
3648
1001
  .build() {
3649
1002
  }
3650
1003
 
@@ -3656,7 +1009,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3656
1009
  })
3657
1010
  .s("NetworkManager", "ListTagsForResource", {})
3658
1011
  .n("NetworkManagerClient", "ListTagsForResourceCommand")
3659
- .sc(ListTagsForResource$)
1012
+ .sc(schemas_0.ListTagsForResource$)
3660
1013
  .build() {
3661
1014
  }
3662
1015
 
@@ -3668,7 +1021,7 @@ class PutAttachmentRoutingPolicyLabelCommand extends smithyClient.Command
3668
1021
  })
3669
1022
  .s("NetworkManager", "PutAttachmentRoutingPolicyLabel", {})
3670
1023
  .n("NetworkManagerClient", "PutAttachmentRoutingPolicyLabelCommand")
3671
- .sc(PutAttachmentRoutingPolicyLabel$)
1024
+ .sc(schemas_0.PutAttachmentRoutingPolicyLabel$)
3672
1025
  .build() {
3673
1026
  }
3674
1027
 
@@ -3680,7 +1033,7 @@ class PutCoreNetworkPolicyCommand extends smithyClient.Command
3680
1033
  })
3681
1034
  .s("NetworkManager", "PutCoreNetworkPolicy", {})
3682
1035
  .n("NetworkManagerClient", "PutCoreNetworkPolicyCommand")
3683
- .sc(PutCoreNetworkPolicy$)
1036
+ .sc(schemas_0.PutCoreNetworkPolicy$)
3684
1037
  .build() {
3685
1038
  }
3686
1039
 
@@ -3692,7 +1045,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
3692
1045
  })
3693
1046
  .s("NetworkManager", "PutResourcePolicy", {})
3694
1047
  .n("NetworkManagerClient", "PutResourcePolicyCommand")
3695
- .sc(PutResourcePolicy$)
1048
+ .sc(schemas_0.PutResourcePolicy$)
3696
1049
  .build() {
3697
1050
  }
3698
1051
 
@@ -3704,7 +1057,7 @@ class RegisterTransitGatewayCommand extends smithyClient.Command
3704
1057
  })
3705
1058
  .s("NetworkManager", "RegisterTransitGateway", {})
3706
1059
  .n("NetworkManagerClient", "RegisterTransitGatewayCommand")
3707
- .sc(RegisterTransitGateway$)
1060
+ .sc(schemas_0.RegisterTransitGateway$)
3708
1061
  .build() {
3709
1062
  }
3710
1063
 
@@ -3716,7 +1069,7 @@ class RejectAttachmentCommand extends smithyClient.Command
3716
1069
  })
3717
1070
  .s("NetworkManager", "RejectAttachment", {})
3718
1071
  .n("NetworkManagerClient", "RejectAttachmentCommand")
3719
- .sc(RejectAttachment$)
1072
+ .sc(schemas_0.RejectAttachment$)
3720
1073
  .build() {
3721
1074
  }
3722
1075
 
@@ -3728,7 +1081,7 @@ class RemoveAttachmentRoutingPolicyLabelCommand extends smithyClient.Command
3728
1081
  })
3729
1082
  .s("NetworkManager", "RemoveAttachmentRoutingPolicyLabel", {})
3730
1083
  .n("NetworkManagerClient", "RemoveAttachmentRoutingPolicyLabelCommand")
3731
- .sc(RemoveAttachmentRoutingPolicyLabel$)
1084
+ .sc(schemas_0.RemoveAttachmentRoutingPolicyLabel$)
3732
1085
  .build() {
3733
1086
  }
3734
1087
 
@@ -3740,7 +1093,7 @@ class RestoreCoreNetworkPolicyVersionCommand extends smithyClient.Command
3740
1093
  })
3741
1094
  .s("NetworkManager", "RestoreCoreNetworkPolicyVersion", {})
3742
1095
  .n("NetworkManagerClient", "RestoreCoreNetworkPolicyVersionCommand")
3743
- .sc(RestoreCoreNetworkPolicyVersion$)
1096
+ .sc(schemas_0.RestoreCoreNetworkPolicyVersion$)
3744
1097
  .build() {
3745
1098
  }
3746
1099
 
@@ -3752,7 +1105,7 @@ class StartOrganizationServiceAccessUpdateCommand extends smithyClient.Command
3752
1105
  })
3753
1106
  .s("NetworkManager", "StartOrganizationServiceAccessUpdate", {})
3754
1107
  .n("NetworkManagerClient", "StartOrganizationServiceAccessUpdateCommand")
3755
- .sc(StartOrganizationServiceAccessUpdate$)
1108
+ .sc(schemas_0.StartOrganizationServiceAccessUpdate$)
3756
1109
  .build() {
3757
1110
  }
3758
1111
 
@@ -3764,7 +1117,7 @@ class StartRouteAnalysisCommand extends smithyClient.Command
3764
1117
  })
3765
1118
  .s("NetworkManager", "StartRouteAnalysis", {})
3766
1119
  .n("NetworkManagerClient", "StartRouteAnalysisCommand")
3767
- .sc(StartRouteAnalysis$)
1120
+ .sc(schemas_0.StartRouteAnalysis$)
3768
1121
  .build() {
3769
1122
  }
3770
1123
 
@@ -3776,7 +1129,7 @@ class TagResourceCommand extends smithyClient.Command
3776
1129
  })
3777
1130
  .s("NetworkManager", "TagResource", {})
3778
1131
  .n("NetworkManagerClient", "TagResourceCommand")
3779
- .sc(TagResource$)
1132
+ .sc(schemas_0.TagResource$)
3780
1133
  .build() {
3781
1134
  }
3782
1135
 
@@ -3788,7 +1141,7 @@ class UntagResourceCommand extends smithyClient.Command
3788
1141
  })
3789
1142
  .s("NetworkManager", "UntagResource", {})
3790
1143
  .n("NetworkManagerClient", "UntagResourceCommand")
3791
- .sc(UntagResource$)
1144
+ .sc(schemas_0.UntagResource$)
3792
1145
  .build() {
3793
1146
  }
3794
1147
 
@@ -3800,7 +1153,7 @@ class UpdateConnectionCommand extends smithyClient.Command
3800
1153
  })
3801
1154
  .s("NetworkManager", "UpdateConnection", {})
3802
1155
  .n("NetworkManagerClient", "UpdateConnectionCommand")
3803
- .sc(UpdateConnection$)
1156
+ .sc(schemas_0.UpdateConnection$)
3804
1157
  .build() {
3805
1158
  }
3806
1159
 
@@ -3812,7 +1165,7 @@ class UpdateCoreNetworkCommand extends smithyClient.Command
3812
1165
  })
3813
1166
  .s("NetworkManager", "UpdateCoreNetwork", {})
3814
1167
  .n("NetworkManagerClient", "UpdateCoreNetworkCommand")
3815
- .sc(UpdateCoreNetwork$)
1168
+ .sc(schemas_0.UpdateCoreNetwork$)
3816
1169
  .build() {
3817
1170
  }
3818
1171
 
@@ -3824,7 +1177,7 @@ class UpdateDeviceCommand extends smithyClient.Command
3824
1177
  })
3825
1178
  .s("NetworkManager", "UpdateDevice", {})
3826
1179
  .n("NetworkManagerClient", "UpdateDeviceCommand")
3827
- .sc(UpdateDevice$)
1180
+ .sc(schemas_0.UpdateDevice$)
3828
1181
  .build() {
3829
1182
  }
3830
1183
 
@@ -3836,7 +1189,7 @@ class UpdateDirectConnectGatewayAttachmentCommand extends smithyClient.Command
3836
1189
  })
3837
1190
  .s("NetworkManager", "UpdateDirectConnectGatewayAttachment", {})
3838
1191
  .n("NetworkManagerClient", "UpdateDirectConnectGatewayAttachmentCommand")
3839
- .sc(UpdateDirectConnectGatewayAttachment$)
1192
+ .sc(schemas_0.UpdateDirectConnectGatewayAttachment$)
3840
1193
  .build() {
3841
1194
  }
3842
1195
 
@@ -3848,7 +1201,7 @@ class UpdateGlobalNetworkCommand extends smithyClient.Command
3848
1201
  })
3849
1202
  .s("NetworkManager", "UpdateGlobalNetwork", {})
3850
1203
  .n("NetworkManagerClient", "UpdateGlobalNetworkCommand")
3851
- .sc(UpdateGlobalNetwork$)
1204
+ .sc(schemas_0.UpdateGlobalNetwork$)
3852
1205
  .build() {
3853
1206
  }
3854
1207
 
@@ -3860,7 +1213,7 @@ class UpdateLinkCommand extends smithyClient.Command
3860
1213
  })
3861
1214
  .s("NetworkManager", "UpdateLink", {})
3862
1215
  .n("NetworkManagerClient", "UpdateLinkCommand")
3863
- .sc(UpdateLink$)
1216
+ .sc(schemas_0.UpdateLink$)
3864
1217
  .build() {
3865
1218
  }
3866
1219
 
@@ -3872,7 +1225,7 @@ class UpdateNetworkResourceMetadataCommand extends smithyClient.Command
3872
1225
  })
3873
1226
  .s("NetworkManager", "UpdateNetworkResourceMetadata", {})
3874
1227
  .n("NetworkManagerClient", "UpdateNetworkResourceMetadataCommand")
3875
- .sc(UpdateNetworkResourceMetadata$)
1228
+ .sc(schemas_0.UpdateNetworkResourceMetadata$)
3876
1229
  .build() {
3877
1230
  }
3878
1231
 
@@ -3884,7 +1237,7 @@ class UpdateSiteCommand extends smithyClient.Command
3884
1237
  })
3885
1238
  .s("NetworkManager", "UpdateSite", {})
3886
1239
  .n("NetworkManagerClient", "UpdateSiteCommand")
3887
- .sc(UpdateSite$)
1240
+ .sc(schemas_0.UpdateSite$)
3888
1241
  .build() {
3889
1242
  }
3890
1243
 
@@ -3896,7 +1249,7 @@ class UpdateVpcAttachmentCommand extends smithyClient.Command
3896
1249
  })
3897
1250
  .s("NetworkManager", "UpdateVpcAttachment", {})
3898
1251
  .n("NetworkManagerClient", "UpdateVpcAttachmentCommand")
3899
- .sc(UpdateVpcAttachment$)
1252
+ .sc(schemas_0.UpdateVpcAttachment$)
3900
1253
  .build() {
3901
1254
  }
3902
1255
 
@@ -4319,522 +1672,144 @@ Object.defineProperty(exports, "__Client", {
4319
1672
  enumerable: true,
4320
1673
  get: function () { return smithyClient.Client; }
4321
1674
  });
4322
- exports.AWSLocation$ = AWSLocation$;
4323
- exports.AcceptAttachment$ = AcceptAttachment$;
1675
+ Object.defineProperty(exports, "NetworkManagerServiceException", {
1676
+ enumerable: true,
1677
+ get: function () { return NetworkManagerServiceException.NetworkManagerServiceException; }
1678
+ });
4324
1679
  exports.AcceptAttachmentCommand = AcceptAttachmentCommand;
4325
- exports.AcceptAttachmentRequest$ = AcceptAttachmentRequest$;
4326
- exports.AcceptAttachmentResponse$ = AcceptAttachmentResponse$;
4327
- exports.AccessDeniedException = AccessDeniedException;
4328
- exports.AccessDeniedException$ = AccessDeniedException$;
4329
- exports.AccountStatus$ = AccountStatus$;
4330
- exports.AssociateConnectPeer$ = AssociateConnectPeer$;
4331
1680
  exports.AssociateConnectPeerCommand = AssociateConnectPeerCommand;
4332
- exports.AssociateConnectPeerRequest$ = AssociateConnectPeerRequest$;
4333
- exports.AssociateConnectPeerResponse$ = AssociateConnectPeerResponse$;
4334
- exports.AssociateCustomerGateway$ = AssociateCustomerGateway$;
4335
1681
  exports.AssociateCustomerGatewayCommand = AssociateCustomerGatewayCommand;
4336
- exports.AssociateCustomerGatewayRequest$ = AssociateCustomerGatewayRequest$;
4337
- exports.AssociateCustomerGatewayResponse$ = AssociateCustomerGatewayResponse$;
4338
- exports.AssociateLink$ = AssociateLink$;
4339
1682
  exports.AssociateLinkCommand = AssociateLinkCommand;
4340
- exports.AssociateLinkRequest$ = AssociateLinkRequest$;
4341
- exports.AssociateLinkResponse$ = AssociateLinkResponse$;
4342
- exports.AssociateTransitGatewayConnectPeer$ = AssociateTransitGatewayConnectPeer$;
4343
1683
  exports.AssociateTransitGatewayConnectPeerCommand = AssociateTransitGatewayConnectPeerCommand;
4344
- exports.AssociateTransitGatewayConnectPeerRequest$ = AssociateTransitGatewayConnectPeerRequest$;
4345
- exports.AssociateTransitGatewayConnectPeerResponse$ = AssociateTransitGatewayConnectPeerResponse$;
4346
- exports.Attachment$ = Attachment$;
4347
- exports.AttachmentError$ = AttachmentError$;
4348
1684
  exports.AttachmentErrorCode = AttachmentErrorCode;
4349
- exports.AttachmentRoutingPolicyAssociationSummary$ = AttachmentRoutingPolicyAssociationSummary$;
4350
1685
  exports.AttachmentState = AttachmentState;
4351
1686
  exports.AttachmentType = AttachmentType;
4352
- exports.Bandwidth$ = Bandwidth$;
4353
- exports.BgpOptions$ = BgpOptions$;
4354
1687
  exports.ChangeAction = ChangeAction;
4355
1688
  exports.ChangeSetState = ChangeSetState;
4356
1689
  exports.ChangeStatus = ChangeStatus;
4357
1690
  exports.ChangeType = ChangeType;
4358
- exports.ConflictException = ConflictException;
4359
- exports.ConflictException$ = ConflictException$;
4360
- exports.ConnectAttachment$ = ConnectAttachment$;
4361
- exports.ConnectAttachmentOptions$ = ConnectAttachmentOptions$;
4362
- exports.ConnectPeer$ = ConnectPeer$;
4363
- exports.ConnectPeerAssociation$ = ConnectPeerAssociation$;
4364
1691
  exports.ConnectPeerAssociationState = ConnectPeerAssociationState;
4365
- exports.ConnectPeerBgpConfiguration$ = ConnectPeerBgpConfiguration$;
4366
- exports.ConnectPeerConfiguration$ = ConnectPeerConfiguration$;
4367
- exports.ConnectPeerError$ = ConnectPeerError$;
4368
1692
  exports.ConnectPeerErrorCode = ConnectPeerErrorCode;
4369
1693
  exports.ConnectPeerState = ConnectPeerState;
4370
- exports.ConnectPeerSummary$ = ConnectPeerSummary$;
4371
- exports.Connection$ = Connection$;
4372
- exports.ConnectionHealth$ = ConnectionHealth$;
4373
1694
  exports.ConnectionState = ConnectionState;
4374
1695
  exports.ConnectionStatus = ConnectionStatus;
4375
1696
  exports.ConnectionType = ConnectionType;
4376
- exports.CoreNetwork$ = CoreNetwork$;
4377
- exports.CoreNetworkChange$ = CoreNetworkChange$;
4378
- exports.CoreNetworkChangeEvent$ = CoreNetworkChangeEvent$;
4379
- exports.CoreNetworkChangeEventValues$ = CoreNetworkChangeEventValues$;
4380
- exports.CoreNetworkChangeValues$ = CoreNetworkChangeValues$;
4381
- exports.CoreNetworkEdge$ = CoreNetworkEdge$;
4382
- exports.CoreNetworkNetworkFunctionGroup$ = CoreNetworkNetworkFunctionGroup$;
4383
- exports.CoreNetworkNetworkFunctionGroupIdentifier$ = CoreNetworkNetworkFunctionGroupIdentifier$;
4384
- exports.CoreNetworkPolicy$ = CoreNetworkPolicy$;
4385
1697
  exports.CoreNetworkPolicyAlias = CoreNetworkPolicyAlias;
4386
- exports.CoreNetworkPolicyError$ = CoreNetworkPolicyError$;
4387
- exports.CoreNetworkPolicyException = CoreNetworkPolicyException;
4388
- exports.CoreNetworkPolicyException$ = CoreNetworkPolicyException$;
4389
- exports.CoreNetworkPolicyVersion$ = CoreNetworkPolicyVersion$;
4390
- exports.CoreNetworkRoutingInformation$ = CoreNetworkRoutingInformation$;
4391
- exports.CoreNetworkSegment$ = CoreNetworkSegment$;
4392
- exports.CoreNetworkSegmentEdgeIdentifier$ = CoreNetworkSegmentEdgeIdentifier$;
4393
1698
  exports.CoreNetworkState = CoreNetworkState;
4394
- exports.CoreNetworkSummary$ = CoreNetworkSummary$;
4395
- exports.CreateConnectAttachment$ = CreateConnectAttachment$;
4396
1699
  exports.CreateConnectAttachmentCommand = CreateConnectAttachmentCommand;
4397
- exports.CreateConnectAttachmentRequest$ = CreateConnectAttachmentRequest$;
4398
- exports.CreateConnectAttachmentResponse$ = CreateConnectAttachmentResponse$;
4399
- exports.CreateConnectPeer$ = CreateConnectPeer$;
4400
1700
  exports.CreateConnectPeerCommand = CreateConnectPeerCommand;
4401
- exports.CreateConnectPeerRequest$ = CreateConnectPeerRequest$;
4402
- exports.CreateConnectPeerResponse$ = CreateConnectPeerResponse$;
4403
- exports.CreateConnection$ = CreateConnection$;
4404
1701
  exports.CreateConnectionCommand = CreateConnectionCommand;
4405
- exports.CreateConnectionRequest$ = CreateConnectionRequest$;
4406
- exports.CreateConnectionResponse$ = CreateConnectionResponse$;
4407
- exports.CreateCoreNetwork$ = CreateCoreNetwork$;
4408
1702
  exports.CreateCoreNetworkCommand = CreateCoreNetworkCommand;
4409
- exports.CreateCoreNetworkPrefixListAssociation$ = CreateCoreNetworkPrefixListAssociation$;
4410
1703
  exports.CreateCoreNetworkPrefixListAssociationCommand = CreateCoreNetworkPrefixListAssociationCommand;
4411
- exports.CreateCoreNetworkPrefixListAssociationRequest$ = CreateCoreNetworkPrefixListAssociationRequest$;
4412
- exports.CreateCoreNetworkPrefixListAssociationResponse$ = CreateCoreNetworkPrefixListAssociationResponse$;
4413
- exports.CreateCoreNetworkRequest$ = CreateCoreNetworkRequest$;
4414
- exports.CreateCoreNetworkResponse$ = CreateCoreNetworkResponse$;
4415
- exports.CreateDevice$ = CreateDevice$;
4416
1704
  exports.CreateDeviceCommand = CreateDeviceCommand;
4417
- exports.CreateDeviceRequest$ = CreateDeviceRequest$;
4418
- exports.CreateDeviceResponse$ = CreateDeviceResponse$;
4419
- exports.CreateDirectConnectGatewayAttachment$ = CreateDirectConnectGatewayAttachment$;
4420
1705
  exports.CreateDirectConnectGatewayAttachmentCommand = CreateDirectConnectGatewayAttachmentCommand;
4421
- exports.CreateDirectConnectGatewayAttachmentRequest$ = CreateDirectConnectGatewayAttachmentRequest$;
4422
- exports.CreateDirectConnectGatewayAttachmentResponse$ = CreateDirectConnectGatewayAttachmentResponse$;
4423
- exports.CreateGlobalNetwork$ = CreateGlobalNetwork$;
4424
1706
  exports.CreateGlobalNetworkCommand = CreateGlobalNetworkCommand;
4425
- exports.CreateGlobalNetworkRequest$ = CreateGlobalNetworkRequest$;
4426
- exports.CreateGlobalNetworkResponse$ = CreateGlobalNetworkResponse$;
4427
- exports.CreateLink$ = CreateLink$;
4428
1707
  exports.CreateLinkCommand = CreateLinkCommand;
4429
- exports.CreateLinkRequest$ = CreateLinkRequest$;
4430
- exports.CreateLinkResponse$ = CreateLinkResponse$;
4431
- exports.CreateSite$ = CreateSite$;
4432
1708
  exports.CreateSiteCommand = CreateSiteCommand;
4433
- exports.CreateSiteRequest$ = CreateSiteRequest$;
4434
- exports.CreateSiteResponse$ = CreateSiteResponse$;
4435
- exports.CreateSiteToSiteVpnAttachment$ = CreateSiteToSiteVpnAttachment$;
4436
1709
  exports.CreateSiteToSiteVpnAttachmentCommand = CreateSiteToSiteVpnAttachmentCommand;
4437
- exports.CreateSiteToSiteVpnAttachmentRequest$ = CreateSiteToSiteVpnAttachmentRequest$;
4438
- exports.CreateSiteToSiteVpnAttachmentResponse$ = CreateSiteToSiteVpnAttachmentResponse$;
4439
- exports.CreateTransitGatewayPeering$ = CreateTransitGatewayPeering$;
4440
1710
  exports.CreateTransitGatewayPeeringCommand = CreateTransitGatewayPeeringCommand;
4441
- exports.CreateTransitGatewayPeeringRequest$ = CreateTransitGatewayPeeringRequest$;
4442
- exports.CreateTransitGatewayPeeringResponse$ = CreateTransitGatewayPeeringResponse$;
4443
- exports.CreateTransitGatewayRouteTableAttachment$ = CreateTransitGatewayRouteTableAttachment$;
4444
1711
  exports.CreateTransitGatewayRouteTableAttachmentCommand = CreateTransitGatewayRouteTableAttachmentCommand;
4445
- exports.CreateTransitGatewayRouteTableAttachmentRequest$ = CreateTransitGatewayRouteTableAttachmentRequest$;
4446
- exports.CreateTransitGatewayRouteTableAttachmentResponse$ = CreateTransitGatewayRouteTableAttachmentResponse$;
4447
- exports.CreateVpcAttachment$ = CreateVpcAttachment$;
4448
1712
  exports.CreateVpcAttachmentCommand = CreateVpcAttachmentCommand;
4449
- exports.CreateVpcAttachmentRequest$ = CreateVpcAttachmentRequest$;
4450
- exports.CreateVpcAttachmentResponse$ = CreateVpcAttachmentResponse$;
4451
- exports.CustomerGatewayAssociation$ = CustomerGatewayAssociation$;
4452
1713
  exports.CustomerGatewayAssociationState = CustomerGatewayAssociationState;
4453
- exports.DeleteAttachment$ = DeleteAttachment$;
4454
1714
  exports.DeleteAttachmentCommand = DeleteAttachmentCommand;
4455
- exports.DeleteAttachmentRequest$ = DeleteAttachmentRequest$;
4456
- exports.DeleteAttachmentResponse$ = DeleteAttachmentResponse$;
4457
- exports.DeleteConnectPeer$ = DeleteConnectPeer$;
4458
1715
  exports.DeleteConnectPeerCommand = DeleteConnectPeerCommand;
4459
- exports.DeleteConnectPeerRequest$ = DeleteConnectPeerRequest$;
4460
- exports.DeleteConnectPeerResponse$ = DeleteConnectPeerResponse$;
4461
- exports.DeleteConnection$ = DeleteConnection$;
4462
1716
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
4463
- exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
4464
- exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
4465
- exports.DeleteCoreNetwork$ = DeleteCoreNetwork$;
4466
1717
  exports.DeleteCoreNetworkCommand = DeleteCoreNetworkCommand;
4467
- exports.DeleteCoreNetworkPolicyVersion$ = DeleteCoreNetworkPolicyVersion$;
4468
1718
  exports.DeleteCoreNetworkPolicyVersionCommand = DeleteCoreNetworkPolicyVersionCommand;
4469
- exports.DeleteCoreNetworkPolicyVersionRequest$ = DeleteCoreNetworkPolicyVersionRequest$;
4470
- exports.DeleteCoreNetworkPolicyVersionResponse$ = DeleteCoreNetworkPolicyVersionResponse$;
4471
- exports.DeleteCoreNetworkPrefixListAssociation$ = DeleteCoreNetworkPrefixListAssociation$;
4472
1719
  exports.DeleteCoreNetworkPrefixListAssociationCommand = DeleteCoreNetworkPrefixListAssociationCommand;
4473
- exports.DeleteCoreNetworkPrefixListAssociationRequest$ = DeleteCoreNetworkPrefixListAssociationRequest$;
4474
- exports.DeleteCoreNetworkPrefixListAssociationResponse$ = DeleteCoreNetworkPrefixListAssociationResponse$;
4475
- exports.DeleteCoreNetworkRequest$ = DeleteCoreNetworkRequest$;
4476
- exports.DeleteCoreNetworkResponse$ = DeleteCoreNetworkResponse$;
4477
- exports.DeleteDevice$ = DeleteDevice$;
4478
1720
  exports.DeleteDeviceCommand = DeleteDeviceCommand;
4479
- exports.DeleteDeviceRequest$ = DeleteDeviceRequest$;
4480
- exports.DeleteDeviceResponse$ = DeleteDeviceResponse$;
4481
- exports.DeleteGlobalNetwork$ = DeleteGlobalNetwork$;
4482
1721
  exports.DeleteGlobalNetworkCommand = DeleteGlobalNetworkCommand;
4483
- exports.DeleteGlobalNetworkRequest$ = DeleteGlobalNetworkRequest$;
4484
- exports.DeleteGlobalNetworkResponse$ = DeleteGlobalNetworkResponse$;
4485
- exports.DeleteLink$ = DeleteLink$;
4486
1722
  exports.DeleteLinkCommand = DeleteLinkCommand;
4487
- exports.DeleteLinkRequest$ = DeleteLinkRequest$;
4488
- exports.DeleteLinkResponse$ = DeleteLinkResponse$;
4489
- exports.DeletePeering$ = DeletePeering$;
4490
1723
  exports.DeletePeeringCommand = DeletePeeringCommand;
4491
- exports.DeletePeeringRequest$ = DeletePeeringRequest$;
4492
- exports.DeletePeeringResponse$ = DeletePeeringResponse$;
4493
- exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
4494
1724
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
4495
- exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
4496
- exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
4497
- exports.DeleteSite$ = DeleteSite$;
4498
1725
  exports.DeleteSiteCommand = DeleteSiteCommand;
4499
- exports.DeleteSiteRequest$ = DeleteSiteRequest$;
4500
- exports.DeleteSiteResponse$ = DeleteSiteResponse$;
4501
- exports.DeregisterTransitGateway$ = DeregisterTransitGateway$;
4502
1726
  exports.DeregisterTransitGatewayCommand = DeregisterTransitGatewayCommand;
4503
- exports.DeregisterTransitGatewayRequest$ = DeregisterTransitGatewayRequest$;
4504
- exports.DeregisterTransitGatewayResponse$ = DeregisterTransitGatewayResponse$;
4505
- exports.DescribeGlobalNetworks$ = DescribeGlobalNetworks$;
4506
1727
  exports.DescribeGlobalNetworksCommand = DescribeGlobalNetworksCommand;
4507
- exports.DescribeGlobalNetworksRequest$ = DescribeGlobalNetworksRequest$;
4508
- exports.DescribeGlobalNetworksResponse$ = DescribeGlobalNetworksResponse$;
4509
- exports.Device$ = Device$;
4510
1728
  exports.DeviceState = DeviceState;
4511
- exports.DirectConnectGatewayAttachment$ = DirectConnectGatewayAttachment$;
4512
- exports.DisassociateConnectPeer$ = DisassociateConnectPeer$;
4513
1729
  exports.DisassociateConnectPeerCommand = DisassociateConnectPeerCommand;
4514
- exports.DisassociateConnectPeerRequest$ = DisassociateConnectPeerRequest$;
4515
- exports.DisassociateConnectPeerResponse$ = DisassociateConnectPeerResponse$;
4516
- exports.DisassociateCustomerGateway$ = DisassociateCustomerGateway$;
4517
1730
  exports.DisassociateCustomerGatewayCommand = DisassociateCustomerGatewayCommand;
4518
- exports.DisassociateCustomerGatewayRequest$ = DisassociateCustomerGatewayRequest$;
4519
- exports.DisassociateCustomerGatewayResponse$ = DisassociateCustomerGatewayResponse$;
4520
- exports.DisassociateLink$ = DisassociateLink$;
4521
1731
  exports.DisassociateLinkCommand = DisassociateLinkCommand;
4522
- exports.DisassociateLinkRequest$ = DisassociateLinkRequest$;
4523
- exports.DisassociateLinkResponse$ = DisassociateLinkResponse$;
4524
- exports.DisassociateTransitGatewayConnectPeer$ = DisassociateTransitGatewayConnectPeer$;
4525
1732
  exports.DisassociateTransitGatewayConnectPeerCommand = DisassociateTransitGatewayConnectPeerCommand;
4526
- exports.DisassociateTransitGatewayConnectPeerRequest$ = DisassociateTransitGatewayConnectPeerRequest$;
4527
- exports.DisassociateTransitGatewayConnectPeerResponse$ = DisassociateTransitGatewayConnectPeerResponse$;
4528
- exports.EdgeOverride$ = EdgeOverride$;
4529
- exports.ExecuteCoreNetworkChangeSet$ = ExecuteCoreNetworkChangeSet$;
4530
1733
  exports.ExecuteCoreNetworkChangeSetCommand = ExecuteCoreNetworkChangeSetCommand;
4531
- exports.ExecuteCoreNetworkChangeSetRequest$ = ExecuteCoreNetworkChangeSetRequest$;
4532
- exports.ExecuteCoreNetworkChangeSetResponse$ = ExecuteCoreNetworkChangeSetResponse$;
4533
- exports.GetConnectAttachment$ = GetConnectAttachment$;
4534
1734
  exports.GetConnectAttachmentCommand = GetConnectAttachmentCommand;
4535
- exports.GetConnectAttachmentRequest$ = GetConnectAttachmentRequest$;
4536
- exports.GetConnectAttachmentResponse$ = GetConnectAttachmentResponse$;
4537
- exports.GetConnectPeer$ = GetConnectPeer$;
4538
- exports.GetConnectPeerAssociations$ = GetConnectPeerAssociations$;
4539
1735
  exports.GetConnectPeerAssociationsCommand = GetConnectPeerAssociationsCommand;
4540
- exports.GetConnectPeerAssociationsRequest$ = GetConnectPeerAssociationsRequest$;
4541
- exports.GetConnectPeerAssociationsResponse$ = GetConnectPeerAssociationsResponse$;
4542
1736
  exports.GetConnectPeerCommand = GetConnectPeerCommand;
4543
- exports.GetConnectPeerRequest$ = GetConnectPeerRequest$;
4544
- exports.GetConnectPeerResponse$ = GetConnectPeerResponse$;
4545
- exports.GetConnections$ = GetConnections$;
4546
1737
  exports.GetConnectionsCommand = GetConnectionsCommand;
4547
- exports.GetConnectionsRequest$ = GetConnectionsRequest$;
4548
- exports.GetConnectionsResponse$ = GetConnectionsResponse$;
4549
- exports.GetCoreNetwork$ = GetCoreNetwork$;
4550
- exports.GetCoreNetworkChangeEvents$ = GetCoreNetworkChangeEvents$;
4551
1738
  exports.GetCoreNetworkChangeEventsCommand = GetCoreNetworkChangeEventsCommand;
4552
- exports.GetCoreNetworkChangeEventsRequest$ = GetCoreNetworkChangeEventsRequest$;
4553
- exports.GetCoreNetworkChangeEventsResponse$ = GetCoreNetworkChangeEventsResponse$;
4554
- exports.GetCoreNetworkChangeSet$ = GetCoreNetworkChangeSet$;
4555
1739
  exports.GetCoreNetworkChangeSetCommand = GetCoreNetworkChangeSetCommand;
4556
- exports.GetCoreNetworkChangeSetRequest$ = GetCoreNetworkChangeSetRequest$;
4557
- exports.GetCoreNetworkChangeSetResponse$ = GetCoreNetworkChangeSetResponse$;
4558
1740
  exports.GetCoreNetworkCommand = GetCoreNetworkCommand;
4559
- exports.GetCoreNetworkPolicy$ = GetCoreNetworkPolicy$;
4560
1741
  exports.GetCoreNetworkPolicyCommand = GetCoreNetworkPolicyCommand;
4561
- exports.GetCoreNetworkPolicyRequest$ = GetCoreNetworkPolicyRequest$;
4562
- exports.GetCoreNetworkPolicyResponse$ = GetCoreNetworkPolicyResponse$;
4563
- exports.GetCoreNetworkRequest$ = GetCoreNetworkRequest$;
4564
- exports.GetCoreNetworkResponse$ = GetCoreNetworkResponse$;
4565
- exports.GetCustomerGatewayAssociations$ = GetCustomerGatewayAssociations$;
4566
1742
  exports.GetCustomerGatewayAssociationsCommand = GetCustomerGatewayAssociationsCommand;
4567
- exports.GetCustomerGatewayAssociationsRequest$ = GetCustomerGatewayAssociationsRequest$;
4568
- exports.GetCustomerGatewayAssociationsResponse$ = GetCustomerGatewayAssociationsResponse$;
4569
- exports.GetDevices$ = GetDevices$;
4570
1743
  exports.GetDevicesCommand = GetDevicesCommand;
4571
- exports.GetDevicesRequest$ = GetDevicesRequest$;
4572
- exports.GetDevicesResponse$ = GetDevicesResponse$;
4573
- exports.GetDirectConnectGatewayAttachment$ = GetDirectConnectGatewayAttachment$;
4574
1744
  exports.GetDirectConnectGatewayAttachmentCommand = GetDirectConnectGatewayAttachmentCommand;
4575
- exports.GetDirectConnectGatewayAttachmentRequest$ = GetDirectConnectGatewayAttachmentRequest$;
4576
- exports.GetDirectConnectGatewayAttachmentResponse$ = GetDirectConnectGatewayAttachmentResponse$;
4577
- exports.GetLinkAssociations$ = GetLinkAssociations$;
4578
1745
  exports.GetLinkAssociationsCommand = GetLinkAssociationsCommand;
4579
- exports.GetLinkAssociationsRequest$ = GetLinkAssociationsRequest$;
4580
- exports.GetLinkAssociationsResponse$ = GetLinkAssociationsResponse$;
4581
- exports.GetLinks$ = GetLinks$;
4582
1746
  exports.GetLinksCommand = GetLinksCommand;
4583
- exports.GetLinksRequest$ = GetLinksRequest$;
4584
- exports.GetLinksResponse$ = GetLinksResponse$;
4585
- exports.GetNetworkResourceCounts$ = GetNetworkResourceCounts$;
4586
1747
  exports.GetNetworkResourceCountsCommand = GetNetworkResourceCountsCommand;
4587
- exports.GetNetworkResourceCountsRequest$ = GetNetworkResourceCountsRequest$;
4588
- exports.GetNetworkResourceCountsResponse$ = GetNetworkResourceCountsResponse$;
4589
- exports.GetNetworkResourceRelationships$ = GetNetworkResourceRelationships$;
4590
1748
  exports.GetNetworkResourceRelationshipsCommand = GetNetworkResourceRelationshipsCommand;
4591
- exports.GetNetworkResourceRelationshipsRequest$ = GetNetworkResourceRelationshipsRequest$;
4592
- exports.GetNetworkResourceRelationshipsResponse$ = GetNetworkResourceRelationshipsResponse$;
4593
- exports.GetNetworkResources$ = GetNetworkResources$;
4594
1749
  exports.GetNetworkResourcesCommand = GetNetworkResourcesCommand;
4595
- exports.GetNetworkResourcesRequest$ = GetNetworkResourcesRequest$;
4596
- exports.GetNetworkResourcesResponse$ = GetNetworkResourcesResponse$;
4597
- exports.GetNetworkRoutes$ = GetNetworkRoutes$;
4598
1750
  exports.GetNetworkRoutesCommand = GetNetworkRoutesCommand;
4599
- exports.GetNetworkRoutesRequest$ = GetNetworkRoutesRequest$;
4600
- exports.GetNetworkRoutesResponse$ = GetNetworkRoutesResponse$;
4601
- exports.GetNetworkTelemetry$ = GetNetworkTelemetry$;
4602
1751
  exports.GetNetworkTelemetryCommand = GetNetworkTelemetryCommand;
4603
- exports.GetNetworkTelemetryRequest$ = GetNetworkTelemetryRequest$;
4604
- exports.GetNetworkTelemetryResponse$ = GetNetworkTelemetryResponse$;
4605
- exports.GetResourcePolicy$ = GetResourcePolicy$;
4606
1752
  exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
4607
- exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
4608
- exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
4609
- exports.GetRouteAnalysis$ = GetRouteAnalysis$;
4610
1753
  exports.GetRouteAnalysisCommand = GetRouteAnalysisCommand;
4611
- exports.GetRouteAnalysisRequest$ = GetRouteAnalysisRequest$;
4612
- exports.GetRouteAnalysisResponse$ = GetRouteAnalysisResponse$;
4613
- exports.GetSiteToSiteVpnAttachment$ = GetSiteToSiteVpnAttachment$;
4614
1754
  exports.GetSiteToSiteVpnAttachmentCommand = GetSiteToSiteVpnAttachmentCommand;
4615
- exports.GetSiteToSiteVpnAttachmentRequest$ = GetSiteToSiteVpnAttachmentRequest$;
4616
- exports.GetSiteToSiteVpnAttachmentResponse$ = GetSiteToSiteVpnAttachmentResponse$;
4617
- exports.GetSites$ = GetSites$;
4618
1755
  exports.GetSitesCommand = GetSitesCommand;
4619
- exports.GetSitesRequest$ = GetSitesRequest$;
4620
- exports.GetSitesResponse$ = GetSitesResponse$;
4621
- exports.GetTransitGatewayConnectPeerAssociations$ = GetTransitGatewayConnectPeerAssociations$;
4622
1756
  exports.GetTransitGatewayConnectPeerAssociationsCommand = GetTransitGatewayConnectPeerAssociationsCommand;
4623
- exports.GetTransitGatewayConnectPeerAssociationsRequest$ = GetTransitGatewayConnectPeerAssociationsRequest$;
4624
- exports.GetTransitGatewayConnectPeerAssociationsResponse$ = GetTransitGatewayConnectPeerAssociationsResponse$;
4625
- exports.GetTransitGatewayPeering$ = GetTransitGatewayPeering$;
4626
1757
  exports.GetTransitGatewayPeeringCommand = GetTransitGatewayPeeringCommand;
4627
- exports.GetTransitGatewayPeeringRequest$ = GetTransitGatewayPeeringRequest$;
4628
- exports.GetTransitGatewayPeeringResponse$ = GetTransitGatewayPeeringResponse$;
4629
- exports.GetTransitGatewayRegistrations$ = GetTransitGatewayRegistrations$;
4630
1758
  exports.GetTransitGatewayRegistrationsCommand = GetTransitGatewayRegistrationsCommand;
4631
- exports.GetTransitGatewayRegistrationsRequest$ = GetTransitGatewayRegistrationsRequest$;
4632
- exports.GetTransitGatewayRegistrationsResponse$ = GetTransitGatewayRegistrationsResponse$;
4633
- exports.GetTransitGatewayRouteTableAttachment$ = GetTransitGatewayRouteTableAttachment$;
4634
1759
  exports.GetTransitGatewayRouteTableAttachmentCommand = GetTransitGatewayRouteTableAttachmentCommand;
4635
- exports.GetTransitGatewayRouteTableAttachmentRequest$ = GetTransitGatewayRouteTableAttachmentRequest$;
4636
- exports.GetTransitGatewayRouteTableAttachmentResponse$ = GetTransitGatewayRouteTableAttachmentResponse$;
4637
- exports.GetVpcAttachment$ = GetVpcAttachment$;
4638
1760
  exports.GetVpcAttachmentCommand = GetVpcAttachmentCommand;
4639
- exports.GetVpcAttachmentRequest$ = GetVpcAttachmentRequest$;
4640
- exports.GetVpcAttachmentResponse$ = GetVpcAttachmentResponse$;
4641
- exports.GlobalNetwork$ = GlobalNetwork$;
4642
1761
  exports.GlobalNetworkState = GlobalNetworkState;
4643
- exports.InternalServerException = InternalServerException;
4644
- exports.InternalServerException$ = InternalServerException$;
4645
- exports.Link$ = Link$;
4646
- exports.LinkAssociation$ = LinkAssociation$;
4647
1762
  exports.LinkAssociationState = LinkAssociationState;
4648
1763
  exports.LinkState = LinkState;
4649
- exports.ListAttachmentRoutingPolicyAssociations$ = ListAttachmentRoutingPolicyAssociations$;
4650
1764
  exports.ListAttachmentRoutingPolicyAssociationsCommand = ListAttachmentRoutingPolicyAssociationsCommand;
4651
- exports.ListAttachmentRoutingPolicyAssociationsRequest$ = ListAttachmentRoutingPolicyAssociationsRequest$;
4652
- exports.ListAttachmentRoutingPolicyAssociationsResponse$ = ListAttachmentRoutingPolicyAssociationsResponse$;
4653
- exports.ListAttachments$ = ListAttachments$;
4654
1765
  exports.ListAttachmentsCommand = ListAttachmentsCommand;
4655
- exports.ListAttachmentsRequest$ = ListAttachmentsRequest$;
4656
- exports.ListAttachmentsResponse$ = ListAttachmentsResponse$;
4657
- exports.ListConnectPeers$ = ListConnectPeers$;
4658
1766
  exports.ListConnectPeersCommand = ListConnectPeersCommand;
4659
- exports.ListConnectPeersRequest$ = ListConnectPeersRequest$;
4660
- exports.ListConnectPeersResponse$ = ListConnectPeersResponse$;
4661
- exports.ListCoreNetworkPolicyVersions$ = ListCoreNetworkPolicyVersions$;
4662
1767
  exports.ListCoreNetworkPolicyVersionsCommand = ListCoreNetworkPolicyVersionsCommand;
4663
- exports.ListCoreNetworkPolicyVersionsRequest$ = ListCoreNetworkPolicyVersionsRequest$;
4664
- exports.ListCoreNetworkPolicyVersionsResponse$ = ListCoreNetworkPolicyVersionsResponse$;
4665
- exports.ListCoreNetworkPrefixListAssociations$ = ListCoreNetworkPrefixListAssociations$;
4666
1768
  exports.ListCoreNetworkPrefixListAssociationsCommand = ListCoreNetworkPrefixListAssociationsCommand;
4667
- exports.ListCoreNetworkPrefixListAssociationsRequest$ = ListCoreNetworkPrefixListAssociationsRequest$;
4668
- exports.ListCoreNetworkPrefixListAssociationsResponse$ = ListCoreNetworkPrefixListAssociationsResponse$;
4669
- exports.ListCoreNetworkRoutingInformation$ = ListCoreNetworkRoutingInformation$;
4670
1769
  exports.ListCoreNetworkRoutingInformationCommand = ListCoreNetworkRoutingInformationCommand;
4671
- exports.ListCoreNetworkRoutingInformationRequest$ = ListCoreNetworkRoutingInformationRequest$;
4672
- exports.ListCoreNetworkRoutingInformationResponse$ = ListCoreNetworkRoutingInformationResponse$;
4673
- exports.ListCoreNetworks$ = ListCoreNetworks$;
4674
1770
  exports.ListCoreNetworksCommand = ListCoreNetworksCommand;
4675
- exports.ListCoreNetworksRequest$ = ListCoreNetworksRequest$;
4676
- exports.ListCoreNetworksResponse$ = ListCoreNetworksResponse$;
4677
- exports.ListOrganizationServiceAccessStatus$ = ListOrganizationServiceAccessStatus$;
4678
1771
  exports.ListOrganizationServiceAccessStatusCommand = ListOrganizationServiceAccessStatusCommand;
4679
- exports.ListOrganizationServiceAccessStatusRequest$ = ListOrganizationServiceAccessStatusRequest$;
4680
- exports.ListOrganizationServiceAccessStatusResponse$ = ListOrganizationServiceAccessStatusResponse$;
4681
- exports.ListPeerings$ = ListPeerings$;
4682
1772
  exports.ListPeeringsCommand = ListPeeringsCommand;
4683
- exports.ListPeeringsRequest$ = ListPeeringsRequest$;
4684
- exports.ListPeeringsResponse$ = ListPeeringsResponse$;
4685
- exports.ListTagsForResource$ = ListTagsForResource$;
4686
1773
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4687
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4688
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4689
- exports.Location$ = Location$;
4690
- exports.NetworkFunctionGroup$ = NetworkFunctionGroup$;
4691
1774
  exports.NetworkManager = NetworkManager;
4692
1775
  exports.NetworkManagerClient = NetworkManagerClient;
4693
- exports.NetworkManagerServiceException = NetworkManagerServiceException;
4694
- exports.NetworkManagerServiceException$ = NetworkManagerServiceException$;
4695
- exports.NetworkResource$ = NetworkResource$;
4696
- exports.NetworkResourceCount$ = NetworkResourceCount$;
4697
- exports.NetworkResourceSummary$ = NetworkResourceSummary$;
4698
- exports.NetworkRoute$ = NetworkRoute$;
4699
- exports.NetworkRouteDestination$ = NetworkRouteDestination$;
4700
- exports.NetworkTelemetry$ = NetworkTelemetry$;
4701
- exports.OrganizationStatus$ = OrganizationStatus$;
4702
- exports.PathComponent$ = PathComponent$;
4703
- exports.Peering$ = Peering$;
4704
- exports.PeeringError$ = PeeringError$;
4705
1776
  exports.PeeringErrorCode = PeeringErrorCode;
4706
1777
  exports.PeeringState = PeeringState;
4707
1778
  exports.PeeringType = PeeringType;
4708
- exports.PermissionsErrorContext$ = PermissionsErrorContext$;
4709
- exports.PrefixListAssociation$ = PrefixListAssociation$;
4710
- exports.ProposedNetworkFunctionGroupChange$ = ProposedNetworkFunctionGroupChange$;
4711
- exports.ProposedSegmentChange$ = ProposedSegmentChange$;
4712
- exports.PutAttachmentRoutingPolicyLabel$ = PutAttachmentRoutingPolicyLabel$;
4713
1779
  exports.PutAttachmentRoutingPolicyLabelCommand = PutAttachmentRoutingPolicyLabelCommand;
4714
- exports.PutAttachmentRoutingPolicyLabelRequest$ = PutAttachmentRoutingPolicyLabelRequest$;
4715
- exports.PutAttachmentRoutingPolicyLabelResponse$ = PutAttachmentRoutingPolicyLabelResponse$;
4716
- exports.PutCoreNetworkPolicy$ = PutCoreNetworkPolicy$;
4717
1780
  exports.PutCoreNetworkPolicyCommand = PutCoreNetworkPolicyCommand;
4718
- exports.PutCoreNetworkPolicyRequest$ = PutCoreNetworkPolicyRequest$;
4719
- exports.PutCoreNetworkPolicyResponse$ = PutCoreNetworkPolicyResponse$;
4720
- exports.PutResourcePolicy$ = PutResourcePolicy$;
4721
1781
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
4722
- exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
4723
- exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
4724
- exports.RegisterTransitGateway$ = RegisterTransitGateway$;
4725
1782
  exports.RegisterTransitGatewayCommand = RegisterTransitGatewayCommand;
4726
- exports.RegisterTransitGatewayRequest$ = RegisterTransitGatewayRequest$;
4727
- exports.RegisterTransitGatewayResponse$ = RegisterTransitGatewayResponse$;
4728
- exports.RejectAttachment$ = RejectAttachment$;
4729
1783
  exports.RejectAttachmentCommand = RejectAttachmentCommand;
4730
- exports.RejectAttachmentRequest$ = RejectAttachmentRequest$;
4731
- exports.RejectAttachmentResponse$ = RejectAttachmentResponse$;
4732
- exports.Relationship$ = Relationship$;
4733
- exports.RemoveAttachmentRoutingPolicyLabel$ = RemoveAttachmentRoutingPolicyLabel$;
4734
1784
  exports.RemoveAttachmentRoutingPolicyLabelCommand = RemoveAttachmentRoutingPolicyLabelCommand;
4735
- exports.RemoveAttachmentRoutingPolicyLabelRequest$ = RemoveAttachmentRoutingPolicyLabelRequest$;
4736
- exports.RemoveAttachmentRoutingPolicyLabelResponse$ = RemoveAttachmentRoutingPolicyLabelResponse$;
4737
- exports.ResourceNotFoundException = ResourceNotFoundException;
4738
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4739
- exports.RestoreCoreNetworkPolicyVersion$ = RestoreCoreNetworkPolicyVersion$;
4740
1785
  exports.RestoreCoreNetworkPolicyVersionCommand = RestoreCoreNetworkPolicyVersionCommand;
4741
- exports.RestoreCoreNetworkPolicyVersionRequest$ = RestoreCoreNetworkPolicyVersionRequest$;
4742
- exports.RestoreCoreNetworkPolicyVersionResponse$ = RestoreCoreNetworkPolicyVersionResponse$;
4743
- exports.RouteAnalysis$ = RouteAnalysis$;
4744
- exports.RouteAnalysisCompletion$ = RouteAnalysisCompletion$;
4745
1786
  exports.RouteAnalysisCompletionReasonCode = RouteAnalysisCompletionReasonCode;
4746
1787
  exports.RouteAnalysisCompletionResultCode = RouteAnalysisCompletionResultCode;
4747
- exports.RouteAnalysisEndpointOptions$ = RouteAnalysisEndpointOptions$;
4748
- exports.RouteAnalysisEndpointOptionsSpecification$ = RouteAnalysisEndpointOptionsSpecification$;
4749
- exports.RouteAnalysisPath$ = RouteAnalysisPath$;
4750
1788
  exports.RouteAnalysisStatus = RouteAnalysisStatus;
4751
1789
  exports.RouteState = RouteState;
4752
- exports.RouteTableIdentifier$ = RouteTableIdentifier$;
4753
1790
  exports.RouteTableType = RouteTableType;
4754
1791
  exports.RouteType = RouteType;
4755
- exports.RoutingInformationNextHop$ = RoutingInformationNextHop$;
4756
- exports.RoutingPolicyAssociationDetail$ = RoutingPolicyAssociationDetail$;
4757
1792
  exports.RoutingPolicyDirection = RoutingPolicyDirection;
4758
1793
  exports.SegmentActionServiceInsertion = SegmentActionServiceInsertion;
4759
1794
  exports.SendViaMode = SendViaMode;
4760
- exports.ServiceInsertionAction$ = ServiceInsertionAction$;
4761
- exports.ServiceInsertionSegments$ = ServiceInsertionSegments$;
4762
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
4763
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
4764
- exports.Site$ = Site$;
4765
1795
  exports.SiteState = SiteState;
4766
- exports.SiteToSiteVpnAttachment$ = SiteToSiteVpnAttachment$;
4767
- exports.StartOrganizationServiceAccessUpdate$ = StartOrganizationServiceAccessUpdate$;
4768
1796
  exports.StartOrganizationServiceAccessUpdateCommand = StartOrganizationServiceAccessUpdateCommand;
4769
- exports.StartOrganizationServiceAccessUpdateRequest$ = StartOrganizationServiceAccessUpdateRequest$;
4770
- exports.StartOrganizationServiceAccessUpdateResponse$ = StartOrganizationServiceAccessUpdateResponse$;
4771
- exports.StartRouteAnalysis$ = StartRouteAnalysis$;
4772
1797
  exports.StartRouteAnalysisCommand = StartRouteAnalysisCommand;
4773
- exports.StartRouteAnalysisRequest$ = StartRouteAnalysisRequest$;
4774
- exports.StartRouteAnalysisResponse$ = StartRouteAnalysisResponse$;
4775
- exports.Tag$ = Tag$;
4776
- exports.TagResource$ = TagResource$;
4777
1798
  exports.TagResourceCommand = TagResourceCommand;
4778
- exports.TagResourceRequest$ = TagResourceRequest$;
4779
- exports.TagResourceResponse$ = TagResourceResponse$;
4780
- exports.ThrottlingException = ThrottlingException;
4781
- exports.ThrottlingException$ = ThrottlingException$;
4782
- exports.TransitGatewayConnectPeerAssociation$ = TransitGatewayConnectPeerAssociation$;
4783
1799
  exports.TransitGatewayConnectPeerAssociationState = TransitGatewayConnectPeerAssociationState;
4784
- exports.TransitGatewayPeering$ = TransitGatewayPeering$;
4785
- exports.TransitGatewayRegistration$ = TransitGatewayRegistration$;
4786
1800
  exports.TransitGatewayRegistrationState = TransitGatewayRegistrationState;
4787
- exports.TransitGatewayRegistrationStateReason$ = TransitGatewayRegistrationStateReason$;
4788
- exports.TransitGatewayRouteTableAttachment$ = TransitGatewayRouteTableAttachment$;
4789
1801
  exports.TunnelProtocol = TunnelProtocol;
4790
- exports.UntagResource$ = UntagResource$;
4791
1802
  exports.UntagResourceCommand = UntagResourceCommand;
4792
- exports.UntagResourceRequest$ = UntagResourceRequest$;
4793
- exports.UntagResourceResponse$ = UntagResourceResponse$;
4794
- exports.UpdateConnection$ = UpdateConnection$;
4795
1803
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
4796
- exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
4797
- exports.UpdateConnectionResponse$ = UpdateConnectionResponse$;
4798
- exports.UpdateCoreNetwork$ = UpdateCoreNetwork$;
4799
1804
  exports.UpdateCoreNetworkCommand = UpdateCoreNetworkCommand;
4800
- exports.UpdateCoreNetworkRequest$ = UpdateCoreNetworkRequest$;
4801
- exports.UpdateCoreNetworkResponse$ = UpdateCoreNetworkResponse$;
4802
- exports.UpdateDevice$ = UpdateDevice$;
4803
1805
  exports.UpdateDeviceCommand = UpdateDeviceCommand;
4804
- exports.UpdateDeviceRequest$ = UpdateDeviceRequest$;
4805
- exports.UpdateDeviceResponse$ = UpdateDeviceResponse$;
4806
- exports.UpdateDirectConnectGatewayAttachment$ = UpdateDirectConnectGatewayAttachment$;
4807
1806
  exports.UpdateDirectConnectGatewayAttachmentCommand = UpdateDirectConnectGatewayAttachmentCommand;
4808
- exports.UpdateDirectConnectGatewayAttachmentRequest$ = UpdateDirectConnectGatewayAttachmentRequest$;
4809
- exports.UpdateDirectConnectGatewayAttachmentResponse$ = UpdateDirectConnectGatewayAttachmentResponse$;
4810
- exports.UpdateGlobalNetwork$ = UpdateGlobalNetwork$;
4811
1807
  exports.UpdateGlobalNetworkCommand = UpdateGlobalNetworkCommand;
4812
- exports.UpdateGlobalNetworkRequest$ = UpdateGlobalNetworkRequest$;
4813
- exports.UpdateGlobalNetworkResponse$ = UpdateGlobalNetworkResponse$;
4814
- exports.UpdateLink$ = UpdateLink$;
4815
1808
  exports.UpdateLinkCommand = UpdateLinkCommand;
4816
- exports.UpdateLinkRequest$ = UpdateLinkRequest$;
4817
- exports.UpdateLinkResponse$ = UpdateLinkResponse$;
4818
- exports.UpdateNetworkResourceMetadata$ = UpdateNetworkResourceMetadata$;
4819
1809
  exports.UpdateNetworkResourceMetadataCommand = UpdateNetworkResourceMetadataCommand;
4820
- exports.UpdateNetworkResourceMetadataRequest$ = UpdateNetworkResourceMetadataRequest$;
4821
- exports.UpdateNetworkResourceMetadataResponse$ = UpdateNetworkResourceMetadataResponse$;
4822
- exports.UpdateSite$ = UpdateSite$;
4823
1810
  exports.UpdateSiteCommand = UpdateSiteCommand;
4824
- exports.UpdateSiteRequest$ = UpdateSiteRequest$;
4825
- exports.UpdateSiteResponse$ = UpdateSiteResponse$;
4826
- exports.UpdateVpcAttachment$ = UpdateVpcAttachment$;
4827
1811
  exports.UpdateVpcAttachmentCommand = UpdateVpcAttachmentCommand;
4828
- exports.UpdateVpcAttachmentRequest$ = UpdateVpcAttachmentRequest$;
4829
- exports.UpdateVpcAttachmentResponse$ = UpdateVpcAttachmentResponse$;
4830
- exports.ValidationException = ValidationException;
4831
- exports.ValidationException$ = ValidationException$;
4832
- exports.ValidationExceptionField$ = ValidationExceptionField$;
4833
1812
  exports.ValidationExceptionReason = ValidationExceptionReason;
4834
- exports.Via$ = Via$;
4835
- exports.VpcAttachment$ = VpcAttachment$;
4836
- exports.VpcOptions$ = VpcOptions$;
4837
- exports.WhenSentTo$ = WhenSentTo$;
4838
1813
  exports.paginateDescribeGlobalNetworks = paginateDescribeGlobalNetworks;
4839
1814
  exports.paginateGetConnectPeerAssociations = paginateGetConnectPeerAssociations;
4840
1815
  exports.paginateGetConnections = paginateGetConnections;
@@ -4859,3 +1834,15 @@ exports.paginateListCoreNetworkPrefixListAssociations = paginateListCoreNetworkP
4859
1834
  exports.paginateListCoreNetworkRoutingInformation = paginateListCoreNetworkRoutingInformation;
4860
1835
  exports.paginateListCoreNetworks = paginateListCoreNetworks;
4861
1836
  exports.paginateListPeerings = paginateListPeerings;
1837
+ Object.keys(schemas_0).forEach(function (k) {
1838
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1839
+ enumerable: true,
1840
+ get: function () { return schemas_0[k]; }
1841
+ });
1842
+ });
1843
+ Object.keys(errors).forEach(function (k) {
1844
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1845
+ enumerable: true,
1846
+ get: function () { return errors[k]; }
1847
+ });
1848
+ });