@aws-sdk/client-networkmanager 3.43.0 → 3.47.1
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 +47 -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 +1 -0
- package/dist-cjs/models/models_0.js +628 -62
- 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-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- 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 +1 -0
- package/dist-es/models/models_0.js +443 -43
- 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-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/NetworkManager.d.ts +240 -0
- package/dist-types/NetworkManagerClient.d.ts +40 -3
- package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
- package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
- package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
- 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/DeleteCoreNetworkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
- 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/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/GetResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
- 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/PutCoreNetworkPolicyCommand.d.ts +35 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
- package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
- package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
- 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 +2066 -257
- 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/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +38 -3
- 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 +1186 -89
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +41 -46
|
@@ -1,90 +1,163 @@
|
|
|
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;
|
|
88
161
|
}
|
|
89
162
|
/**
|
|
90
163
|
* <p>There was a conflict processing the request. Updating or deleting the resource can
|
|
@@ -103,12 +176,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
103
176
|
*/
|
|
104
177
|
ResourceType: string | undefined;
|
|
105
178
|
}
|
|
106
|
-
export declare namespace ConflictException {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
111
|
-
}
|
|
112
179
|
/**
|
|
113
180
|
* <p>The request has failed due to an internal error.</p>
|
|
114
181
|
*/
|
|
@@ -121,12 +188,6 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
|
|
|
121
188
|
*/
|
|
122
189
|
RetryAfterSeconds?: number;
|
|
123
190
|
}
|
|
124
|
-
export declare namespace InternalServerException {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
129
|
-
}
|
|
130
191
|
/**
|
|
131
192
|
* <p>The specified resource could not be found.</p>
|
|
132
193
|
*/
|
|
@@ -142,49 +203,13 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
142
203
|
* <p>The resource type.</p>
|
|
143
204
|
*/
|
|
144
205
|
ResourceType: string | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The specified resource could not be found.</p>
|
|
208
|
+
*/
|
|
145
209
|
Context?: {
|
|
146
210
|
[key: string]: string;
|
|
147
211
|
};
|
|
148
212
|
}
|
|
149
|
-
export declare namespace ResourceNotFoundException {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
154
|
-
}
|
|
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
213
|
/**
|
|
189
214
|
* <p>The request was denied due to request throttling.</p>
|
|
190
215
|
*/
|
|
@@ -197,12 +222,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
197
222
|
*/
|
|
198
223
|
RetryAfterSeconds?: number;
|
|
199
224
|
}
|
|
200
|
-
export declare namespace ThrottlingException {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
205
|
-
}
|
|
206
225
|
/**
|
|
207
226
|
* <p>Describes a validation exception for a field.</p>
|
|
208
227
|
*/
|
|
@@ -244,17 +263,15 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
244
263
|
*/
|
|
245
264
|
Fields?: ValidationExceptionField[];
|
|
246
265
|
}
|
|
247
|
-
export
|
|
266
|
+
export interface AssociateConnectPeerRequest {
|
|
248
267
|
/**
|
|
249
|
-
*
|
|
268
|
+
* <p>The ID of your global network.</p>
|
|
250
269
|
*/
|
|
251
|
-
|
|
252
|
-
}
|
|
253
|
-
export interface AssociateLinkRequest {
|
|
270
|
+
GlobalNetworkId: string | undefined;
|
|
254
271
|
/**
|
|
255
|
-
* <p>The ID of the
|
|
272
|
+
* <p>The ID of the Connect peer.</p>
|
|
256
273
|
*/
|
|
257
|
-
|
|
274
|
+
ConnectPeerId: string | undefined;
|
|
258
275
|
/**
|
|
259
276
|
* <p>The ID of the device.</p>
|
|
260
277
|
*/
|
|
@@ -262,30 +279,34 @@ export interface AssociateLinkRequest {
|
|
|
262
279
|
/**
|
|
263
280
|
* <p>The ID of the link.</p>
|
|
264
281
|
*/
|
|
265
|
-
LinkId
|
|
282
|
+
LinkId?: string;
|
|
266
283
|
}
|
|
267
|
-
export declare namespace
|
|
284
|
+
export declare namespace AssociateConnectPeerRequest {
|
|
268
285
|
/**
|
|
269
286
|
* @internal
|
|
270
287
|
*/
|
|
271
|
-
const filterSensitiveLog: (obj:
|
|
288
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
|
|
272
289
|
}
|
|
273
|
-
export declare enum
|
|
290
|
+
export declare enum ConnectPeerAssociationState {
|
|
274
291
|
available = "AVAILABLE",
|
|
275
292
|
deleted = "DELETED",
|
|
276
293
|
deleting = "DELETING",
|
|
277
294
|
pending = "PENDING"
|
|
278
295
|
}
|
|
279
296
|
/**
|
|
280
|
-
* <p>Describes
|
|
297
|
+
* <p>Describes a core network Connect peer association.</p>
|
|
281
298
|
*/
|
|
282
|
-
export interface
|
|
299
|
+
export interface ConnectPeerAssociation {
|
|
300
|
+
/**
|
|
301
|
+
* <p>The ID of the Connect peer.</p>
|
|
302
|
+
*/
|
|
303
|
+
ConnectPeerId?: string;
|
|
283
304
|
/**
|
|
284
305
|
* <p>The ID of the global network.</p>
|
|
285
306
|
*/
|
|
286
307
|
GlobalNetworkId?: string;
|
|
287
308
|
/**
|
|
288
|
-
* <p>The
|
|
309
|
+
* <p>The ID of the device to connect to.</p>
|
|
289
310
|
*/
|
|
290
311
|
DeviceId?: string;
|
|
291
312
|
/**
|
|
@@ -293,37 +314,64 @@ export interface LinkAssociation {
|
|
|
293
314
|
*/
|
|
294
315
|
LinkId?: string;
|
|
295
316
|
/**
|
|
296
|
-
* <p>The state of the association.</p>
|
|
317
|
+
* <p>The state of the Connect peer association.</p>
|
|
297
318
|
*/
|
|
298
|
-
|
|
319
|
+
State?: ConnectPeerAssociationState | string;
|
|
299
320
|
}
|
|
300
|
-
export declare namespace
|
|
321
|
+
export declare namespace ConnectPeerAssociation {
|
|
301
322
|
/**
|
|
302
323
|
* @internal
|
|
303
324
|
*/
|
|
304
|
-
const filterSensitiveLog: (obj:
|
|
325
|
+
const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
|
|
305
326
|
}
|
|
306
|
-
export interface
|
|
327
|
+
export interface AssociateConnectPeerResponse {
|
|
307
328
|
/**
|
|
308
|
-
* <p>The
|
|
329
|
+
* <p>The response to the Connect peer request.</p>
|
|
309
330
|
*/
|
|
310
|
-
|
|
331
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
311
332
|
}
|
|
312
|
-
export declare namespace
|
|
333
|
+
export declare namespace AssociateConnectPeerResponse {
|
|
313
334
|
/**
|
|
314
335
|
* @internal
|
|
315
336
|
*/
|
|
316
|
-
const filterSensitiveLog: (obj:
|
|
337
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
|
|
317
338
|
}
|
|
318
|
-
|
|
339
|
+
/**
|
|
340
|
+
* <p>A service limit was exceeded.</p>
|
|
341
|
+
*/
|
|
342
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
343
|
+
name: "ServiceQuotaExceededException";
|
|
344
|
+
$fault: "client";
|
|
319
345
|
/**
|
|
320
|
-
* <p>The
|
|
346
|
+
* <p>The error message.</p>
|
|
321
347
|
*/
|
|
322
|
-
|
|
348
|
+
Message: string | undefined;
|
|
323
349
|
/**
|
|
324
|
-
* <p>The
|
|
350
|
+
* <p>The ID of the resource.</p>
|
|
325
351
|
*/
|
|
326
|
-
|
|
352
|
+
ResourceId?: string;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The resource type.</p>
|
|
355
|
+
*/
|
|
356
|
+
ResourceType?: string;
|
|
357
|
+
/**
|
|
358
|
+
* <p>The limit code.</p>
|
|
359
|
+
*/
|
|
360
|
+
LimitCode: string | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* <p>The service code.</p>
|
|
363
|
+
*/
|
|
364
|
+
ServiceCode: string | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface AssociateCustomerGatewayRequest {
|
|
367
|
+
/**
|
|
368
|
+
* <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
|
|
369
|
+
*/
|
|
370
|
+
CustomerGatewayArn: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>The ID of the global network.</p>
|
|
373
|
+
*/
|
|
374
|
+
GlobalNetworkId: string | undefined;
|
|
327
375
|
/**
|
|
328
376
|
* <p>The ID of the device.</p>
|
|
329
377
|
*/
|
|
@@ -333,26 +381,26 @@ export interface AssociateTransitGatewayConnectPeerRequest {
|
|
|
333
381
|
*/
|
|
334
382
|
LinkId?: string;
|
|
335
383
|
}
|
|
336
|
-
export declare namespace
|
|
384
|
+
export declare namespace AssociateCustomerGatewayRequest {
|
|
337
385
|
/**
|
|
338
386
|
* @internal
|
|
339
387
|
*/
|
|
340
|
-
const filterSensitiveLog: (obj:
|
|
388
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
|
|
341
389
|
}
|
|
342
|
-
export declare enum
|
|
390
|
+
export declare enum CustomerGatewayAssociationState {
|
|
343
391
|
available = "AVAILABLE",
|
|
344
392
|
deleted = "DELETED",
|
|
345
393
|
deleting = "DELETING",
|
|
346
394
|
pending = "PENDING"
|
|
347
395
|
}
|
|
348
396
|
/**
|
|
349
|
-
* <p>Describes a
|
|
397
|
+
* <p>Describes the association between a customer gateway, a device, and a link.</p>
|
|
350
398
|
*/
|
|
351
|
-
export interface
|
|
399
|
+
export interface CustomerGatewayAssociation {
|
|
352
400
|
/**
|
|
353
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
401
|
+
* <p>The Amazon Resource Name (ARN) of the customer gateway.</p>
|
|
354
402
|
*/
|
|
355
|
-
|
|
403
|
+
CustomerGatewayArn?: string;
|
|
356
404
|
/**
|
|
357
405
|
* <p>The ID of the global network.</p>
|
|
358
406
|
*/
|
|
@@ -366,43 +414,181 @@ export interface TransitGatewayConnectPeerAssociation {
|
|
|
366
414
|
*/
|
|
367
415
|
LinkId?: string;
|
|
368
416
|
/**
|
|
369
|
-
* <p>The state
|
|
417
|
+
* <p>The association state.</p>
|
|
370
418
|
*/
|
|
371
|
-
State?:
|
|
419
|
+
State?: CustomerGatewayAssociationState | string;
|
|
372
420
|
}
|
|
373
|
-
export declare namespace
|
|
421
|
+
export declare namespace CustomerGatewayAssociation {
|
|
374
422
|
/**
|
|
375
423
|
* @internal
|
|
376
424
|
*/
|
|
377
|
-
const filterSensitiveLog: (obj:
|
|
425
|
+
const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
|
|
378
426
|
}
|
|
379
|
-
export interface
|
|
427
|
+
export interface AssociateCustomerGatewayResponse {
|
|
380
428
|
/**
|
|
381
|
-
* <p>The
|
|
429
|
+
* <p>The customer gateway association.</p>
|
|
382
430
|
*/
|
|
383
|
-
|
|
431
|
+
CustomerGatewayAssociation?: CustomerGatewayAssociation;
|
|
384
432
|
}
|
|
385
|
-
export declare namespace
|
|
433
|
+
export declare namespace AssociateCustomerGatewayResponse {
|
|
386
434
|
/**
|
|
387
435
|
* @internal
|
|
388
436
|
*/
|
|
389
|
-
const filterSensitiveLog: (obj:
|
|
437
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
|
|
390
438
|
}
|
|
391
|
-
|
|
392
|
-
* <p>Specifies a location in Amazon Web Services.</p>
|
|
393
|
-
*/
|
|
394
|
-
export interface AWSLocation {
|
|
439
|
+
export interface AssociateLinkRequest {
|
|
395
440
|
/**
|
|
396
|
-
* <p>The
|
|
397
|
-
* Zone, Wavelength Zone, or an Outpost.</p>
|
|
441
|
+
* <p>The ID of the global network.</p>
|
|
398
442
|
*/
|
|
399
|
-
|
|
443
|
+
GlobalNetworkId: string | undefined;
|
|
400
444
|
/**
|
|
401
|
-
* <p>The
|
|
445
|
+
* <p>The ID of the device.</p>
|
|
402
446
|
*/
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
447
|
+
DeviceId: string | undefined;
|
|
448
|
+
/**
|
|
449
|
+
* <p>The ID of the link.</p>
|
|
450
|
+
*/
|
|
451
|
+
LinkId: string | undefined;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace AssociateLinkRequest {
|
|
454
|
+
/**
|
|
455
|
+
* @internal
|
|
456
|
+
*/
|
|
457
|
+
const filterSensitiveLog: (obj: AssociateLinkRequest) => any;
|
|
458
|
+
}
|
|
459
|
+
export declare enum LinkAssociationState {
|
|
460
|
+
available = "AVAILABLE",
|
|
461
|
+
deleted = "DELETED",
|
|
462
|
+
deleting = "DELETING",
|
|
463
|
+
pending = "PENDING"
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* <p>Describes the association between a device and a link.</p>
|
|
467
|
+
*/
|
|
468
|
+
export interface LinkAssociation {
|
|
469
|
+
/**
|
|
470
|
+
* <p>The ID of the global network.</p>
|
|
471
|
+
*/
|
|
472
|
+
GlobalNetworkId?: string;
|
|
473
|
+
/**
|
|
474
|
+
* <p>The device ID for the link association.</p>
|
|
475
|
+
*/
|
|
476
|
+
DeviceId?: string;
|
|
477
|
+
/**
|
|
478
|
+
* <p>The ID of the link.</p>
|
|
479
|
+
*/
|
|
480
|
+
LinkId?: string;
|
|
481
|
+
/**
|
|
482
|
+
* <p>The state of the association.</p>
|
|
483
|
+
*/
|
|
484
|
+
LinkAssociationState?: LinkAssociationState | string;
|
|
485
|
+
}
|
|
486
|
+
export declare namespace LinkAssociation {
|
|
487
|
+
/**
|
|
488
|
+
* @internal
|
|
489
|
+
*/
|
|
490
|
+
const filterSensitiveLog: (obj: LinkAssociation) => any;
|
|
491
|
+
}
|
|
492
|
+
export interface AssociateLinkResponse {
|
|
493
|
+
/**
|
|
494
|
+
* <p>The link association.</p>
|
|
495
|
+
*/
|
|
496
|
+
LinkAssociation?: LinkAssociation;
|
|
497
|
+
}
|
|
498
|
+
export declare namespace AssociateLinkResponse {
|
|
499
|
+
/**
|
|
500
|
+
* @internal
|
|
501
|
+
*/
|
|
502
|
+
const filterSensitiveLog: (obj: AssociateLinkResponse) => any;
|
|
503
|
+
}
|
|
504
|
+
export interface AssociateTransitGatewayConnectPeerRequest {
|
|
505
|
+
/**
|
|
506
|
+
* <p>The ID of the global network.</p>
|
|
507
|
+
*/
|
|
508
|
+
GlobalNetworkId: string | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* <p>The Amazon Resource Name (ARN) of the Connect peer.</p>
|
|
511
|
+
*/
|
|
512
|
+
TransitGatewayConnectPeerArn: string | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p>The ID of the device.</p>
|
|
515
|
+
*/
|
|
516
|
+
DeviceId: string | undefined;
|
|
517
|
+
/**
|
|
518
|
+
* <p>The ID of the link.</p>
|
|
519
|
+
*/
|
|
520
|
+
LinkId?: string;
|
|
521
|
+
}
|
|
522
|
+
export declare namespace AssociateTransitGatewayConnectPeerRequest {
|
|
523
|
+
/**
|
|
524
|
+
* @internal
|
|
525
|
+
*/
|
|
526
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerRequest) => any;
|
|
527
|
+
}
|
|
528
|
+
export declare enum TransitGatewayConnectPeerAssociationState {
|
|
529
|
+
available = "AVAILABLE",
|
|
530
|
+
deleted = "DELETED",
|
|
531
|
+
deleting = "DELETING",
|
|
532
|
+
pending = "PENDING"
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* <p>Describes a transit gateway Connect peer association.</p>
|
|
536
|
+
*/
|
|
537
|
+
export interface TransitGatewayConnectPeerAssociation {
|
|
538
|
+
/**
|
|
539
|
+
* <p>The Amazon Resource Name (ARN) of the transit gateway Connect peer.</p>
|
|
540
|
+
*/
|
|
541
|
+
TransitGatewayConnectPeerArn?: string;
|
|
542
|
+
/**
|
|
543
|
+
* <p>The ID of the global network.</p>
|
|
544
|
+
*/
|
|
545
|
+
GlobalNetworkId?: string;
|
|
546
|
+
/**
|
|
547
|
+
* <p>The ID of the device.</p>
|
|
548
|
+
*/
|
|
549
|
+
DeviceId?: string;
|
|
550
|
+
/**
|
|
551
|
+
* <p>The ID of the link.</p>
|
|
552
|
+
*/
|
|
553
|
+
LinkId?: string;
|
|
554
|
+
/**
|
|
555
|
+
* <p>The state of the association.</p>
|
|
556
|
+
*/
|
|
557
|
+
State?: TransitGatewayConnectPeerAssociationState | string;
|
|
558
|
+
}
|
|
559
|
+
export declare namespace TransitGatewayConnectPeerAssociation {
|
|
560
|
+
/**
|
|
561
|
+
* @internal
|
|
562
|
+
*/
|
|
563
|
+
const filterSensitiveLog: (obj: TransitGatewayConnectPeerAssociation) => any;
|
|
564
|
+
}
|
|
565
|
+
export interface AssociateTransitGatewayConnectPeerResponse {
|
|
566
|
+
/**
|
|
567
|
+
* <p>The transit gateway Connect peer association.</p>
|
|
568
|
+
*/
|
|
569
|
+
TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
|
|
570
|
+
}
|
|
571
|
+
export declare namespace AssociateTransitGatewayConnectPeerResponse {
|
|
572
|
+
/**
|
|
573
|
+
* @internal
|
|
574
|
+
*/
|
|
575
|
+
const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* <p>Specifies a location in Amazon Web Services.</p>
|
|
579
|
+
*/
|
|
580
|
+
export interface AWSLocation {
|
|
581
|
+
/**
|
|
582
|
+
* <p>The Zone that the device is located in. Specify the ID of an Availability Zone, Local
|
|
583
|
+
* Zone, Wavelength Zone, or an Outpost.</p>
|
|
584
|
+
*/
|
|
585
|
+
Zone?: string;
|
|
586
|
+
/**
|
|
587
|
+
* <p>The Amazon Resource Name (ARN) of the subnet that the device is located in.</p>
|
|
588
|
+
*/
|
|
589
|
+
SubnetArn?: string;
|
|
590
|
+
}
|
|
591
|
+
export declare namespace AWSLocation {
|
|
406
592
|
/**
|
|
407
593
|
* @internal
|
|
408
594
|
*/
|
|
@@ -427,32 +613,87 @@ export declare namespace Bandwidth {
|
|
|
427
613
|
*/
|
|
428
614
|
const filterSensitiveLog: (obj: Bandwidth) => any;
|
|
429
615
|
}
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
616
|
+
/**
|
|
617
|
+
* <p>Describes the BGP options.</p>
|
|
618
|
+
*/
|
|
619
|
+
export interface BgpOptions {
|
|
620
|
+
/**
|
|
621
|
+
* <p>The Peer ASN of the BGP.</p>
|
|
622
|
+
*/
|
|
623
|
+
PeerAsn?: number;
|
|
624
|
+
}
|
|
625
|
+
export declare namespace BgpOptions {
|
|
626
|
+
/**
|
|
627
|
+
* @internal
|
|
628
|
+
*/
|
|
629
|
+
const filterSensitiveLog: (obj: BgpOptions) => any;
|
|
630
|
+
}
|
|
631
|
+
export declare enum ChangeAction {
|
|
632
|
+
ADD = "ADD",
|
|
633
|
+
MODIFY = "MODIFY",
|
|
634
|
+
REMOVE = "REMOVE"
|
|
635
|
+
}
|
|
636
|
+
export declare enum ChangeSetState {
|
|
637
|
+
EXECUTING = "EXECUTING",
|
|
638
|
+
EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
|
|
639
|
+
FAILED_GENERATION = "FAILED_GENERATION",
|
|
640
|
+
OUT_OF_DATE = "OUT_OF_DATE",
|
|
641
|
+
PENDING_GENERATION = "PENDING_GENERATION",
|
|
642
|
+
READY_TO_EXECUTE = "READY_TO_EXECUTE"
|
|
643
|
+
}
|
|
644
|
+
export declare enum ChangeType {
|
|
645
|
+
ATTACHMENT_MAPPING = "ATTACHMENT_MAPPING",
|
|
646
|
+
ATTACHMENT_ROUTE_PROPAGATION = "ATTACHMENT_ROUTE_PROPAGATION",
|
|
647
|
+
ATTACHMENT_ROUTE_STATIC = "ATTACHMENT_ROUTE_STATIC",
|
|
648
|
+
CORE_NETWORK_EDGE = "CORE_NETWORK_EDGE",
|
|
649
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT"
|
|
650
|
+
}
|
|
651
|
+
export declare enum TunnelProtocol {
|
|
652
|
+
GRE = "GRE"
|
|
435
653
|
}
|
|
436
654
|
/**
|
|
437
|
-
* <p>Describes a
|
|
655
|
+
* <p>Describes a core network Connect attachment options.</p>
|
|
438
656
|
*/
|
|
439
|
-
export interface
|
|
657
|
+
export interface ConnectAttachmentOptions {
|
|
440
658
|
/**
|
|
441
|
-
* <p>The
|
|
442
|
-
* <p>Constraints: Maximum length of 128 characters.</p>
|
|
659
|
+
* <p>The protocol used for the attachment connection.</p>
|
|
443
660
|
*/
|
|
444
|
-
|
|
661
|
+
Protocol?: TunnelProtocol | string;
|
|
662
|
+
}
|
|
663
|
+
export declare namespace ConnectAttachmentOptions {
|
|
445
664
|
/**
|
|
446
|
-
*
|
|
447
|
-
* <p>Constraints: Maximum length of 256 characters.</p>
|
|
665
|
+
* @internal
|
|
448
666
|
*/
|
|
449
|
-
|
|
667
|
+
const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
|
|
450
668
|
}
|
|
451
|
-
|
|
669
|
+
/**
|
|
670
|
+
* <p>Describes a core network Connect attachment.</p>
|
|
671
|
+
*/
|
|
672
|
+
export interface ConnectAttachment {
|
|
673
|
+
/**
|
|
674
|
+
* <p>The attachment details.</p>
|
|
675
|
+
*/
|
|
676
|
+
Attachment?: Attachment;
|
|
677
|
+
/**
|
|
678
|
+
* <p>The ID of the transport attachment.</p>
|
|
679
|
+
*/
|
|
680
|
+
TransportAttachmentId?: string;
|
|
681
|
+
/**
|
|
682
|
+
* <p>Options for connecting an attachment.</p>
|
|
683
|
+
*/
|
|
684
|
+
Options?: ConnectAttachmentOptions;
|
|
685
|
+
}
|
|
686
|
+
export declare namespace ConnectAttachment {
|
|
452
687
|
/**
|
|
453
688
|
* @internal
|
|
454
689
|
*/
|
|
455
|
-
const filterSensitiveLog: (obj:
|
|
690
|
+
const filterSensitiveLog: (obj: ConnectAttachment) => any;
|
|
691
|
+
}
|
|
692
|
+
export declare enum ConnectionState {
|
|
693
|
+
available = "AVAILABLE",
|
|
694
|
+
deleting = "DELETING",
|
|
695
|
+
pending = "PENDING",
|
|
696
|
+
updating = "UPDATING"
|
|
456
697
|
}
|
|
457
698
|
/**
|
|
458
699
|
* <p>Describes a connection.</p>
|
|
@@ -473,72 +714,610 @@ export interface Connection {
|
|
|
473
714
|
/**
|
|
474
715
|
* <p>The ID of the first device in the connection.</p>
|
|
475
716
|
*/
|
|
476
|
-
DeviceId?: string;
|
|
717
|
+
DeviceId?: string;
|
|
718
|
+
/**
|
|
719
|
+
* <p>The ID of the second device in the connection.</p>
|
|
720
|
+
*/
|
|
721
|
+
ConnectedDeviceId?: string;
|
|
722
|
+
/**
|
|
723
|
+
* <p>The ID of the link for the first device in the connection.</p>
|
|
724
|
+
*/
|
|
725
|
+
LinkId?: string;
|
|
726
|
+
/**
|
|
727
|
+
* <p>The ID of the link for the second device in the connection.</p>
|
|
728
|
+
*/
|
|
729
|
+
ConnectedLinkId?: string;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The description of the connection.</p>
|
|
732
|
+
*/
|
|
733
|
+
Description?: string;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The date and time that the connection was created.</p>
|
|
736
|
+
*/
|
|
737
|
+
CreatedAt?: Date;
|
|
738
|
+
/**
|
|
739
|
+
* <p>The state of the connection.</p>
|
|
740
|
+
*/
|
|
741
|
+
State?: ConnectionState | string;
|
|
742
|
+
/**
|
|
743
|
+
* <p>The tags for the connection.</p>
|
|
744
|
+
*/
|
|
745
|
+
Tags?: Tag[];
|
|
746
|
+
}
|
|
747
|
+
export declare namespace Connection {
|
|
748
|
+
/**
|
|
749
|
+
* @internal
|
|
750
|
+
*/
|
|
751
|
+
const filterSensitiveLog: (obj: Connection) => any;
|
|
752
|
+
}
|
|
753
|
+
export declare enum ConnectionStatus {
|
|
754
|
+
DOWN = "DOWN",
|
|
755
|
+
UP = "UP"
|
|
756
|
+
}
|
|
757
|
+
export declare enum ConnectionType {
|
|
758
|
+
BGP = "BGP",
|
|
759
|
+
IPSEC = "IPSEC"
|
|
760
|
+
}
|
|
761
|
+
/**
|
|
762
|
+
* <p>Describes connection health.</p>
|
|
763
|
+
*/
|
|
764
|
+
export interface ConnectionHealth {
|
|
765
|
+
/**
|
|
766
|
+
* <p>The connection type.</p>
|
|
767
|
+
*/
|
|
768
|
+
Type?: ConnectionType | string;
|
|
769
|
+
/**
|
|
770
|
+
* <p>The connection status.</p>
|
|
771
|
+
*/
|
|
772
|
+
Status?: ConnectionStatus | string;
|
|
773
|
+
/**
|
|
774
|
+
* <p>The time the status was last updated.</p>
|
|
775
|
+
*/
|
|
776
|
+
Timestamp?: Date;
|
|
777
|
+
}
|
|
778
|
+
export declare namespace ConnectionHealth {
|
|
779
|
+
/**
|
|
780
|
+
* @internal
|
|
781
|
+
*/
|
|
782
|
+
const filterSensitiveLog: (obj: ConnectionHealth) => any;
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* <p>Describes a core network BGP configuration.</p>
|
|
786
|
+
*/
|
|
787
|
+
export interface ConnectPeerBgpConfiguration {
|
|
788
|
+
/**
|
|
789
|
+
* <p>The ASN of the Coret Network.</p>
|
|
790
|
+
*/
|
|
791
|
+
CoreNetworkAsn?: number;
|
|
792
|
+
/**
|
|
793
|
+
* <p>The ASN of the Connect peer.</p>
|
|
794
|
+
*/
|
|
795
|
+
PeerAsn?: number;
|
|
796
|
+
/**
|
|
797
|
+
* <p>The address of a core network.</p>
|
|
798
|
+
*/
|
|
799
|
+
CoreNetworkAddress?: string;
|
|
800
|
+
/**
|
|
801
|
+
* <p>The address of a core network Connect peer.</p>
|
|
802
|
+
*/
|
|
803
|
+
PeerAddress?: string;
|
|
804
|
+
}
|
|
805
|
+
export declare namespace ConnectPeerBgpConfiguration {
|
|
806
|
+
/**
|
|
807
|
+
* @internal
|
|
808
|
+
*/
|
|
809
|
+
const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
|
|
810
|
+
}
|
|
811
|
+
/**
|
|
812
|
+
* <p>Describes a core network Connect peer configuration.</p>
|
|
813
|
+
*/
|
|
814
|
+
export interface ConnectPeerConfiguration {
|
|
815
|
+
/**
|
|
816
|
+
* <p>The IP address of a core network.</p>
|
|
817
|
+
*/
|
|
818
|
+
CoreNetworkAddress?: string;
|
|
819
|
+
/**
|
|
820
|
+
* <p>The IP address of the Connect peer.</p>
|
|
821
|
+
*/
|
|
822
|
+
PeerAddress?: string;
|
|
823
|
+
/**
|
|
824
|
+
* <p>The inside IP addresses used for a Connect peer configuration.</p>
|
|
825
|
+
*/
|
|
826
|
+
InsideCidrBlocks?: string[];
|
|
827
|
+
/**
|
|
828
|
+
* <p>The protocol used for a Connect peer configuration.</p>
|
|
829
|
+
*/
|
|
830
|
+
Protocol?: TunnelProtocol | string;
|
|
831
|
+
/**
|
|
832
|
+
* <p>The Connect peer BGP configurations.</p>
|
|
833
|
+
*/
|
|
834
|
+
BgpConfigurations?: ConnectPeerBgpConfiguration[];
|
|
835
|
+
}
|
|
836
|
+
export declare namespace ConnectPeerConfiguration {
|
|
837
|
+
/**
|
|
838
|
+
* @internal
|
|
839
|
+
*/
|
|
840
|
+
const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
|
|
841
|
+
}
|
|
842
|
+
export declare enum ConnectPeerState {
|
|
843
|
+
AVAILABLE = "AVAILABLE",
|
|
844
|
+
CREATING = "CREATING",
|
|
845
|
+
DELETING = "DELETING",
|
|
846
|
+
FAILED = "FAILED"
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* <p>Describes a core network Connect peer.</p>
|
|
850
|
+
*/
|
|
851
|
+
export interface ConnectPeer {
|
|
852
|
+
/**
|
|
853
|
+
* <p>The ID of a core network.</p>
|
|
854
|
+
*/
|
|
855
|
+
CoreNetworkId?: string;
|
|
856
|
+
/**
|
|
857
|
+
* <p>The ID of the attachment to connect.</p>
|
|
858
|
+
*/
|
|
859
|
+
ConnectAttachmentId?: string;
|
|
860
|
+
/**
|
|
861
|
+
* <p>The ID of the Connect peer.</p>
|
|
862
|
+
*/
|
|
863
|
+
ConnectPeerId?: string;
|
|
864
|
+
/**
|
|
865
|
+
* <p>The Connect peer Regions where edges are located.</p>
|
|
866
|
+
*/
|
|
867
|
+
EdgeLocation?: string;
|
|
868
|
+
/**
|
|
869
|
+
* <p>The state of the Connect peer.</p>
|
|
870
|
+
*/
|
|
871
|
+
State?: ConnectPeerState | string;
|
|
872
|
+
/**
|
|
873
|
+
* <p>The timestamp when the Connect peer was created.</p>
|
|
874
|
+
*/
|
|
875
|
+
CreatedAt?: Date;
|
|
876
|
+
/**
|
|
877
|
+
* <p>The configuration of the Connect peer.</p>
|
|
878
|
+
*/
|
|
879
|
+
Configuration?: ConnectPeerConfiguration;
|
|
880
|
+
/**
|
|
881
|
+
* <p>The tags associated with the Connect peer.</p>
|
|
882
|
+
*/
|
|
883
|
+
Tags?: Tag[];
|
|
884
|
+
}
|
|
885
|
+
export declare namespace ConnectPeer {
|
|
886
|
+
/**
|
|
887
|
+
* @internal
|
|
888
|
+
*/
|
|
889
|
+
const filterSensitiveLog: (obj: ConnectPeer) => any;
|
|
890
|
+
}
|
|
891
|
+
/**
|
|
892
|
+
* <p>Summary description of a Connect peer.</p>
|
|
893
|
+
*/
|
|
894
|
+
export interface ConnectPeerSummary {
|
|
895
|
+
/**
|
|
896
|
+
* <p>The ID of a core network.</p>
|
|
897
|
+
*/
|
|
898
|
+
CoreNetworkId?: string;
|
|
899
|
+
/**
|
|
900
|
+
* <p>The ID of a Connect peer attachment.</p>
|
|
901
|
+
*/
|
|
902
|
+
ConnectAttachmentId?: string;
|
|
903
|
+
/**
|
|
904
|
+
* <p>The ID of a Connect peer.</p>
|
|
905
|
+
*/
|
|
906
|
+
ConnectPeerId?: string;
|
|
907
|
+
/**
|
|
908
|
+
* <p>The Region where the edge is located.</p>
|
|
909
|
+
*/
|
|
910
|
+
EdgeLocation?: string;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The state of a Connect peer.</p>
|
|
913
|
+
*/
|
|
914
|
+
ConnectPeerState?: ConnectPeerState | string;
|
|
915
|
+
/**
|
|
916
|
+
* <p>The timestamp when a Connect peer was created.</p>
|
|
917
|
+
*/
|
|
918
|
+
CreatedAt?: Date;
|
|
919
|
+
/**
|
|
920
|
+
* <p>The tags associated with a Connect peer summary.</p>
|
|
921
|
+
*/
|
|
922
|
+
Tags?: Tag[];
|
|
923
|
+
}
|
|
924
|
+
export declare namespace ConnectPeerSummary {
|
|
925
|
+
/**
|
|
926
|
+
* @internal
|
|
927
|
+
*/
|
|
928
|
+
const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* <p>Describes a core network edge.</p>
|
|
932
|
+
*/
|
|
933
|
+
export interface CoreNetworkEdge {
|
|
934
|
+
/**
|
|
935
|
+
* <p>The Region where a core network edge is located.</p>
|
|
936
|
+
*/
|
|
937
|
+
EdgeLocation?: string;
|
|
938
|
+
/**
|
|
939
|
+
* <p>The ASN of a core network edge.</p>
|
|
940
|
+
*/
|
|
941
|
+
Asn?: number;
|
|
942
|
+
/**
|
|
943
|
+
* <p>The inside IP addresses used for core network edges.</p>
|
|
944
|
+
*/
|
|
945
|
+
InsideCidrBlocks?: string[];
|
|
946
|
+
}
|
|
947
|
+
export declare namespace CoreNetworkEdge {
|
|
948
|
+
/**
|
|
949
|
+
* @internal
|
|
950
|
+
*/
|
|
951
|
+
const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* <p>Describes a core network segment, which are dedicated routes. Only attachments within this segment can communicate with each other.</p>
|
|
955
|
+
*/
|
|
956
|
+
export interface CoreNetworkSegment {
|
|
957
|
+
/**
|
|
958
|
+
* <p>The name of a core network segment.</p>
|
|
959
|
+
*/
|
|
960
|
+
Name?: string;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The Regions where the edges are located.</p>
|
|
963
|
+
*/
|
|
964
|
+
EdgeLocations?: string[];
|
|
965
|
+
/**
|
|
966
|
+
* <p>The shared segments of a core network.</p>
|
|
967
|
+
*/
|
|
968
|
+
SharedSegments?: string[];
|
|
969
|
+
}
|
|
970
|
+
export declare namespace CoreNetworkSegment {
|
|
971
|
+
/**
|
|
972
|
+
* @internal
|
|
973
|
+
*/
|
|
974
|
+
const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
|
|
975
|
+
}
|
|
976
|
+
export declare enum CoreNetworkState {
|
|
977
|
+
AVAILABLE = "AVAILABLE",
|
|
978
|
+
CREATING = "CREATING",
|
|
979
|
+
DELETING = "DELETING",
|
|
980
|
+
UPDATING = "UPDATING"
|
|
981
|
+
}
|
|
982
|
+
/**
|
|
983
|
+
* <p>Describes a core network.</p>
|
|
984
|
+
*/
|
|
985
|
+
export interface CoreNetwork {
|
|
986
|
+
/**
|
|
987
|
+
* <p>The ID of the global network that your core network is a part of. </p>
|
|
988
|
+
*/
|
|
989
|
+
GlobalNetworkId?: string;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The ID of a core network.</p>
|
|
992
|
+
*/
|
|
993
|
+
CoreNetworkId?: string;
|
|
994
|
+
/**
|
|
995
|
+
* <p>The ARN of a core network.</p>
|
|
996
|
+
*/
|
|
997
|
+
CoreNetworkArn?: string;
|
|
998
|
+
/**
|
|
999
|
+
* <p>The description of a core network.</p>
|
|
1000
|
+
*/
|
|
1001
|
+
Description?: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>The timestamp when a core network was created.</p>
|
|
1004
|
+
*/
|
|
1005
|
+
CreatedAt?: Date;
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The current state of a core network.</p>
|
|
1008
|
+
*/
|
|
1009
|
+
State?: CoreNetworkState | string;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The segments within a core network.</p>
|
|
1012
|
+
*/
|
|
1013
|
+
Segments?: CoreNetworkSegment[];
|
|
1014
|
+
/**
|
|
1015
|
+
* <p>The edges within a core network.</p>
|
|
1016
|
+
*/
|
|
1017
|
+
Edges?: CoreNetworkEdge[];
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The tags associated with a core network.</p>
|
|
1020
|
+
*/
|
|
1021
|
+
Tags?: Tag[];
|
|
1022
|
+
}
|
|
1023
|
+
export declare namespace CoreNetwork {
|
|
1024
|
+
/**
|
|
1025
|
+
* @internal
|
|
1026
|
+
*/
|
|
1027
|
+
const filterSensitiveLog: (obj: CoreNetwork) => any;
|
|
1028
|
+
}
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>Describes a core network change.</p>
|
|
1031
|
+
*/
|
|
1032
|
+
export interface CoreNetworkChangeValues {
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The names of the segments in a core network.</p>
|
|
1035
|
+
*/
|
|
1036
|
+
SegmentName?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* <p>The Regions where edges are located in a core network. </p>
|
|
1039
|
+
*/
|
|
1040
|
+
EdgeLocations?: string[];
|
|
1041
|
+
/**
|
|
1042
|
+
* <p>The ASN of a core network.</p>
|
|
1043
|
+
*/
|
|
1044
|
+
Asn?: number;
|
|
1045
|
+
/**
|
|
1046
|
+
* <p>The IP addresses used for a core network.</p>
|
|
1047
|
+
*/
|
|
1048
|
+
Cidr?: string;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The ID of the destination.</p>
|
|
1051
|
+
*/
|
|
1052
|
+
DestinationIdentifier?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* <p>The inside IP addresses used for core network change values.</p>
|
|
1055
|
+
*/
|
|
1056
|
+
InsideCidrBlocks?: string[];
|
|
1057
|
+
/**
|
|
1058
|
+
* <p>The shared segments for a core network change value. </p>
|
|
1059
|
+
*/
|
|
1060
|
+
SharedSegments?: string[];
|
|
1061
|
+
}
|
|
1062
|
+
export declare namespace CoreNetworkChangeValues {
|
|
1063
|
+
/**
|
|
1064
|
+
* @internal
|
|
1065
|
+
*/
|
|
1066
|
+
const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* <p>Details describing a core network change.</p>
|
|
1070
|
+
*/
|
|
1071
|
+
export interface CoreNetworkChange {
|
|
1072
|
+
/**
|
|
1073
|
+
* <p>The type of change.</p>
|
|
1074
|
+
*/
|
|
1075
|
+
Type?: ChangeType | string;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>The action to take for a core network.</p>
|
|
1078
|
+
*/
|
|
1079
|
+
Action?: ChangeAction | string;
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>The resource identifier.</p>
|
|
1082
|
+
*/
|
|
1083
|
+
Identifier?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>The previous values for a core network.</p>
|
|
1086
|
+
*/
|
|
1087
|
+
PreviousValues?: CoreNetworkChangeValues;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The new value for a core network</p>
|
|
1090
|
+
*/
|
|
1091
|
+
NewValues?: CoreNetworkChangeValues;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace CoreNetworkChange {
|
|
1094
|
+
/**
|
|
1095
|
+
* @internal
|
|
1096
|
+
*/
|
|
1097
|
+
const filterSensitiveLog: (obj: CoreNetworkChange) => any;
|
|
1098
|
+
}
|
|
1099
|
+
export declare enum CoreNetworkPolicyAlias {
|
|
1100
|
+
LATEST = "LATEST",
|
|
1101
|
+
LIVE = "LIVE"
|
|
1102
|
+
}
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Provides details about an error in a core network policy.</p>
|
|
1105
|
+
*/
|
|
1106
|
+
export interface CoreNetworkPolicyError {
|
|
1107
|
+
/**
|
|
1108
|
+
* <p>The error code associated with a core network policy error.</p>
|
|
1109
|
+
*/
|
|
1110
|
+
ErrorCode: string | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The message associated with a core network policy error code.</p>
|
|
1113
|
+
*/
|
|
1114
|
+
Message: string | undefined;
|
|
1115
|
+
/**
|
|
1116
|
+
* <p>The JSON path where the error was discovered in the policy document.</p>
|
|
1117
|
+
*/
|
|
1118
|
+
Path?: string;
|
|
1119
|
+
}
|
|
1120
|
+
export declare namespace CoreNetworkPolicyError {
|
|
1121
|
+
/**
|
|
1122
|
+
* @internal
|
|
1123
|
+
*/
|
|
1124
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
|
|
1125
|
+
}
|
|
1126
|
+
/**
|
|
1127
|
+
* <p>Describes a core network policy. You can have only one LIVE Core Policy.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
export interface CoreNetworkPolicy {
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The ID of a core network.</p>
|
|
1132
|
+
*/
|
|
1133
|
+
CoreNetworkId?: string;
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>The ID of the policy version.</p>
|
|
1136
|
+
*/
|
|
1137
|
+
PolicyVersionId?: number;
|
|
1138
|
+
/**
|
|
1139
|
+
* <p>Whether a core network policy is the current LIVE policy or the most recently submitted policy.</p>
|
|
1140
|
+
*/
|
|
1141
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>The description of a core network policy.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
Description?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>The timestamp when a core network policy was created.</p>
|
|
1148
|
+
*/
|
|
1149
|
+
CreatedAt?: Date;
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>The state of a core network policy.</p>
|
|
1152
|
+
*/
|
|
1153
|
+
ChangeSetState?: ChangeSetState | string;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>Describes any errors in a core network policy.</p>
|
|
1156
|
+
*/
|
|
1157
|
+
PolicyErrors?: CoreNetworkPolicyError[];
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>Describes a core network policy.</p>
|
|
1160
|
+
*/
|
|
1161
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
1162
|
+
}
|
|
1163
|
+
export declare namespace CoreNetworkPolicy {
|
|
1164
|
+
/**
|
|
1165
|
+
* @internal
|
|
1166
|
+
*/
|
|
1167
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
|
|
1168
|
+
}
|
|
1169
|
+
/**
|
|
1170
|
+
* <p>Describes a core network policy exception.</p>
|
|
1171
|
+
*/
|
|
1172
|
+
export interface CoreNetworkPolicyException extends __SmithyException, $MetadataBearer {
|
|
1173
|
+
name: "CoreNetworkPolicyException";
|
|
1174
|
+
$fault: "client";
|
|
1175
|
+
Message: string | undefined;
|
|
1176
|
+
/**
|
|
1177
|
+
* <p>Describes a core network policy exception.</p>
|
|
1178
|
+
*/
|
|
1179
|
+
Errors?: CoreNetworkPolicyError[];
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* <p>Describes a core network policy version.</p>
|
|
1183
|
+
*/
|
|
1184
|
+
export interface CoreNetworkPolicyVersion {
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>The ID of a core network.</p>
|
|
1187
|
+
*/
|
|
1188
|
+
CoreNetworkId?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* <p>The ID of the policy version.</p>
|
|
1191
|
+
*/
|
|
1192
|
+
PolicyVersionId?: number;
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>Whether a core network policy is the current policy or the most recently submitted policy.</p>
|
|
1195
|
+
*/
|
|
1196
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>The description of a core network policy version.</p>
|
|
1199
|
+
*/
|
|
1200
|
+
Description?: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* <p>The timestamp when a core network policy version was created.</p>
|
|
1203
|
+
*/
|
|
1204
|
+
CreatedAt?: Date;
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>The status of the policy version change set.</p>
|
|
1207
|
+
*/
|
|
1208
|
+
ChangeSetState?: ChangeSetState | string;
|
|
1209
|
+
}
|
|
1210
|
+
export declare namespace CoreNetworkPolicyVersion {
|
|
1211
|
+
/**
|
|
1212
|
+
* @internal
|
|
1213
|
+
*/
|
|
1214
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>Returns details about a core network edge.</p>
|
|
1218
|
+
*/
|
|
1219
|
+
export interface CoreNetworkSegmentEdgeIdentifier {
|
|
1220
|
+
/**
|
|
1221
|
+
* <p>The ID of a core network.</p>
|
|
1222
|
+
*/
|
|
1223
|
+
CoreNetworkId?: string;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>The name of the segment edge.</p>
|
|
1226
|
+
*/
|
|
1227
|
+
SegmentName?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* <p>The Region where the segment edge is located.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
EdgeLocation?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export declare namespace CoreNetworkSegmentEdgeIdentifier {
|
|
1234
|
+
/**
|
|
1235
|
+
* @internal
|
|
1236
|
+
*/
|
|
1237
|
+
const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
|
|
1238
|
+
}
|
|
1239
|
+
/**
|
|
1240
|
+
* <p>Returns summary information about a core network.</p>
|
|
1241
|
+
*/
|
|
1242
|
+
export interface CoreNetworkSummary {
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>The ID of a core network.</p>
|
|
1245
|
+
*/
|
|
1246
|
+
CoreNetworkId?: string;
|
|
1247
|
+
/**
|
|
1248
|
+
* <p>a core network ARN.</p>
|
|
1249
|
+
*/
|
|
1250
|
+
CoreNetworkArn?: string;
|
|
1251
|
+
/**
|
|
1252
|
+
* <p>The global network ID.</p>
|
|
1253
|
+
*/
|
|
1254
|
+
GlobalNetworkId?: string;
|
|
1255
|
+
/**
|
|
1256
|
+
* <p>The ID of the account owner.</p>
|
|
1257
|
+
*/
|
|
1258
|
+
OwnerAccountId?: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* <p>The state of a core network.</p>
|
|
1261
|
+
*/
|
|
1262
|
+
State?: CoreNetworkState | string;
|
|
1263
|
+
/**
|
|
1264
|
+
* <p>The description of a core network.</p>
|
|
1265
|
+
*/
|
|
1266
|
+
Description?: string;
|
|
477
1267
|
/**
|
|
478
|
-
* <p>The
|
|
1268
|
+
* <p>The key-value tags associated with a core network summary.</p>
|
|
479
1269
|
*/
|
|
480
|
-
|
|
1270
|
+
Tags?: Tag[];
|
|
1271
|
+
}
|
|
1272
|
+
export declare namespace CoreNetworkSummary {
|
|
481
1273
|
/**
|
|
482
|
-
*
|
|
1274
|
+
* @internal
|
|
483
1275
|
*/
|
|
484
|
-
|
|
1276
|
+
const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
|
|
1277
|
+
}
|
|
1278
|
+
export interface CreateConnectAttachmentRequest {
|
|
485
1279
|
/**
|
|
486
|
-
* <p>The ID of
|
|
1280
|
+
* <p>The ID of a core network where you want to create the attachment. </p>
|
|
487
1281
|
*/
|
|
488
|
-
|
|
1282
|
+
CoreNetworkId: string | undefined;
|
|
489
1283
|
/**
|
|
490
|
-
* <p>The
|
|
1284
|
+
* <p>The Region where the edge is located.</p>
|
|
491
1285
|
*/
|
|
492
|
-
|
|
1286
|
+
EdgeLocation: string | undefined;
|
|
493
1287
|
/**
|
|
494
|
-
* <p>The
|
|
1288
|
+
* <p>The ID of the attachment between the two connections.</p>
|
|
495
1289
|
*/
|
|
496
|
-
|
|
1290
|
+
TransportAttachmentId: string | undefined;
|
|
497
1291
|
/**
|
|
498
|
-
* <p>
|
|
1292
|
+
* <p>Options for creating an attachment.</p>
|
|
499
1293
|
*/
|
|
500
|
-
|
|
1294
|
+
Options: ConnectAttachmentOptions | undefined;
|
|
501
1295
|
/**
|
|
502
|
-
* <p>The tags
|
|
1296
|
+
* <p>The list of key-value tags associated with the request.</p>
|
|
503
1297
|
*/
|
|
504
1298
|
Tags?: Tag[];
|
|
505
|
-
}
|
|
506
|
-
export declare namespace Connection {
|
|
507
1299
|
/**
|
|
508
|
-
*
|
|
1300
|
+
* <p>The client token associated with the request.</p>
|
|
509
1301
|
*/
|
|
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"
|
|
1302
|
+
ClientToken?: string;
|
|
519
1303
|
}
|
|
520
|
-
|
|
521
|
-
* <p>Describes connection health.</p>
|
|
522
|
-
*/
|
|
523
|
-
export interface ConnectionHealth {
|
|
524
|
-
/**
|
|
525
|
-
* <p>The connection type.</p>
|
|
526
|
-
*/
|
|
527
|
-
Type?: ConnectionType | string;
|
|
1304
|
+
export declare namespace CreateConnectAttachmentRequest {
|
|
528
1305
|
/**
|
|
529
|
-
*
|
|
1306
|
+
* @internal
|
|
530
1307
|
*/
|
|
531
|
-
|
|
1308
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
|
|
1309
|
+
}
|
|
1310
|
+
export interface CreateConnectAttachmentResponse {
|
|
532
1311
|
/**
|
|
533
|
-
* <p>The
|
|
1312
|
+
* <p>The response to a Connect attachment request.</p>
|
|
534
1313
|
*/
|
|
535
|
-
|
|
1314
|
+
ConnectAttachment?: ConnectAttachment;
|
|
536
1315
|
}
|
|
537
|
-
export declare namespace
|
|
1316
|
+
export declare namespace CreateConnectAttachmentResponse {
|
|
538
1317
|
/**
|
|
539
1318
|
* @internal
|
|
540
1319
|
*/
|
|
541
|
-
const filterSensitiveLog: (obj:
|
|
1320
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
|
|
542
1321
|
}
|
|
543
1322
|
export interface CreateConnectionRequest {
|
|
544
1323
|
/**
|
|
@@ -589,6 +1368,94 @@ export declare namespace CreateConnectionResponse {
|
|
|
589
1368
|
*/
|
|
590
1369
|
const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
|
|
591
1370
|
}
|
|
1371
|
+
export interface CreateConnectPeerRequest {
|
|
1372
|
+
/**
|
|
1373
|
+
* <p>The ID of the connection attachment.</p>
|
|
1374
|
+
*/
|
|
1375
|
+
ConnectAttachmentId: string | undefined;
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>A Connect peer core network address.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
CoreNetworkAddress?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* <p>The Connect peer address.</p>
|
|
1382
|
+
*/
|
|
1383
|
+
PeerAddress: string | undefined;
|
|
1384
|
+
/**
|
|
1385
|
+
* <p>The Connect peer BGP options.</p>
|
|
1386
|
+
*/
|
|
1387
|
+
BgpOptions?: BgpOptions;
|
|
1388
|
+
/**
|
|
1389
|
+
* <p>The inside IP addresses used for BGP peering.</p>
|
|
1390
|
+
*/
|
|
1391
|
+
InsideCidrBlocks: string[] | undefined;
|
|
1392
|
+
/**
|
|
1393
|
+
* <p>The tags associated with the peer request.</p>
|
|
1394
|
+
*/
|
|
1395
|
+
Tags?: Tag[];
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>The client token associated with the request.</p>
|
|
1398
|
+
*/
|
|
1399
|
+
ClientToken?: string;
|
|
1400
|
+
}
|
|
1401
|
+
export declare namespace CreateConnectPeerRequest {
|
|
1402
|
+
/**
|
|
1403
|
+
* @internal
|
|
1404
|
+
*/
|
|
1405
|
+
const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
|
|
1406
|
+
}
|
|
1407
|
+
export interface CreateConnectPeerResponse {
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The response to the request.</p>
|
|
1410
|
+
*/
|
|
1411
|
+
ConnectPeer?: ConnectPeer;
|
|
1412
|
+
}
|
|
1413
|
+
export declare namespace CreateConnectPeerResponse {
|
|
1414
|
+
/**
|
|
1415
|
+
* @internal
|
|
1416
|
+
*/
|
|
1417
|
+
const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
|
|
1418
|
+
}
|
|
1419
|
+
export interface CreateCoreNetworkRequest {
|
|
1420
|
+
/**
|
|
1421
|
+
* <p>The ID of the global network that a core network will be a part of. </p>
|
|
1422
|
+
*/
|
|
1423
|
+
GlobalNetworkId: string | undefined;
|
|
1424
|
+
/**
|
|
1425
|
+
* <p>The description of a core network.</p>
|
|
1426
|
+
*/
|
|
1427
|
+
Description?: string;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>Key-value tags associated with a core network request.</p>
|
|
1430
|
+
*/
|
|
1431
|
+
Tags?: Tag[];
|
|
1432
|
+
/**
|
|
1433
|
+
* <p>The policy document for creating a core network.</p>
|
|
1434
|
+
*/
|
|
1435
|
+
PolicyDocument?: string;
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>The client token associated with a core network request.</p>
|
|
1438
|
+
*/
|
|
1439
|
+
ClientToken?: string;
|
|
1440
|
+
}
|
|
1441
|
+
export declare namespace CreateCoreNetworkRequest {
|
|
1442
|
+
/**
|
|
1443
|
+
* @internal
|
|
1444
|
+
*/
|
|
1445
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
|
|
1446
|
+
}
|
|
1447
|
+
export interface CreateCoreNetworkResponse {
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>Returns details about a core network.</p>
|
|
1450
|
+
*/
|
|
1451
|
+
CoreNetwork?: CoreNetwork;
|
|
1452
|
+
}
|
|
1453
|
+
export declare namespace CreateCoreNetworkResponse {
|
|
1454
|
+
/**
|
|
1455
|
+
* @internal
|
|
1456
|
+
*/
|
|
1457
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
|
|
1458
|
+
}
|
|
592
1459
|
/**
|
|
593
1460
|
* <p>Describes a location.</p>
|
|
594
1461
|
*/
|
|
@@ -773,7 +1640,7 @@ export declare enum GlobalNetworkState {
|
|
|
773
1640
|
updating = "UPDATING"
|
|
774
1641
|
}
|
|
775
1642
|
/**
|
|
776
|
-
* <p>Describes a global network.</p>
|
|
1643
|
+
* <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
1644
|
*/
|
|
778
1645
|
export interface GlobalNetwork {
|
|
779
1646
|
/**
|
|
@@ -985,79 +1852,316 @@ export interface Site {
|
|
|
985
1852
|
*/
|
|
986
1853
|
SiteId?: string;
|
|
987
1854
|
/**
|
|
988
|
-
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
1855
|
+
* <p>The Amazon Resource Name (ARN) of the site.</p>
|
|
1856
|
+
*/
|
|
1857
|
+
SiteArn?: string;
|
|
1858
|
+
/**
|
|
1859
|
+
* <p>The ID of the global network.</p>
|
|
1860
|
+
*/
|
|
1861
|
+
GlobalNetworkId?: string;
|
|
1862
|
+
/**
|
|
1863
|
+
* <p>The description of the site.</p>
|
|
1864
|
+
*/
|
|
1865
|
+
Description?: string;
|
|
1866
|
+
/**
|
|
1867
|
+
* <p>The location of the site.</p>
|
|
1868
|
+
*/
|
|
1869
|
+
Location?: Location;
|
|
1870
|
+
/**
|
|
1871
|
+
* <p>The date and time that the site was created.</p>
|
|
1872
|
+
*/
|
|
1873
|
+
CreatedAt?: Date;
|
|
1874
|
+
/**
|
|
1875
|
+
* <p>The state of the site.</p>
|
|
1876
|
+
*/
|
|
1877
|
+
State?: SiteState | string;
|
|
1878
|
+
/**
|
|
1879
|
+
* <p>The tags for the site.</p>
|
|
1880
|
+
*/
|
|
1881
|
+
Tags?: Tag[];
|
|
1882
|
+
}
|
|
1883
|
+
export declare namespace Site {
|
|
1884
|
+
/**
|
|
1885
|
+
* @internal
|
|
1886
|
+
*/
|
|
1887
|
+
const filterSensitiveLog: (obj: Site) => any;
|
|
1888
|
+
}
|
|
1889
|
+
export interface CreateSiteResponse {
|
|
1890
|
+
/**
|
|
1891
|
+
* <p>Information about the site.</p>
|
|
1892
|
+
*/
|
|
1893
|
+
Site?: Site;
|
|
1894
|
+
}
|
|
1895
|
+
export declare namespace CreateSiteResponse {
|
|
1896
|
+
/**
|
|
1897
|
+
* @internal
|
|
1898
|
+
*/
|
|
1899
|
+
const filterSensitiveLog: (obj: CreateSiteResponse) => any;
|
|
1900
|
+
}
|
|
1901
|
+
export interface CreateSiteToSiteVpnAttachmentRequest {
|
|
1902
|
+
/**
|
|
1903
|
+
* <p>The ID of a core network where you're creating a site-to-site VPN attachment.</p>
|
|
1904
|
+
*/
|
|
1905
|
+
CoreNetworkId: string | undefined;
|
|
1906
|
+
/**
|
|
1907
|
+
* <p>The ARN identifying the VPN attachment.</p>
|
|
1908
|
+
*/
|
|
1909
|
+
VpnConnectionArn: string | undefined;
|
|
1910
|
+
/**
|
|
1911
|
+
* <p>The tags associated with the request.</p>
|
|
1912
|
+
*/
|
|
1913
|
+
Tags?: Tag[];
|
|
1914
|
+
/**
|
|
1915
|
+
* <p>The client token associated with the request.</p>
|
|
1916
|
+
*/
|
|
1917
|
+
ClientToken?: string;
|
|
1918
|
+
}
|
|
1919
|
+
export declare namespace CreateSiteToSiteVpnAttachmentRequest {
|
|
1920
|
+
/**
|
|
1921
|
+
* @internal
|
|
1922
|
+
*/
|
|
1923
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
|
|
1924
|
+
}
|
|
1925
|
+
/**
|
|
1926
|
+
* <p>Creates a site-to-site VPN attachment.</p>
|
|
1927
|
+
*/
|
|
1928
|
+
export interface SiteToSiteVpnAttachment {
|
|
1929
|
+
/**
|
|
1930
|
+
* <p>Provides details about a site-to-site VPN attachment.</p>
|
|
1931
|
+
*/
|
|
1932
|
+
Attachment?: Attachment;
|
|
1933
|
+
/**
|
|
1934
|
+
* <p>The ARN of the site-to-site VPN attachment. </p>
|
|
1935
|
+
*/
|
|
1936
|
+
VpnConnectionArn?: string;
|
|
1937
|
+
}
|
|
1938
|
+
export declare namespace SiteToSiteVpnAttachment {
|
|
1939
|
+
/**
|
|
1940
|
+
* @internal
|
|
1941
|
+
*/
|
|
1942
|
+
const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
|
|
1943
|
+
}
|
|
1944
|
+
export interface CreateSiteToSiteVpnAttachmentResponse {
|
|
1945
|
+
/**
|
|
1946
|
+
* <p>Details about a site-to-site VPN attachment.</p>
|
|
1947
|
+
*/
|
|
1948
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
1949
|
+
}
|
|
1950
|
+
export declare namespace CreateSiteToSiteVpnAttachmentResponse {
|
|
1951
|
+
/**
|
|
1952
|
+
* @internal
|
|
1953
|
+
*/
|
|
1954
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
|
|
1955
|
+
}
|
|
1956
|
+
/**
|
|
1957
|
+
* <p>Describes the VPC options.</p>
|
|
1958
|
+
*/
|
|
1959
|
+
export interface VpcOptions {
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>Indicates whether IPv6 is supported.</p>
|
|
1962
|
+
*/
|
|
1963
|
+
Ipv6Support?: boolean;
|
|
1964
|
+
}
|
|
1965
|
+
export declare namespace VpcOptions {
|
|
1966
|
+
/**
|
|
1967
|
+
* @internal
|
|
1968
|
+
*/
|
|
1969
|
+
const filterSensitiveLog: (obj: VpcOptions) => any;
|
|
1970
|
+
}
|
|
1971
|
+
export interface CreateVpcAttachmentRequest {
|
|
1972
|
+
/**
|
|
1973
|
+
* <p>The ID of a core network for the VPC attachment.</p>
|
|
1974
|
+
*/
|
|
1975
|
+
CoreNetworkId: string | undefined;
|
|
1976
|
+
/**
|
|
1977
|
+
* <p>The ARN of the VPC.</p>
|
|
1978
|
+
*/
|
|
1979
|
+
VpcArn: string | undefined;
|
|
1980
|
+
/**
|
|
1981
|
+
* <p>The subnet ARN of the VPC attachment.</p>
|
|
1982
|
+
*/
|
|
1983
|
+
SubnetArns: string[] | undefined;
|
|
1984
|
+
/**
|
|
1985
|
+
* <p>Options for the VPC attachment.</p>
|
|
1986
|
+
*/
|
|
1987
|
+
Options?: VpcOptions;
|
|
1988
|
+
/**
|
|
1989
|
+
* <p>The key-value tags associated with the request.</p>
|
|
1990
|
+
*/
|
|
1991
|
+
Tags?: Tag[];
|
|
1992
|
+
/**
|
|
1993
|
+
* <p>The client token associated with the request.</p>
|
|
1994
|
+
*/
|
|
1995
|
+
ClientToken?: string;
|
|
1996
|
+
}
|
|
1997
|
+
export declare namespace CreateVpcAttachmentRequest {
|
|
1998
|
+
/**
|
|
1999
|
+
* @internal
|
|
2000
|
+
*/
|
|
2001
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
|
|
2002
|
+
}
|
|
2003
|
+
/**
|
|
2004
|
+
* <p>Describes a VPC attachment.</p>
|
|
2005
|
+
*/
|
|
2006
|
+
export interface VpcAttachment {
|
|
2007
|
+
/**
|
|
2008
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2009
|
+
*/
|
|
2010
|
+
Attachment?: Attachment;
|
|
2011
|
+
/**
|
|
2012
|
+
* <p>The subnet ARNs.</p>
|
|
2013
|
+
*/
|
|
2014
|
+
SubnetArns?: string[];
|
|
2015
|
+
/**
|
|
2016
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2017
|
+
*/
|
|
2018
|
+
Options?: VpcOptions;
|
|
2019
|
+
}
|
|
2020
|
+
export declare namespace VpcAttachment {
|
|
2021
|
+
/**
|
|
2022
|
+
* @internal
|
|
2023
|
+
*/
|
|
2024
|
+
const filterSensitiveLog: (obj: VpcAttachment) => any;
|
|
2025
|
+
}
|
|
2026
|
+
export interface CreateVpcAttachmentResponse {
|
|
2027
|
+
/**
|
|
2028
|
+
* <p>Provides details about the VPC attachment.</p>
|
|
2029
|
+
*/
|
|
2030
|
+
VpcAttachment?: VpcAttachment;
|
|
2031
|
+
}
|
|
2032
|
+
export declare namespace CreateVpcAttachmentResponse {
|
|
2033
|
+
/**
|
|
2034
|
+
* @internal
|
|
2035
|
+
*/
|
|
2036
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
|
|
2037
|
+
}
|
|
2038
|
+
export interface DeleteAttachmentRequest {
|
|
2039
|
+
/**
|
|
2040
|
+
* <p>The ID of the attachment to delete.</p>
|
|
2041
|
+
*/
|
|
2042
|
+
AttachmentId: string | undefined;
|
|
2043
|
+
}
|
|
2044
|
+
export declare namespace DeleteAttachmentRequest {
|
|
2045
|
+
/**
|
|
2046
|
+
* @internal
|
|
2047
|
+
*/
|
|
2048
|
+
const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
|
|
2049
|
+
}
|
|
2050
|
+
export interface DeleteAttachmentResponse {
|
|
2051
|
+
/**
|
|
2052
|
+
* <p>Information about the deleted attachment.</p>
|
|
2053
|
+
*/
|
|
2054
|
+
Attachment?: Attachment;
|
|
2055
|
+
}
|
|
2056
|
+
export declare namespace DeleteAttachmentResponse {
|
|
2057
|
+
/**
|
|
2058
|
+
* @internal
|
|
2059
|
+
*/
|
|
2060
|
+
const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
|
|
2061
|
+
}
|
|
2062
|
+
export interface DeleteConnectionRequest {
|
|
2063
|
+
/**
|
|
2064
|
+
* <p>The ID of the global network.</p>
|
|
2065
|
+
*/
|
|
2066
|
+
GlobalNetworkId: string | undefined;
|
|
2067
|
+
/**
|
|
2068
|
+
* <p>The ID of the connection.</p>
|
|
2069
|
+
*/
|
|
2070
|
+
ConnectionId: string | undefined;
|
|
2071
|
+
}
|
|
2072
|
+
export declare namespace DeleteConnectionRequest {
|
|
2073
|
+
/**
|
|
2074
|
+
* @internal
|
|
2075
|
+
*/
|
|
2076
|
+
const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
|
|
2077
|
+
}
|
|
2078
|
+
export interface DeleteConnectionResponse {
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>Information about the connection.</p>
|
|
989
2081
|
*/
|
|
990
|
-
|
|
2082
|
+
Connection?: Connection;
|
|
2083
|
+
}
|
|
2084
|
+
export declare namespace DeleteConnectionResponse {
|
|
991
2085
|
/**
|
|
992
|
-
*
|
|
2086
|
+
* @internal
|
|
993
2087
|
*/
|
|
994
|
-
|
|
2088
|
+
const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
|
|
2089
|
+
}
|
|
2090
|
+
export interface DeleteConnectPeerRequest {
|
|
995
2091
|
/**
|
|
996
|
-
* <p>The
|
|
2092
|
+
* <p>The ID of the deleted Connect peer.</p>
|
|
997
2093
|
*/
|
|
998
|
-
|
|
2094
|
+
ConnectPeerId: string | undefined;
|
|
2095
|
+
}
|
|
2096
|
+
export declare namespace DeleteConnectPeerRequest {
|
|
999
2097
|
/**
|
|
1000
|
-
*
|
|
2098
|
+
* @internal
|
|
1001
2099
|
*/
|
|
1002
|
-
|
|
2100
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
|
|
2101
|
+
}
|
|
2102
|
+
export interface DeleteConnectPeerResponse {
|
|
1003
2103
|
/**
|
|
1004
|
-
* <p>
|
|
2104
|
+
* <p>Information about the deleted Connect peer.</p>
|
|
1005
2105
|
*/
|
|
1006
|
-
|
|
2106
|
+
ConnectPeer?: ConnectPeer;
|
|
2107
|
+
}
|
|
2108
|
+
export declare namespace DeleteConnectPeerResponse {
|
|
1007
2109
|
/**
|
|
1008
|
-
*
|
|
2110
|
+
* @internal
|
|
1009
2111
|
*/
|
|
1010
|
-
|
|
2112
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
|
|
2113
|
+
}
|
|
2114
|
+
export interface DeleteCoreNetworkRequest {
|
|
1011
2115
|
/**
|
|
1012
|
-
* <p>The
|
|
2116
|
+
* <p>The network ID of the deleted core network.</p>
|
|
1013
2117
|
*/
|
|
1014
|
-
|
|
2118
|
+
CoreNetworkId: string | undefined;
|
|
1015
2119
|
}
|
|
1016
|
-
export declare namespace
|
|
2120
|
+
export declare namespace DeleteCoreNetworkRequest {
|
|
1017
2121
|
/**
|
|
1018
2122
|
* @internal
|
|
1019
2123
|
*/
|
|
1020
|
-
const filterSensitiveLog: (obj:
|
|
2124
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
|
|
1021
2125
|
}
|
|
1022
|
-
export interface
|
|
2126
|
+
export interface DeleteCoreNetworkResponse {
|
|
1023
2127
|
/**
|
|
1024
|
-
* <p>Information about the
|
|
2128
|
+
* <p>Information about the deleted core network.</p>
|
|
1025
2129
|
*/
|
|
1026
|
-
|
|
2130
|
+
CoreNetwork?: CoreNetwork;
|
|
1027
2131
|
}
|
|
1028
|
-
export declare namespace
|
|
2132
|
+
export declare namespace DeleteCoreNetworkResponse {
|
|
1029
2133
|
/**
|
|
1030
2134
|
* @internal
|
|
1031
2135
|
*/
|
|
1032
|
-
const filterSensitiveLog: (obj:
|
|
2136
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
|
|
1033
2137
|
}
|
|
1034
|
-
export interface
|
|
2138
|
+
export interface DeleteCoreNetworkPolicyVersionRequest {
|
|
1035
2139
|
/**
|
|
1036
|
-
* <p>The ID of the
|
|
2140
|
+
* <p>The ID of a core network for the deleted policy.</p>
|
|
1037
2141
|
*/
|
|
1038
|
-
|
|
2142
|
+
CoreNetworkId: string | undefined;
|
|
1039
2143
|
/**
|
|
1040
|
-
* <p>The ID of the
|
|
2144
|
+
* <p>The version ID of the deleted policy.</p>
|
|
1041
2145
|
*/
|
|
1042
|
-
|
|
2146
|
+
PolicyVersionId: number | undefined;
|
|
1043
2147
|
}
|
|
1044
|
-
export declare namespace
|
|
2148
|
+
export declare namespace DeleteCoreNetworkPolicyVersionRequest {
|
|
1045
2149
|
/**
|
|
1046
2150
|
* @internal
|
|
1047
2151
|
*/
|
|
1048
|
-
const filterSensitiveLog: (obj:
|
|
2152
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
|
|
1049
2153
|
}
|
|
1050
|
-
export interface
|
|
2154
|
+
export interface DeleteCoreNetworkPolicyVersionResponse {
|
|
1051
2155
|
/**
|
|
1052
|
-
* <p>
|
|
2156
|
+
* <p>Returns information about the deleted policy version. </p>
|
|
1053
2157
|
*/
|
|
1054
|
-
|
|
2158
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
1055
2159
|
}
|
|
1056
|
-
export declare namespace
|
|
2160
|
+
export declare namespace DeleteCoreNetworkPolicyVersionResponse {
|
|
1057
2161
|
/**
|
|
1058
2162
|
* @internal
|
|
1059
2163
|
*/
|
|
1060
|
-
const filterSensitiveLog: (obj:
|
|
2164
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
|
|
1061
2165
|
}
|
|
1062
2166
|
export interface DeleteDeviceRequest {
|
|
1063
2167
|
/**
|
|
@@ -1139,6 +2243,26 @@ export declare namespace DeleteLinkResponse {
|
|
|
1139
2243
|
*/
|
|
1140
2244
|
const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
|
|
1141
2245
|
}
|
|
2246
|
+
export interface DeleteResourcePolicyRequest {
|
|
2247
|
+
/**
|
|
2248
|
+
* <p>The ARN of the policy to delete.</p>
|
|
2249
|
+
*/
|
|
2250
|
+
ResourceArn: string | undefined;
|
|
2251
|
+
}
|
|
2252
|
+
export declare namespace DeleteResourcePolicyRequest {
|
|
2253
|
+
/**
|
|
2254
|
+
* @internal
|
|
2255
|
+
*/
|
|
2256
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
2257
|
+
}
|
|
2258
|
+
export interface DeleteResourcePolicyResponse {
|
|
2259
|
+
}
|
|
2260
|
+
export declare namespace DeleteResourcePolicyResponse {
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
*/
|
|
2264
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2265
|
+
}
|
|
1142
2266
|
export interface DeleteSiteRequest {
|
|
1143
2267
|
/**
|
|
1144
2268
|
* <p>The ID of the global network.</p>
|
|
@@ -1280,6 +2404,34 @@ export declare namespace DescribeGlobalNetworksResponse {
|
|
|
1280
2404
|
*/
|
|
1281
2405
|
const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
|
|
1282
2406
|
}
|
|
2407
|
+
export interface DisassociateConnectPeerRequest {
|
|
2408
|
+
/**
|
|
2409
|
+
* <p>The ID of the global network.</p>
|
|
2410
|
+
*/
|
|
2411
|
+
GlobalNetworkId: string | undefined;
|
|
2412
|
+
/**
|
|
2413
|
+
* <p>The ID of the Connect peer to disassociate from a device.</p>
|
|
2414
|
+
*/
|
|
2415
|
+
ConnectPeerId: string | undefined;
|
|
2416
|
+
}
|
|
2417
|
+
export declare namespace DisassociateConnectPeerRequest {
|
|
2418
|
+
/**
|
|
2419
|
+
* @internal
|
|
2420
|
+
*/
|
|
2421
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
|
|
2422
|
+
}
|
|
2423
|
+
export interface DisassociateConnectPeerResponse {
|
|
2424
|
+
/**
|
|
2425
|
+
* <p>Describes the Connect peer association.</p>
|
|
2426
|
+
*/
|
|
2427
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
2428
|
+
}
|
|
2429
|
+
export declare namespace DisassociateConnectPeerResponse {
|
|
2430
|
+
/**
|
|
2431
|
+
* @internal
|
|
2432
|
+
*/
|
|
2433
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
|
|
2434
|
+
}
|
|
1283
2435
|
export interface DisassociateCustomerGatewayRequest {
|
|
1284
2436
|
/**
|
|
1285
2437
|
* <p>The ID of the global network.</p>
|
|
@@ -1368,6 +2520,54 @@ export declare namespace DisassociateTransitGatewayConnectPeerResponse {
|
|
|
1368
2520
|
*/
|
|
1369
2521
|
const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
|
|
1370
2522
|
}
|
|
2523
|
+
export interface ExecuteCoreNetworkChangeSetRequest {
|
|
2524
|
+
/**
|
|
2525
|
+
* <p>The ID of a core network.</p>
|
|
2526
|
+
*/
|
|
2527
|
+
CoreNetworkId: string | undefined;
|
|
2528
|
+
/**
|
|
2529
|
+
* <p>The ID of the policy version.</p>
|
|
2530
|
+
*/
|
|
2531
|
+
PolicyVersionId: number | undefined;
|
|
2532
|
+
}
|
|
2533
|
+
export declare namespace ExecuteCoreNetworkChangeSetRequest {
|
|
2534
|
+
/**
|
|
2535
|
+
* @internal
|
|
2536
|
+
*/
|
|
2537
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
|
|
2538
|
+
}
|
|
2539
|
+
export interface ExecuteCoreNetworkChangeSetResponse {
|
|
2540
|
+
}
|
|
2541
|
+
export declare namespace ExecuteCoreNetworkChangeSetResponse {
|
|
2542
|
+
/**
|
|
2543
|
+
* @internal
|
|
2544
|
+
*/
|
|
2545
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
|
|
2546
|
+
}
|
|
2547
|
+
export interface GetConnectAttachmentRequest {
|
|
2548
|
+
/**
|
|
2549
|
+
* <p>The ID of the attachment.</p>
|
|
2550
|
+
*/
|
|
2551
|
+
AttachmentId: string | undefined;
|
|
2552
|
+
}
|
|
2553
|
+
export declare namespace GetConnectAttachmentRequest {
|
|
2554
|
+
/**
|
|
2555
|
+
* @internal
|
|
2556
|
+
*/
|
|
2557
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
|
|
2558
|
+
}
|
|
2559
|
+
export interface GetConnectAttachmentResponse {
|
|
2560
|
+
/**
|
|
2561
|
+
* <p>Details about the Connect attachment.</p>
|
|
2562
|
+
*/
|
|
2563
|
+
ConnectAttachment?: ConnectAttachment;
|
|
2564
|
+
}
|
|
2565
|
+
export declare namespace GetConnectAttachmentResponse {
|
|
2566
|
+
/**
|
|
2567
|
+
* @internal
|
|
2568
|
+
*/
|
|
2569
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
|
|
2570
|
+
}
|
|
1371
2571
|
export interface GetConnectionsRequest {
|
|
1372
2572
|
/**
|
|
1373
2573
|
* <p>The ID of the global network.</p>
|
|
@@ -1412,6 +2612,166 @@ export declare namespace GetConnectionsResponse {
|
|
|
1412
2612
|
*/
|
|
1413
2613
|
const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
|
|
1414
2614
|
}
|
|
2615
|
+
export interface GetConnectPeerRequest {
|
|
2616
|
+
/**
|
|
2617
|
+
* <p>The ID of the Connect peer.</p>
|
|
2618
|
+
*/
|
|
2619
|
+
ConnectPeerId: string | undefined;
|
|
2620
|
+
}
|
|
2621
|
+
export declare namespace GetConnectPeerRequest {
|
|
2622
|
+
/**
|
|
2623
|
+
* @internal
|
|
2624
|
+
*/
|
|
2625
|
+
const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
|
|
2626
|
+
}
|
|
2627
|
+
export interface GetConnectPeerResponse {
|
|
2628
|
+
/**
|
|
2629
|
+
* <p>Returns information about a core network Connect peer.</p>
|
|
2630
|
+
*/
|
|
2631
|
+
ConnectPeer?: ConnectPeer;
|
|
2632
|
+
}
|
|
2633
|
+
export declare namespace GetConnectPeerResponse {
|
|
2634
|
+
/**
|
|
2635
|
+
* @internal
|
|
2636
|
+
*/
|
|
2637
|
+
const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
|
|
2638
|
+
}
|
|
2639
|
+
export interface GetConnectPeerAssociationsRequest {
|
|
2640
|
+
/**
|
|
2641
|
+
* <p>The ID of the global network.</p>
|
|
2642
|
+
*/
|
|
2643
|
+
GlobalNetworkId: string | undefined;
|
|
2644
|
+
/**
|
|
2645
|
+
* <p>The IDs of the Connect peers.</p>
|
|
2646
|
+
*/
|
|
2647
|
+
ConnectPeerIds?: string[];
|
|
2648
|
+
/**
|
|
2649
|
+
* <p>The maximum number of results to return.</p>
|
|
2650
|
+
*/
|
|
2651
|
+
MaxResults?: number;
|
|
2652
|
+
/**
|
|
2653
|
+
* <p>The token for the next page of results.</p>
|
|
2654
|
+
*/
|
|
2655
|
+
NextToken?: string;
|
|
2656
|
+
}
|
|
2657
|
+
export declare namespace GetConnectPeerAssociationsRequest {
|
|
2658
|
+
/**
|
|
2659
|
+
* @internal
|
|
2660
|
+
*/
|
|
2661
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
|
|
2662
|
+
}
|
|
2663
|
+
export interface GetConnectPeerAssociationsResponse {
|
|
2664
|
+
/**
|
|
2665
|
+
* <p>Displays a list of Connect peer associations.</p>
|
|
2666
|
+
*/
|
|
2667
|
+
ConnectPeerAssociations?: ConnectPeerAssociation[];
|
|
2668
|
+
/**
|
|
2669
|
+
* <p>The token for the next page of results.</p>
|
|
2670
|
+
*/
|
|
2671
|
+
NextToken?: string;
|
|
2672
|
+
}
|
|
2673
|
+
export declare namespace GetConnectPeerAssociationsResponse {
|
|
2674
|
+
/**
|
|
2675
|
+
* @internal
|
|
2676
|
+
*/
|
|
2677
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
|
|
2678
|
+
}
|
|
2679
|
+
export interface GetCoreNetworkRequest {
|
|
2680
|
+
/**
|
|
2681
|
+
* <p>The ID of a core network.</p>
|
|
2682
|
+
*/
|
|
2683
|
+
CoreNetworkId: string | undefined;
|
|
2684
|
+
}
|
|
2685
|
+
export declare namespace GetCoreNetworkRequest {
|
|
2686
|
+
/**
|
|
2687
|
+
* @internal
|
|
2688
|
+
*/
|
|
2689
|
+
const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
|
|
2690
|
+
}
|
|
2691
|
+
export interface GetCoreNetworkResponse {
|
|
2692
|
+
/**
|
|
2693
|
+
* <p>Details about a core network.</p>
|
|
2694
|
+
*/
|
|
2695
|
+
CoreNetwork?: CoreNetwork;
|
|
2696
|
+
}
|
|
2697
|
+
export declare namespace GetCoreNetworkResponse {
|
|
2698
|
+
/**
|
|
2699
|
+
* @internal
|
|
2700
|
+
*/
|
|
2701
|
+
const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
|
|
2702
|
+
}
|
|
2703
|
+
export interface GetCoreNetworkChangeSetRequest {
|
|
2704
|
+
/**
|
|
2705
|
+
* <p>The ID of a core network.</p>
|
|
2706
|
+
*/
|
|
2707
|
+
CoreNetworkId: string | undefined;
|
|
2708
|
+
/**
|
|
2709
|
+
* <p>The ID of the policy version.</p>
|
|
2710
|
+
*/
|
|
2711
|
+
PolicyVersionId: number | undefined;
|
|
2712
|
+
/**
|
|
2713
|
+
* <p>The maximum number of results to return.</p>
|
|
2714
|
+
*/
|
|
2715
|
+
MaxResults?: number;
|
|
2716
|
+
/**
|
|
2717
|
+
* <p>The token for the next page of results.</p>
|
|
2718
|
+
*/
|
|
2719
|
+
NextToken?: string;
|
|
2720
|
+
}
|
|
2721
|
+
export declare namespace GetCoreNetworkChangeSetRequest {
|
|
2722
|
+
/**
|
|
2723
|
+
* @internal
|
|
2724
|
+
*/
|
|
2725
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
|
|
2726
|
+
}
|
|
2727
|
+
export interface GetCoreNetworkChangeSetResponse {
|
|
2728
|
+
/**
|
|
2729
|
+
* <p>Describes a core network changes.</p>
|
|
2730
|
+
*/
|
|
2731
|
+
CoreNetworkChanges?: CoreNetworkChange[];
|
|
2732
|
+
/**
|
|
2733
|
+
* <p>The token for the next page of results.</p>
|
|
2734
|
+
*/
|
|
2735
|
+
NextToken?: string;
|
|
2736
|
+
}
|
|
2737
|
+
export declare namespace GetCoreNetworkChangeSetResponse {
|
|
2738
|
+
/**
|
|
2739
|
+
* @internal
|
|
2740
|
+
*/
|
|
2741
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
|
|
2742
|
+
}
|
|
2743
|
+
export interface GetCoreNetworkPolicyRequest {
|
|
2744
|
+
/**
|
|
2745
|
+
* <p>The ID of a core network.</p>
|
|
2746
|
+
*/
|
|
2747
|
+
CoreNetworkId: string | undefined;
|
|
2748
|
+
/**
|
|
2749
|
+
* <p>The ID of a core network policy version.</p>
|
|
2750
|
+
*/
|
|
2751
|
+
PolicyVersionId?: number;
|
|
2752
|
+
/**
|
|
2753
|
+
* <p>The alias of a core network policy </p>
|
|
2754
|
+
*/
|
|
2755
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
2756
|
+
}
|
|
2757
|
+
export declare namespace GetCoreNetworkPolicyRequest {
|
|
2758
|
+
/**
|
|
2759
|
+
* @internal
|
|
2760
|
+
*/
|
|
2761
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
|
|
2762
|
+
}
|
|
2763
|
+
export interface GetCoreNetworkPolicyResponse {
|
|
2764
|
+
/**
|
|
2765
|
+
* <p>The details about a core network policy.</p>
|
|
2766
|
+
*/
|
|
2767
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
2768
|
+
}
|
|
2769
|
+
export declare namespace GetCoreNetworkPolicyResponse {
|
|
2770
|
+
/**
|
|
2771
|
+
* @internal
|
|
2772
|
+
*/
|
|
2773
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
|
|
2774
|
+
}
|
|
1415
2775
|
export interface GetCustomerGatewayAssociationsRequest {
|
|
1416
2776
|
/**
|
|
1417
2777
|
* <p>The ID of the global network.</p>
|
|
@@ -1732,6 +3092,10 @@ export interface GetNetworkResourceRelationshipsRequest {
|
|
|
1732
3092
|
* <p>The ID of the global network.</p>
|
|
1733
3093
|
*/
|
|
1734
3094
|
GlobalNetworkId: string | undefined;
|
|
3095
|
+
/**
|
|
3096
|
+
* <p>The ID of a core network.</p>
|
|
3097
|
+
*/
|
|
3098
|
+
CoreNetworkId?: string;
|
|
1735
3099
|
/**
|
|
1736
3100
|
* <p>The ARN of the registered gateway.</p>
|
|
1737
3101
|
*/
|
|
@@ -1883,6 +3247,10 @@ export interface GetNetworkResourcesRequest {
|
|
|
1883
3247
|
* <p>The ID of the global network.</p>
|
|
1884
3248
|
*/
|
|
1885
3249
|
GlobalNetworkId: string | undefined;
|
|
3250
|
+
/**
|
|
3251
|
+
* <p>The ID of a core network.</p>
|
|
3252
|
+
*/
|
|
3253
|
+
CoreNetworkId?: string;
|
|
1886
3254
|
/**
|
|
1887
3255
|
* <p>The ARN of the gateway.</p>
|
|
1888
3256
|
*/
|
|
@@ -2002,6 +3370,10 @@ export interface NetworkResource {
|
|
|
2002
3370
|
* <p>The ARN of the gateway.</p>
|
|
2003
3371
|
*/
|
|
2004
3372
|
RegisteredGatewayArn?: string;
|
|
3373
|
+
/**
|
|
3374
|
+
* <p>a core network ID.</p>
|
|
3375
|
+
*/
|
|
3376
|
+
CoreNetworkId?: string;
|
|
2005
3377
|
/**
|
|
2006
3378
|
* <p>The Amazon Web Services Region.</p>
|
|
2007
3379
|
*/
|
|
@@ -2147,6 +3519,10 @@ export interface RouteTableIdentifier {
|
|
|
2147
3519
|
* <p>The ARN of the transit gateway route table.</p>
|
|
2148
3520
|
*/
|
|
2149
3521
|
TransitGatewayRouteTableArn?: string;
|
|
3522
|
+
/**
|
|
3523
|
+
* <p>The segment edge in a core network.</p>
|
|
3524
|
+
*/
|
|
3525
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
2150
3526
|
}
|
|
2151
3527
|
export declare namespace RouteTableIdentifier {
|
|
2152
3528
|
/**
|
|
@@ -2216,10 +3592,22 @@ export declare namespace GetNetworkRoutesRequest {
|
|
|
2216
3592
|
* <p>Describes the destination of a network route.</p>
|
|
2217
3593
|
*/
|
|
2218
3594
|
export interface NetworkRouteDestination {
|
|
3595
|
+
/**
|
|
3596
|
+
* <p>The ID of a core network attachment.</p>
|
|
3597
|
+
*/
|
|
3598
|
+
CoreNetworkAttachmentId?: string;
|
|
2219
3599
|
/**
|
|
2220
3600
|
* <p>The ID of the transit gateway attachment.</p>
|
|
2221
3601
|
*/
|
|
2222
3602
|
TransitGatewayAttachmentId?: string;
|
|
3603
|
+
/**
|
|
3604
|
+
* <p>The name of the segment.</p>
|
|
3605
|
+
*/
|
|
3606
|
+
SegmentName?: string;
|
|
3607
|
+
/**
|
|
3608
|
+
* <p>The edge location for the network destination.</p>
|
|
3609
|
+
*/
|
|
3610
|
+
EdgeLocation?: string;
|
|
2223
3611
|
/**
|
|
2224
3612
|
* <p>The resource type.</p>
|
|
2225
3613
|
*/
|
|
@@ -2267,6 +3655,7 @@ export declare namespace NetworkRoute {
|
|
|
2267
3655
|
const filterSensitiveLog: (obj: NetworkRoute) => any;
|
|
2268
3656
|
}
|
|
2269
3657
|
export declare enum RouteTableType {
|
|
3658
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
|
|
2270
3659
|
TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
|
|
2271
3660
|
}
|
|
2272
3661
|
export interface GetNetworkRoutesResponse {
|
|
@@ -2274,6 +3663,10 @@ export interface GetNetworkRoutesResponse {
|
|
|
2274
3663
|
* <p>The ARN of the route table.</p>
|
|
2275
3664
|
*/
|
|
2276
3665
|
RouteTableArn?: string;
|
|
3666
|
+
/**
|
|
3667
|
+
* <p>Describes a core network segment edge.</p>
|
|
3668
|
+
*/
|
|
3669
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
2277
3670
|
/**
|
|
2278
3671
|
* <p>The route table type.</p>
|
|
2279
3672
|
*/
|
|
@@ -2298,6 +3691,10 @@ export interface GetNetworkTelemetryRequest {
|
|
|
2298
3691
|
* <p>The ID of the global network.</p>
|
|
2299
3692
|
*/
|
|
2300
3693
|
GlobalNetworkId: string | undefined;
|
|
3694
|
+
/**
|
|
3695
|
+
* <p>The ID of a core network.</p>
|
|
3696
|
+
*/
|
|
3697
|
+
CoreNetworkId?: string;
|
|
2301
3698
|
/**
|
|
2302
3699
|
* <p>The ARN of the gateway.</p>
|
|
2303
3700
|
*/
|
|
@@ -2417,6 +3814,10 @@ export interface NetworkTelemetry {
|
|
|
2417
3814
|
* <p>The ARN of the gateway.</p>
|
|
2418
3815
|
*/
|
|
2419
3816
|
RegisteredGatewayArn?: string;
|
|
3817
|
+
/**
|
|
3818
|
+
* <p>The ID of a core network.</p>
|
|
3819
|
+
*/
|
|
3820
|
+
CoreNetworkId?: string;
|
|
2420
3821
|
/**
|
|
2421
3822
|
* <p>The Amazon Web Services Region.</p>
|
|
2422
3823
|
*/
|
|
@@ -2444,29 +3845,53 @@ export interface NetworkTelemetry {
|
|
|
2444
3845
|
/**
|
|
2445
3846
|
* <p>The connection health.</p>
|
|
2446
3847
|
*/
|
|
2447
|
-
Health?: ConnectionHealth;
|
|
3848
|
+
Health?: ConnectionHealth;
|
|
3849
|
+
}
|
|
3850
|
+
export declare namespace NetworkTelemetry {
|
|
3851
|
+
/**
|
|
3852
|
+
* @internal
|
|
3853
|
+
*/
|
|
3854
|
+
const filterSensitiveLog: (obj: NetworkTelemetry) => any;
|
|
3855
|
+
}
|
|
3856
|
+
export interface GetNetworkTelemetryResponse {
|
|
3857
|
+
/**
|
|
3858
|
+
* <p>The network telemetry.</p>
|
|
3859
|
+
*/
|
|
3860
|
+
NetworkTelemetry?: NetworkTelemetry[];
|
|
3861
|
+
/**
|
|
3862
|
+
* <p>The token for the next page of results.</p>
|
|
3863
|
+
*/
|
|
3864
|
+
NextToken?: string;
|
|
3865
|
+
}
|
|
3866
|
+
export declare namespace GetNetworkTelemetryResponse {
|
|
3867
|
+
/**
|
|
3868
|
+
* @internal
|
|
3869
|
+
*/
|
|
3870
|
+
const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
|
|
3871
|
+
}
|
|
3872
|
+
export interface GetResourcePolicyRequest {
|
|
3873
|
+
/**
|
|
3874
|
+
* <p>The ARN of the resource.</p>
|
|
3875
|
+
*/
|
|
3876
|
+
ResourceArn: string | undefined;
|
|
2448
3877
|
}
|
|
2449
|
-
export declare namespace
|
|
3878
|
+
export declare namespace GetResourcePolicyRequest {
|
|
2450
3879
|
/**
|
|
2451
3880
|
* @internal
|
|
2452
3881
|
*/
|
|
2453
|
-
const filterSensitiveLog: (obj:
|
|
3882
|
+
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
2454
3883
|
}
|
|
2455
|
-
export interface
|
|
2456
|
-
/**
|
|
2457
|
-
* <p>The network telemetry.</p>
|
|
2458
|
-
*/
|
|
2459
|
-
NetworkTelemetry?: NetworkTelemetry[];
|
|
3884
|
+
export interface GetResourcePolicyResponse {
|
|
2460
3885
|
/**
|
|
2461
|
-
* <p>The
|
|
3886
|
+
* <p>The resource policy document.</p>
|
|
2462
3887
|
*/
|
|
2463
|
-
|
|
3888
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
2464
3889
|
}
|
|
2465
|
-
export declare namespace
|
|
3890
|
+
export declare namespace GetResourcePolicyResponse {
|
|
2466
3891
|
/**
|
|
2467
3892
|
* @internal
|
|
2468
3893
|
*/
|
|
2469
|
-
const filterSensitiveLog: (obj:
|
|
3894
|
+
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
2470
3895
|
}
|
|
2471
3896
|
export interface GetRouteAnalysisRequest {
|
|
2472
3897
|
/**
|
|
@@ -2778,6 +4203,30 @@ export declare namespace GetSitesResponse {
|
|
|
2778
4203
|
*/
|
|
2779
4204
|
const filterSensitiveLog: (obj: GetSitesResponse) => any;
|
|
2780
4205
|
}
|
|
4206
|
+
export interface GetSiteToSiteVpnAttachmentRequest {
|
|
4207
|
+
/**
|
|
4208
|
+
* <p>The ID of the attachment.</p>
|
|
4209
|
+
*/
|
|
4210
|
+
AttachmentId: string | undefined;
|
|
4211
|
+
}
|
|
4212
|
+
export declare namespace GetSiteToSiteVpnAttachmentRequest {
|
|
4213
|
+
/**
|
|
4214
|
+
* @internal
|
|
4215
|
+
*/
|
|
4216
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
|
|
4217
|
+
}
|
|
4218
|
+
export interface GetSiteToSiteVpnAttachmentResponse {
|
|
4219
|
+
/**
|
|
4220
|
+
* <p>Describes the site-to-site attachment.</p>
|
|
4221
|
+
*/
|
|
4222
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
4223
|
+
}
|
|
4224
|
+
export declare namespace GetSiteToSiteVpnAttachmentResponse {
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
|
|
4229
|
+
}
|
|
2781
4230
|
export interface GetTransitGatewayConnectPeerAssociationsRequest {
|
|
2782
4231
|
/**
|
|
2783
4232
|
* <p>The ID of the global network.</p>
|
|
@@ -2859,6 +4308,186 @@ export declare namespace GetTransitGatewayRegistrationsResponse {
|
|
|
2859
4308
|
*/
|
|
2860
4309
|
const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
|
|
2861
4310
|
}
|
|
4311
|
+
export interface GetVpcAttachmentRequest {
|
|
4312
|
+
/**
|
|
4313
|
+
* <p>The ID of the attachment.</p>
|
|
4314
|
+
*/
|
|
4315
|
+
AttachmentId: string | undefined;
|
|
4316
|
+
}
|
|
4317
|
+
export declare namespace GetVpcAttachmentRequest {
|
|
4318
|
+
/**
|
|
4319
|
+
* @internal
|
|
4320
|
+
*/
|
|
4321
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
|
|
4322
|
+
}
|
|
4323
|
+
export interface GetVpcAttachmentResponse {
|
|
4324
|
+
/**
|
|
4325
|
+
* <p>Returns details about a VPC attachment.</p>
|
|
4326
|
+
*/
|
|
4327
|
+
VpcAttachment?: VpcAttachment;
|
|
4328
|
+
}
|
|
4329
|
+
export declare namespace GetVpcAttachmentResponse {
|
|
4330
|
+
/**
|
|
4331
|
+
* @internal
|
|
4332
|
+
*/
|
|
4333
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
|
|
4334
|
+
}
|
|
4335
|
+
export interface ListAttachmentsRequest {
|
|
4336
|
+
/**
|
|
4337
|
+
* <p>The ID of a core network.</p>
|
|
4338
|
+
*/
|
|
4339
|
+
CoreNetworkId?: string;
|
|
4340
|
+
/**
|
|
4341
|
+
* <p>The type of attachment.</p>
|
|
4342
|
+
*/
|
|
4343
|
+
AttachmentType?: AttachmentType | string;
|
|
4344
|
+
/**
|
|
4345
|
+
* <p>The Region where the edge is located.</p>
|
|
4346
|
+
*/
|
|
4347
|
+
EdgeLocation?: string;
|
|
4348
|
+
/**
|
|
4349
|
+
* <p>The state of the attachment.</p>
|
|
4350
|
+
*/
|
|
4351
|
+
State?: AttachmentState | string;
|
|
4352
|
+
/**
|
|
4353
|
+
* <p>The maximum number of results to return.</p>
|
|
4354
|
+
*/
|
|
4355
|
+
MaxResults?: number;
|
|
4356
|
+
/**
|
|
4357
|
+
* <p>The token for the next page of results.</p>
|
|
4358
|
+
*/
|
|
4359
|
+
NextToken?: string;
|
|
4360
|
+
}
|
|
4361
|
+
export declare namespace ListAttachmentsRequest {
|
|
4362
|
+
/**
|
|
4363
|
+
* @internal
|
|
4364
|
+
*/
|
|
4365
|
+
const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
|
|
4366
|
+
}
|
|
4367
|
+
export interface ListAttachmentsResponse {
|
|
4368
|
+
/**
|
|
4369
|
+
* <p>Describes the list of attachments.</p>
|
|
4370
|
+
*/
|
|
4371
|
+
Attachments?: Attachment[];
|
|
4372
|
+
/**
|
|
4373
|
+
* <p>The token for the next page of results.</p>
|
|
4374
|
+
*/
|
|
4375
|
+
NextToken?: string;
|
|
4376
|
+
}
|
|
4377
|
+
export declare namespace ListAttachmentsResponse {
|
|
4378
|
+
/**
|
|
4379
|
+
* @internal
|
|
4380
|
+
*/
|
|
4381
|
+
const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
|
|
4382
|
+
}
|
|
4383
|
+
export interface ListConnectPeersRequest {
|
|
4384
|
+
/**
|
|
4385
|
+
* <p>The ID of a core network.</p>
|
|
4386
|
+
*/
|
|
4387
|
+
CoreNetworkId?: string;
|
|
4388
|
+
/**
|
|
4389
|
+
* <p>The ID of the attachment.</p>
|
|
4390
|
+
*/
|
|
4391
|
+
ConnectAttachmentId?: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* <p>The maximum number of results to return.</p>
|
|
4394
|
+
*/
|
|
4395
|
+
MaxResults?: number;
|
|
4396
|
+
/**
|
|
4397
|
+
* <p>The token for the next page of results.</p>
|
|
4398
|
+
*/
|
|
4399
|
+
NextToken?: string;
|
|
4400
|
+
}
|
|
4401
|
+
export declare namespace ListConnectPeersRequest {
|
|
4402
|
+
/**
|
|
4403
|
+
* @internal
|
|
4404
|
+
*/
|
|
4405
|
+
const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
|
|
4406
|
+
}
|
|
4407
|
+
export interface ListConnectPeersResponse {
|
|
4408
|
+
/**
|
|
4409
|
+
* <p>Describes the Connect peers.</p>
|
|
4410
|
+
*/
|
|
4411
|
+
ConnectPeers?: ConnectPeerSummary[];
|
|
4412
|
+
/**
|
|
4413
|
+
* <p>The token for the next page of results.</p>
|
|
4414
|
+
*/
|
|
4415
|
+
NextToken?: string;
|
|
4416
|
+
}
|
|
4417
|
+
export declare namespace ListConnectPeersResponse {
|
|
4418
|
+
/**
|
|
4419
|
+
* @internal
|
|
4420
|
+
*/
|
|
4421
|
+
const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
|
|
4422
|
+
}
|
|
4423
|
+
export interface ListCoreNetworkPolicyVersionsRequest {
|
|
4424
|
+
/**
|
|
4425
|
+
* <p>The ID of a core network.</p>
|
|
4426
|
+
*/
|
|
4427
|
+
CoreNetworkId: string | undefined;
|
|
4428
|
+
/**
|
|
4429
|
+
* <p>The maximum number of results to return.</p>
|
|
4430
|
+
*/
|
|
4431
|
+
MaxResults?: number;
|
|
4432
|
+
/**
|
|
4433
|
+
* <p>The token for the next page of results.</p>
|
|
4434
|
+
*/
|
|
4435
|
+
NextToken?: string;
|
|
4436
|
+
}
|
|
4437
|
+
export declare namespace ListCoreNetworkPolicyVersionsRequest {
|
|
4438
|
+
/**
|
|
4439
|
+
* @internal
|
|
4440
|
+
*/
|
|
4441
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
|
|
4442
|
+
}
|
|
4443
|
+
export interface ListCoreNetworkPolicyVersionsResponse {
|
|
4444
|
+
/**
|
|
4445
|
+
* <p>Describes core network policy versions.</p>
|
|
4446
|
+
*/
|
|
4447
|
+
CoreNetworkPolicyVersions?: CoreNetworkPolicyVersion[];
|
|
4448
|
+
/**
|
|
4449
|
+
* <p>The token for the next page of results.</p>
|
|
4450
|
+
*/
|
|
4451
|
+
NextToken?: string;
|
|
4452
|
+
}
|
|
4453
|
+
export declare namespace ListCoreNetworkPolicyVersionsResponse {
|
|
4454
|
+
/**
|
|
4455
|
+
* @internal
|
|
4456
|
+
*/
|
|
4457
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
|
|
4458
|
+
}
|
|
4459
|
+
export interface ListCoreNetworksRequest {
|
|
4460
|
+
/**
|
|
4461
|
+
* <p>The maximum number of results to return.</p>
|
|
4462
|
+
*/
|
|
4463
|
+
MaxResults?: number;
|
|
4464
|
+
/**
|
|
4465
|
+
* <p>The token for the next page of results.</p>
|
|
4466
|
+
*/
|
|
4467
|
+
NextToken?: string;
|
|
4468
|
+
}
|
|
4469
|
+
export declare namespace ListCoreNetworksRequest {
|
|
4470
|
+
/**
|
|
4471
|
+
* @internal
|
|
4472
|
+
*/
|
|
4473
|
+
const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
|
|
4474
|
+
}
|
|
4475
|
+
export interface ListCoreNetworksResponse {
|
|
4476
|
+
/**
|
|
4477
|
+
* <p>Describes the list of core networks.</p>
|
|
4478
|
+
*/
|
|
4479
|
+
CoreNetworks?: CoreNetworkSummary[];
|
|
4480
|
+
/**
|
|
4481
|
+
* <p>The token for the next page of results.</p>
|
|
4482
|
+
*/
|
|
4483
|
+
NextToken?: string;
|
|
4484
|
+
}
|
|
4485
|
+
export declare namespace ListCoreNetworksResponse {
|
|
4486
|
+
/**
|
|
4487
|
+
* @internal
|
|
4488
|
+
*/
|
|
4489
|
+
const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
|
|
4490
|
+
}
|
|
2862
4491
|
export interface ListTagsForResourceRequest {
|
|
2863
4492
|
/**
|
|
2864
4493
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2883,6 +4512,70 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
2883
4512
|
*/
|
|
2884
4513
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2885
4514
|
}
|
|
4515
|
+
export interface PutCoreNetworkPolicyRequest {
|
|
4516
|
+
/**
|
|
4517
|
+
* <p>The ID of a core network.</p>
|
|
4518
|
+
*/
|
|
4519
|
+
CoreNetworkId: string | undefined;
|
|
4520
|
+
/**
|
|
4521
|
+
* <p>The policy document.</p>
|
|
4522
|
+
*/
|
|
4523
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
4524
|
+
/**
|
|
4525
|
+
* <p>a core network policy description.</p>
|
|
4526
|
+
*/
|
|
4527
|
+
Description?: string;
|
|
4528
|
+
/**
|
|
4529
|
+
* <p>The ID of a core network policy. </p>
|
|
4530
|
+
*/
|
|
4531
|
+
LatestVersionId?: number;
|
|
4532
|
+
/**
|
|
4533
|
+
* <p>The client token associated with the request.</p>
|
|
4534
|
+
*/
|
|
4535
|
+
ClientToken?: string;
|
|
4536
|
+
}
|
|
4537
|
+
export declare namespace PutCoreNetworkPolicyRequest {
|
|
4538
|
+
/**
|
|
4539
|
+
* @internal
|
|
4540
|
+
*/
|
|
4541
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
|
|
4542
|
+
}
|
|
4543
|
+
export interface PutCoreNetworkPolicyResponse {
|
|
4544
|
+
/**
|
|
4545
|
+
* <p>Describes the changed core network policy.</p>
|
|
4546
|
+
*/
|
|
4547
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
4548
|
+
}
|
|
4549
|
+
export declare namespace PutCoreNetworkPolicyResponse {
|
|
4550
|
+
/**
|
|
4551
|
+
* @internal
|
|
4552
|
+
*/
|
|
4553
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
|
|
4554
|
+
}
|
|
4555
|
+
export interface PutResourcePolicyRequest {
|
|
4556
|
+
/**
|
|
4557
|
+
* <p>The JSON resource policy document.</p>
|
|
4558
|
+
*/
|
|
4559
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
4560
|
+
/**
|
|
4561
|
+
* <p>The ARN of the resource policy. </p>
|
|
4562
|
+
*/
|
|
4563
|
+
ResourceArn: string | undefined;
|
|
4564
|
+
}
|
|
4565
|
+
export declare namespace PutResourcePolicyRequest {
|
|
4566
|
+
/**
|
|
4567
|
+
* @internal
|
|
4568
|
+
*/
|
|
4569
|
+
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
4570
|
+
}
|
|
4571
|
+
export interface PutResourcePolicyResponse {
|
|
4572
|
+
}
|
|
4573
|
+
export declare namespace PutResourcePolicyResponse {
|
|
4574
|
+
/**
|
|
4575
|
+
* @internal
|
|
4576
|
+
*/
|
|
4577
|
+
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
4578
|
+
}
|
|
2886
4579
|
export interface RegisterTransitGatewayRequest {
|
|
2887
4580
|
/**
|
|
2888
4581
|
* <p>The ID of the global network.</p>
|
|
@@ -2911,6 +4604,58 @@ export declare namespace RegisterTransitGatewayResponse {
|
|
|
2911
4604
|
*/
|
|
2912
4605
|
const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
|
|
2913
4606
|
}
|
|
4607
|
+
export interface RejectAttachmentRequest {
|
|
4608
|
+
/**
|
|
4609
|
+
* <p>The ID of the attachment.</p>
|
|
4610
|
+
*/
|
|
4611
|
+
AttachmentId: string | undefined;
|
|
4612
|
+
}
|
|
4613
|
+
export declare namespace RejectAttachmentRequest {
|
|
4614
|
+
/**
|
|
4615
|
+
* @internal
|
|
4616
|
+
*/
|
|
4617
|
+
const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
|
|
4618
|
+
}
|
|
4619
|
+
export interface RejectAttachmentResponse {
|
|
4620
|
+
/**
|
|
4621
|
+
* <p>Describes the rejected attachment request.</p>
|
|
4622
|
+
*/
|
|
4623
|
+
Attachment?: Attachment;
|
|
4624
|
+
}
|
|
4625
|
+
export declare namespace RejectAttachmentResponse {
|
|
4626
|
+
/**
|
|
4627
|
+
* @internal
|
|
4628
|
+
*/
|
|
4629
|
+
const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
|
|
4630
|
+
}
|
|
4631
|
+
export interface RestoreCoreNetworkPolicyVersionRequest {
|
|
4632
|
+
/**
|
|
4633
|
+
* <p>The ID of a core network.</p>
|
|
4634
|
+
*/
|
|
4635
|
+
CoreNetworkId: string | undefined;
|
|
4636
|
+
/**
|
|
4637
|
+
* <p>The ID of the policy version to restore.</p>
|
|
4638
|
+
*/
|
|
4639
|
+
PolicyVersionId: number | undefined;
|
|
4640
|
+
}
|
|
4641
|
+
export declare namespace RestoreCoreNetworkPolicyVersionRequest {
|
|
4642
|
+
/**
|
|
4643
|
+
* @internal
|
|
4644
|
+
*/
|
|
4645
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
|
|
4646
|
+
}
|
|
4647
|
+
export interface RestoreCoreNetworkPolicyVersionResponse {
|
|
4648
|
+
/**
|
|
4649
|
+
* <p>Describes the restored core network policy.</p>
|
|
4650
|
+
*/
|
|
4651
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
4652
|
+
}
|
|
4653
|
+
export declare namespace RestoreCoreNetworkPolicyVersionResponse {
|
|
4654
|
+
/**
|
|
4655
|
+
* @internal
|
|
4656
|
+
*/
|
|
4657
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
|
|
4658
|
+
}
|
|
2914
4659
|
/**
|
|
2915
4660
|
* <p>Describes a source or a destination.</p>
|
|
2916
4661
|
*/
|
|
@@ -3060,6 +4805,34 @@ export declare namespace UpdateConnectionResponse {
|
|
|
3060
4805
|
*/
|
|
3061
4806
|
const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
|
|
3062
4807
|
}
|
|
4808
|
+
export interface UpdateCoreNetworkRequest {
|
|
4809
|
+
/**
|
|
4810
|
+
* <p>The ID of a core network.</p>
|
|
4811
|
+
*/
|
|
4812
|
+
CoreNetworkId: string | undefined;
|
|
4813
|
+
/**
|
|
4814
|
+
* <p>The description of the update.</p>
|
|
4815
|
+
*/
|
|
4816
|
+
Description?: string;
|
|
4817
|
+
}
|
|
4818
|
+
export declare namespace UpdateCoreNetworkRequest {
|
|
4819
|
+
/**
|
|
4820
|
+
* @internal
|
|
4821
|
+
*/
|
|
4822
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
|
|
4823
|
+
}
|
|
4824
|
+
export interface UpdateCoreNetworkResponse {
|
|
4825
|
+
/**
|
|
4826
|
+
* <p>Returns information about a core network update.</p>
|
|
4827
|
+
*/
|
|
4828
|
+
CoreNetwork?: CoreNetwork;
|
|
4829
|
+
}
|
|
4830
|
+
export declare namespace UpdateCoreNetworkResponse {
|
|
4831
|
+
/**
|
|
4832
|
+
* @internal
|
|
4833
|
+
*/
|
|
4834
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
|
|
4835
|
+
}
|
|
3063
4836
|
export interface UpdateDeviceRequest {
|
|
3064
4837
|
/**
|
|
3065
4838
|
* <p>The ID of the global network.</p>
|
|
@@ -3291,3 +5064,39 @@ export declare namespace UpdateSiteResponse {
|
|
|
3291
5064
|
*/
|
|
3292
5065
|
const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
|
|
3293
5066
|
}
|
|
5067
|
+
export interface UpdateVpcAttachmentRequest {
|
|
5068
|
+
/**
|
|
5069
|
+
* <p>The ID of the attachment.</p>
|
|
5070
|
+
*/
|
|
5071
|
+
AttachmentId: string | undefined;
|
|
5072
|
+
/**
|
|
5073
|
+
* <p>Adds a subnet ARN to the VPC attachment.</p>
|
|
5074
|
+
*/
|
|
5075
|
+
AddSubnetArns?: string[];
|
|
5076
|
+
/**
|
|
5077
|
+
* <p>Removes a subnet ARN from the attachment.</p>
|
|
5078
|
+
*/
|
|
5079
|
+
RemoveSubnetArns?: string[];
|
|
5080
|
+
/**
|
|
5081
|
+
* <p>Additional options for updating the VPC attachment. </p>
|
|
5082
|
+
*/
|
|
5083
|
+
Options?: VpcOptions;
|
|
5084
|
+
}
|
|
5085
|
+
export declare namespace UpdateVpcAttachmentRequest {
|
|
5086
|
+
/**
|
|
5087
|
+
* @internal
|
|
5088
|
+
*/
|
|
5089
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
|
|
5090
|
+
}
|
|
5091
|
+
export interface UpdateVpcAttachmentResponse {
|
|
5092
|
+
/**
|
|
5093
|
+
* <p>Describes the updated VPC attachment.</p>
|
|
5094
|
+
*/
|
|
5095
|
+
VpcAttachment?: VpcAttachment;
|
|
5096
|
+
}
|
|
5097
|
+
export declare namespace UpdateVpcAttachmentResponse {
|
|
5098
|
+
/**
|
|
5099
|
+
* @internal
|
|
5100
|
+
*/
|
|
5101
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
|
|
5102
|
+
}
|