@aws-sdk/client-networkmanager 3.696.0 → 3.700.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +148 -0
  3. package/dist-es/NetworkManager.js +6 -0
  4. package/dist-es/commands/CreateDirectConnectGatewayAttachmentCommand.js +22 -0
  5. package/dist-es/commands/GetDirectConnectGatewayAttachmentCommand.js +22 -0
  6. package/dist-es/commands/UpdateDirectConnectGatewayAttachmentCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +4 -0
  9. package/dist-es/protocols/Aws_restJson1.js +89 -0
  10. package/dist-types/NetworkManager.d.ts +21 -0
  11. package/dist-types/NetworkManagerClient.d.ts +5 -2
  12. package/dist-types/commands/AcceptAttachmentCommand.d.ts +5 -2
  13. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +5 -2
  14. package/dist-types/commands/CreateDirectConnectGatewayAttachmentCommand.d.ts +155 -0
  15. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +5 -2
  16. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +5 -2
  17. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +5 -2
  18. package/dist-types/commands/DeleteAttachmentCommand.d.ts +5 -2
  19. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +5 -2
  20. package/dist-types/commands/GetDirectConnectGatewayAttachmentCommand.d.ts +140 -0
  21. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +5 -2
  22. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +5 -2
  23. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +5 -2
  24. package/dist-types/commands/ListAttachmentsCommand.d.ts +6 -3
  25. package/dist-types/commands/RejectAttachmentCommand.d.ts +5 -2
  26. package/dist-types/commands/UpdateDirectConnectGatewayAttachmentCommand.d.ts +147 -0
  27. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +5 -2
  28. package/dist-types/commands/index.d.ts +3 -0
  29. package/dist-types/models/models_0.d.ts +111 -1
  30. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  31. package/dist-types/ts3.4/NetworkManager.d.ts +69 -0
  32. package/dist-types/ts3.4/NetworkManagerClient.d.ts +18 -0
  33. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAttachmentCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/GetDirectConnectGatewayAttachmentCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAttachmentCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +32 -0
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  39. package/package.json +4 -4
@@ -85,6 +85,10 @@ import {
85
85
  CreateDeviceCommandInput,
86
86
  CreateDeviceCommandOutput,
87
87
  } from "./commands/CreateDeviceCommand";
88
+ import {
89
+ CreateDirectConnectGatewayAttachmentCommandInput,
90
+ CreateDirectConnectGatewayAttachmentCommandOutput,
91
+ } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
88
92
  import {
89
93
  CreateGlobalNetworkCommandInput,
90
94
  CreateGlobalNetworkCommandOutput,
@@ -225,6 +229,10 @@ import {
225
229
  GetDevicesCommandInput,
226
230
  GetDevicesCommandOutput,
227
231
  } from "./commands/GetDevicesCommand";
232
+ import {
233
+ GetDirectConnectGatewayAttachmentCommandInput,
234
+ GetDirectConnectGatewayAttachmentCommandOutput,
235
+ } from "./commands/GetDirectConnectGatewayAttachmentCommand";
228
236
  import {
229
237
  GetLinkAssociationsCommandInput,
230
238
  GetLinkAssociationsCommandOutput,
@@ -365,6 +373,10 @@ import {
365
373
  UpdateDeviceCommandInput,
366
374
  UpdateDeviceCommandOutput,
367
375
  } from "./commands/UpdateDeviceCommand";
376
+ import {
377
+ UpdateDirectConnectGatewayAttachmentCommandInput,
378
+ UpdateDirectConnectGatewayAttachmentCommandOutput,
379
+ } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
368
380
  import {
369
381
  UpdateGlobalNetworkCommandInput,
370
382
  UpdateGlobalNetworkCommandOutput,
@@ -403,6 +415,7 @@ export type ServiceInputTypes =
403
415
  | CreateConnectionCommandInput
404
416
  | CreateCoreNetworkCommandInput
405
417
  | CreateDeviceCommandInput
418
+ | CreateDirectConnectGatewayAttachmentCommandInput
406
419
  | CreateGlobalNetworkCommandInput
407
420
  | CreateLinkCommandInput
408
421
  | CreateSiteCommandInput
@@ -438,6 +451,7 @@ export type ServiceInputTypes =
438
451
  | GetCoreNetworkPolicyCommandInput
439
452
  | GetCustomerGatewayAssociationsCommandInput
440
453
  | GetDevicesCommandInput
454
+ | GetDirectConnectGatewayAttachmentCommandInput
441
455
  | GetLinkAssociationsCommandInput
442
456
  | GetLinksCommandInput
443
457
  | GetNetworkResourceCountsCommandInput
@@ -473,6 +487,7 @@ export type ServiceInputTypes =
473
487
  | UpdateConnectionCommandInput
474
488
  | UpdateCoreNetworkCommandInput
475
489
  | UpdateDeviceCommandInput
490
+ | UpdateDirectConnectGatewayAttachmentCommandInput
476
491
  | UpdateGlobalNetworkCommandInput
477
492
  | UpdateLinkCommandInput
478
493
  | UpdateNetworkResourceMetadataCommandInput
@@ -489,6 +504,7 @@ export type ServiceOutputTypes =
489
504
  | CreateConnectionCommandOutput
490
505
  | CreateCoreNetworkCommandOutput
491
506
  | CreateDeviceCommandOutput
507
+ | CreateDirectConnectGatewayAttachmentCommandOutput
492
508
  | CreateGlobalNetworkCommandOutput
493
509
  | CreateLinkCommandOutput
494
510
  | CreateSiteCommandOutput
@@ -524,6 +540,7 @@ export type ServiceOutputTypes =
524
540
  | GetCoreNetworkPolicyCommandOutput
525
541
  | GetCustomerGatewayAssociationsCommandOutput
526
542
  | GetDevicesCommandOutput
543
+ | GetDirectConnectGatewayAttachmentCommandOutput
527
544
  | GetLinkAssociationsCommandOutput
528
545
  | GetLinksCommandOutput
529
546
  | GetNetworkResourceCountsCommandOutput
@@ -559,6 +576,7 @@ export type ServiceOutputTypes =
559
576
  | UpdateConnectionCommandOutput
560
577
  | UpdateCoreNetworkCommandOutput
561
578
  | UpdateDeviceCommandOutput
579
+ | UpdateDirectConnectGatewayAttachmentCommandOutput
562
580
  | UpdateGlobalNetworkCommandOutput
563
581
  | UpdateLinkCommandOutput
564
582
  | UpdateNetworkResourceMetadataCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateDirectConnectGatewayAttachmentRequest,
5
+ CreateDirectConnectGatewayAttachmentResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkManagerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkManagerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateDirectConnectGatewayAttachmentCommandInput
15
+ extends CreateDirectConnectGatewayAttachmentRequest {}
16
+ export interface CreateDirectConnectGatewayAttachmentCommandOutput
17
+ extends CreateDirectConnectGatewayAttachmentResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateDirectConnectGatewayAttachmentCommand_base: {
20
+ new (
21
+ input: CreateDirectConnectGatewayAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateDirectConnectGatewayAttachmentCommandInput,
24
+ CreateDirectConnectGatewayAttachmentCommandOutput,
25
+ NetworkManagerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateDirectConnectGatewayAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateDirectConnectGatewayAttachmentCommandInput,
33
+ CreateDirectConnectGatewayAttachmentCommandOutput,
34
+ NetworkManagerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateDirectConnectGatewayAttachmentCommand extends CreateDirectConnectGatewayAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDirectConnectGatewayAttachmentRequest;
44
+ output: CreateDirectConnectGatewayAttachmentResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDirectConnectGatewayAttachmentCommandInput;
48
+ output: CreateDirectConnectGatewayAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetDirectConnectGatewayAttachmentRequest,
5
+ GetDirectConnectGatewayAttachmentResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkManagerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkManagerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetDirectConnectGatewayAttachmentCommandInput
15
+ extends GetDirectConnectGatewayAttachmentRequest {}
16
+ export interface GetDirectConnectGatewayAttachmentCommandOutput
17
+ extends GetDirectConnectGatewayAttachmentResponse,
18
+ __MetadataBearer {}
19
+ declare const GetDirectConnectGatewayAttachmentCommand_base: {
20
+ new (
21
+ input: GetDirectConnectGatewayAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetDirectConnectGatewayAttachmentCommandInput,
24
+ GetDirectConnectGatewayAttachmentCommandOutput,
25
+ NetworkManagerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetDirectConnectGatewayAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetDirectConnectGatewayAttachmentCommandInput,
33
+ GetDirectConnectGatewayAttachmentCommandOutput,
34
+ NetworkManagerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetDirectConnectGatewayAttachmentCommand extends GetDirectConnectGatewayAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDirectConnectGatewayAttachmentRequest;
44
+ output: GetDirectConnectGatewayAttachmentResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDirectConnectGatewayAttachmentCommandInput;
48
+ output: GetDirectConnectGatewayAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateDirectConnectGatewayAttachmentRequest,
5
+ UpdateDirectConnectGatewayAttachmentResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkManagerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkManagerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateDirectConnectGatewayAttachmentCommandInput
15
+ extends UpdateDirectConnectGatewayAttachmentRequest {}
16
+ export interface UpdateDirectConnectGatewayAttachmentCommandOutput
17
+ extends UpdateDirectConnectGatewayAttachmentResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateDirectConnectGatewayAttachmentCommand_base: {
20
+ new (
21
+ input: UpdateDirectConnectGatewayAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateDirectConnectGatewayAttachmentCommandInput,
24
+ UpdateDirectConnectGatewayAttachmentCommandOutput,
25
+ NetworkManagerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateDirectConnectGatewayAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateDirectConnectGatewayAttachmentCommandInput,
33
+ UpdateDirectConnectGatewayAttachmentCommandOutput,
34
+ NetworkManagerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateDirectConnectGatewayAttachmentCommand extends UpdateDirectConnectGatewayAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateDirectConnectGatewayAttachmentRequest;
44
+ output: UpdateDirectConnectGatewayAttachmentResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateDirectConnectGatewayAttachmentCommandInput;
48
+ output: UpdateDirectConnectGatewayAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,6 +8,7 @@ export * from "./CreateConnectPeerCommand";
8
8
  export * from "./CreateConnectionCommand";
9
9
  export * from "./CreateCoreNetworkCommand";
10
10
  export * from "./CreateDeviceCommand";
11
+ export * from "./CreateDirectConnectGatewayAttachmentCommand";
11
12
  export * from "./CreateGlobalNetworkCommand";
12
13
  export * from "./CreateLinkCommand";
13
14
  export * from "./CreateSiteCommand";
@@ -43,6 +44,7 @@ export * from "./GetCoreNetworkCommand";
43
44
  export * from "./GetCoreNetworkPolicyCommand";
44
45
  export * from "./GetCustomerGatewayAssociationsCommand";
45
46
  export * from "./GetDevicesCommand";
47
+ export * from "./GetDirectConnectGatewayAttachmentCommand";
46
48
  export * from "./GetLinkAssociationsCommand";
47
49
  export * from "./GetLinksCommand";
48
50
  export * from "./GetNetworkResourceCountsCommand";
@@ -78,6 +80,7 @@ export * from "./UntagResourceCommand";
78
80
  export * from "./UpdateConnectionCommand";
79
81
  export * from "./UpdateCoreNetworkCommand";
80
82
  export * from "./UpdateDeviceCommand";
83
+ export * from "./UpdateDirectConnectGatewayAttachmentCommand";
81
84
  export * from "./UpdateGlobalNetworkCommand";
82
85
  export * from "./UpdateLinkCommand";
83
86
  export * from "./UpdateNetworkResourceMetadataCommand";
@@ -8,6 +8,7 @@ export interface AcceptAttachmentRequest {
8
8
  }
9
9
  export declare const AttachmentType: {
10
10
  readonly CONNECT: "CONNECT";
11
+ readonly DIRECT_CONNECT_GATEWAY: "DIRECT_CONNECT_GATEWAY";
11
12
  readonly SITE_TO_SITE_VPN: "SITE_TO_SITE_VPN";
12
13
  readonly TRANSIT_GATEWAY_ROUTE_TABLE: "TRANSIT_GATEWAY_ROUTE_TABLE";
13
14
  readonly VPC: "VPC";
@@ -15,6 +16,9 @@ export declare const AttachmentType: {
15
16
  export type AttachmentType =
16
17
  (typeof AttachmentType)[keyof typeof AttachmentType];
17
18
  export declare const AttachmentErrorCode: {
19
+ readonly DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS: "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS";
20
+ readonly DIRECT_CONNECT_GATEWAY_NOT_FOUND: "DIRECT_CONNECT_GATEWAY_NOT_FOUND";
21
+ readonly DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF: "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF";
18
22
  readonly MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED: "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED";
19
23
  readonly SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE: "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE";
20
24
  readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
@@ -67,6 +71,7 @@ export interface Attachment {
67
71
  AttachmentType?: AttachmentType | undefined;
68
72
  State?: AttachmentState | undefined;
69
73
  EdgeLocation?: string | undefined;
74
+ EdgeLocations?: string[] | undefined;
70
75
  ResourceArn?: string | undefined;
71
76
  AttachmentPolicyRuleNumber?: number | undefined;
72
77
  SegmentName?: string | undefined;
@@ -670,6 +675,20 @@ export interface Device {
670
675
  export interface CreateDeviceResponse {
671
676
  Device?: Device | undefined;
672
677
  }
678
+ export interface CreateDirectConnectGatewayAttachmentRequest {
679
+ CoreNetworkId: string | undefined;
680
+ DirectConnectGatewayArn: string | undefined;
681
+ EdgeLocations: string[] | undefined;
682
+ Tags?: Tag[] | undefined;
683
+ ClientToken?: string | undefined;
684
+ }
685
+ export interface DirectConnectGatewayAttachment {
686
+ Attachment?: Attachment | undefined;
687
+ DirectConnectGatewayArn?: string | undefined;
688
+ }
689
+ export interface CreateDirectConnectGatewayAttachmentResponse {
690
+ DirectConnectGatewayAttachment?: DirectConnectGatewayAttachment | undefined;
691
+ }
673
692
  export interface CreateGlobalNetworkRequest {
674
693
  Description?: string | undefined;
675
694
  Tags?: Tag[] | undefined;
@@ -1085,6 +1104,12 @@ export interface GetDevicesResponse {
1085
1104
  Devices?: Device[] | undefined;
1086
1105
  NextToken?: string | undefined;
1087
1106
  }
1107
+ export interface GetDirectConnectGatewayAttachmentRequest {
1108
+ AttachmentId: string | undefined;
1109
+ }
1110
+ export interface GetDirectConnectGatewayAttachmentResponse {
1111
+ DirectConnectGatewayAttachment?: DirectConnectGatewayAttachment | undefined;
1112
+ }
1088
1113
  export interface GetLinkAssociationsRequest {
1089
1114
  GlobalNetworkId: string | undefined;
1090
1115
  DeviceId?: string | undefined;
@@ -1562,6 +1587,13 @@ export interface UpdateDeviceRequest {
1562
1587
  export interface UpdateDeviceResponse {
1563
1588
  Device?: Device | undefined;
1564
1589
  }
1590
+ export interface UpdateDirectConnectGatewayAttachmentRequest {
1591
+ AttachmentId: string | undefined;
1592
+ EdgeLocations?: string[] | undefined;
1593
+ }
1594
+ export interface UpdateDirectConnectGatewayAttachmentResponse {
1595
+ DirectConnectGatewayAttachment?: DirectConnectGatewayAttachment | undefined;
1596
+ }
1565
1597
  export interface UpdateGlobalNetworkRequest {
1566
1598
  GlobalNetworkId: string | undefined;
1567
1599
  Description?: string | undefined;
@@ -43,6 +43,10 @@ import {
43
43
  CreateDeviceCommandInput,
44
44
  CreateDeviceCommandOutput,
45
45
  } from "../commands/CreateDeviceCommand";
46
+ import {
47
+ CreateDirectConnectGatewayAttachmentCommandInput,
48
+ CreateDirectConnectGatewayAttachmentCommandOutput,
49
+ } from "../commands/CreateDirectConnectGatewayAttachmentCommand";
46
50
  import {
47
51
  CreateGlobalNetworkCommandInput,
48
52
  CreateGlobalNetworkCommandOutput,
@@ -183,6 +187,10 @@ import {
183
187
  GetDevicesCommandInput,
184
188
  GetDevicesCommandOutput,
185
189
  } from "../commands/GetDevicesCommand";
190
+ import {
191
+ GetDirectConnectGatewayAttachmentCommandInput,
192
+ GetDirectConnectGatewayAttachmentCommandOutput,
193
+ } from "../commands/GetDirectConnectGatewayAttachmentCommand";
186
194
  import {
187
195
  GetLinkAssociationsCommandInput,
188
196
  GetLinkAssociationsCommandOutput,
@@ -323,6 +331,10 @@ import {
323
331
  UpdateDeviceCommandInput,
324
332
  UpdateDeviceCommandOutput,
325
333
  } from "../commands/UpdateDeviceCommand";
334
+ import {
335
+ UpdateDirectConnectGatewayAttachmentCommandInput,
336
+ UpdateDirectConnectGatewayAttachmentCommandOutput,
337
+ } from "../commands/UpdateDirectConnectGatewayAttachmentCommand";
326
338
  import {
327
339
  UpdateGlobalNetworkCommandInput,
328
340
  UpdateGlobalNetworkCommandOutput,
@@ -383,6 +395,10 @@ export declare const se_CreateDeviceCommand: (
383
395
  input: CreateDeviceCommandInput,
384
396
  context: __SerdeContext
385
397
  ) => Promise<__HttpRequest>;
398
+ export declare const se_CreateDirectConnectGatewayAttachmentCommand: (
399
+ input: CreateDirectConnectGatewayAttachmentCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
386
402
  export declare const se_CreateGlobalNetworkCommand: (
387
403
  input: CreateGlobalNetworkCommandInput,
388
404
  context: __SerdeContext
@@ -523,6 +539,10 @@ export declare const se_GetDevicesCommand: (
523
539
  input: GetDevicesCommandInput,
524
540
  context: __SerdeContext
525
541
  ) => Promise<__HttpRequest>;
542
+ export declare const se_GetDirectConnectGatewayAttachmentCommand: (
543
+ input: GetDirectConnectGatewayAttachmentCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
526
546
  export declare const se_GetLinkAssociationsCommand: (
527
547
  input: GetLinkAssociationsCommandInput,
528
548
  context: __SerdeContext
@@ -663,6 +683,10 @@ export declare const se_UpdateDeviceCommand: (
663
683
  input: UpdateDeviceCommandInput,
664
684
  context: __SerdeContext
665
685
  ) => Promise<__HttpRequest>;
686
+ export declare const se_UpdateDirectConnectGatewayAttachmentCommand: (
687
+ input: UpdateDirectConnectGatewayAttachmentCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
666
690
  export declare const se_UpdateGlobalNetworkCommand: (
667
691
  input: UpdateGlobalNetworkCommandInput,
668
692
  context: __SerdeContext
@@ -723,6 +747,10 @@ export declare const de_CreateDeviceCommand: (
723
747
  output: __HttpResponse,
724
748
  context: __SerdeContext
725
749
  ) => Promise<CreateDeviceCommandOutput>;
750
+ export declare const de_CreateDirectConnectGatewayAttachmentCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<CreateDirectConnectGatewayAttachmentCommandOutput>;
726
754
  export declare const de_CreateGlobalNetworkCommand: (
727
755
  output: __HttpResponse,
728
756
  context: __SerdeContext
@@ -863,6 +891,10 @@ export declare const de_GetDevicesCommand: (
863
891
  output: __HttpResponse,
864
892
  context: __SerdeContext
865
893
  ) => Promise<GetDevicesCommandOutput>;
894
+ export declare const de_GetDirectConnectGatewayAttachmentCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<GetDirectConnectGatewayAttachmentCommandOutput>;
866
898
  export declare const de_GetLinkAssociationsCommand: (
867
899
  output: __HttpResponse,
868
900
  context: __SerdeContext
@@ -1003,6 +1035,10 @@ export declare const de_UpdateDeviceCommand: (
1003
1035
  output: __HttpResponse,
1004
1036
  context: __SerdeContext
1005
1037
  ) => Promise<UpdateDeviceCommandOutput>;
1038
+ export declare const de_UpdateDirectConnectGatewayAttachmentCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<UpdateDirectConnectGatewayAttachmentCommandOutput>;
1006
1042
  export declare const de_UpdateGlobalNetworkCommand: (
1007
1043
  output: __HttpResponse,
1008
1044
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-networkmanager",
3
3
  "description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.700.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-networkmanager",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
23
+ "@aws-sdk/client-sso-oidc": "3.699.0",
24
+ "@aws-sdk/client-sts": "3.699.0",
25
25
  "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.699.0",
27
27
  "@aws-sdk/middleware-host-header": "3.696.0",
28
28
  "@aws-sdk/middleware-logger": "3.696.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.696.0",