@aws-sdk/client-networkmanager 3.40.0 → 3.45.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/CHANGELOG.md +38 -0
- package/README.md +7 -7
- package/dist-cjs/NetworkManager.js +495 -0
- package/dist-cjs/commands/AcceptAttachmentCommand.js +36 -0
- package/dist-cjs/commands/AssociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/CreateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/CreateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteAttachmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/DisassociateConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetConnectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetConnectPeerCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +36 -0
- package/dist-cjs/commands/GetVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/ListAttachmentsCommand.js +36 -0
- package/dist-cjs/commands/ListConnectPeersCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoreNetworksCommand.js +36 -0
- package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
- package/dist-cjs/commands/RejectAttachmentCommand.js +36 -0
- package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +36 -0
- package/dist-cjs/commands/UpdateCoreNetworkCommand.js +36 -0
- package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +36 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +654 -40
- package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +35 -0
- package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +35 -0
- package/dist-cjs/pagination/ListAttachmentsPaginator.js +35 -0
- package/dist-cjs/pagination/ListConnectPeersPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCoreNetworksPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +7 -1
- package/dist-cjs/protocols/Aws_restJson1.js +4808 -541
- package/dist-es/NetworkManager.js +495 -0
- package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
- package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
- package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
- package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
- package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
- package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
- package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
- package/dist-es/commands/GetConnectPeerCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
- package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
- package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
- package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/ListAttachmentsCommand.js +39 -0
- package/dist-es/commands/ListConnectPeersCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
- package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
- package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
- package/dist-es/commands/RejectAttachmentCommand.js +39 -0
- package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
- package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
- package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +459 -27
- package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
- package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
- package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
- package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
- package/dist-es/pagination/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +6500 -1703
- package/dist-types/NetworkManager.d.ts +240 -0
- package/dist-types/NetworkManagerClient.d.ts +35 -2
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateLinkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -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 +1 -1
- package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLinkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicesCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLinksCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/GetSitesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
- package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLinkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSiteCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +2086 -229
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +7 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +35 -2
- package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -71
- package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
- package/package.json +9 -7
|
@@ -1,90 +1,169 @@
|
|
|
1
|
+
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
1
2
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
$fault: "client";
|
|
8
|
-
Message: string | undefined;
|
|
3
|
+
export interface AcceptAttachmentRequest {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The ID of the attachment. </p>
|
|
6
|
+
*/
|
|
7
|
+
AttachmentId: string | undefined;
|
|
9
8
|
}
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare namespace AcceptAttachmentRequest {
|
|
11
10
|
/**
|
|
12
11
|
* @internal
|
|
13
12
|
*/
|
|
14
|
-
const filterSensitiveLog: (obj:
|
|
13
|
+
const filterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
|
|
15
14
|
}
|
|
16
|
-
export
|
|
15
|
+
export declare enum AttachmentType {
|
|
16
|
+
CONNECT = "CONNECT",
|
|
17
|
+
SITE_TO_SITE_VPN = "SITE_TO_SITE_VPN",
|
|
18
|
+
VPC = "VPC"
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <p>Describes a tag.</p>
|
|
22
|
+
*/
|
|
23
|
+
export interface Tag {
|
|
17
24
|
/**
|
|
18
|
-
* <p>The
|
|
25
|
+
* <p>The tag key.</p>
|
|
26
|
+
* <p>Constraints: Maximum length of 128 characters.</p>
|
|
19
27
|
*/
|
|
20
|
-
|
|
28
|
+
Key?: string;
|
|
21
29
|
/**
|
|
22
|
-
* <p>The
|
|
30
|
+
* <p>The tag value.</p>
|
|
31
|
+
* <p>Constraints: Maximum length of 256 characters.</p>
|
|
23
32
|
*/
|
|
24
|
-
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace Tag {
|
|
25
36
|
/**
|
|
26
|
-
*
|
|
37
|
+
* @internal
|
|
27
38
|
*/
|
|
28
|
-
|
|
39
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted. </p>
|
|
43
|
+
*/
|
|
44
|
+
export interface ProposedSegmentChange {
|
|
29
45
|
/**
|
|
30
|
-
* <p>The
|
|
46
|
+
* <p>The key-value tags that changed for the segment.</p>
|
|
31
47
|
*/
|
|
32
|
-
|
|
48
|
+
Tags?: Tag[];
|
|
49
|
+
/**
|
|
50
|
+
* <p>The rule number in the policy document that applies to this change.</p>
|
|
51
|
+
*/
|
|
52
|
+
AttachmentPolicyRuleNumber?: number;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The name of the segment to change.</p>
|
|
55
|
+
*/
|
|
56
|
+
SegmentName?: string;
|
|
33
57
|
}
|
|
34
|
-
export declare namespace
|
|
58
|
+
export declare namespace ProposedSegmentChange {
|
|
35
59
|
/**
|
|
36
60
|
* @internal
|
|
37
61
|
*/
|
|
38
|
-
const filterSensitiveLog: (obj:
|
|
62
|
+
const filterSensitiveLog: (obj: ProposedSegmentChange) => any;
|
|
39
63
|
}
|
|
40
|
-
export declare enum
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
64
|
+
export declare enum AttachmentState {
|
|
65
|
+
AVAILABLE = "AVAILABLE",
|
|
66
|
+
CREATING = "CREATING",
|
|
67
|
+
DELETING = "DELETING",
|
|
68
|
+
FAILED = "FAILED",
|
|
69
|
+
PENDING_ATTACHMENT_ACCEPTANCE = "PENDING_ATTACHMENT_ACCEPTANCE",
|
|
70
|
+
PENDING_NETWORK_UPDATE = "PENDING_NETWORK_UPDATE",
|
|
71
|
+
PENDING_TAG_ACCEPTANCE = "PENDING_TAG_ACCEPTANCE",
|
|
72
|
+
REJECTED = "REJECTED",
|
|
73
|
+
UPDATING = "UPDATING"
|
|
45
74
|
}
|
|
46
75
|
/**
|
|
47
|
-
* <p>Describes
|
|
76
|
+
* <p>Describes a core network attachment.</p>
|
|
48
77
|
*/
|
|
49
|
-
export interface
|
|
78
|
+
export interface Attachment {
|
|
50
79
|
/**
|
|
51
|
-
* <p>
|
|
80
|
+
* <p>A core network ID.</p>
|
|
52
81
|
*/
|
|
53
|
-
|
|
82
|
+
CoreNetworkId?: string;
|
|
54
83
|
/**
|
|
55
|
-
* <p>The
|
|
84
|
+
* <p>The ARN of a core network.</p>
|
|
56
85
|
*/
|
|
57
|
-
|
|
86
|
+
CoreNetworkArn?: string;
|
|
58
87
|
/**
|
|
59
|
-
* <p>The ID of the
|
|
88
|
+
* <p>The ID of the attachment.</p>
|
|
60
89
|
*/
|
|
61
|
-
|
|
90
|
+
AttachmentId?: string;
|
|
62
91
|
/**
|
|
63
|
-
* <p>The ID of the
|
|
92
|
+
* <p>The ID of the attachment account owner.</p>
|
|
64
93
|
*/
|
|
65
|
-
|
|
94
|
+
OwnerAccountId?: string;
|
|
66
95
|
/**
|
|
67
|
-
* <p>The
|
|
96
|
+
* <p>The type of attachment.</p>
|
|
68
97
|
*/
|
|
69
|
-
|
|
98
|
+
AttachmentType?: AttachmentType | string;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The state of the attachment.</p>
|
|
101
|
+
*/
|
|
102
|
+
State?: AttachmentState | string;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The Region where the edge is located.</p>
|
|
105
|
+
*/
|
|
106
|
+
EdgeLocation?: string;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The attachment resource ARN.</p>
|
|
109
|
+
*/
|
|
110
|
+
ResourceArn?: string;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The policy rule number associated with the attachment.</p>
|
|
113
|
+
*/
|
|
114
|
+
AttachmentPolicyRuleNumber?: number;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The name of the segment attachment.</p>
|
|
117
|
+
*/
|
|
118
|
+
SegmentName?: string;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The tags associated with the attachment.</p>
|
|
121
|
+
*/
|
|
122
|
+
Tags?: Tag[];
|
|
123
|
+
/**
|
|
124
|
+
* <p>The attachment to move from one segment to another.</p>
|
|
125
|
+
*/
|
|
126
|
+
ProposedSegmentChange?: ProposedSegmentChange;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The timestamp when the attachment was created.</p>
|
|
129
|
+
*/
|
|
130
|
+
CreatedAt?: Date;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The timestamp when the attachment was last updated.</p>
|
|
133
|
+
*/
|
|
134
|
+
UpdatedAt?: Date;
|
|
70
135
|
}
|
|
71
|
-
export declare namespace
|
|
136
|
+
export declare namespace Attachment {
|
|
72
137
|
/**
|
|
73
138
|
* @internal
|
|
74
139
|
*/
|
|
75
|
-
const filterSensitiveLog: (obj:
|
|
140
|
+
const filterSensitiveLog: (obj: Attachment) => any;
|
|
76
141
|
}
|
|
77
|
-
export interface
|
|
142
|
+
export interface AcceptAttachmentResponse {
|
|
78
143
|
/**
|
|
79
|
-
* <p>The
|
|
144
|
+
* <p>The response to the attachment request. </p>
|
|
80
145
|
*/
|
|
81
|
-
|
|
146
|
+
Attachment?: Attachment;
|
|
82
147
|
}
|
|
83
|
-
export declare namespace
|
|
148
|
+
export declare namespace AcceptAttachmentResponse {
|
|
84
149
|
/**
|
|
85
150
|
* @internal
|
|
86
151
|
*/
|
|
87
|
-
const filterSensitiveLog: (obj:
|
|
152
|
+
const filterSensitiveLog: (obj: AcceptAttachmentResponse) => any;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
156
|
+
*/
|
|
157
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
158
|
+
name: "AccessDeniedException";
|
|
159
|
+
$fault: "client";
|
|
160
|
+
Message: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace AccessDeniedException {
|
|
163
|
+
/**
|
|
164
|
+
* @internal
|
|
165
|
+
*/
|
|
166
|
+
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
88
167
|
}
|
|
89
168
|
/**
|
|
90
169
|
* <p>There was a conflict processing the request. Updating or deleting the resource can
|
|
@@ -142,6 +221,9 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
142
221
|
* <p>The resource type.</p>
|
|
143
222
|
*/
|
|
144
223
|
ResourceType: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The specified resource could not be found.</p>
|
|
226
|
+
*/
|
|
145
227
|
Context?: {
|
|
146
228
|
[key: string]: string;
|
|
147
229
|
};
|
|
@@ -152,39 +234,6 @@ export declare namespace ResourceNotFoundException {
|
|
|
152
234
|
*/
|
|
153
235
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
154
236
|
}
|
|
155
|
-
/**
|
|
156
|
-
* <p>A service limit was exceeded.</p>
|
|
157
|
-
*/
|
|
158
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
159
|
-
name: "ServiceQuotaExceededException";
|
|
160
|
-
$fault: "client";
|
|
161
|
-
/**
|
|
162
|
-
* <p>The error message.</p>
|
|
163
|
-
*/
|
|
164
|
-
Message: string | undefined;
|
|
165
|
-
/**
|
|
166
|
-
* <p>The ID of the resource.</p>
|
|
167
|
-
*/
|
|
168
|
-
ResourceId?: string;
|
|
169
|
-
/**
|
|
170
|
-
* <p>The resource type.</p>
|
|
171
|
-
*/
|
|
172
|
-
ResourceType?: string;
|
|
173
|
-
/**
|
|
174
|
-
* <p>The limit code.</p>
|
|
175
|
-
*/
|
|
176
|
-
LimitCode: string | undefined;
|
|
177
|
-
/**
|
|
178
|
-
* <p>The service code.</p>
|
|
179
|
-
*/
|
|
180
|
-
ServiceCode: string | undefined;
|
|
181
|
-
}
|
|
182
|
-
export declare namespace ServiceQuotaExceededException {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
187
|
-
}
|
|
188
237
|
/**
|
|
189
238
|
* <p>The request was denied due to request throttling.</p>
|
|
190
239
|
*/
|
|
@@ -250,11 +299,15 @@ export declare namespace ValidationException {
|
|
|
250
299
|
*/
|
|
251
300
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
252
301
|
}
|
|
253
|
-
export interface
|
|
302
|
+
export interface AssociateConnectPeerRequest {
|
|
254
303
|
/**
|
|
255
|
-
* <p>The ID of
|
|
304
|
+
* <p>The ID of your global network.</p>
|
|
256
305
|
*/
|
|
257
306
|
GlobalNetworkId: string | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* <p>The ID of the Connect peer.</p>
|
|
309
|
+
*/
|
|
310
|
+
ConnectPeerId: string | undefined;
|
|
258
311
|
/**
|
|
259
312
|
* <p>The ID of the device.</p>
|
|
260
313
|
*/
|
|
@@ -262,30 +315,34 @@ export interface AssociateLinkRequest {
|
|
|
262
315
|
/**
|
|
263
316
|
* <p>The ID of the link.</p>
|
|
264
317
|
*/
|
|
265
|
-
LinkId
|
|
318
|
+
LinkId?: string;
|
|
266
319
|
}
|
|
267
|
-
export declare namespace
|
|
320
|
+
export declare namespace AssociateConnectPeerRequest {
|
|
268
321
|
/**
|
|
269
322
|
* @internal
|
|
270
323
|
*/
|
|
271
|
-
const filterSensitiveLog: (obj:
|
|
324
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
|
|
272
325
|
}
|
|
273
|
-
export declare enum
|
|
326
|
+
export declare enum ConnectPeerAssociationState {
|
|
274
327
|
available = "AVAILABLE",
|
|
275
328
|
deleted = "DELETED",
|
|
276
329
|
deleting = "DELETING",
|
|
277
330
|
pending = "PENDING"
|
|
278
331
|
}
|
|
279
332
|
/**
|
|
280
|
-
* <p>Describes
|
|
333
|
+
* <p>Describes a core network Connect peer association.</p>
|
|
281
334
|
*/
|
|
282
|
-
export interface
|
|
335
|
+
export interface ConnectPeerAssociation {
|
|
336
|
+
/**
|
|
337
|
+
* <p>The ID of the Connect peer.</p>
|
|
338
|
+
*/
|
|
339
|
+
ConnectPeerId?: string;
|
|
283
340
|
/**
|
|
284
341
|
* <p>The ID of the global network.</p>
|
|
285
342
|
*/
|
|
286
343
|
GlobalNetworkId?: string;
|
|
287
344
|
/**
|
|
288
|
-
* <p>The
|
|
345
|
+
* <p>The ID of the device to connect to.</p>
|
|
289
346
|
*/
|
|
290
347
|
DeviceId?: string;
|
|
291
348
|
/**
|
|
@@ -293,37 +350,70 @@ export interface LinkAssociation {
|
|
|
293
350
|
*/
|
|
294
351
|
LinkId?: string;
|
|
295
352
|
/**
|
|
296
|
-
* <p>The state of the association.</p>
|
|
353
|
+
* <p>The state of the Connect peer association.</p>
|
|
297
354
|
*/
|
|
298
|
-
|
|
355
|
+
State?: ConnectPeerAssociationState | string;
|
|
299
356
|
}
|
|
300
|
-
export declare namespace
|
|
357
|
+
export declare namespace ConnectPeerAssociation {
|
|
301
358
|
/**
|
|
302
359
|
* @internal
|
|
303
360
|
*/
|
|
304
|
-
const filterSensitiveLog: (obj:
|
|
361
|
+
const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
|
|
305
362
|
}
|
|
306
|
-
export interface
|
|
363
|
+
export interface AssociateConnectPeerResponse {
|
|
307
364
|
/**
|
|
308
|
-
* <p>The
|
|
365
|
+
* <p>The response to the Connect peer request.</p>
|
|
309
366
|
*/
|
|
310
|
-
|
|
367
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
311
368
|
}
|
|
312
|
-
export declare namespace
|
|
369
|
+
export declare namespace AssociateConnectPeerResponse {
|
|
313
370
|
/**
|
|
314
371
|
* @internal
|
|
315
372
|
*/
|
|
316
|
-
const filterSensitiveLog: (obj:
|
|
373
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
|
|
317
374
|
}
|
|
318
|
-
|
|
375
|
+
/**
|
|
376
|
+
* <p>A service limit was exceeded.</p>
|
|
377
|
+
*/
|
|
378
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
379
|
+
name: "ServiceQuotaExceededException";
|
|
380
|
+
$fault: "client";
|
|
319
381
|
/**
|
|
320
|
-
* <p>The
|
|
382
|
+
* <p>The error message.</p>
|
|
321
383
|
*/
|
|
322
|
-
|
|
384
|
+
Message: string | undefined;
|
|
323
385
|
/**
|
|
324
|
-
* <p>The
|
|
386
|
+
* <p>The ID of the resource.</p>
|
|
325
387
|
*/
|
|
326
|
-
|
|
388
|
+
ResourceId?: string;
|
|
389
|
+
/**
|
|
390
|
+
* <p>The resource type.</p>
|
|
391
|
+
*/
|
|
392
|
+
ResourceType?: string;
|
|
393
|
+
/**
|
|
394
|
+
* <p>The limit code.</p>
|
|
395
|
+
*/
|
|
396
|
+
LimitCode: string | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The service code.</p>
|
|
399
|
+
*/
|
|
400
|
+
ServiceCode: string | undefined;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace ServiceQuotaExceededException {
|
|
403
|
+
/**
|
|
404
|
+
* @internal
|
|
405
|
+
*/
|
|
406
|
+
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
407
|
+
}
|
|
408
|
+
export interface AssociateCustomerGatewayRequest {
|
|
409
|
+
/**
|
|
410
|
+
* <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
|
|
411
|
+
*/
|
|
412
|
+
CustomerGatewayArn: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The ID of the global network.</p>
|
|
415
|
+
*/
|
|
416
|
+
GlobalNetworkId: string | undefined;
|
|
327
417
|
/**
|
|
328
418
|
* <p>The ID of the device.</p>
|
|
329
419
|
*/
|
|
@@ -333,26 +423,26 @@ export interface AssociateTransitGatewayConnectPeerRequest {
|
|
|
333
423
|
*/
|
|
334
424
|
LinkId?: string;
|
|
335
425
|
}
|
|
336
|
-
export declare namespace
|
|
426
|
+
export declare namespace AssociateCustomerGatewayRequest {
|
|
337
427
|
/**
|
|
338
428
|
* @internal
|
|
339
429
|
*/
|
|
340
|
-
const filterSensitiveLog: (obj:
|
|
430
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
|
|
341
431
|
}
|
|
342
|
-
export declare enum
|
|
432
|
+
export declare enum CustomerGatewayAssociationState {
|
|
343
433
|
available = "AVAILABLE",
|
|
344
434
|
deleted = "DELETED",
|
|
345
435
|
deleting = "DELETING",
|
|
346
436
|
pending = "PENDING"
|
|
347
437
|
}
|
|
348
438
|
/**
|
|
349
|
-
* <p>Describes a
|
|
439
|
+
* <p>Describes the association between a customer gateway, a device, and a link.</p>
|
|
350
440
|
*/
|
|
351
|
-
export interface
|
|
441
|
+
export interface CustomerGatewayAssociation {
|
|
352
442
|
/**
|
|
353
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
443
|
+
* <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
|
|
354
444
|
*/
|
|
355
|
-
|
|
445
|
+
CustomerGatewayArn?: string;
|
|
356
446
|
/**
|
|
357
447
|
* <p>The ID of the global network.</p>
|
|
358
448
|
*/
|
|
@@ -366,45 +456,183 @@ export interface TransitGatewayConnectPeerAssociation {
|
|
|
366
456
|
*/
|
|
367
457
|
LinkId?: string;
|
|
368
458
|
/**
|
|
369
|
-
* <p>The state
|
|
459
|
+
* <p>The association state.</p>
|
|
370
460
|
*/
|
|
371
|
-
State?:
|
|
461
|
+
State?: CustomerGatewayAssociationState | string;
|
|
372
462
|
}
|
|
373
|
-
export declare namespace
|
|
463
|
+
export declare namespace CustomerGatewayAssociation {
|
|
374
464
|
/**
|
|
375
465
|
* @internal
|
|
376
466
|
*/
|
|
377
|
-
const filterSensitiveLog: (obj:
|
|
467
|
+
const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
|
|
378
468
|
}
|
|
379
|
-
export interface
|
|
469
|
+
export interface AssociateCustomerGatewayResponse {
|
|
380
470
|
/**
|
|
381
|
-
* <p>The
|
|
471
|
+
* <p>The customer gateway association.</p>
|
|
382
472
|
*/
|
|
383
|
-
|
|
473
|
+
CustomerGatewayAssociation?: CustomerGatewayAssociation;
|
|
384
474
|
}
|
|
385
|
-
export declare namespace
|
|
475
|
+
export declare namespace AssociateCustomerGatewayResponse {
|
|
386
476
|
/**
|
|
387
477
|
* @internal
|
|
388
478
|
*/
|
|
389
|
-
const filterSensitiveLog: (obj:
|
|
479
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
|
|
390
480
|
}
|
|
391
|
-
|
|
392
|
-
* <p>Specifies a location in Amazon Web Services.</p>
|
|
393
|
-
*/
|
|
394
|
-
export interface AWSLocation {
|
|
481
|
+
export interface AssociateLinkRequest {
|
|
395
482
|
/**
|
|
396
|
-
* <p>The
|
|
397
|
-
* Zone, Wavelength Zone, or an Outpost.</p>
|
|
483
|
+
* <p>The ID of the global network.</p>
|
|
398
484
|
*/
|
|
399
|
-
|
|
485
|
+
GlobalNetworkId: string | undefined;
|
|
400
486
|
/**
|
|
401
|
-
* <p>The
|
|
487
|
+
* <p>The ID of the device.</p>
|
|
402
488
|
*/
|
|
403
|
-
|
|
404
|
-
}
|
|
405
|
-
export declare namespace AWSLocation {
|
|
489
|
+
DeviceId: string | undefined;
|
|
406
490
|
/**
|
|
407
|
-
*
|
|
491
|
+
* <p>The ID of the link.</p>
|
|
492
|
+
*/
|
|
493
|
+
LinkId: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export declare namespace AssociateLinkRequest {
|
|
496
|
+
/**
|
|
497
|
+
* @internal
|
|
498
|
+
*/
|
|
499
|
+
const filterSensitiveLog: (obj: AssociateLinkRequest) => any;
|
|
500
|
+
}
|
|
501
|
+
export declare enum LinkAssociationState {
|
|
502
|
+
available = "AVAILABLE",
|
|
503
|
+
deleted = "DELETED",
|
|
504
|
+
deleting = "DELETING",
|
|
505
|
+
pending = "PENDING"
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* <p>Describes the association between a device and a link.</p>
|
|
509
|
+
*/
|
|
510
|
+
export interface LinkAssociation {
|
|
511
|
+
/**
|
|
512
|
+
* <p>The ID of the global network.</p>
|
|
513
|
+
*/
|
|
514
|
+
GlobalNetworkId?: string;
|
|
515
|
+
/**
|
|
516
|
+
* <p>The device ID for the link association.</p>
|
|
517
|
+
*/
|
|
518
|
+
DeviceId?: string;
|
|
519
|
+
/**
|
|
520
|
+
* <p>The ID of the link.</p>
|
|
521
|
+
*/
|
|
522
|
+
LinkId?: string;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The state of the association.</p>
|
|
525
|
+
*/
|
|
526
|
+
LinkAssociationState?: LinkAssociationState | string;
|
|
527
|
+
}
|
|
528
|
+
export declare namespace LinkAssociation {
|
|
529
|
+
/**
|
|
530
|
+
* @internal
|
|
531
|
+
*/
|
|
532
|
+
const filterSensitiveLog: (obj: LinkAssociation) => any;
|
|
533
|
+
}
|
|
534
|
+
export interface AssociateLinkResponse {
|
|
535
|
+
/**
|
|
536
|
+
* <p>The link association.</p>
|
|
537
|
+
*/
|
|
538
|
+
LinkAssociation?: LinkAssociation;
|
|
539
|
+
}
|
|
540
|
+
export declare namespace AssociateLinkResponse {
|
|
541
|
+
/**
|
|
542
|
+
* @internal
|
|
543
|
+
*/
|
|
544
|
+
const filterSensitiveLog: (obj: AssociateLinkResponse) => any;
|
|
545
|
+
}
|
|
546
|
+
export interface AssociateTransitGatewayConnectPeerRequest {
|
|
547
|
+
/**
|
|
548
|
+
* <p>The ID of the global network.</p>
|
|
549
|
+
*/
|
|
550
|
+
GlobalNetworkId: string | undefined;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The Amazon Resource Name (ARN) of the Connect peer.</p>
|
|
553
|
+
*/
|
|
554
|
+
TransitGatewayConnectPeerArn: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>The ID of the device.</p>
|
|
557
|
+
*/
|
|
558
|
+
DeviceId: string | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* <p>The ID of the link.</p>
|
|
561
|
+
*/
|
|
562
|
+
LinkId?: string;
|
|
563
|
+
}
|
|
564
|
+
export declare namespace AssociateTransitGatewayConnectPeerRequest {
|
|
565
|
+
/**
|
|
566
|
+
* @internal
|
|
567
|
+
*/
|
|
568
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerRequest) => any;
|
|
569
|
+
}
|
|
570
|
+
export declare enum TransitGatewayConnectPeerAssociationState {
|
|
571
|
+
available = "AVAILABLE",
|
|
572
|
+
deleted = "DELETED",
|
|
573
|
+
deleting = "DELETING",
|
|
574
|
+
pending = "PENDING"
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* <p>Describes a transit gateway Connect peer association.</p>
|
|
578
|
+
*/
|
|
579
|
+
export interface TransitGatewayConnectPeerAssociation {
|
|
580
|
+
/**
|
|
581
|
+
* <p>The Amazon Resource Name (ARN) of the transit gateway Connect peer.</p>
|
|
582
|
+
*/
|
|
583
|
+
TransitGatewayConnectPeerArn?: string;
|
|
584
|
+
/**
|
|
585
|
+
* <p>The ID of the global network.</p>
|
|
586
|
+
*/
|
|
587
|
+
GlobalNetworkId?: string;
|
|
588
|
+
/**
|
|
589
|
+
* <p>The ID of the device.</p>
|
|
590
|
+
*/
|
|
591
|
+
DeviceId?: string;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The ID of the link.</p>
|
|
594
|
+
*/
|
|
595
|
+
LinkId?: string;
|
|
596
|
+
/**
|
|
597
|
+
* <p>The state of the association.</p>
|
|
598
|
+
*/
|
|
599
|
+
State?: TransitGatewayConnectPeerAssociationState | string;
|
|
600
|
+
}
|
|
601
|
+
export declare namespace TransitGatewayConnectPeerAssociation {
|
|
602
|
+
/**
|
|
603
|
+
* @internal
|
|
604
|
+
*/
|
|
605
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectPeerAssociation) => any;
|
|
606
|
+
}
|
|
607
|
+
export interface AssociateTransitGatewayConnectPeerResponse {
|
|
608
|
+
/**
|
|
609
|
+
* <p>The transit gateway Connect peer association.</p>
|
|
610
|
+
*/
|
|
611
|
+
TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
|
|
612
|
+
}
|
|
613
|
+
export declare namespace AssociateTransitGatewayConnectPeerResponse {
|
|
614
|
+
/**
|
|
615
|
+
* @internal
|
|
616
|
+
*/
|
|
617
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* <p>Specifies a location in Amazon Web Services.</p>
|
|
621
|
+
*/
|
|
622
|
+
export interface AWSLocation {
|
|
623
|
+
/**
|
|
624
|
+
* <p>The Zone that the device is located in. Specify the ID of an Availability Zone, Local
|
|
625
|
+
* Zone, Wavelength Zone, or an Outpost.</p>
|
|
626
|
+
*/
|
|
627
|
+
Zone?: string;
|
|
628
|
+
/**
|
|
629
|
+
* <p>The Amazon Resource Name (ARN) of the subnet that the device is located in.</p>
|
|
630
|
+
*/
|
|
631
|
+
SubnetArn?: string;
|
|
632
|
+
}
|
|
633
|
+
export declare namespace AWSLocation {
|
|
634
|
+
/**
|
|
635
|
+
* @internal
|
|
408
636
|
*/
|
|
409
637
|
const filterSensitiveLog: (obj: AWSLocation) => any;
|
|
410
638
|
}
|
|
@@ -427,32 +655,87 @@ export declare namespace Bandwidth {
|
|
|
427
655
|
*/
|
|
428
656
|
const filterSensitiveLog: (obj: Bandwidth) => any;
|
|
429
657
|
}
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
658
|
+
/**
|
|
659
|
+
* <p>Describes the BGP options.</p>
|
|
660
|
+
*/
|
|
661
|
+
export interface BgpOptions {
|
|
662
|
+
/**
|
|
663
|
+
* <p>The Peer ASN of the BGP.</p>
|
|
664
|
+
*/
|
|
665
|
+
PeerAsn?: number;
|
|
666
|
+
}
|
|
667
|
+
export declare namespace BgpOptions {
|
|
668
|
+
/**
|
|
669
|
+
* @internal
|
|
670
|
+
*/
|
|
671
|
+
const filterSensitiveLog: (obj: BgpOptions) => any;
|
|
672
|
+
}
|
|
673
|
+
export declare enum ChangeAction {
|
|
674
|
+
ADD = "ADD",
|
|
675
|
+
MODIFY = "MODIFY",
|
|
676
|
+
REMOVE = "REMOVE"
|
|
677
|
+
}
|
|
678
|
+
export declare enum ChangeSetState {
|
|
679
|
+
EXECUTING = "EXECUTING",
|
|
680
|
+
EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
|
|
681
|
+
FAILED_GENERATION = "FAILED_GENERATION",
|
|
682
|
+
OUT_OF_DATE = "OUT_OF_DATE",
|
|
683
|
+
PENDING_GENERATION = "PENDING_GENERATION",
|
|
684
|
+
READY_TO_EXECUTE = "READY_TO_EXECUTE"
|
|
685
|
+
}
|
|
686
|
+
export declare enum ChangeType {
|
|
687
|
+
ATTACHMENT_MAPPING = "ATTACHMENT_MAPPING",
|
|
688
|
+
ATTACHMENT_ROUTE_PROPAGATION = "ATTACHMENT_ROUTE_PROPAGATION",
|
|
689
|
+
ATTACHMENT_ROUTE_STATIC = "ATTACHMENT_ROUTE_STATIC",
|
|
690
|
+
CORE_NETWORK_EDGE = "CORE_NETWORK_EDGE",
|
|
691
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT"
|
|
692
|
+
}
|
|
693
|
+
export declare enum TunnelProtocol {
|
|
694
|
+
GRE = "GRE"
|
|
435
695
|
}
|
|
436
696
|
/**
|
|
437
|
-
* <p>Describes a
|
|
697
|
+
* <p>Describes a core network Connect attachment options.</p>
|
|
438
698
|
*/
|
|
439
|
-
export interface
|
|
699
|
+
export interface ConnectAttachmentOptions {
|
|
440
700
|
/**
|
|
441
|
-
* <p>The
|
|
442
|
-
* <p>Constraints: Maximum length of 128 characters.</p>
|
|
701
|
+
* <p>The protocol used for the attachment connection.</p>
|
|
443
702
|
*/
|
|
444
|
-
|
|
703
|
+
Protocol?: TunnelProtocol | string;
|
|
704
|
+
}
|
|
705
|
+
export declare namespace ConnectAttachmentOptions {
|
|
445
706
|
/**
|
|
446
|
-
*
|
|
447
|
-
* <p>Constraints: Maximum length of 256 characters.</p>
|
|
707
|
+
* @internal
|
|
448
708
|
*/
|
|
449
|
-
|
|
709
|
+
const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
|
|
450
710
|
}
|
|
451
|
-
|
|
711
|
+
/**
|
|
712
|
+
* <p>Describes a core network Connect attachment.</p>
|
|
713
|
+
*/
|
|
714
|
+
export interface ConnectAttachment {
|
|
715
|
+
/**
|
|
716
|
+
* <p>The attachment details.</p>
|
|
717
|
+
*/
|
|
718
|
+
Attachment?: Attachment;
|
|
719
|
+
/**
|
|
720
|
+
* <p>The ID of the transport attachment.</p>
|
|
721
|
+
*/
|
|
722
|
+
TransportAttachmentId?: string;
|
|
723
|
+
/**
|
|
724
|
+
* <p>Options for connecting an attachment.</p>
|
|
725
|
+
*/
|
|
726
|
+
Options?: ConnectAttachmentOptions;
|
|
727
|
+
}
|
|
728
|
+
export declare namespace ConnectAttachment {
|
|
452
729
|
/**
|
|
453
730
|
* @internal
|
|
454
731
|
*/
|
|
455
|
-
const filterSensitiveLog: (obj:
|
|
732
|
+
const filterSensitiveLog: (obj: ConnectAttachment) => any;
|
|
733
|
+
}
|
|
734
|
+
export declare enum ConnectionState {
|
|
735
|
+
available = "AVAILABLE",
|
|
736
|
+
deleting = "DELETING",
|
|
737
|
+
pending = "PENDING",
|
|
738
|
+
updating = "UPDATING"
|
|
456
739
|
}
|
|
457
740
|
/**
|
|
458
741
|
* <p>Describes a connection.</p>
|
|
@@ -473,72 +756,616 @@ export interface Connection {
|
|
|
473
756
|
/**
|
|
474
757
|
* <p>The ID of the first device in the connection.</p>
|
|
475
758
|
*/
|
|
476
|
-
DeviceId?: string;
|
|
759
|
+
DeviceId?: string;
|
|
760
|
+
/**
|
|
761
|
+
* <p>The ID of the second device in the connection.</p>
|
|
762
|
+
*/
|
|
763
|
+
ConnectedDeviceId?: string;
|
|
764
|
+
/**
|
|
765
|
+
* <p>The ID of the link for the first device in the connection.</p>
|
|
766
|
+
*/
|
|
767
|
+
LinkId?: string;
|
|
768
|
+
/**
|
|
769
|
+
* <p>The ID of the link for the second device in the connection.</p>
|
|
770
|
+
*/
|
|
771
|
+
ConnectedLinkId?: string;
|
|
772
|
+
/**
|
|
773
|
+
* <p>The description of the connection.</p>
|
|
774
|
+
*/
|
|
775
|
+
Description?: string;
|
|
776
|
+
/**
|
|
777
|
+
* <p>The date and time that the connection was created.</p>
|
|
778
|
+
*/
|
|
779
|
+
CreatedAt?: Date;
|
|
780
|
+
/**
|
|
781
|
+
* <p>The state of the connection.</p>
|
|
782
|
+
*/
|
|
783
|
+
State?: ConnectionState | string;
|
|
784
|
+
/**
|
|
785
|
+
* <p>The tags for the connection.</p>
|
|
786
|
+
*/
|
|
787
|
+
Tags?: Tag[];
|
|
788
|
+
}
|
|
789
|
+
export declare namespace Connection {
|
|
790
|
+
/**
|
|
791
|
+
* @internal
|
|
792
|
+
*/
|
|
793
|
+
const filterSensitiveLog: (obj: Connection) => any;
|
|
794
|
+
}
|
|
795
|
+
export declare enum ConnectionStatus {
|
|
796
|
+
DOWN = "DOWN",
|
|
797
|
+
UP = "UP"
|
|
798
|
+
}
|
|
799
|
+
export declare enum ConnectionType {
|
|
800
|
+
BGP = "BGP",
|
|
801
|
+
IPSEC = "IPSEC"
|
|
802
|
+
}
|
|
803
|
+
/**
|
|
804
|
+
* <p>Describes connection health.</p>
|
|
805
|
+
*/
|
|
806
|
+
export interface ConnectionHealth {
|
|
807
|
+
/**
|
|
808
|
+
* <p>The connection type.</p>
|
|
809
|
+
*/
|
|
810
|
+
Type?: ConnectionType | string;
|
|
811
|
+
/**
|
|
812
|
+
* <p>The connection status.</p>
|
|
813
|
+
*/
|
|
814
|
+
Status?: ConnectionStatus | string;
|
|
815
|
+
/**
|
|
816
|
+
* <p>The time the status was last updated.</p>
|
|
817
|
+
*/
|
|
818
|
+
Timestamp?: Date;
|
|
819
|
+
}
|
|
820
|
+
export declare namespace ConnectionHealth {
|
|
821
|
+
/**
|
|
822
|
+
* @internal
|
|
823
|
+
*/
|
|
824
|
+
const filterSensitiveLog: (obj: ConnectionHealth) => any;
|
|
825
|
+
}
|
|
826
|
+
/**
|
|
827
|
+
* <p>Describes a core network BGP configuration.</p>
|
|
828
|
+
*/
|
|
829
|
+
export interface ConnectPeerBgpConfiguration {
|
|
830
|
+
/**
|
|
831
|
+
* <p>The ASN of the Coret Network.</p>
|
|
832
|
+
*/
|
|
833
|
+
CoreNetworkAsn?: number;
|
|
834
|
+
/**
|
|
835
|
+
* <p>The ASN of the Connect peer.</p>
|
|
836
|
+
*/
|
|
837
|
+
PeerAsn?: number;
|
|
838
|
+
/**
|
|
839
|
+
* <p>The address of a core network.</p>
|
|
840
|
+
*/
|
|
841
|
+
CoreNetworkAddress?: string;
|
|
842
|
+
/**
|
|
843
|
+
* <p>The address of a core network Connect peer.</p>
|
|
844
|
+
*/
|
|
845
|
+
PeerAddress?: string;
|
|
846
|
+
}
|
|
847
|
+
export declare namespace ConnectPeerBgpConfiguration {
|
|
848
|
+
/**
|
|
849
|
+
* @internal
|
|
850
|
+
*/
|
|
851
|
+
const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
|
|
852
|
+
}
|
|
853
|
+
/**
|
|
854
|
+
* <p>Describes a core network Connect peer configuration.</p>
|
|
855
|
+
*/
|
|
856
|
+
export interface ConnectPeerConfiguration {
|
|
857
|
+
/**
|
|
858
|
+
* <p>The IP address of a core network.</p>
|
|
859
|
+
*/
|
|
860
|
+
CoreNetworkAddress?: string;
|
|
861
|
+
/**
|
|
862
|
+
* <p>The IP address of the Connect peer.</p>
|
|
863
|
+
*/
|
|
864
|
+
PeerAddress?: string;
|
|
865
|
+
/**
|
|
866
|
+
* <p>The inside IP addresses used for a Connect peer configuration.</p>
|
|
867
|
+
*/
|
|
868
|
+
InsideCidrBlocks?: string[];
|
|
869
|
+
/**
|
|
870
|
+
* <p>The protocol used for a Connect peer configuration.</p>
|
|
871
|
+
*/
|
|
872
|
+
Protocol?: TunnelProtocol | string;
|
|
873
|
+
/**
|
|
874
|
+
* <p>The Connect peer BGP configurations.</p>
|
|
875
|
+
*/
|
|
876
|
+
BgpConfigurations?: ConnectPeerBgpConfiguration[];
|
|
877
|
+
}
|
|
878
|
+
export declare namespace ConnectPeerConfiguration {
|
|
879
|
+
/**
|
|
880
|
+
* @internal
|
|
881
|
+
*/
|
|
882
|
+
const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
|
|
883
|
+
}
|
|
884
|
+
export declare enum ConnectPeerState {
|
|
885
|
+
AVAILABLE = "AVAILABLE",
|
|
886
|
+
CREATING = "CREATING",
|
|
887
|
+
DELETING = "DELETING",
|
|
888
|
+
FAILED = "FAILED"
|
|
889
|
+
}
|
|
890
|
+
/**
|
|
891
|
+
* <p>Describes a core network Connect peer.</p>
|
|
892
|
+
*/
|
|
893
|
+
export interface ConnectPeer {
|
|
894
|
+
/**
|
|
895
|
+
* <p>The ID of a core network.</p>
|
|
896
|
+
*/
|
|
897
|
+
CoreNetworkId?: string;
|
|
898
|
+
/**
|
|
899
|
+
* <p>The ID of the attachment to connect.</p>
|
|
900
|
+
*/
|
|
901
|
+
ConnectAttachmentId?: string;
|
|
902
|
+
/**
|
|
903
|
+
* <p>The ID of the Connect peer.</p>
|
|
904
|
+
*/
|
|
905
|
+
ConnectPeerId?: string;
|
|
906
|
+
/**
|
|
907
|
+
* <p>The Connect peer Regions where edges are located.</p>
|
|
908
|
+
*/
|
|
909
|
+
EdgeLocation?: string;
|
|
910
|
+
/**
|
|
911
|
+
* <p>The state of the Connect peer.</p>
|
|
912
|
+
*/
|
|
913
|
+
State?: ConnectPeerState | string;
|
|
914
|
+
/**
|
|
915
|
+
* <p>The timestamp when the Connect peer was created.</p>
|
|
916
|
+
*/
|
|
917
|
+
CreatedAt?: Date;
|
|
918
|
+
/**
|
|
919
|
+
* <p>The configuration of the Connect peer.</p>
|
|
920
|
+
*/
|
|
921
|
+
Configuration?: ConnectPeerConfiguration;
|
|
922
|
+
/**
|
|
923
|
+
* <p>The tags associated with the Connect peer.</p>
|
|
924
|
+
*/
|
|
925
|
+
Tags?: Tag[];
|
|
926
|
+
}
|
|
927
|
+
export declare namespace ConnectPeer {
|
|
928
|
+
/**
|
|
929
|
+
* @internal
|
|
930
|
+
*/
|
|
931
|
+
const filterSensitiveLog: (obj: ConnectPeer) => any;
|
|
932
|
+
}
|
|
933
|
+
/**
|
|
934
|
+
* <p>Summary description of a Connect peer.</p>
|
|
935
|
+
*/
|
|
936
|
+
export interface ConnectPeerSummary {
|
|
937
|
+
/**
|
|
938
|
+
* <p>The ID of a core network.</p>
|
|
939
|
+
*/
|
|
940
|
+
CoreNetworkId?: string;
|
|
941
|
+
/**
|
|
942
|
+
* <p>The ID of a Connect peer attachment.</p>
|
|
943
|
+
*/
|
|
944
|
+
ConnectAttachmentId?: string;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The ID of a Connect peer.</p>
|
|
947
|
+
*/
|
|
948
|
+
ConnectPeerId?: string;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The Region where the edge is located.</p>
|
|
951
|
+
*/
|
|
952
|
+
EdgeLocation?: string;
|
|
953
|
+
/**
|
|
954
|
+
* <p>The state of a Connect peer.</p>
|
|
955
|
+
*/
|
|
956
|
+
ConnectPeerState?: ConnectPeerState | string;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The timestamp when a Connect peer was created.</p>
|
|
959
|
+
*/
|
|
960
|
+
CreatedAt?: Date;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The tags associated with a Connect peer summary.</p>
|
|
963
|
+
*/
|
|
964
|
+
Tags?: Tag[];
|
|
965
|
+
}
|
|
966
|
+
export declare namespace ConnectPeerSummary {
|
|
967
|
+
/**
|
|
968
|
+
* @internal
|
|
969
|
+
*/
|
|
970
|
+
const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* <p>Describes a core network edge.</p>
|
|
974
|
+
*/
|
|
975
|
+
export interface CoreNetworkEdge {
|
|
976
|
+
/**
|
|
977
|
+
* <p>The Region where a core network edge is located.</p>
|
|
978
|
+
*/
|
|
979
|
+
EdgeLocation?: string;
|
|
980
|
+
/**
|
|
981
|
+
* <p>The ASN of a core network edge.</p>
|
|
982
|
+
*/
|
|
983
|
+
Asn?: number;
|
|
984
|
+
/**
|
|
985
|
+
* <p>The inside IP addresses used for core network edges.</p>
|
|
986
|
+
*/
|
|
987
|
+
InsideCidrBlocks?: string[];
|
|
988
|
+
}
|
|
989
|
+
export declare namespace CoreNetworkEdge {
|
|
990
|
+
/**
|
|
991
|
+
* @internal
|
|
992
|
+
*/
|
|
993
|
+
const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
|
|
994
|
+
}
|
|
995
|
+
/**
|
|
996
|
+
* <p>Describes a core network segment, which are dedicated routes. Only attachments within this segment can communicate with each other.</p>
|
|
997
|
+
*/
|
|
998
|
+
export interface CoreNetworkSegment {
|
|
999
|
+
/**
|
|
1000
|
+
* <p>The name of a core network segment.</p>
|
|
1001
|
+
*/
|
|
1002
|
+
Name?: string;
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>The Regions where the edges are located.</p>
|
|
1005
|
+
*/
|
|
1006
|
+
EdgeLocations?: string[];
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>The shared segments of a core network.</p>
|
|
1009
|
+
*/
|
|
1010
|
+
SharedSegments?: string[];
|
|
1011
|
+
}
|
|
1012
|
+
export declare namespace CoreNetworkSegment {
|
|
1013
|
+
/**
|
|
1014
|
+
* @internal
|
|
1015
|
+
*/
|
|
1016
|
+
const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
|
|
1017
|
+
}
|
|
1018
|
+
export declare enum CoreNetworkState {
|
|
1019
|
+
AVAILABLE = "AVAILABLE",
|
|
1020
|
+
CREATING = "CREATING",
|
|
1021
|
+
DELETING = "DELETING",
|
|
1022
|
+
UPDATING = "UPDATING"
|
|
1023
|
+
}
|
|
1024
|
+
/**
|
|
1025
|
+
* <p>Describes a core network.</p>
|
|
1026
|
+
*/
|
|
1027
|
+
export interface CoreNetwork {
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The ID of the global network that your core network is a part of. </p>
|
|
1030
|
+
*/
|
|
1031
|
+
GlobalNetworkId?: string;
|
|
1032
|
+
/**
|
|
1033
|
+
* <p>The ID of a core network.</p>
|
|
1034
|
+
*/
|
|
1035
|
+
CoreNetworkId?: string;
|
|
1036
|
+
/**
|
|
1037
|
+
* <p>The ARN of a core network.</p>
|
|
1038
|
+
*/
|
|
1039
|
+
CoreNetworkArn?: string;
|
|
1040
|
+
/**
|
|
1041
|
+
* <p>The description of a core network.</p>
|
|
1042
|
+
*/
|
|
1043
|
+
Description?: string;
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>The timestamp when a core network was created.</p>
|
|
1046
|
+
*/
|
|
1047
|
+
CreatedAt?: Date;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>The current state of a core network.</p>
|
|
1050
|
+
*/
|
|
1051
|
+
State?: CoreNetworkState | string;
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>The segments within a core network.</p>
|
|
1054
|
+
*/
|
|
1055
|
+
Segments?: CoreNetworkSegment[];
|
|
1056
|
+
/**
|
|
1057
|
+
* <p>The edges within a core network.</p>
|
|
1058
|
+
*/
|
|
1059
|
+
Edges?: CoreNetworkEdge[];
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>The tags associated with a core network.</p>
|
|
1062
|
+
*/
|
|
1063
|
+
Tags?: Tag[];
|
|
1064
|
+
}
|
|
1065
|
+
export declare namespace CoreNetwork {
|
|
1066
|
+
/**
|
|
1067
|
+
* @internal
|
|
1068
|
+
*/
|
|
1069
|
+
const filterSensitiveLog: (obj: CoreNetwork) => any;
|
|
1070
|
+
}
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>Describes a core network change.</p>
|
|
1073
|
+
*/
|
|
1074
|
+
export interface CoreNetworkChangeValues {
|
|
1075
|
+
/**
|
|
1076
|
+
* <p>The names of the segments in a core network.</p>
|
|
1077
|
+
*/
|
|
1078
|
+
SegmentName?: string;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>The Regions where edges are located in a core network. </p>
|
|
1081
|
+
*/
|
|
1082
|
+
EdgeLocations?: string[];
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>The ASN of a core network.</p>
|
|
1085
|
+
*/
|
|
1086
|
+
Asn?: number;
|
|
1087
|
+
/**
|
|
1088
|
+
* <p>The IP addresses used for a core network.</p>
|
|
1089
|
+
*/
|
|
1090
|
+
Cidr?: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* <p>The ID of the destination.</p>
|
|
1093
|
+
*/
|
|
1094
|
+
DestinationIdentifier?: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* <p>The inside IP addresses used for core network change values.</p>
|
|
1097
|
+
*/
|
|
1098
|
+
InsideCidrBlocks?: string[];
|
|
1099
|
+
/**
|
|
1100
|
+
* <p>The shared segments for a core network change value. </p>
|
|
1101
|
+
*/
|
|
1102
|
+
SharedSegments?: string[];
|
|
1103
|
+
}
|
|
1104
|
+
export declare namespace CoreNetworkChangeValues {
|
|
1105
|
+
/**
|
|
1106
|
+
* @internal
|
|
1107
|
+
*/
|
|
1108
|
+
const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
|
|
1109
|
+
}
|
|
1110
|
+
/**
|
|
1111
|
+
* <p>Details describing a core network change.</p>
|
|
1112
|
+
*/
|
|
1113
|
+
export interface CoreNetworkChange {
|
|
1114
|
+
/**
|
|
1115
|
+
* <p>The type of change.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
Type?: ChangeType | string;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>The action to take for a core network.</p>
|
|
1120
|
+
*/
|
|
1121
|
+
Action?: ChangeAction | string;
|
|
1122
|
+
/**
|
|
1123
|
+
* <p>The resource identifier.</p>
|
|
1124
|
+
*/
|
|
1125
|
+
Identifier?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* <p>The previous values for a core network.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
PreviousValues?: CoreNetworkChangeValues;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The new value for a core network</p>
|
|
1132
|
+
*/
|
|
1133
|
+
NewValues?: CoreNetworkChangeValues;
|
|
1134
|
+
}
|
|
1135
|
+
export declare namespace CoreNetworkChange {
|
|
1136
|
+
/**
|
|
1137
|
+
* @internal
|
|
1138
|
+
*/
|
|
1139
|
+
const filterSensitiveLog: (obj: CoreNetworkChange) => any;
|
|
1140
|
+
}
|
|
1141
|
+
export declare enum CoreNetworkPolicyAlias {
|
|
1142
|
+
LATEST = "LATEST",
|
|
1143
|
+
LIVE = "LIVE"
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>Provides details about an error in a core network policy.</p>
|
|
1147
|
+
*/
|
|
1148
|
+
export interface CoreNetworkPolicyError {
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>The error code associated with a core network policy error.</p>
|
|
1151
|
+
*/
|
|
1152
|
+
ErrorCode: string | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>The message associated with a core network policy error code.</p>
|
|
1155
|
+
*/
|
|
1156
|
+
Message: string | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>The JSON path where the error was discovered in the policy document.</p>
|
|
1159
|
+
*/
|
|
1160
|
+
Path?: string;
|
|
1161
|
+
}
|
|
1162
|
+
export declare namespace CoreNetworkPolicyError {
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
*/
|
|
1166
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
|
|
1167
|
+
}
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>Describes a core network policy. You can have only one LIVE Core Policy.</p>
|
|
1170
|
+
*/
|
|
1171
|
+
export interface CoreNetworkPolicy {
|
|
1172
|
+
/**
|
|
1173
|
+
* <p>The ID of a core network.</p>
|
|
1174
|
+
*/
|
|
1175
|
+
CoreNetworkId?: string;
|
|
1176
|
+
/**
|
|
1177
|
+
* <p>The ID of the policy version.</p>
|
|
1178
|
+
*/
|
|
1179
|
+
PolicyVersionId?: number;
|
|
1180
|
+
/**
|
|
1181
|
+
* <p>Whether a core network policy is the current LIVE policy or the most recently submitted policy.</p>
|
|
1182
|
+
*/
|
|
1183
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>The description of a core network policy.</p>
|
|
1186
|
+
*/
|
|
1187
|
+
Description?: string;
|
|
1188
|
+
/**
|
|
1189
|
+
* <p>The timestamp when a core network policy was created.</p>
|
|
1190
|
+
*/
|
|
1191
|
+
CreatedAt?: Date;
|
|
1192
|
+
/**
|
|
1193
|
+
* <p>The state of a core network policy.</p>
|
|
1194
|
+
*/
|
|
1195
|
+
ChangeSetState?: ChangeSetState | string;
|
|
1196
|
+
/**
|
|
1197
|
+
* <p>Describes any errors in a core network policy.</p>
|
|
1198
|
+
*/
|
|
1199
|
+
PolicyErrors?: CoreNetworkPolicyError[];
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>Describes a core network policy.</p>
|
|
1202
|
+
*/
|
|
1203
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
1204
|
+
}
|
|
1205
|
+
export declare namespace CoreNetworkPolicy {
|
|
1206
|
+
/**
|
|
1207
|
+
* @internal
|
|
1208
|
+
*/
|
|
1209
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
|
|
1210
|
+
}
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>Describes a core network policy exception.</p>
|
|
1213
|
+
*/
|
|
1214
|
+
export interface CoreNetworkPolicyException extends __SmithyException, $MetadataBearer {
|
|
1215
|
+
name: "CoreNetworkPolicyException";
|
|
1216
|
+
$fault: "client";
|
|
1217
|
+
Message: string | undefined;
|
|
1218
|
+
/**
|
|
1219
|
+
* <p>Describes a core network policy exception.</p>
|
|
1220
|
+
*/
|
|
1221
|
+
Errors?: CoreNetworkPolicyError[];
|
|
1222
|
+
}
|
|
1223
|
+
export declare namespace CoreNetworkPolicyException {
|
|
1224
|
+
/**
|
|
1225
|
+
* @internal
|
|
1226
|
+
*/
|
|
1227
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyException) => any;
|
|
1228
|
+
}
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>Describes a core network policy version.</p>
|
|
1231
|
+
*/
|
|
1232
|
+
export interface CoreNetworkPolicyVersion {
|
|
1233
|
+
/**
|
|
1234
|
+
* <p>The ID of a core network.</p>
|
|
1235
|
+
*/
|
|
1236
|
+
CoreNetworkId?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* <p>The ID of the policy version.</p>
|
|
1239
|
+
*/
|
|
1240
|
+
PolicyVersionId?: number;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>Whether a core network policy is the current policy or the most recently submitted policy.</p>
|
|
1243
|
+
*/
|
|
1244
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
1245
|
+
/**
|
|
1246
|
+
* <p>The description of a core network policy version.</p>
|
|
1247
|
+
*/
|
|
1248
|
+
Description?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* <p>The timestamp when a core network policy version was created.</p>
|
|
1251
|
+
*/
|
|
1252
|
+
CreatedAt?: Date;
|
|
1253
|
+
/**
|
|
1254
|
+
* <p>The status of the policy version change set.</p>
|
|
1255
|
+
*/
|
|
1256
|
+
ChangeSetState?: ChangeSetState | string;
|
|
1257
|
+
}
|
|
1258
|
+
export declare namespace CoreNetworkPolicyVersion {
|
|
1259
|
+
/**
|
|
1260
|
+
* @internal
|
|
1261
|
+
*/
|
|
1262
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
|
|
1263
|
+
}
|
|
1264
|
+
/**
|
|
1265
|
+
* <p>Returns details about a core network edge.</p>
|
|
1266
|
+
*/
|
|
1267
|
+
export interface CoreNetworkSegmentEdgeIdentifier {
|
|
1268
|
+
/**
|
|
1269
|
+
* <p>The ID of a core network.</p>
|
|
1270
|
+
*/
|
|
1271
|
+
CoreNetworkId?: string;
|
|
1272
|
+
/**
|
|
1273
|
+
* <p>The name of the segment edge.</p>
|
|
1274
|
+
*/
|
|
1275
|
+
SegmentName?: string;
|
|
1276
|
+
/**
|
|
1277
|
+
* <p>The Region where the segment edge is located.</p>
|
|
1278
|
+
*/
|
|
1279
|
+
EdgeLocation?: string;
|
|
1280
|
+
}
|
|
1281
|
+
export declare namespace CoreNetworkSegmentEdgeIdentifier {
|
|
1282
|
+
/**
|
|
1283
|
+
* @internal
|
|
1284
|
+
*/
|
|
1285
|
+
const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
|
|
1286
|
+
}
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>Returns summary information about a core network.</p>
|
|
1289
|
+
*/
|
|
1290
|
+
export interface CoreNetworkSummary {
|
|
1291
|
+
/**
|
|
1292
|
+
* <p>The ID of a core network.</p>
|
|
1293
|
+
*/
|
|
1294
|
+
CoreNetworkId?: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>a core network ARN.</p>
|
|
1297
|
+
*/
|
|
1298
|
+
CoreNetworkArn?: string;
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>The global network ID.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
GlobalNetworkId?: string;
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>The ID of the account owner.</p>
|
|
1305
|
+
*/
|
|
1306
|
+
OwnerAccountId?: string;
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The state of a core network.</p>
|
|
1309
|
+
*/
|
|
1310
|
+
State?: CoreNetworkState | string;
|
|
1311
|
+
/**
|
|
1312
|
+
* <p>The description of a core network.</p>
|
|
1313
|
+
*/
|
|
1314
|
+
Description?: string;
|
|
477
1315
|
/**
|
|
478
|
-
* <p>The
|
|
1316
|
+
* <p>The key-value tags associated with a core network summary.</p>
|
|
479
1317
|
*/
|
|
480
|
-
|
|
1318
|
+
Tags?: Tag[];
|
|
1319
|
+
}
|
|
1320
|
+
export declare namespace CoreNetworkSummary {
|
|
481
1321
|
/**
|
|
482
|
-
*
|
|
1322
|
+
* @internal
|
|
483
1323
|
*/
|
|
484
|
-
|
|
1324
|
+
const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
|
|
1325
|
+
}
|
|
1326
|
+
export interface CreateConnectAttachmentRequest {
|
|
485
1327
|
/**
|
|
486
|
-
* <p>The ID of
|
|
1328
|
+
* <p>The ID of a core network where you want to create the attachment. </p>
|
|
487
1329
|
*/
|
|
488
|
-
|
|
1330
|
+
CoreNetworkId: string | undefined;
|
|
489
1331
|
/**
|
|
490
|
-
* <p>The
|
|
1332
|
+
* <p>The Region where the edge is located.</p>
|
|
491
1333
|
*/
|
|
492
|
-
|
|
1334
|
+
EdgeLocation: string | undefined;
|
|
493
1335
|
/**
|
|
494
|
-
* <p>The
|
|
1336
|
+
* <p>The ID of the attachment between the two connections.</p>
|
|
495
1337
|
*/
|
|
496
|
-
|
|
1338
|
+
TransportAttachmentId: string | undefined;
|
|
497
1339
|
/**
|
|
498
|
-
* <p>
|
|
1340
|
+
* <p>Options for creating an attachment.</p>
|
|
499
1341
|
*/
|
|
500
|
-
|
|
1342
|
+
Options: ConnectAttachmentOptions | undefined;
|
|
501
1343
|
/**
|
|
502
|
-
* <p>The tags
|
|
1344
|
+
* <p>The list of key-value tags associated with the request.</p>
|
|
503
1345
|
*/
|
|
504
1346
|
Tags?: Tag[];
|
|
505
|
-
}
|
|
506
|
-
export declare namespace Connection {
|
|
507
1347
|
/**
|
|
508
|
-
*
|
|
1348
|
+
* <p>The client token associated with the request.</p>
|
|
509
1349
|
*/
|
|
510
|
-
|
|
511
|
-
}
|
|
512
|
-
export declare enum ConnectionStatus {
|
|
513
|
-
DOWN = "DOWN",
|
|
514
|
-
UP = "UP"
|
|
515
|
-
}
|
|
516
|
-
export declare enum ConnectionType {
|
|
517
|
-
BGP = "BGP",
|
|
518
|
-
IPSEC = "IPSEC"
|
|
1350
|
+
ClientToken?: string;
|
|
519
1351
|
}
|
|
520
|
-
|
|
521
|
-
* <p>Describes connection health.</p>
|
|
522
|
-
*/
|
|
523
|
-
export interface ConnectionHealth {
|
|
524
|
-
/**
|
|
525
|
-
* <p>The connection type.</p>
|
|
526
|
-
*/
|
|
527
|
-
Type?: ConnectionType | string;
|
|
1352
|
+
export declare namespace CreateConnectAttachmentRequest {
|
|
528
1353
|
/**
|
|
529
|
-
*
|
|
1354
|
+
* @internal
|
|
530
1355
|
*/
|
|
531
|
-
|
|
1356
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
|
|
1357
|
+
}
|
|
1358
|
+
export interface CreateConnectAttachmentResponse {
|
|
532
1359
|
/**
|
|
533
|
-
* <p>The
|
|
1360
|
+
* <p>The response to a Connect attachment request.</p>
|
|
534
1361
|
*/
|
|
535
|
-
|
|
1362
|
+
ConnectAttachment?: ConnectAttachment;
|
|
536
1363
|
}
|
|
537
|
-
export declare namespace
|
|
1364
|
+
export declare namespace CreateConnectAttachmentResponse {
|
|
538
1365
|
/**
|
|
539
1366
|
* @internal
|
|
540
1367
|
*/
|
|
541
|
-
const filterSensitiveLog: (obj:
|
|
1368
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
|
|
542
1369
|
}
|
|
543
1370
|
export interface CreateConnectionRequest {
|
|
544
1371
|
/**
|
|
@@ -589,6 +1416,94 @@ export declare namespace CreateConnectionResponse {
|
|
|
589
1416
|
*/
|
|
590
1417
|
const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
|
|
591
1418
|
}
|
|
1419
|
+
export interface CreateConnectPeerRequest {
|
|
1420
|
+
/**
|
|
1421
|
+
* <p>The ID of the connection attachment.</p>
|
|
1422
|
+
*/
|
|
1423
|
+
ConnectAttachmentId: string | undefined;
|
|
1424
|
+
/**
|
|
1425
|
+
* <p>A Connect peer core network address.</p>
|
|
1426
|
+
*/
|
|
1427
|
+
CoreNetworkAddress?: string;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The Connect peer address.</p>
|
|
1430
|
+
*/
|
|
1431
|
+
PeerAddress: string | undefined;
|
|
1432
|
+
/**
|
|
1433
|
+
* <p>The Connect peer BGP options.</p>
|
|
1434
|
+
*/
|
|
1435
|
+
BgpOptions?: BgpOptions;
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>The inside IP addresses used for BGP peering.</p>
|
|
1438
|
+
*/
|
|
1439
|
+
InsideCidrBlocks: string[] | undefined;
|
|
1440
|
+
/**
|
|
1441
|
+
* <p>The tags associated with the peer request.</p>
|
|
1442
|
+
*/
|
|
1443
|
+
Tags?: Tag[];
|
|
1444
|
+
/**
|
|
1445
|
+
* <p>The client token associated with the request.</p>
|
|
1446
|
+
*/
|
|
1447
|
+
ClientToken?: string;
|
|
1448
|
+
}
|
|
1449
|
+
export declare namespace CreateConnectPeerRequest {
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
*/
|
|
1453
|
+
const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
|
|
1454
|
+
}
|
|
1455
|
+
export interface CreateConnectPeerResponse {
|
|
1456
|
+
/**
|
|
1457
|
+
* <p>The response to the request.</p>
|
|
1458
|
+
*/
|
|
1459
|
+
ConnectPeer?: ConnectPeer;
|
|
1460
|
+
}
|
|
1461
|
+
export declare namespace CreateConnectPeerResponse {
|
|
1462
|
+
/**
|
|
1463
|
+
* @internal
|
|
1464
|
+
*/
|
|
1465
|
+
const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
|
|
1466
|
+
}
|
|
1467
|
+
export interface CreateCoreNetworkRequest {
|
|
1468
|
+
/**
|
|
1469
|
+
* <p>The ID of the global network that a core network will be a part of. </p>
|
|
1470
|
+
*/
|
|
1471
|
+
GlobalNetworkId: string | undefined;
|
|
1472
|
+
/**
|
|
1473
|
+
* <p>The description of a core network.</p>
|
|
1474
|
+
*/
|
|
1475
|
+
Description?: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* <p>Key-value tags associated with a core network request.</p>
|
|
1478
|
+
*/
|
|
1479
|
+
Tags?: Tag[];
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>The policy document for creating a core network.</p>
|
|
1482
|
+
*/
|
|
1483
|
+
PolicyDocument?: string;
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>The client token associated with a core network request.</p>
|
|
1486
|
+
*/
|
|
1487
|
+
ClientToken?: string;
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace CreateCoreNetworkRequest {
|
|
1490
|
+
/**
|
|
1491
|
+
* @internal
|
|
1492
|
+
*/
|
|
1493
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
|
|
1494
|
+
}
|
|
1495
|
+
export interface CreateCoreNetworkResponse {
|
|
1496
|
+
/**
|
|
1497
|
+
* <p>Returns details about a core network.</p>
|
|
1498
|
+
*/
|
|
1499
|
+
CoreNetwork?: CoreNetwork;
|
|
1500
|
+
}
|
|
1501
|
+
export declare namespace CreateCoreNetworkResponse {
|
|
1502
|
+
/**
|
|
1503
|
+
* @internal
|
|
1504
|
+
*/
|
|
1505
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
|
|
1506
|
+
}
|
|
592
1507
|
/**
|
|
593
1508
|
* <p>Describes a location.</p>
|
|
594
1509
|
*/
|
|
@@ -773,7 +1688,7 @@ export declare enum GlobalNetworkState {
|
|
|
773
1688
|
updating = "UPDATING"
|
|
774
1689
|
}
|
|
775
1690
|
/**
|
|
776
|
-
* <p>Describes a global network.</p>
|
|
1691
|
+
* <p>Describes a global network. This is a single private network acting as a high-level container for your network objects, including an Amazon Web Services-manged Core Network.</p>
|
|
777
1692
|
*/
|
|
778
1693
|
export interface GlobalNetwork {
|
|
779
1694
|
/**
|
|
@@ -985,79 +1900,316 @@ export interface Site {
|
|
|
985
1900
|
*/
|
|
986
1901
|
SiteId?: string;
|
|
987
1902
|
/**
|
|
988
|
-
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
1903
|
+
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
1904
|
+
*/
|
|
1905
|
+
SiteArn?: string;
|
|
1906
|
+
/**
|
|
1907
|
+
* <p>The ID of the global network.</p>
|
|
1908
|
+
*/
|
|
1909
|
+
GlobalNetworkId?: string;
|
|
1910
|
+
/**
|
|
1911
|
+
* <p>The description of the site.</p>
|
|
1912
|
+
*/
|
|
1913
|
+
Description?: string;
|
|
1914
|
+
/**
|
|
1915
|
+
* <p>The location of the site.</p>
|
|
1916
|
+
*/
|
|
1917
|
+
Location?: Location;
|
|
1918
|
+
/**
|
|
1919
|
+
* <p>The date and time that the site was created.</p>
|
|
1920
|
+
*/
|
|
1921
|
+
CreatedAt?: Date;
|
|
1922
|
+
/**
|
|
1923
|
+
* <p>The state of the site.</p>
|
|
1924
|
+
*/
|
|
1925
|
+
State?: SiteState | string;
|
|
1926
|
+
/**
|
|
1927
|
+
* <p>The tags for the site.</p>
|
|
1928
|
+
*/
|
|
1929
|
+
Tags?: Tag[];
|
|
1930
|
+
}
|
|
1931
|
+
export declare namespace Site {
|
|
1932
|
+
/**
|
|
1933
|
+
* @internal
|
|
1934
|
+
*/
|
|
1935
|
+
const filterSensitiveLog: (obj: Site) => any;
|
|
1936
|
+
}
|
|
1937
|
+
export interface CreateSiteResponse {
|
|
1938
|
+
/**
|
|
1939
|
+
* <p>Information about the site.</p>
|
|
1940
|
+
*/
|
|
1941
|
+
Site?: Site;
|
|
1942
|
+
}
|
|
1943
|
+
export declare namespace CreateSiteResponse {
|
|
1944
|
+
/**
|
|
1945
|
+
* @internal
|
|
1946
|
+
*/
|
|
1947
|
+
const filterSensitiveLog: (obj: CreateSiteResponse) => any;
|
|
1948
|
+
}
|
|
1949
|
+
export interface CreateSiteToSiteVpnAttachmentRequest {
|
|
1950
|
+
/**
|
|
1951
|
+
* <p>The ID of a core network where you're creating a site-to-site VPN attachment.</p>
|
|
1952
|
+
*/
|
|
1953
|
+
CoreNetworkId: string | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* <p>The ARN identifying the VPN attachment.</p>
|
|
1956
|
+
*/
|
|
1957
|
+
VpnConnectionArn: string | undefined;
|
|
1958
|
+
/**
|
|
1959
|
+
* <p>The tags associated with the request.</p>
|
|
1960
|
+
*/
|
|
1961
|
+
Tags?: Tag[];
|
|
1962
|
+
/**
|
|
1963
|
+
* <p>The client token associated with the request.</p>
|
|
1964
|
+
*/
|
|
1965
|
+
ClientToken?: string;
|
|
1966
|
+
}
|
|
1967
|
+
export declare namespace CreateSiteToSiteVpnAttachmentRequest {
|
|
1968
|
+
/**
|
|
1969
|
+
* @internal
|
|
1970
|
+
*/
|
|
1971
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
|
|
1972
|
+
}
|
|
1973
|
+
/**
|
|
1974
|
+
* <p>Creates a site-to-site VPN attachment.</p>
|
|
1975
|
+
*/
|
|
1976
|
+
export interface SiteToSiteVpnAttachment {
|
|
1977
|
+
/**
|
|
1978
|
+
* <p>Provides details about a site-to-site VPN attachment.</p>
|
|
1979
|
+
*/
|
|
1980
|
+
Attachment?: Attachment;
|
|
1981
|
+
/**
|
|
1982
|
+
* <p>The ARN of the site-to-site VPN attachment. </p>
|
|
1983
|
+
*/
|
|
1984
|
+
VpnConnectionArn?: string;
|
|
1985
|
+
}
|
|
1986
|
+
export declare namespace SiteToSiteVpnAttachment {
|
|
1987
|
+
/**
|
|
1988
|
+
* @internal
|
|
1989
|
+
*/
|
|
1990
|
+
const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
|
|
1991
|
+
}
|
|
1992
|
+
export interface CreateSiteToSiteVpnAttachmentResponse {
|
|
1993
|
+
/**
|
|
1994
|
+
* <p>Details about a site-to-site VPN attachment.</p>
|
|
1995
|
+
*/
|
|
1996
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
1997
|
+
}
|
|
1998
|
+
export declare namespace CreateSiteToSiteVpnAttachmentResponse {
|
|
1999
|
+
/**
|
|
2000
|
+
* @internal
|
|
2001
|
+
*/
|
|
2002
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
|
|
2003
|
+
}
|
|
2004
|
+
/**
|
|
2005
|
+
* <p>Describes the VPC options.</p>
|
|
2006
|
+
*/
|
|
2007
|
+
export interface VpcOptions {
|
|
2008
|
+
/**
|
|
2009
|
+
* <p>Indicates whether IPv6 is supported.</p>
|
|
2010
|
+
*/
|
|
2011
|
+
Ipv6Support?: boolean;
|
|
2012
|
+
}
|
|
2013
|
+
export declare namespace VpcOptions {
|
|
2014
|
+
/**
|
|
2015
|
+
* @internal
|
|
2016
|
+
*/
|
|
2017
|
+
const filterSensitiveLog: (obj: VpcOptions) => any;
|
|
2018
|
+
}
|
|
2019
|
+
export interface CreateVpcAttachmentRequest {
|
|
2020
|
+
/**
|
|
2021
|
+
* <p>The ID of a core network for the VPC attachment.</p>
|
|
2022
|
+
*/
|
|
2023
|
+
CoreNetworkId: string | undefined;
|
|
2024
|
+
/**
|
|
2025
|
+
* <p>The ARN of the VPC.</p>
|
|
2026
|
+
*/
|
|
2027
|
+
VpcArn: string | undefined;
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>The subnet ARN of the VPC attachment.</p>
|
|
2030
|
+
*/
|
|
2031
|
+
SubnetArns: string[] | undefined;
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>Options for the VPC attachment.</p>
|
|
2034
|
+
*/
|
|
2035
|
+
Options?: VpcOptions;
|
|
2036
|
+
/**
|
|
2037
|
+
* <p>The key-value tags associated with the request.</p>
|
|
2038
|
+
*/
|
|
2039
|
+
Tags?: Tag[];
|
|
2040
|
+
/**
|
|
2041
|
+
* <p>The client token associated with the request.</p>
|
|
2042
|
+
*/
|
|
2043
|
+
ClientToken?: string;
|
|
2044
|
+
}
|
|
2045
|
+
export declare namespace CreateVpcAttachmentRequest {
|
|
2046
|
+
/**
|
|
2047
|
+
* @internal
|
|
2048
|
+
*/
|
|
2049
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
|
|
2050
|
+
}
|
|
2051
|
+
/**
|
|
2052
|
+
* <p>Describes a VPC attachment.</p>
|
|
2053
|
+
*/
|
|
2054
|
+
export interface VpcAttachment {
|
|
2055
|
+
/**
|
|
2056
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2057
|
+
*/
|
|
2058
|
+
Attachment?: Attachment;
|
|
2059
|
+
/**
|
|
2060
|
+
* <p>The subnet ARNs.</p>
|
|
2061
|
+
*/
|
|
2062
|
+
SubnetArns?: string[];
|
|
2063
|
+
/**
|
|
2064
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2065
|
+
*/
|
|
2066
|
+
Options?: VpcOptions;
|
|
2067
|
+
}
|
|
2068
|
+
export declare namespace VpcAttachment {
|
|
2069
|
+
/**
|
|
2070
|
+
* @internal
|
|
2071
|
+
*/
|
|
2072
|
+
const filterSensitiveLog: (obj: VpcAttachment) => any;
|
|
2073
|
+
}
|
|
2074
|
+
export interface CreateVpcAttachmentResponse {
|
|
2075
|
+
/**
|
|
2076
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2077
|
+
*/
|
|
2078
|
+
VpcAttachment?: VpcAttachment;
|
|
2079
|
+
}
|
|
2080
|
+
export declare namespace CreateVpcAttachmentResponse {
|
|
2081
|
+
/**
|
|
2082
|
+
* @internal
|
|
2083
|
+
*/
|
|
2084
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
|
|
2085
|
+
}
|
|
2086
|
+
export interface DeleteAttachmentRequest {
|
|
2087
|
+
/**
|
|
2088
|
+
* <p>The ID of the attachment to delete.</p>
|
|
2089
|
+
*/
|
|
2090
|
+
AttachmentId: string | undefined;
|
|
2091
|
+
}
|
|
2092
|
+
export declare namespace DeleteAttachmentRequest {
|
|
2093
|
+
/**
|
|
2094
|
+
* @internal
|
|
2095
|
+
*/
|
|
2096
|
+
const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
|
|
2097
|
+
}
|
|
2098
|
+
export interface DeleteAttachmentResponse {
|
|
2099
|
+
/**
|
|
2100
|
+
* <p>Information about the deleted attachment.</p>
|
|
2101
|
+
*/
|
|
2102
|
+
Attachment?: Attachment;
|
|
2103
|
+
}
|
|
2104
|
+
export declare namespace DeleteAttachmentResponse {
|
|
2105
|
+
/**
|
|
2106
|
+
* @internal
|
|
2107
|
+
*/
|
|
2108
|
+
const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
|
|
2109
|
+
}
|
|
2110
|
+
export interface DeleteConnectionRequest {
|
|
2111
|
+
/**
|
|
2112
|
+
* <p>The ID of the global network.</p>
|
|
2113
|
+
*/
|
|
2114
|
+
GlobalNetworkId: string | undefined;
|
|
2115
|
+
/**
|
|
2116
|
+
* <p>The ID of the connection.</p>
|
|
2117
|
+
*/
|
|
2118
|
+
ConnectionId: string | undefined;
|
|
2119
|
+
}
|
|
2120
|
+
export declare namespace DeleteConnectionRequest {
|
|
2121
|
+
/**
|
|
2122
|
+
* @internal
|
|
2123
|
+
*/
|
|
2124
|
+
const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
|
|
2125
|
+
}
|
|
2126
|
+
export interface DeleteConnectionResponse {
|
|
2127
|
+
/**
|
|
2128
|
+
* <p>Information about the connection.</p>
|
|
989
2129
|
*/
|
|
990
|
-
|
|
2130
|
+
Connection?: Connection;
|
|
2131
|
+
}
|
|
2132
|
+
export declare namespace DeleteConnectionResponse {
|
|
991
2133
|
/**
|
|
992
|
-
*
|
|
2134
|
+
* @internal
|
|
993
2135
|
*/
|
|
994
|
-
|
|
2136
|
+
const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
|
|
2137
|
+
}
|
|
2138
|
+
export interface DeleteConnectPeerRequest {
|
|
995
2139
|
/**
|
|
996
|
-
* <p>The
|
|
2140
|
+
* <p>The ID of the deleted Connect peer.</p>
|
|
997
2141
|
*/
|
|
998
|
-
|
|
2142
|
+
ConnectPeerId: string | undefined;
|
|
2143
|
+
}
|
|
2144
|
+
export declare namespace DeleteConnectPeerRequest {
|
|
999
2145
|
/**
|
|
1000
|
-
*
|
|
2146
|
+
* @internal
|
|
1001
2147
|
*/
|
|
1002
|
-
|
|
2148
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
|
|
2149
|
+
}
|
|
2150
|
+
export interface DeleteConnectPeerResponse {
|
|
1003
2151
|
/**
|
|
1004
|
-
* <p>
|
|
2152
|
+
* <p>Information about the deleted Connect peer.</p>
|
|
1005
2153
|
*/
|
|
1006
|
-
|
|
2154
|
+
ConnectPeer?: ConnectPeer;
|
|
2155
|
+
}
|
|
2156
|
+
export declare namespace DeleteConnectPeerResponse {
|
|
1007
2157
|
/**
|
|
1008
|
-
*
|
|
2158
|
+
* @internal
|
|
1009
2159
|
*/
|
|
1010
|
-
|
|
2160
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
|
|
2161
|
+
}
|
|
2162
|
+
export interface DeleteCoreNetworkRequest {
|
|
1011
2163
|
/**
|
|
1012
|
-
* <p>The
|
|
2164
|
+
* <p>The network ID of the deleted core network.</p>
|
|
1013
2165
|
*/
|
|
1014
|
-
|
|
2166
|
+
CoreNetworkId: string | undefined;
|
|
1015
2167
|
}
|
|
1016
|
-
export declare namespace
|
|
2168
|
+
export declare namespace DeleteCoreNetworkRequest {
|
|
1017
2169
|
/**
|
|
1018
2170
|
* @internal
|
|
1019
2171
|
*/
|
|
1020
|
-
const filterSensitiveLog: (obj:
|
|
2172
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
|
|
1021
2173
|
}
|
|
1022
|
-
export interface
|
|
2174
|
+
export interface DeleteCoreNetworkResponse {
|
|
1023
2175
|
/**
|
|
1024
|
-
* <p>Information about the
|
|
2176
|
+
* <p>Information about the deleted core network.</p>
|
|
1025
2177
|
*/
|
|
1026
|
-
|
|
2178
|
+
CoreNetwork?: CoreNetwork;
|
|
1027
2179
|
}
|
|
1028
|
-
export declare namespace
|
|
2180
|
+
export declare namespace DeleteCoreNetworkResponse {
|
|
1029
2181
|
/**
|
|
1030
2182
|
* @internal
|
|
1031
2183
|
*/
|
|
1032
|
-
const filterSensitiveLog: (obj:
|
|
2184
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
|
|
1033
2185
|
}
|
|
1034
|
-
export interface
|
|
2186
|
+
export interface DeleteCoreNetworkPolicyVersionRequest {
|
|
1035
2187
|
/**
|
|
1036
|
-
* <p>The ID of the
|
|
2188
|
+
* <p>The ID of a core network for the deleted policy.</p>
|
|
1037
2189
|
*/
|
|
1038
|
-
|
|
2190
|
+
CoreNetworkId: string | undefined;
|
|
1039
2191
|
/**
|
|
1040
|
-
* <p>The ID of the
|
|
2192
|
+
* <p>The version ID of the deleted policy.</p>
|
|
1041
2193
|
*/
|
|
1042
|
-
|
|
2194
|
+
PolicyVersionId: number | undefined;
|
|
1043
2195
|
}
|
|
1044
|
-
export declare namespace
|
|
2196
|
+
export declare namespace DeleteCoreNetworkPolicyVersionRequest {
|
|
1045
2197
|
/**
|
|
1046
2198
|
* @internal
|
|
1047
2199
|
*/
|
|
1048
|
-
const filterSensitiveLog: (obj:
|
|
2200
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
|
|
1049
2201
|
}
|
|
1050
|
-
export interface
|
|
2202
|
+
export interface DeleteCoreNetworkPolicyVersionResponse {
|
|
1051
2203
|
/**
|
|
1052
|
-
* <p>
|
|
2204
|
+
* <p>Returns information about the deleted policy version. </p>
|
|
1053
2205
|
*/
|
|
1054
|
-
|
|
2206
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
1055
2207
|
}
|
|
1056
|
-
export declare namespace
|
|
2208
|
+
export declare namespace DeleteCoreNetworkPolicyVersionResponse {
|
|
1057
2209
|
/**
|
|
1058
2210
|
* @internal
|
|
1059
2211
|
*/
|
|
1060
|
-
const filterSensitiveLog: (obj:
|
|
2212
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
|
|
1061
2213
|
}
|
|
1062
2214
|
export interface DeleteDeviceRequest {
|
|
1063
2215
|
/**
|
|
@@ -1139,6 +2291,26 @@ export declare namespace DeleteLinkResponse {
|
|
|
1139
2291
|
*/
|
|
1140
2292
|
const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
|
|
1141
2293
|
}
|
|
2294
|
+
export interface DeleteResourcePolicyRequest {
|
|
2295
|
+
/**
|
|
2296
|
+
* <p>The ARN of the policy to delete.</p>
|
|
2297
|
+
*/
|
|
2298
|
+
ResourceArn: string | undefined;
|
|
2299
|
+
}
|
|
2300
|
+
export declare namespace DeleteResourcePolicyRequest {
|
|
2301
|
+
/**
|
|
2302
|
+
* @internal
|
|
2303
|
+
*/
|
|
2304
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
2305
|
+
}
|
|
2306
|
+
export interface DeleteResourcePolicyResponse {
|
|
2307
|
+
}
|
|
2308
|
+
export declare namespace DeleteResourcePolicyResponse {
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
*/
|
|
2312
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2313
|
+
}
|
|
1142
2314
|
export interface DeleteSiteRequest {
|
|
1143
2315
|
/**
|
|
1144
2316
|
* <p>The ID of the global network.</p>
|
|
@@ -1280,6 +2452,34 @@ export declare namespace DescribeGlobalNetworksResponse {
|
|
|
1280
2452
|
*/
|
|
1281
2453
|
const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
|
|
1282
2454
|
}
|
|
2455
|
+
export interface DisassociateConnectPeerRequest {
|
|
2456
|
+
/**
|
|
2457
|
+
* <p>The ID of the global network.</p>
|
|
2458
|
+
*/
|
|
2459
|
+
GlobalNetworkId: string | undefined;
|
|
2460
|
+
/**
|
|
2461
|
+
* <p>The ID of the Connect peer to disassociate from a device.</p>
|
|
2462
|
+
*/
|
|
2463
|
+
ConnectPeerId: string | undefined;
|
|
2464
|
+
}
|
|
2465
|
+
export declare namespace DisassociateConnectPeerRequest {
|
|
2466
|
+
/**
|
|
2467
|
+
* @internal
|
|
2468
|
+
*/
|
|
2469
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
|
|
2470
|
+
}
|
|
2471
|
+
export interface DisassociateConnectPeerResponse {
|
|
2472
|
+
/**
|
|
2473
|
+
* <p>Describes the Connect peer association.</p>
|
|
2474
|
+
*/
|
|
2475
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
2476
|
+
}
|
|
2477
|
+
export declare namespace DisassociateConnectPeerResponse {
|
|
2478
|
+
/**
|
|
2479
|
+
* @internal
|
|
2480
|
+
*/
|
|
2481
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
|
|
2482
|
+
}
|
|
1283
2483
|
export interface DisassociateCustomerGatewayRequest {
|
|
1284
2484
|
/**
|
|
1285
2485
|
* <p>The ID of the global network.</p>
|
|
@@ -1368,6 +2568,54 @@ export declare namespace DisassociateTransitGatewayConnectPeerResponse {
|
|
|
1368
2568
|
*/
|
|
1369
2569
|
const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
|
|
1370
2570
|
}
|
|
2571
|
+
export interface ExecuteCoreNetworkChangeSetRequest {
|
|
2572
|
+
/**
|
|
2573
|
+
* <p>The ID of a core network.</p>
|
|
2574
|
+
*/
|
|
2575
|
+
CoreNetworkId: string | undefined;
|
|
2576
|
+
/**
|
|
2577
|
+
* <p>The ID of the policy version.</p>
|
|
2578
|
+
*/
|
|
2579
|
+
PolicyVersionId: number | undefined;
|
|
2580
|
+
}
|
|
2581
|
+
export declare namespace ExecuteCoreNetworkChangeSetRequest {
|
|
2582
|
+
/**
|
|
2583
|
+
* @internal
|
|
2584
|
+
*/
|
|
2585
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
|
|
2586
|
+
}
|
|
2587
|
+
export interface ExecuteCoreNetworkChangeSetResponse {
|
|
2588
|
+
}
|
|
2589
|
+
export declare namespace ExecuteCoreNetworkChangeSetResponse {
|
|
2590
|
+
/**
|
|
2591
|
+
* @internal
|
|
2592
|
+
*/
|
|
2593
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
|
|
2594
|
+
}
|
|
2595
|
+
export interface GetConnectAttachmentRequest {
|
|
2596
|
+
/**
|
|
2597
|
+
* <p>The ID of the attachment.</p>
|
|
2598
|
+
*/
|
|
2599
|
+
AttachmentId: string | undefined;
|
|
2600
|
+
}
|
|
2601
|
+
export declare namespace GetConnectAttachmentRequest {
|
|
2602
|
+
/**
|
|
2603
|
+
* @internal
|
|
2604
|
+
*/
|
|
2605
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
|
|
2606
|
+
}
|
|
2607
|
+
export interface GetConnectAttachmentResponse {
|
|
2608
|
+
/**
|
|
2609
|
+
* <p>Details about the Connect attachment.</p>
|
|
2610
|
+
*/
|
|
2611
|
+
ConnectAttachment?: ConnectAttachment;
|
|
2612
|
+
}
|
|
2613
|
+
export declare namespace GetConnectAttachmentResponse {
|
|
2614
|
+
/**
|
|
2615
|
+
* @internal
|
|
2616
|
+
*/
|
|
2617
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
|
|
2618
|
+
}
|
|
1371
2619
|
export interface GetConnectionsRequest {
|
|
1372
2620
|
/**
|
|
1373
2621
|
* <p>The ID of the global network.</p>
|
|
@@ -1412,6 +2660,166 @@ export declare namespace GetConnectionsResponse {
|
|
|
1412
2660
|
*/
|
|
1413
2661
|
const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
|
|
1414
2662
|
}
|
|
2663
|
+
export interface GetConnectPeerRequest {
|
|
2664
|
+
/**
|
|
2665
|
+
* <p>The ID of the Connect peer.</p>
|
|
2666
|
+
*/
|
|
2667
|
+
ConnectPeerId: string | undefined;
|
|
2668
|
+
}
|
|
2669
|
+
export declare namespace GetConnectPeerRequest {
|
|
2670
|
+
/**
|
|
2671
|
+
* @internal
|
|
2672
|
+
*/
|
|
2673
|
+
const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
|
|
2674
|
+
}
|
|
2675
|
+
export interface GetConnectPeerResponse {
|
|
2676
|
+
/**
|
|
2677
|
+
* <p>Returns information about a core network Connect peer.</p>
|
|
2678
|
+
*/
|
|
2679
|
+
ConnectPeer?: ConnectPeer;
|
|
2680
|
+
}
|
|
2681
|
+
export declare namespace GetConnectPeerResponse {
|
|
2682
|
+
/**
|
|
2683
|
+
* @internal
|
|
2684
|
+
*/
|
|
2685
|
+
const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
|
|
2686
|
+
}
|
|
2687
|
+
export interface GetConnectPeerAssociationsRequest {
|
|
2688
|
+
/**
|
|
2689
|
+
* <p>The ID of the global network.</p>
|
|
2690
|
+
*/
|
|
2691
|
+
GlobalNetworkId: string | undefined;
|
|
2692
|
+
/**
|
|
2693
|
+
* <p>The IDs of the Connect peers.</p>
|
|
2694
|
+
*/
|
|
2695
|
+
ConnectPeerIds?: string[];
|
|
2696
|
+
/**
|
|
2697
|
+
* <p>The maximum number of results to return.</p>
|
|
2698
|
+
*/
|
|
2699
|
+
MaxResults?: number;
|
|
2700
|
+
/**
|
|
2701
|
+
* <p>The token for the next page of results.</p>
|
|
2702
|
+
*/
|
|
2703
|
+
NextToken?: string;
|
|
2704
|
+
}
|
|
2705
|
+
export declare namespace GetConnectPeerAssociationsRequest {
|
|
2706
|
+
/**
|
|
2707
|
+
* @internal
|
|
2708
|
+
*/
|
|
2709
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
|
|
2710
|
+
}
|
|
2711
|
+
export interface GetConnectPeerAssociationsResponse {
|
|
2712
|
+
/**
|
|
2713
|
+
* <p>Displays a list of Connect peer associations.</p>
|
|
2714
|
+
*/
|
|
2715
|
+
ConnectPeerAssociations?: ConnectPeerAssociation[];
|
|
2716
|
+
/**
|
|
2717
|
+
* <p>The token for the next page of results.</p>
|
|
2718
|
+
*/
|
|
2719
|
+
NextToken?: string;
|
|
2720
|
+
}
|
|
2721
|
+
export declare namespace GetConnectPeerAssociationsResponse {
|
|
2722
|
+
/**
|
|
2723
|
+
* @internal
|
|
2724
|
+
*/
|
|
2725
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
|
|
2726
|
+
}
|
|
2727
|
+
export interface GetCoreNetworkRequest {
|
|
2728
|
+
/**
|
|
2729
|
+
* <p>The ID of a core network.</p>
|
|
2730
|
+
*/
|
|
2731
|
+
CoreNetworkId: string | undefined;
|
|
2732
|
+
}
|
|
2733
|
+
export declare namespace GetCoreNetworkRequest {
|
|
2734
|
+
/**
|
|
2735
|
+
* @internal
|
|
2736
|
+
*/
|
|
2737
|
+
const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
|
|
2738
|
+
}
|
|
2739
|
+
export interface GetCoreNetworkResponse {
|
|
2740
|
+
/**
|
|
2741
|
+
* <p>Details about a core network.</p>
|
|
2742
|
+
*/
|
|
2743
|
+
CoreNetwork?: CoreNetwork;
|
|
2744
|
+
}
|
|
2745
|
+
export declare namespace GetCoreNetworkResponse {
|
|
2746
|
+
/**
|
|
2747
|
+
* @internal
|
|
2748
|
+
*/
|
|
2749
|
+
const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
|
|
2750
|
+
}
|
|
2751
|
+
export interface GetCoreNetworkChangeSetRequest {
|
|
2752
|
+
/**
|
|
2753
|
+
* <p>The ID of a core network.</p>
|
|
2754
|
+
*/
|
|
2755
|
+
CoreNetworkId: string | undefined;
|
|
2756
|
+
/**
|
|
2757
|
+
* <p>The ID of the policy version.</p>
|
|
2758
|
+
*/
|
|
2759
|
+
PolicyVersionId: number | undefined;
|
|
2760
|
+
/**
|
|
2761
|
+
* <p>The maximum number of results to return.</p>
|
|
2762
|
+
*/
|
|
2763
|
+
MaxResults?: number;
|
|
2764
|
+
/**
|
|
2765
|
+
* <p>The token for the next page of results.</p>
|
|
2766
|
+
*/
|
|
2767
|
+
NextToken?: string;
|
|
2768
|
+
}
|
|
2769
|
+
export declare namespace GetCoreNetworkChangeSetRequest {
|
|
2770
|
+
/**
|
|
2771
|
+
* @internal
|
|
2772
|
+
*/
|
|
2773
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
|
|
2774
|
+
}
|
|
2775
|
+
export interface GetCoreNetworkChangeSetResponse {
|
|
2776
|
+
/**
|
|
2777
|
+
* <p>Describes a core network changes.</p>
|
|
2778
|
+
*/
|
|
2779
|
+
CoreNetworkChanges?: CoreNetworkChange[];
|
|
2780
|
+
/**
|
|
2781
|
+
* <p>The token for the next page of results.</p>
|
|
2782
|
+
*/
|
|
2783
|
+
NextToken?: string;
|
|
2784
|
+
}
|
|
2785
|
+
export declare namespace GetCoreNetworkChangeSetResponse {
|
|
2786
|
+
/**
|
|
2787
|
+
* @internal
|
|
2788
|
+
*/
|
|
2789
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
|
|
2790
|
+
}
|
|
2791
|
+
export interface GetCoreNetworkPolicyRequest {
|
|
2792
|
+
/**
|
|
2793
|
+
* <p>The ID of a core network.</p>
|
|
2794
|
+
*/
|
|
2795
|
+
CoreNetworkId: string | undefined;
|
|
2796
|
+
/**
|
|
2797
|
+
* <p>The ID of a core network policy version.</p>
|
|
2798
|
+
*/
|
|
2799
|
+
PolicyVersionId?: number;
|
|
2800
|
+
/**
|
|
2801
|
+
* <p>The alias of a core network policy </p>
|
|
2802
|
+
*/
|
|
2803
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
2804
|
+
}
|
|
2805
|
+
export declare namespace GetCoreNetworkPolicyRequest {
|
|
2806
|
+
/**
|
|
2807
|
+
* @internal
|
|
2808
|
+
*/
|
|
2809
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
|
|
2810
|
+
}
|
|
2811
|
+
export interface GetCoreNetworkPolicyResponse {
|
|
2812
|
+
/**
|
|
2813
|
+
* <p>The details about a core network policy.</p>
|
|
2814
|
+
*/
|
|
2815
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
2816
|
+
}
|
|
2817
|
+
export declare namespace GetCoreNetworkPolicyResponse {
|
|
2818
|
+
/**
|
|
2819
|
+
* @internal
|
|
2820
|
+
*/
|
|
2821
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
|
|
2822
|
+
}
|
|
1415
2823
|
export interface GetCustomerGatewayAssociationsRequest {
|
|
1416
2824
|
/**
|
|
1417
2825
|
* <p>The ID of the global network.</p>
|
|
@@ -1732,6 +3140,10 @@ export interface GetNetworkResourceRelationshipsRequest {
|
|
|
1732
3140
|
* <p>The ID of the global network.</p>
|
|
1733
3141
|
*/
|
|
1734
3142
|
GlobalNetworkId: string | undefined;
|
|
3143
|
+
/**
|
|
3144
|
+
* <p>The ID of a core network.</p>
|
|
3145
|
+
*/
|
|
3146
|
+
CoreNetworkId?: string;
|
|
1735
3147
|
/**
|
|
1736
3148
|
* <p>The ARN of the registered gateway.</p>
|
|
1737
3149
|
*/
|
|
@@ -1883,6 +3295,10 @@ export interface GetNetworkResourcesRequest {
|
|
|
1883
3295
|
* <p>The ID of the global network.</p>
|
|
1884
3296
|
*/
|
|
1885
3297
|
GlobalNetworkId: string | undefined;
|
|
3298
|
+
/**
|
|
3299
|
+
* <p>The ID of a core network.</p>
|
|
3300
|
+
*/
|
|
3301
|
+
CoreNetworkId?: string;
|
|
1886
3302
|
/**
|
|
1887
3303
|
* <p>The ARN of the gateway.</p>
|
|
1888
3304
|
*/
|
|
@@ -2002,6 +3418,10 @@ export interface NetworkResource {
|
|
|
2002
3418
|
* <p>The ARN of the gateway.</p>
|
|
2003
3419
|
*/
|
|
2004
3420
|
RegisteredGatewayArn?: string;
|
|
3421
|
+
/**
|
|
3422
|
+
* <p>a core network ID.</p>
|
|
3423
|
+
*/
|
|
3424
|
+
CoreNetworkId?: string;
|
|
2005
3425
|
/**
|
|
2006
3426
|
* <p>The Amazon Web Services Region.</p>
|
|
2007
3427
|
*/
|
|
@@ -2147,6 +3567,10 @@ export interface RouteTableIdentifier {
|
|
|
2147
3567
|
* <p>The ARN of the transit gateway route table.</p>
|
|
2148
3568
|
*/
|
|
2149
3569
|
TransitGatewayRouteTableArn?: string;
|
|
3570
|
+
/**
|
|
3571
|
+
* <p>The segment edge in a core network.</p>
|
|
3572
|
+
*/
|
|
3573
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
2150
3574
|
}
|
|
2151
3575
|
export declare namespace RouteTableIdentifier {
|
|
2152
3576
|
/**
|
|
@@ -2216,10 +3640,22 @@ export declare namespace GetNetworkRoutesRequest {
|
|
|
2216
3640
|
* <p>Describes the destination of a network route.</p>
|
|
2217
3641
|
*/
|
|
2218
3642
|
export interface NetworkRouteDestination {
|
|
3643
|
+
/**
|
|
3644
|
+
* <p>The ID of a core network attachment.</p>
|
|
3645
|
+
*/
|
|
3646
|
+
CoreNetworkAttachmentId?: string;
|
|
2219
3647
|
/**
|
|
2220
3648
|
* <p>The ID of the transit gateway attachment.</p>
|
|
2221
3649
|
*/
|
|
2222
3650
|
TransitGatewayAttachmentId?: string;
|
|
3651
|
+
/**
|
|
3652
|
+
* <p>The name of the segment.</p>
|
|
3653
|
+
*/
|
|
3654
|
+
SegmentName?: string;
|
|
3655
|
+
/**
|
|
3656
|
+
* <p>The edge location for the network destination.</p>
|
|
3657
|
+
*/
|
|
3658
|
+
EdgeLocation?: string;
|
|
2223
3659
|
/**
|
|
2224
3660
|
* <p>The resource type.</p>
|
|
2225
3661
|
*/
|
|
@@ -2267,6 +3703,7 @@ export declare namespace NetworkRoute {
|
|
|
2267
3703
|
const filterSensitiveLog: (obj: NetworkRoute) => any;
|
|
2268
3704
|
}
|
|
2269
3705
|
export declare enum RouteTableType {
|
|
3706
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
|
|
2270
3707
|
TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
|
|
2271
3708
|
}
|
|
2272
3709
|
export interface GetNetworkRoutesResponse {
|
|
@@ -2274,6 +3711,10 @@ export interface GetNetworkRoutesResponse {
|
|
|
2274
3711
|
* <p>The ARN of the route table.</p>
|
|
2275
3712
|
*/
|
|
2276
3713
|
RouteTableArn?: string;
|
|
3714
|
+
/**
|
|
3715
|
+
* <p>Describes a core network segment edge.</p>
|
|
3716
|
+
*/
|
|
3717
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
2277
3718
|
/**
|
|
2278
3719
|
* <p>The route table type.</p>
|
|
2279
3720
|
*/
|
|
@@ -2298,6 +3739,10 @@ export interface GetNetworkTelemetryRequest {
|
|
|
2298
3739
|
* <p>The ID of the global network.</p>
|
|
2299
3740
|
*/
|
|
2300
3741
|
GlobalNetworkId: string | undefined;
|
|
3742
|
+
/**
|
|
3743
|
+
* <p>The ID of a core network.</p>
|
|
3744
|
+
*/
|
|
3745
|
+
CoreNetworkId?: string;
|
|
2301
3746
|
/**
|
|
2302
3747
|
* <p>The ARN of the gateway.</p>
|
|
2303
3748
|
*/
|
|
@@ -2417,6 +3862,10 @@ export interface NetworkTelemetry {
|
|
|
2417
3862
|
* <p>The ARN of the gateway.</p>
|
|
2418
3863
|
*/
|
|
2419
3864
|
RegisteredGatewayArn?: string;
|
|
3865
|
+
/**
|
|
3866
|
+
* <p>The ID of a core network.</p>
|
|
3867
|
+
*/
|
|
3868
|
+
CoreNetworkId?: string;
|
|
2420
3869
|
/**
|
|
2421
3870
|
* <p>The Amazon Web Services Region.</p>
|
|
2422
3871
|
*/
|
|
@@ -2444,29 +3893,53 @@ export interface NetworkTelemetry {
|
|
|
2444
3893
|
/**
|
|
2445
3894
|
* <p>The connection health.</p>
|
|
2446
3895
|
*/
|
|
2447
|
-
Health?: ConnectionHealth;
|
|
3896
|
+
Health?: ConnectionHealth;
|
|
3897
|
+
}
|
|
3898
|
+
export declare namespace NetworkTelemetry {
|
|
3899
|
+
/**
|
|
3900
|
+
* @internal
|
|
3901
|
+
*/
|
|
3902
|
+
const filterSensitiveLog: (obj: NetworkTelemetry) => any;
|
|
3903
|
+
}
|
|
3904
|
+
export interface GetNetworkTelemetryResponse {
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>The network telemetry.</p>
|
|
3907
|
+
*/
|
|
3908
|
+
NetworkTelemetry?: NetworkTelemetry[];
|
|
3909
|
+
/**
|
|
3910
|
+
* <p>The token for the next page of results.</p>
|
|
3911
|
+
*/
|
|
3912
|
+
NextToken?: string;
|
|
3913
|
+
}
|
|
3914
|
+
export declare namespace GetNetworkTelemetryResponse {
|
|
3915
|
+
/**
|
|
3916
|
+
* @internal
|
|
3917
|
+
*/
|
|
3918
|
+
const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
|
|
3919
|
+
}
|
|
3920
|
+
export interface GetResourcePolicyRequest {
|
|
3921
|
+
/**
|
|
3922
|
+
* <p>The ARN of the resource.</p>
|
|
3923
|
+
*/
|
|
3924
|
+
ResourceArn: string | undefined;
|
|
2448
3925
|
}
|
|
2449
|
-
export declare namespace
|
|
3926
|
+
export declare namespace GetResourcePolicyRequest {
|
|
2450
3927
|
/**
|
|
2451
3928
|
* @internal
|
|
2452
3929
|
*/
|
|
2453
|
-
const filterSensitiveLog: (obj:
|
|
3930
|
+
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
2454
3931
|
}
|
|
2455
|
-
export interface
|
|
2456
|
-
/**
|
|
2457
|
-
* <p>The network telemetry.</p>
|
|
2458
|
-
*/
|
|
2459
|
-
NetworkTelemetry?: NetworkTelemetry[];
|
|
3932
|
+
export interface GetResourcePolicyResponse {
|
|
2460
3933
|
/**
|
|
2461
|
-
* <p>The
|
|
3934
|
+
* <p>The resource policy document.</p>
|
|
2462
3935
|
*/
|
|
2463
|
-
|
|
3936
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
2464
3937
|
}
|
|
2465
|
-
export declare namespace
|
|
3938
|
+
export declare namespace GetResourcePolicyResponse {
|
|
2466
3939
|
/**
|
|
2467
3940
|
* @internal
|
|
2468
3941
|
*/
|
|
2469
|
-
const filterSensitiveLog: (obj:
|
|
3942
|
+
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
2470
3943
|
}
|
|
2471
3944
|
export interface GetRouteAnalysisRequest {
|
|
2472
3945
|
/**
|
|
@@ -2778,6 +4251,30 @@ export declare namespace GetSitesResponse {
|
|
|
2778
4251
|
*/
|
|
2779
4252
|
const filterSensitiveLog: (obj: GetSitesResponse) => any;
|
|
2780
4253
|
}
|
|
4254
|
+
export interface GetSiteToSiteVpnAttachmentRequest {
|
|
4255
|
+
/**
|
|
4256
|
+
* <p>The ID of the attachment.</p>
|
|
4257
|
+
*/
|
|
4258
|
+
AttachmentId: string | undefined;
|
|
4259
|
+
}
|
|
4260
|
+
export declare namespace GetSiteToSiteVpnAttachmentRequest {
|
|
4261
|
+
/**
|
|
4262
|
+
* @internal
|
|
4263
|
+
*/
|
|
4264
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
|
|
4265
|
+
}
|
|
4266
|
+
export interface GetSiteToSiteVpnAttachmentResponse {
|
|
4267
|
+
/**
|
|
4268
|
+
* <p>Describes the site-to-site attachment.</p>
|
|
4269
|
+
*/
|
|
4270
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
4271
|
+
}
|
|
4272
|
+
export declare namespace GetSiteToSiteVpnAttachmentResponse {
|
|
4273
|
+
/**
|
|
4274
|
+
* @internal
|
|
4275
|
+
*/
|
|
4276
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
|
|
4277
|
+
}
|
|
2781
4278
|
export interface GetTransitGatewayConnectPeerAssociationsRequest {
|
|
2782
4279
|
/**
|
|
2783
4280
|
* <p>The ID of the global network.</p>
|
|
@@ -2859,6 +4356,186 @@ export declare namespace GetTransitGatewayRegistrationsResponse {
|
|
|
2859
4356
|
*/
|
|
2860
4357
|
const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
|
|
2861
4358
|
}
|
|
4359
|
+
export interface GetVpcAttachmentRequest {
|
|
4360
|
+
/**
|
|
4361
|
+
* <p>The ID of the attachment.</p>
|
|
4362
|
+
*/
|
|
4363
|
+
AttachmentId: string | undefined;
|
|
4364
|
+
}
|
|
4365
|
+
export declare namespace GetVpcAttachmentRequest {
|
|
4366
|
+
/**
|
|
4367
|
+
* @internal
|
|
4368
|
+
*/
|
|
4369
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
|
|
4370
|
+
}
|
|
4371
|
+
export interface GetVpcAttachmentResponse {
|
|
4372
|
+
/**
|
|
4373
|
+
* <p>Returns details about a VPC attachment.</p>
|
|
4374
|
+
*/
|
|
4375
|
+
VpcAttachment?: VpcAttachment;
|
|
4376
|
+
}
|
|
4377
|
+
export declare namespace GetVpcAttachmentResponse {
|
|
4378
|
+
/**
|
|
4379
|
+
* @internal
|
|
4380
|
+
*/
|
|
4381
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
|
|
4382
|
+
}
|
|
4383
|
+
export interface ListAttachmentsRequest {
|
|
4384
|
+
/**
|
|
4385
|
+
* <p>The ID of a core network.</p>
|
|
4386
|
+
*/
|
|
4387
|
+
CoreNetworkId?: string;
|
|
4388
|
+
/**
|
|
4389
|
+
* <p>The type of attachment.</p>
|
|
4390
|
+
*/
|
|
4391
|
+
AttachmentType?: AttachmentType | string;
|
|
4392
|
+
/**
|
|
4393
|
+
* <p>The Region where the edge is located.</p>
|
|
4394
|
+
*/
|
|
4395
|
+
EdgeLocation?: string;
|
|
4396
|
+
/**
|
|
4397
|
+
* <p>The state of the attachment.</p>
|
|
4398
|
+
*/
|
|
4399
|
+
State?: AttachmentState | string;
|
|
4400
|
+
/**
|
|
4401
|
+
* <p>The maximum number of results to return.</p>
|
|
4402
|
+
*/
|
|
4403
|
+
MaxResults?: number;
|
|
4404
|
+
/**
|
|
4405
|
+
* <p>The token for the next page of results.</p>
|
|
4406
|
+
*/
|
|
4407
|
+
NextToken?: string;
|
|
4408
|
+
}
|
|
4409
|
+
export declare namespace ListAttachmentsRequest {
|
|
4410
|
+
/**
|
|
4411
|
+
* @internal
|
|
4412
|
+
*/
|
|
4413
|
+
const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
|
|
4414
|
+
}
|
|
4415
|
+
export interface ListAttachmentsResponse {
|
|
4416
|
+
/**
|
|
4417
|
+
* <p>Describes the list of attachments.</p>
|
|
4418
|
+
*/
|
|
4419
|
+
Attachments?: Attachment[];
|
|
4420
|
+
/**
|
|
4421
|
+
* <p>The token for the next page of results.</p>
|
|
4422
|
+
*/
|
|
4423
|
+
NextToken?: string;
|
|
4424
|
+
}
|
|
4425
|
+
export declare namespace ListAttachmentsResponse {
|
|
4426
|
+
/**
|
|
4427
|
+
* @internal
|
|
4428
|
+
*/
|
|
4429
|
+
const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
|
|
4430
|
+
}
|
|
4431
|
+
export interface ListConnectPeersRequest {
|
|
4432
|
+
/**
|
|
4433
|
+
* <p>The ID of a core network.</p>
|
|
4434
|
+
*/
|
|
4435
|
+
CoreNetworkId?: string;
|
|
4436
|
+
/**
|
|
4437
|
+
* <p>The ID of the attachment.</p>
|
|
4438
|
+
*/
|
|
4439
|
+
ConnectAttachmentId?: string;
|
|
4440
|
+
/**
|
|
4441
|
+
* <p>The maximum number of results to return.</p>
|
|
4442
|
+
*/
|
|
4443
|
+
MaxResults?: number;
|
|
4444
|
+
/**
|
|
4445
|
+
* <p>The token for the next page of results.</p>
|
|
4446
|
+
*/
|
|
4447
|
+
NextToken?: string;
|
|
4448
|
+
}
|
|
4449
|
+
export declare namespace ListConnectPeersRequest {
|
|
4450
|
+
/**
|
|
4451
|
+
* @internal
|
|
4452
|
+
*/
|
|
4453
|
+
const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
|
|
4454
|
+
}
|
|
4455
|
+
export interface ListConnectPeersResponse {
|
|
4456
|
+
/**
|
|
4457
|
+
* <p>Describes the Connect peers.</p>
|
|
4458
|
+
*/
|
|
4459
|
+
ConnectPeers?: ConnectPeerSummary[];
|
|
4460
|
+
/**
|
|
4461
|
+
* <p>The token for the next page of results.</p>
|
|
4462
|
+
*/
|
|
4463
|
+
NextToken?: string;
|
|
4464
|
+
}
|
|
4465
|
+
export declare namespace ListConnectPeersResponse {
|
|
4466
|
+
/**
|
|
4467
|
+
* @internal
|
|
4468
|
+
*/
|
|
4469
|
+
const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
|
|
4470
|
+
}
|
|
4471
|
+
export interface ListCoreNetworkPolicyVersionsRequest {
|
|
4472
|
+
/**
|
|
4473
|
+
* <p>The ID of a core network.</p>
|
|
4474
|
+
*/
|
|
4475
|
+
CoreNetworkId: string | undefined;
|
|
4476
|
+
/**
|
|
4477
|
+
* <p>The maximum number of results to return.</p>
|
|
4478
|
+
*/
|
|
4479
|
+
MaxResults?: number;
|
|
4480
|
+
/**
|
|
4481
|
+
* <p>The token for the next page of results.</p>
|
|
4482
|
+
*/
|
|
4483
|
+
NextToken?: string;
|
|
4484
|
+
}
|
|
4485
|
+
export declare namespace ListCoreNetworkPolicyVersionsRequest {
|
|
4486
|
+
/**
|
|
4487
|
+
* @internal
|
|
4488
|
+
*/
|
|
4489
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
|
|
4490
|
+
}
|
|
4491
|
+
export interface ListCoreNetworkPolicyVersionsResponse {
|
|
4492
|
+
/**
|
|
4493
|
+
* <p>Describes core network policy versions.</p>
|
|
4494
|
+
*/
|
|
4495
|
+
CoreNetworkPolicyVersions?: CoreNetworkPolicyVersion[];
|
|
4496
|
+
/**
|
|
4497
|
+
* <p>The token for the next page of results.</p>
|
|
4498
|
+
*/
|
|
4499
|
+
NextToken?: string;
|
|
4500
|
+
}
|
|
4501
|
+
export declare namespace ListCoreNetworkPolicyVersionsResponse {
|
|
4502
|
+
/**
|
|
4503
|
+
* @internal
|
|
4504
|
+
*/
|
|
4505
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
|
|
4506
|
+
}
|
|
4507
|
+
export interface ListCoreNetworksRequest {
|
|
4508
|
+
/**
|
|
4509
|
+
* <p>The maximum number of results to return.</p>
|
|
4510
|
+
*/
|
|
4511
|
+
MaxResults?: number;
|
|
4512
|
+
/**
|
|
4513
|
+
* <p>The token for the next page of results.</p>
|
|
4514
|
+
*/
|
|
4515
|
+
NextToken?: string;
|
|
4516
|
+
}
|
|
4517
|
+
export declare namespace ListCoreNetworksRequest {
|
|
4518
|
+
/**
|
|
4519
|
+
* @internal
|
|
4520
|
+
*/
|
|
4521
|
+
const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
|
|
4522
|
+
}
|
|
4523
|
+
export interface ListCoreNetworksResponse {
|
|
4524
|
+
/**
|
|
4525
|
+
* <p>Describes the list of core networks.</p>
|
|
4526
|
+
*/
|
|
4527
|
+
CoreNetworks?: CoreNetworkSummary[];
|
|
4528
|
+
/**
|
|
4529
|
+
* <p>The token for the next page of results.</p>
|
|
4530
|
+
*/
|
|
4531
|
+
NextToken?: string;
|
|
4532
|
+
}
|
|
4533
|
+
export declare namespace ListCoreNetworksResponse {
|
|
4534
|
+
/**
|
|
4535
|
+
* @internal
|
|
4536
|
+
*/
|
|
4537
|
+
const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
|
|
4538
|
+
}
|
|
2862
4539
|
export interface ListTagsForResourceRequest {
|
|
2863
4540
|
/**
|
|
2864
4541
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2883,6 +4560,70 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
2883
4560
|
*/
|
|
2884
4561
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2885
4562
|
}
|
|
4563
|
+
export interface PutCoreNetworkPolicyRequest {
|
|
4564
|
+
/**
|
|
4565
|
+
* <p>The ID of a core network.</p>
|
|
4566
|
+
*/
|
|
4567
|
+
CoreNetworkId: string | undefined;
|
|
4568
|
+
/**
|
|
4569
|
+
* <p>The policy document.</p>
|
|
4570
|
+
*/
|
|
4571
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
4572
|
+
/**
|
|
4573
|
+
* <p>a core network policy description.</p>
|
|
4574
|
+
*/
|
|
4575
|
+
Description?: string;
|
|
4576
|
+
/**
|
|
4577
|
+
* <p>The ID of a core network policy. </p>
|
|
4578
|
+
*/
|
|
4579
|
+
LatestVersionId?: number;
|
|
4580
|
+
/**
|
|
4581
|
+
* <p>The client token associated with the request.</p>
|
|
4582
|
+
*/
|
|
4583
|
+
ClientToken?: string;
|
|
4584
|
+
}
|
|
4585
|
+
export declare namespace PutCoreNetworkPolicyRequest {
|
|
4586
|
+
/**
|
|
4587
|
+
* @internal
|
|
4588
|
+
*/
|
|
4589
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
|
|
4590
|
+
}
|
|
4591
|
+
export interface PutCoreNetworkPolicyResponse {
|
|
4592
|
+
/**
|
|
4593
|
+
* <p>Describes the changed core network policy.</p>
|
|
4594
|
+
*/
|
|
4595
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
4596
|
+
}
|
|
4597
|
+
export declare namespace PutCoreNetworkPolicyResponse {
|
|
4598
|
+
/**
|
|
4599
|
+
* @internal
|
|
4600
|
+
*/
|
|
4601
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
|
|
4602
|
+
}
|
|
4603
|
+
export interface PutResourcePolicyRequest {
|
|
4604
|
+
/**
|
|
4605
|
+
* <p>The JSON resource policy document.</p>
|
|
4606
|
+
*/
|
|
4607
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
4608
|
+
/**
|
|
4609
|
+
* <p>The ARN of the resource policy. </p>
|
|
4610
|
+
*/
|
|
4611
|
+
ResourceArn: string | undefined;
|
|
4612
|
+
}
|
|
4613
|
+
export declare namespace PutResourcePolicyRequest {
|
|
4614
|
+
/**
|
|
4615
|
+
* @internal
|
|
4616
|
+
*/
|
|
4617
|
+
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
4618
|
+
}
|
|
4619
|
+
export interface PutResourcePolicyResponse {
|
|
4620
|
+
}
|
|
4621
|
+
export declare namespace PutResourcePolicyResponse {
|
|
4622
|
+
/**
|
|
4623
|
+
* @internal
|
|
4624
|
+
*/
|
|
4625
|
+
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
4626
|
+
}
|
|
2886
4627
|
export interface RegisterTransitGatewayRequest {
|
|
2887
4628
|
/**
|
|
2888
4629
|
* <p>The ID of the global network.</p>
|
|
@@ -2911,6 +4652,58 @@ export declare namespace RegisterTransitGatewayResponse {
|
|
|
2911
4652
|
*/
|
|
2912
4653
|
const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
|
|
2913
4654
|
}
|
|
4655
|
+
export interface RejectAttachmentRequest {
|
|
4656
|
+
/**
|
|
4657
|
+
* <p>The ID of the attachment.</p>
|
|
4658
|
+
*/
|
|
4659
|
+
AttachmentId: string | undefined;
|
|
4660
|
+
}
|
|
4661
|
+
export declare namespace RejectAttachmentRequest {
|
|
4662
|
+
/**
|
|
4663
|
+
* @internal
|
|
4664
|
+
*/
|
|
4665
|
+
const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
|
|
4666
|
+
}
|
|
4667
|
+
export interface RejectAttachmentResponse {
|
|
4668
|
+
/**
|
|
4669
|
+
* <p>Describes the rejected attachment request.</p>
|
|
4670
|
+
*/
|
|
4671
|
+
Attachment?: Attachment;
|
|
4672
|
+
}
|
|
4673
|
+
export declare namespace RejectAttachmentResponse {
|
|
4674
|
+
/**
|
|
4675
|
+
* @internal
|
|
4676
|
+
*/
|
|
4677
|
+
const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
|
|
4678
|
+
}
|
|
4679
|
+
export interface RestoreCoreNetworkPolicyVersionRequest {
|
|
4680
|
+
/**
|
|
4681
|
+
* <p>The ID of a core network.</p>
|
|
4682
|
+
*/
|
|
4683
|
+
CoreNetworkId: string | undefined;
|
|
4684
|
+
/**
|
|
4685
|
+
* <p>The ID of the policy version to restore.</p>
|
|
4686
|
+
*/
|
|
4687
|
+
PolicyVersionId: number | undefined;
|
|
4688
|
+
}
|
|
4689
|
+
export declare namespace RestoreCoreNetworkPolicyVersionRequest {
|
|
4690
|
+
/**
|
|
4691
|
+
* @internal
|
|
4692
|
+
*/
|
|
4693
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
|
|
4694
|
+
}
|
|
4695
|
+
export interface RestoreCoreNetworkPolicyVersionResponse {
|
|
4696
|
+
/**
|
|
4697
|
+
* <p>Describes the restored core network policy.</p>
|
|
4698
|
+
*/
|
|
4699
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
4700
|
+
}
|
|
4701
|
+
export declare namespace RestoreCoreNetworkPolicyVersionResponse {
|
|
4702
|
+
/**
|
|
4703
|
+
* @internal
|
|
4704
|
+
*/
|
|
4705
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
|
|
4706
|
+
}
|
|
2914
4707
|
/**
|
|
2915
4708
|
* <p>Describes a source or a destination.</p>
|
|
2916
4709
|
*/
|
|
@@ -3060,6 +4853,34 @@ export declare namespace UpdateConnectionResponse {
|
|
|
3060
4853
|
*/
|
|
3061
4854
|
const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
|
|
3062
4855
|
}
|
|
4856
|
+
export interface UpdateCoreNetworkRequest {
|
|
4857
|
+
/**
|
|
4858
|
+
* <p>The ID of a core network.</p>
|
|
4859
|
+
*/
|
|
4860
|
+
CoreNetworkId: string | undefined;
|
|
4861
|
+
/**
|
|
4862
|
+
* <p>The description of the update.</p>
|
|
4863
|
+
*/
|
|
4864
|
+
Description?: string;
|
|
4865
|
+
}
|
|
4866
|
+
export declare namespace UpdateCoreNetworkRequest {
|
|
4867
|
+
/**
|
|
4868
|
+
* @internal
|
|
4869
|
+
*/
|
|
4870
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
|
|
4871
|
+
}
|
|
4872
|
+
export interface UpdateCoreNetworkResponse {
|
|
4873
|
+
/**
|
|
4874
|
+
* <p>Returns information about a core network update.</p>
|
|
4875
|
+
*/
|
|
4876
|
+
CoreNetwork?: CoreNetwork;
|
|
4877
|
+
}
|
|
4878
|
+
export declare namespace UpdateCoreNetworkResponse {
|
|
4879
|
+
/**
|
|
4880
|
+
* @internal
|
|
4881
|
+
*/
|
|
4882
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
|
|
4883
|
+
}
|
|
3063
4884
|
export interface UpdateDeviceRequest {
|
|
3064
4885
|
/**
|
|
3065
4886
|
* <p>The ID of the global network.</p>
|
|
@@ -3291,3 +5112,39 @@ export declare namespace UpdateSiteResponse {
|
|
|
3291
5112
|
*/
|
|
3292
5113
|
const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
|
|
3293
5114
|
}
|
|
5115
|
+
export interface UpdateVpcAttachmentRequest {
|
|
5116
|
+
/**
|
|
5117
|
+
* <p>The ID of the attachment.</p>
|
|
5118
|
+
*/
|
|
5119
|
+
AttachmentId: string | undefined;
|
|
5120
|
+
/**
|
|
5121
|
+
* <p>Adds a subnet ARN to the VPC attachment.</p>
|
|
5122
|
+
*/
|
|
5123
|
+
AddSubnetArns?: string[];
|
|
5124
|
+
/**
|
|
5125
|
+
* <p>Removes a subnet ARN from the attachment.</p>
|
|
5126
|
+
*/
|
|
5127
|
+
RemoveSubnetArns?: string[];
|
|
5128
|
+
/**
|
|
5129
|
+
* <p>Additional options for updating the VPC attachment. </p>
|
|
5130
|
+
*/
|
|
5131
|
+
Options?: VpcOptions;
|
|
5132
|
+
}
|
|
5133
|
+
export declare namespace UpdateVpcAttachmentRequest {
|
|
5134
|
+
/**
|
|
5135
|
+
* @internal
|
|
5136
|
+
*/
|
|
5137
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
|
|
5138
|
+
}
|
|
5139
|
+
export interface UpdateVpcAttachmentResponse {
|
|
5140
|
+
/**
|
|
5141
|
+
* <p>Describes the updated VPC attachment.</p>
|
|
5142
|
+
*/
|
|
5143
|
+
VpcAttachment?: VpcAttachment;
|
|
5144
|
+
}
|
|
5145
|
+
export declare namespace UpdateVpcAttachmentResponse {
|
|
5146
|
+
/**
|
|
5147
|
+
* @internal
|
|
5148
|
+
*/
|
|
5149
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
|
|
5150
|
+
}
|