@aws-sdk/client-networkmanager 3.325.0 → 3.327.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +12 -0
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +12 -0
- package/dist-types/commands/AssociateLinkCommand.d.ts +11 -0
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +12 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +41 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +23 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +39 -0
- package/dist-types/commands/CreateDeviceCommand.d.ts +33 -0
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +18 -0
- package/dist-types/commands/CreateLinkCommand.d.ts +26 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +24 -0
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +26 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +39 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +44 -0
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +23 -0
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +39 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +21 -0
- package/dist-types/commands/DeleteDeviceCommand.d.ts +33 -0
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +18 -0
- package/dist-types/commands/DeleteLinkCommand.d.ts +26 -0
- package/dist-types/commands/DeletePeeringCommand.d.ts +22 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +24 -0
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +13 -0
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +21 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +12 -0
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +12 -0
- package/dist-types/commands/DisassociateLinkCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +12 -0
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +4 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +41 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +26 -0
- package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +21 -0
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +44 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +39 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +21 -0
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/GetDevicesCommand.d.ts +36 -0
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/GetLinksCommand.d.ts +29 -0
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +12 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +12 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +28 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +31 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +23 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +70 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/GetSitesCommand.d.ts +27 -0
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +15 -0
- package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +26 -0
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +39 -0
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +44 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +38 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +22 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +22 -0
- package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +17 -0
- package/dist-types/commands/ListPeeringsCommand.d.ts +25 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +21 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +13 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +21 -0
- package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +16 -0
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +70 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +23 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +39 -0
- package/dist-types/commands/UpdateDeviceCommand.d.ts +33 -0
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +18 -0
- package/dist-types/commands/UpdateLinkCommand.d.ts +26 -0
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +9 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +24 -0
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +44 -0
- package/package.json +7 -7
|
@@ -39,6 +39,28 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateSiteCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UpdateSiteResponse
|
|
43
|
+
* // Site: { // Site
|
|
44
|
+
* // SiteId: "STRING_VALUE",
|
|
45
|
+
* // SiteArn: "STRING_VALUE",
|
|
46
|
+
* // GlobalNetworkId: "STRING_VALUE",
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // Location: { // Location
|
|
49
|
+
* // Address: "STRING_VALUE",
|
|
50
|
+
* // Latitude: "STRING_VALUE",
|
|
51
|
+
* // Longitude: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // State: "PENDING" || "AVAILABLE" || "DELETING" || "UPDATING",
|
|
55
|
+
* // Tags: [ // TagList
|
|
56
|
+
* // { // Tag
|
|
57
|
+
* // Key: "STRING_VALUE",
|
|
58
|
+
* // Value: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
42
64
|
* ```
|
|
43
65
|
*
|
|
44
66
|
* @param UpdateSiteCommandInput - {@link UpdateSiteCommandInput}
|
|
@@ -66,6 +88,8 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB
|
|
|
66
88
|
* @throws {@link ValidationException} (client fault)
|
|
67
89
|
* <p>The input fails to satisfy the constraints.</p>
|
|
68
90
|
*
|
|
91
|
+
* @throws {@link NetworkManagerServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from NetworkManager service.</p>
|
|
69
93
|
*
|
|
70
94
|
*/
|
|
71
95
|
export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
|
|
@@ -41,6 +41,48 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateVpcAttachmentCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateVpcAttachmentResponse
|
|
45
|
+
* // VpcAttachment: { // VpcAttachment
|
|
46
|
+
* // Attachment: { // Attachment
|
|
47
|
+
* // CoreNetworkId: "STRING_VALUE",
|
|
48
|
+
* // CoreNetworkArn: "STRING_VALUE",
|
|
49
|
+
* // AttachmentId: "STRING_VALUE",
|
|
50
|
+
* // OwnerAccountId: "STRING_VALUE",
|
|
51
|
+
* // AttachmentType: "CONNECT" || "SITE_TO_SITE_VPN" || "VPC" || "TRANSIT_GATEWAY_ROUTE_TABLE",
|
|
52
|
+
* // State: "REJECTED" || "PENDING_ATTACHMENT_ACCEPTANCE" || "CREATING" || "FAILED" || "AVAILABLE" || "UPDATING" || "PENDING_NETWORK_UPDATE" || "PENDING_TAG_ACCEPTANCE" || "DELETING",
|
|
53
|
+
* // EdgeLocation: "STRING_VALUE",
|
|
54
|
+
* // ResourceArn: "STRING_VALUE",
|
|
55
|
+
* // AttachmentPolicyRuleNumber: Number("int"),
|
|
56
|
+
* // SegmentName: "STRING_VALUE",
|
|
57
|
+
* // Tags: [ // TagList
|
|
58
|
+
* // { // Tag
|
|
59
|
+
* // Key: "STRING_VALUE",
|
|
60
|
+
* // Value: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // ProposedSegmentChange: { // ProposedSegmentChange
|
|
64
|
+
* // Tags: [
|
|
65
|
+
* // {
|
|
66
|
+
* // Key: "STRING_VALUE",
|
|
67
|
+
* // Value: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // AttachmentPolicyRuleNumber: Number("int"),
|
|
71
|
+
* // SegmentName: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
75
|
+
* // },
|
|
76
|
+
* // SubnetArns: [ // SubnetArnList
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // Options: { // VpcOptions
|
|
80
|
+
* // Ipv6Support: true || false,
|
|
81
|
+
* // ApplianceModeSupport: true || false,
|
|
82
|
+
* // },
|
|
83
|
+
* // },
|
|
84
|
+
* // };
|
|
85
|
+
*
|
|
44
86
|
* ```
|
|
45
87
|
*
|
|
46
88
|
* @param UpdateVpcAttachmentCommandInput - {@link UpdateVpcAttachmentCommandInput}
|
|
@@ -68,6 +110,8 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
|
|
|
68
110
|
* @throws {@link ValidationException} (client fault)
|
|
69
111
|
* <p>The input fails to satisfy the constraints.</p>
|
|
70
112
|
*
|
|
113
|
+
* @throws {@link NetworkManagerServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from NetworkManager service.</p>
|
|
71
115
|
*
|
|
72
116
|
*/
|
|
73
117
|
export declare class UpdateVpcAttachmentCommand extends $Command<UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|