@aws-sdk/client-networkmanager 3.299.0 → 3.301.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 (86) hide show
  1. package/dist-types/commands/AcceptAttachmentCommand.d.ts +3 -0
  2. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateLinkCommand.d.ts +5 -0
  5. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +15 -0
  7. package/dist-types/commands/CreateConnectPeerCommand.d.ts +18 -0
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +14 -0
  9. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +12 -0
  10. package/dist-types/commands/CreateDeviceCommand.d.ts +24 -0
  11. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +9 -0
  12. package/dist-types/commands/CreateLinkCommand.d.ts +17 -0
  13. package/dist-types/commands/CreateSiteCommand.d.ts +15 -0
  14. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +11 -0
  17. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +18 -0
  18. package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteDeviceCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteLinkCommand.d.ts +4 -0
  26. package/dist-types/commands/DeletePeeringCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -0
  28. package/dist-types/commands/DeleteSiteCommand.d.ts +4 -0
  29. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +4 -0
  30. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +7 -0
  31. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +4 -0
  32. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +4 -0
  33. package/dist-types/commands/DisassociateLinkCommand.d.ts +5 -0
  34. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +4 -0
  35. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +4 -0
  36. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +3 -0
  37. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +8 -0
  38. package/dist-types/commands/GetConnectPeerCommand.d.ts +3 -0
  39. package/dist-types/commands/GetConnectionsCommand.d.ts +9 -0
  40. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +6 -0
  41. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +6 -0
  42. package/dist-types/commands/GetCoreNetworkCommand.d.ts +3 -0
  43. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +5 -0
  44. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +8 -0
  45. package/dist-types/commands/GetDevicesCommand.d.ts +9 -0
  46. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +7 -0
  47. package/dist-types/commands/GetLinksCommand.d.ts +11 -0
  48. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +6 -0
  49. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +11 -0
  50. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +11 -0
  51. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +37 -0
  52. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +11 -0
  53. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -0
  54. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +4 -0
  55. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +3 -0
  56. package/dist-types/commands/GetSitesCommand.d.ts +8 -0
  57. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +8 -0
  58. package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +3 -0
  59. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +8 -0
  60. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +3 -0
  61. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +3 -0
  62. package/dist-types/commands/ListAttachmentsCommand.d.ts +8 -0
  63. package/dist-types/commands/ListConnectPeersCommand.d.ts +6 -0
  64. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +5 -0
  65. package/dist-types/commands/ListCoreNetworksCommand.d.ts +4 -0
  66. package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +4 -0
  67. package/dist-types/commands/ListPeeringsCommand.d.ts +8 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  69. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +7 -0
  70. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  71. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +4 -0
  72. package/dist-types/commands/RejectAttachmentCommand.d.ts +3 -0
  73. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +4 -0
  74. package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +3 -0
  75. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +13 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  78. package/dist-types/commands/UpdateConnectionCommand.d.ts +7 -0
  79. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +4 -0
  80. package/dist-types/commands/UpdateDeviceCommand.d.ts +19 -0
  81. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateLinkCommand.d.ts +11 -0
  83. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +7 -0
  84. package/dist-types/commands/UpdateSiteCommand.d.ts +10 -0
  85. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +13 -0
  86. package/package.json +8 -8
@@ -28,6 +28,9 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
28
28
  * import { NetworkManagerClient, AcceptAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
29
29
  * // const { NetworkManagerClient, AcceptAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
30
30
  * const client = new NetworkManagerClient(config);
31
+ * const input = { // AcceptAttachmentRequest
32
+ * AttachmentId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new AcceptAttachmentCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -29,6 +29,12 @@ export interface AssociateConnectPeerCommandOutput extends AssociateConnectPeerR
29
29
  * import { NetworkManagerClient, AssociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
30
30
  * // const { NetworkManagerClient, AssociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
31
31
  * const client = new NetworkManagerClient(config);
32
+ * const input = { // AssociateConnectPeerRequest
33
+ * GlobalNetworkId: "STRING_VALUE", // required
34
+ * ConnectPeerId: "STRING_VALUE", // required
35
+ * DeviceId: "STRING_VALUE", // required
36
+ * LinkId: "STRING_VALUE",
37
+ * };
32
38
  * const command = new AssociateConnectPeerCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -34,6 +34,12 @@ export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomer
34
34
  * import { NetworkManagerClient, AssociateCustomerGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
35
35
  * // const { NetworkManagerClient, AssociateCustomerGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
36
36
  * const client = new NetworkManagerClient(config);
37
+ * const input = { // AssociateCustomerGatewayRequest
38
+ * CustomerGatewayArn: "STRING_VALUE", // required
39
+ * GlobalNetworkId: "STRING_VALUE", // required
40
+ * DeviceId: "STRING_VALUE", // required
41
+ * LinkId: "STRING_VALUE",
42
+ * };
37
43
  * const command = new AssociateCustomerGatewayCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -26,6 +26,11 @@ export interface AssociateLinkCommandOutput extends AssociateLinkResponse, __Met
26
26
  * import { NetworkManagerClient, AssociateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, AssociateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // AssociateLinkRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * DeviceId: "STRING_VALUE", // required
32
+ * LinkId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new AssociateLinkCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -30,6 +30,12 @@ export interface AssociateTransitGatewayConnectPeerCommandOutput extends Associa
30
30
  * import { NetworkManagerClient, AssociateTransitGatewayConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
31
31
  * // const { NetworkManagerClient, AssociateTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
32
32
  * const client = new NetworkManagerClient(config);
33
+ * const input = { // AssociateTransitGatewayConnectPeerRequest
34
+ * GlobalNetworkId: "STRING_VALUE", // required
35
+ * TransitGatewayConnectPeerArn: "STRING_VALUE", // required
36
+ * DeviceId: "STRING_VALUE", // required
37
+ * LinkId: "STRING_VALUE",
38
+ * };
33
39
  * const command = new AssociateTransitGatewayConnectPeerCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -29,6 +29,21 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
29
29
  * import { NetworkManagerClient, CreateConnectAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
30
30
  * // const { NetworkManagerClient, CreateConnectAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
31
31
  * const client = new NetworkManagerClient(config);
32
+ * const input = { // CreateConnectAttachmentRequest
33
+ * CoreNetworkId: "STRING_VALUE", // required
34
+ * EdgeLocation: "STRING_VALUE", // required
35
+ * TransportAttachmentId: "STRING_VALUE", // required
36
+ * Options: { // ConnectAttachmentOptions
37
+ * Protocol: "GRE",
38
+ * },
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
+ * Key: "STRING_VALUE",
42
+ * Value: "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * ClientToken: "STRING_VALUE",
46
+ * };
32
47
  * const command = new CreateConnectAttachmentCommand(input);
33
48
  * const response = await client.send(command);
34
49
  * ```
@@ -27,6 +27,24 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
27
27
  * import { NetworkManagerClient, CreateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, CreateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // CreateConnectPeerRequest
31
+ * ConnectAttachmentId: "STRING_VALUE", // required
32
+ * CoreNetworkAddress: "STRING_VALUE",
33
+ * PeerAddress: "STRING_VALUE", // required
34
+ * BgpOptions: { // BgpOptions
35
+ * PeerAsn: Number("long"),
36
+ * },
37
+ * InsideCidrBlocks: [ // ConstrainedStringList // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * Tags: [ // TagList
41
+ * { // Tag
42
+ * Key: "STRING_VALUE",
43
+ * Value: "STRING_VALUE",
44
+ * },
45
+ * ],
46
+ * ClientToken: "STRING_VALUE",
47
+ * };
30
48
  * const command = new CreateConnectPeerCommand(input);
31
49
  * const response = await client.send(command);
32
50
  * ```
@@ -26,6 +26,20 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
26
26
  * import { NetworkManagerClient, CreateConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateConnectionRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * DeviceId: "STRING_VALUE", // required
32
+ * ConnectedDeviceId: "STRING_VALUE", // required
33
+ * LinkId: "STRING_VALUE",
34
+ * ConnectedLinkId: "STRING_VALUE",
35
+ * Description: "STRING_VALUE",
36
+ * Tags: [ // TagList
37
+ * { // Tag
38
+ * Key: "STRING_VALUE",
39
+ * Value: "STRING_VALUE",
40
+ * },
41
+ * ],
42
+ * };
29
43
  * const command = new CreateConnectionCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,18 @@ export interface CreateCoreNetworkCommandOutput extends CreateCoreNetworkRespons
26
26
  * import { NetworkManagerClient, CreateCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateCoreNetworkRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
+ * Key: "STRING_VALUE",
35
+ * Value: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * PolicyDocument: "STRING_VALUE",
39
+ * ClientToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new CreateCoreNetworkCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -27,6 +27,30 @@ export interface CreateDeviceCommandOutput extends CreateDeviceResponse, __Metad
27
27
  * import { NetworkManagerClient, CreateDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, CreateDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // CreateDeviceRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * AWSLocation: { // AWSLocation
33
+ * Zone: "STRING_VALUE",
34
+ * SubnetArn: "STRING_VALUE",
35
+ * },
36
+ * Description: "STRING_VALUE",
37
+ * Type: "STRING_VALUE",
38
+ * Vendor: "STRING_VALUE",
39
+ * Model: "STRING_VALUE",
40
+ * SerialNumber: "STRING_VALUE",
41
+ * Location: { // Location
42
+ * Address: "STRING_VALUE",
43
+ * Latitude: "STRING_VALUE",
44
+ * Longitude: "STRING_VALUE",
45
+ * },
46
+ * SiteId: "STRING_VALUE",
47
+ * Tags: [ // TagList
48
+ * { // Tag
49
+ * Key: "STRING_VALUE",
50
+ * Value: "STRING_VALUE",
51
+ * },
52
+ * ],
53
+ * };
30
54
  * const command = new CreateDeviceCommand(input);
31
55
  * const response = await client.send(command);
32
56
  * ```
@@ -26,6 +26,15 @@ export interface CreateGlobalNetworkCommandOutput extends CreateGlobalNetworkRes
26
26
  * import { NetworkManagerClient, CreateGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateGlobalNetworkRequest
30
+ * Description: "STRING_VALUE",
31
+ * Tags: [ // TagList
32
+ * { // Tag
33
+ * Key: "STRING_VALUE",
34
+ * Value: "STRING_VALUE",
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new CreateGlobalNetworkCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,23 @@ export interface CreateLinkCommandOutput extends CreateLinkResponse, __MetadataB
26
26
  * import { NetworkManagerClient, CreateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateLinkRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * Type: "STRING_VALUE",
33
+ * Bandwidth: { // Bandwidth
34
+ * UploadSpeed: Number("int"),
35
+ * DownloadSpeed: Number("int"),
36
+ * },
37
+ * Provider: "STRING_VALUE",
38
+ * SiteId: "STRING_VALUE", // required
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
+ * Key: "STRING_VALUE",
42
+ * Value: "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * };
29
46
  * const command = new CreateLinkCommand(input);
30
47
  * const response = await client.send(command);
31
48
  * ```
@@ -26,6 +26,21 @@ export interface CreateSiteCommandOutput extends CreateSiteResponse, __MetadataB
26
26
  * import { NetworkManagerClient, CreateSiteCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateSiteCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateSiteRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * Location: { // Location
33
+ * Address: "STRING_VALUE",
34
+ * Latitude: "STRING_VALUE",
35
+ * Longitude: "STRING_VALUE",
36
+ * },
37
+ * Tags: [ // TagList
38
+ * { // Tag
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * };
29
44
  * const command = new CreateSiteCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -26,6 +26,17 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput extends CreateSiteTo
26
26
  * import { NetworkManagerClient, CreateSiteToSiteVpnAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateSiteToSiteVpnAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateSiteToSiteVpnAttachmentRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * VpnConnectionArn: "STRING_VALUE", // required
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
+ * Key: "STRING_VALUE",
35
+ * Value: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * ClientToken: "STRING_VALUE",
39
+ * };
29
40
  * const command = new CreateSiteToSiteVpnAttachmentCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,17 @@ export interface CreateTransitGatewayPeeringCommandOutput extends CreateTransitG
26
26
  * import { NetworkManagerClient, CreateTransitGatewayPeeringCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateTransitGatewayPeeringCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateTransitGatewayPeeringRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * TransitGatewayArn: "STRING_VALUE", // required
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
+ * Key: "STRING_VALUE",
35
+ * Value: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * ClientToken: "STRING_VALUE",
39
+ * };
29
40
  * const command = new CreateTransitGatewayPeeringCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,17 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput extends C
26
26
  * import { NetworkManagerClient, CreateTransitGatewayRouteTableAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateTransitGatewayRouteTableAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateTransitGatewayRouteTableAttachmentRequest
30
+ * PeeringId: "STRING_VALUE", // required
31
+ * TransitGatewayRouteTableArn: "STRING_VALUE", // required
32
+ * Tags: [ // TagList
33
+ * { // Tag
34
+ * Key: "STRING_VALUE",
35
+ * Value: "STRING_VALUE",
36
+ * },
37
+ * ],
38
+ * ClientToken: "STRING_VALUE",
39
+ * };
29
40
  * const command = new CreateTransitGatewayRouteTableAttachmentCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,24 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
26
26
  * import { NetworkManagerClient, CreateVpcAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, CreateVpcAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // CreateVpcAttachmentRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * VpcArn: "STRING_VALUE", // required
32
+ * SubnetArns: [ // SubnetArnList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * Options: { // VpcOptions
36
+ * Ipv6Support: true || false,
37
+ * ApplianceModeSupport: true || false,
38
+ * },
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
+ * Key: "STRING_VALUE",
42
+ * Value: "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * ClientToken: "STRING_VALUE",
46
+ * };
29
47
  * const command = new CreateVpcAttachmentCommand(input);
30
48
  * const response = await client.send(command);
31
49
  * ```
@@ -26,6 +26,9 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
26
26
  * import { NetworkManagerClient, DeleteAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteAttachmentRequest
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
26
26
  * import { NetworkManagerClient, DeleteConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteConnectPeerRequest
30
+ * ConnectPeerId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteConnectPeerCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
26
26
  * import { NetworkManagerClient, DeleteConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteConnectionRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * ConnectionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteConnectionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteCoreNetworkCommandOutput extends DeleteCoreNetworkRespons
26
26
  * import { NetworkManagerClient, DeleteCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteCoreNetworkRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteCoreNetworkCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteCoreNetworkPolicyVersionCommandOutput extends DeleteCoreN
26
26
  * import { NetworkManagerClient, DeleteCoreNetworkPolicyVersionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteCoreNetworkPolicyVersionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteCoreNetworkPolicyVersionRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"), // required
32
+ * };
29
33
  * const command = new DeleteCoreNetworkPolicyVersionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
27
27
  * import { NetworkManagerClient, DeleteDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, DeleteDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // DeleteDeviceRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * DeviceId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteDeviceCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ export interface DeleteGlobalNetworkCommandOutput extends DeleteGlobalNetworkRes
27
27
  * import { NetworkManagerClient, DeleteGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, DeleteGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // DeleteGlobalNetworkRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteGlobalNetworkCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteLinkCommandOutput extends DeleteLinkResponse, __MetadataB
27
27
  * import { NetworkManagerClient, DeleteLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, DeleteLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // DeleteLinkRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * LinkId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteLinkCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,9 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
26
26
  * import { NetworkManagerClient, DeletePeeringCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeletePeeringCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeletePeeringRequest
30
+ * PeeringId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeletePeeringCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
26
26
  * import { NetworkManagerClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteResourcePolicyRequest
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteResourcePolicyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteSiteCommandOutput extends DeleteSiteResponse, __MetadataB
26
26
  * import { NetworkManagerClient, DeleteSiteCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DeleteSiteCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DeleteSiteRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * SiteId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteSiteCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeregisterTransitGatewayCommandOutput extends DeregisterTransit
27
27
  * import { NetworkManagerClient, DeregisterTransitGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, DeregisterTransitGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // DeregisterTransitGatewayRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * TransitGatewayArn: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeregisterTransitGatewayCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -29,6 +29,13 @@ export interface DescribeGlobalNetworksCommandOutput extends DescribeGlobalNetwo
29
29
  * import { NetworkManagerClient, DescribeGlobalNetworksCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
30
30
  * // const { NetworkManagerClient, DescribeGlobalNetworksCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
31
31
  * const client = new NetworkManagerClient(config);
32
+ * const input = { // DescribeGlobalNetworksRequest
33
+ * GlobalNetworkIds: [ // GlobalNetworkIdList
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * MaxResults: Number("int"),
37
+ * NextToken: "STRING_VALUE",
38
+ * };
32
39
  * const command = new DescribeGlobalNetworksCommand(input);
33
40
  * const response = await client.send(command);
34
41
  * ```
@@ -26,6 +26,10 @@ export interface DisassociateConnectPeerCommandOutput extends DisassociateConnec
26
26
  * import { NetworkManagerClient, DisassociateConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DisassociateConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DisassociateConnectPeerRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * ConnectPeerId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociateConnectPeerCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DisassociateCustomerGatewayCommandOutput extends DisassociateCu
26
26
  * import { NetworkManagerClient, DisassociateCustomerGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DisassociateCustomerGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DisassociateCustomerGatewayRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * CustomerGatewayArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociateCustomerGatewayCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,11 @@ export interface DisassociateLinkCommandOutput extends DisassociateLinkResponse,
27
27
  * import { NetworkManagerClient, DisassociateLinkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, DisassociateLinkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = { // DisassociateLinkRequest
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * DeviceId: "STRING_VALUE", // required
33
+ * LinkId: "STRING_VALUE", // required
34
+ * };
30
35
  * const command = new DisassociateLinkCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,10 @@ export interface DisassociateTransitGatewayConnectPeerCommandOutput extends Disa
26
26
  * import { NetworkManagerClient, DisassociateTransitGatewayConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, DisassociateTransitGatewayConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // DisassociateTransitGatewayConnectPeerRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * TransitGatewayConnectPeerArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociateTransitGatewayConnectPeerCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface ExecuteCoreNetworkChangeSetCommandOutput extends ExecuteCoreNet
26
26
  * import { NetworkManagerClient, ExecuteCoreNetworkChangeSetCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ExecuteCoreNetworkChangeSetCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // ExecuteCoreNetworkChangeSetRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"), // required
32
+ * };
29
33
  * const command = new ExecuteCoreNetworkChangeSetCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
26
26
  * import { NetworkManagerClient, GetConnectAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetConnectAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // GetConnectAttachmentRequest
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetConnectAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,14 @@ export interface GetConnectPeerAssociationsCommandOutput extends GetConnectPeerA
26
26
  * import { NetworkManagerClient, GetConnectPeerAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetConnectPeerAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // GetConnectPeerAssociationsRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * ConnectPeerIds: [ // ConnectPeerIdList
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
29
37
  * const command = new GetConnectPeerAssociationsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,9 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
26
26
  * import { NetworkManagerClient, GetConnectPeerCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetConnectPeerCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // GetConnectPeerRequest
30
+ * ConnectPeerId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetConnectPeerCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,15 @@ export interface GetConnectionsCommandOutput extends GetConnectionsResponse, __M
26
26
  * import { NetworkManagerClient, GetConnectionsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetConnectionsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // GetConnectionsRequest
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * ConnectionIds: [ // ConnectionIdList
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * DeviceId: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
29
38
  * const command = new GetConnectionsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,12 @@ export interface GetCoreNetworkChangeEventsCommandOutput extends GetCoreNetworkC
26
26
  * import { NetworkManagerClient, GetCoreNetworkChangeEventsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetCoreNetworkChangeEventsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = { // GetCoreNetworkChangeEventsRequest
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"), // required
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new GetCoreNetworkChangeEventsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```