@aws-sdk/client-networkmanager 3.298.0 → 3.300.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 +12 -12
@@ -26,6 +26,12 @@ export interface GetCoreNetworkChangeSetCommandOutput extends GetCoreNetworkChan
26
26
  * import { NetworkManagerClient, GetCoreNetworkChangeSetCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetCoreNetworkChangeSetCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"), // required
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new GetCoreNetworkChangeSetCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,9 @@ export interface GetCoreNetworkCommandOutput extends GetCoreNetworkResponse, __M
26
26
  * import { NetworkManagerClient, GetCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetCoreNetworkCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface GetCoreNetworkPolicyCommandOutput extends GetCoreNetworkPolicyR
26
26
  * import { NetworkManagerClient, GetCoreNetworkPolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetCoreNetworkPolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"),
32
+ * Alias: "LIVE" || "LATEST",
33
+ * };
29
34
  * const command = new GetCoreNetworkPolicyCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,14 @@ export interface GetCustomerGatewayAssociationsCommandOutput extends GetCustomer
27
27
  * import { NetworkManagerClient, GetCustomerGatewayAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, GetCustomerGatewayAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * CustomerGatewayArns: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
30
38
  * const command = new GetCustomerGatewayAssociationsCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -26,6 +26,15 @@ export interface GetDevicesCommandOutput extends GetDevicesResponse, __MetadataB
26
26
  * import { NetworkManagerClient, GetDevicesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetDevicesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * DeviceIds: [
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * SiteId: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
29
38
  * const command = new GetDevicesCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -27,6 +27,13 @@ export interface GetLinkAssociationsCommandOutput extends GetLinkAssociationsRes
27
27
  * import { NetworkManagerClient, GetLinkAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, GetLinkAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * DeviceId: "STRING_VALUE",
33
+ * LinkId: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
30
37
  * const command = new GetLinkAssociationsCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -27,6 +27,17 @@ export interface GetLinksCommandOutput extends GetLinksResponse, __MetadataBeare
27
27
  * import { NetworkManagerClient, GetLinksCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, GetLinksCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * LinkIds: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * SiteId: "STRING_VALUE",
36
+ * Type: "STRING_VALUE",
37
+ * Provider: "STRING_VALUE",
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
30
41
  * const command = new GetLinksCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -26,6 +26,12 @@ export interface GetNetworkResourceCountsCommandOutput extends GetNetworkResourc
26
26
  * import { NetworkManagerClient, GetNetworkResourceCountsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetNetworkResourceCountsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * ResourceType: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new GetNetworkResourceCountsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,17 @@ export interface GetNetworkResourceRelationshipsCommandOutput extends GetNetwork
26
26
  * import { NetworkManagerClient, GetNetworkResourceRelationshipsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetNetworkResourceRelationshipsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * CoreNetworkId: "STRING_VALUE",
32
+ * RegisteredGatewayArn: "STRING_VALUE",
33
+ * AwsRegion: "STRING_VALUE",
34
+ * AccountId: "STRING_VALUE",
35
+ * ResourceType: "STRING_VALUE",
36
+ * ResourceArn: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
39
+ * };
29
40
  * const command = new GetNetworkResourceRelationshipsCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -27,6 +27,17 @@ export interface GetNetworkResourcesCommandOutput extends GetNetworkResourcesRes
27
27
  * import { NetworkManagerClient, GetNetworkResourcesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, GetNetworkResourcesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * CoreNetworkId: "STRING_VALUE",
33
+ * RegisteredGatewayArn: "STRING_VALUE",
34
+ * AwsRegion: "STRING_VALUE",
35
+ * AccountId: "STRING_VALUE",
36
+ * ResourceType: "STRING_VALUE",
37
+ * ResourceArn: "STRING_VALUE",
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
30
41
  * const command = new GetNetworkResourcesCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -26,6 +26,43 @@ export interface GetNetworkRoutesCommandOutput extends GetNetworkRoutesResponse,
26
26
  * import { NetworkManagerClient, GetNetworkRoutesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetNetworkRoutesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * RouteTableIdentifier: {
32
+ * TransitGatewayRouteTableArn: "STRING_VALUE",
33
+ * CoreNetworkSegmentEdge: {
34
+ * CoreNetworkId: "STRING_VALUE",
35
+ * SegmentName: "STRING_VALUE",
36
+ * EdgeLocation: "STRING_VALUE",
37
+ * },
38
+ * },
39
+ * ExactCidrMatches: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * LongestPrefixMatches: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * SubnetOfMatches: [
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * SupernetOfMatches: [
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * PrefixListIds: [
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * States: [
55
+ * "ACTIVE" || "BLACKHOLE",
56
+ * ],
57
+ * Types: [
58
+ * "PROPAGATED" || "STATIC",
59
+ * ],
60
+ * DestinationFilters: {
61
+ * "<keys>": [
62
+ * "STRING_VALUE",
63
+ * ],
64
+ * },
65
+ * };
29
66
  * const command = new GetNetworkRoutesCommand(input);
30
67
  * const response = await client.send(command);
31
68
  * ```
@@ -26,6 +26,17 @@ export interface GetNetworkTelemetryCommandOutput extends GetNetworkTelemetryRes
26
26
  * import { NetworkManagerClient, GetNetworkTelemetryCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetNetworkTelemetryCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * CoreNetworkId: "STRING_VALUE",
32
+ * RegisteredGatewayArn: "STRING_VALUE",
33
+ * AwsRegion: "STRING_VALUE",
34
+ * AccountId: "STRING_VALUE",
35
+ * ResourceType: "STRING_VALUE",
36
+ * ResourceArn: "STRING_VALUE",
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
39
+ * };
29
40
  * const command = new GetNetworkTelemetryCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,9 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
26
26
  * import { NetworkManagerClient, GetResourcePolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetResourcePolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetResourcePolicyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface GetRouteAnalysisCommandOutput extends GetRouteAnalysisResponse,
26
26
  * import { NetworkManagerClient, GetRouteAnalysisCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetRouteAnalysisCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * RouteAnalysisId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetRouteAnalysisCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVp
26
26
  * import { NetworkManagerClient, GetSiteToSiteVpnAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetSiteToSiteVpnAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetSiteToSiteVpnAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,14 @@ export interface GetSitesCommandOutput extends GetSitesResponse, __MetadataBeare
26
26
  * import { NetworkManagerClient, GetSitesCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetSitesCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * SiteIds: [
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
29
37
  * const command = new GetSitesCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,14 @@ export interface GetTransitGatewayConnectPeerAssociationsCommandOutput extends G
26
26
  * import { NetworkManagerClient, GetTransitGatewayConnectPeerAssociationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetTransitGatewayConnectPeerAssociationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * GlobalNetworkId: "STRING_VALUE", // required
31
+ * TransitGatewayConnectPeerArns: [
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
29
37
  * const command = new GetTransitGatewayConnectPeerAssociationsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,9 @@ export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGateway
26
26
  * import { NetworkManagerClient, GetTransitGatewayPeeringCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetTransitGatewayPeeringCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * PeeringId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetTransitGatewayPeeringCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,14 @@ export interface GetTransitGatewayRegistrationsCommandOutput extends GetTransitG
27
27
  * import { NetworkManagerClient, GetTransitGatewayRegistrationsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, GetTransitGatewayRegistrationsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * TransitGatewayArns: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
30
38
  * const command = new GetTransitGatewayRegistrationsCommand(input);
31
39
  * const response = await client.send(command);
32
40
  * ```
@@ -26,6 +26,9 @@ export interface GetTransitGatewayRouteTableAttachmentCommandOutput extends GetT
26
26
  * import { NetworkManagerClient, GetTransitGatewayRouteTableAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetTransitGatewayRouteTableAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetTransitGatewayRouteTableAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse,
26
26
  * import { NetworkManagerClient, GetVpcAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, GetVpcAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetVpcAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,14 @@ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, _
26
26
  * import { NetworkManagerClient, ListAttachmentsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListAttachmentsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE",
31
+ * AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
32
+ * EdgeLocation: "STRING_VALUE",
33
+ * State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
29
37
  * const command = new ListAttachmentsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,12 @@ export interface ListConnectPeersCommandOutput extends ListConnectPeersResponse,
26
26
  * import { NetworkManagerClient, ListConnectPeersCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListConnectPeersCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE",
31
+ * ConnectAttachmentId: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * };
29
35
  * const command = new ListConnectPeersCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface ListCoreNetworkPolicyVersionsCommandOutput extends ListCoreNetw
26
26
  * import { NetworkManagerClient, ListCoreNetworkPolicyVersionsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListCoreNetworkPolicyVersionsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListCoreNetworkPolicyVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListCoreNetworksCommandOutput extends ListCoreNetworksResponse,
26
26
  * import { NetworkManagerClient, ListCoreNetworksCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListCoreNetworksCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * MaxResults: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListCoreNetworksCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface ListOrganizationServiceAccessStatusCommandOutput extends ListOr
26
26
  * import { NetworkManagerClient, ListOrganizationServiceAccessStatusCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListOrganizationServiceAccessStatusCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * MaxResults: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListOrganizationServiceAccessStatusCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,14 @@ export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __Metad
26
26
  * import { NetworkManagerClient, ListPeeringsCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListPeeringsCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE",
31
+ * PeeringType: "TRANSIT_GATEWAY",
32
+ * EdgeLocation: "STRING_VALUE",
33
+ * State: "CREATING" || "FAILED" || "AVAILABLE" || "DELETING",
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
29
37
  * const command = new ListPeeringsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { NetworkManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,13 @@ export interface PutCoreNetworkPolicyCommandOutput extends PutCoreNetworkPolicyR
26
26
  * import { NetworkManagerClient, PutCoreNetworkPolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, PutCoreNetworkPolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyDocument: "STRING_VALUE", // required
32
+ * Description: "STRING_VALUE",
33
+ * LatestVersionId: Number("int"),
34
+ * ClientToken: "STRING_VALUE",
35
+ * };
29
36
  * const command = new PutCoreNetworkPolicyCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
26
26
  * import { NetworkManagerClient, PutResourcePolicyCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, PutResourcePolicyCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * PolicyDocument: "STRING_VALUE", // required
31
+ * ResourceArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new PutResourcePolicyCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -30,6 +30,10 @@ export interface RegisterTransitGatewayCommandOutput extends RegisterTransitGate
30
30
  * import { NetworkManagerClient, RegisterTransitGatewayCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
31
31
  * // const { NetworkManagerClient, RegisterTransitGatewayCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
32
32
  * const client = new NetworkManagerClient(config);
33
+ * const input = {
34
+ * GlobalNetworkId: "STRING_VALUE", // required
35
+ * TransitGatewayArn: "STRING_VALUE", // required
36
+ * };
33
37
  * const command = new RegisterTransitGatewayCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -26,6 +26,9 @@ export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse,
26
26
  * import { NetworkManagerClient, RejectAttachmentCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, RejectAttachmentCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * AttachmentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new RejectAttachmentCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface RestoreCoreNetworkPolicyVersionCommandOutput extends RestoreCor
26
26
  * import { NetworkManagerClient, RestoreCoreNetworkPolicyVersionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, RestoreCoreNetworkPolicyVersionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * PolicyVersionId: Number("int"), // required
32
+ * };
29
33
  * const command = new RestoreCoreNetworkPolicyVersionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface StartOrganizationServiceAccessUpdateCommandOutput extends Start
26
26
  * import { NetworkManagerClient, StartOrganizationServiceAccessUpdateCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, StartOrganizationServiceAccessUpdateCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * Action: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new StartOrganizationServiceAccessUpdateCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,19 @@ export interface StartRouteAnalysisCommandOutput extends StartRouteAnalysisRespo
27
27
  * import { NetworkManagerClient, StartRouteAnalysisCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, StartRouteAnalysisCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * Source: {
33
+ * TransitGatewayAttachmentArn: "STRING_VALUE",
34
+ * IpAddress: "STRING_VALUE",
35
+ * },
36
+ * Destination: {
37
+ * TransitGatewayAttachmentArn: "STRING_VALUE",
38
+ * IpAddress: "STRING_VALUE",
39
+ * },
40
+ * IncludeReturnPath: true || false,
41
+ * UseMiddleboxes: true || false,
42
+ * };
30
43
  * const command = new StartRouteAnalysisCommand(input);
31
44
  * const response = await client.send(command);
32
45
  * ```
@@ -26,6 +26,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { NetworkManagerClient, TagResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, TagResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * Tags: [ // required
32
+ * {
33
+ * Key: "STRING_VALUE",
34
+ * Value: "STRING_VALUE",
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new TagResourceCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { NetworkManagerClient, UntagResourceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, UntagResourceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * TagKeys: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,13 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
27
27
  * import { NetworkManagerClient, UpdateConnectionCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, UpdateConnectionCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * ConnectionId: "STRING_VALUE", // required
33
+ * LinkId: "STRING_VALUE",
34
+ * ConnectedLinkId: "STRING_VALUE",
35
+ * Description: "STRING_VALUE",
36
+ * };
30
37
  * const command = new UpdateConnectionCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,10 @@ export interface UpdateCoreNetworkCommandOutput extends UpdateCoreNetworkRespons
26
26
  * import { NetworkManagerClient, UpdateCoreNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
27
27
  * // const { NetworkManagerClient, UpdateCoreNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
28
28
  * const client = new NetworkManagerClient(config);
29
+ * const input = {
30
+ * CoreNetworkId: "STRING_VALUE", // required
31
+ * Description: "STRING_VALUE",
32
+ * };
29
33
  * const command = new UpdateCoreNetworkCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,25 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
27
27
  * import { NetworkManagerClient, UpdateDeviceCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, UpdateDeviceCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * DeviceId: "STRING_VALUE", // required
33
+ * AWSLocation: {
34
+ * Zone: "STRING_VALUE",
35
+ * SubnetArn: "STRING_VALUE",
36
+ * },
37
+ * Description: "STRING_VALUE",
38
+ * Type: "STRING_VALUE",
39
+ * Vendor: "STRING_VALUE",
40
+ * Model: "STRING_VALUE",
41
+ * SerialNumber: "STRING_VALUE",
42
+ * Location: {
43
+ * Address: "STRING_VALUE",
44
+ * Latitude: "STRING_VALUE",
45
+ * Longitude: "STRING_VALUE",
46
+ * },
47
+ * SiteId: "STRING_VALUE",
48
+ * };
30
49
  * const command = new UpdateDeviceCommand(input);
31
50
  * const response = await client.send(command);
32
51
  * ```
@@ -27,6 +27,10 @@ export interface UpdateGlobalNetworkCommandOutput extends UpdateGlobalNetworkRes
27
27
  * import { NetworkManagerClient, UpdateGlobalNetworkCommand } from "@aws-sdk/client-networkmanager"; // ES Modules import
28
28
  * // const { NetworkManagerClient, UpdateGlobalNetworkCommand } = require("@aws-sdk/client-networkmanager"); // CommonJS import
29
29
  * const client = new NetworkManagerClient(config);
30
+ * const input = {
31
+ * GlobalNetworkId: "STRING_VALUE", // required
32
+ * Description: "STRING_VALUE",
33
+ * };
30
34
  * const command = new UpdateGlobalNetworkCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```