@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,58 +1,101 @@
|
|
|
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
|
-
$fault: "client";
|
|
6
|
-
Message: string | undefined;
|
|
3
|
+
export interface AcceptAttachmentRequest {
|
|
4
|
+
|
|
5
|
+
AttachmentId: string | undefined;
|
|
7
6
|
}
|
|
8
|
-
export declare namespace
|
|
7
|
+
export declare namespace AcceptAttachmentRequest {
|
|
9
8
|
|
|
10
|
-
const filterSensitiveLog: (obj:
|
|
9
|
+
const filterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
|
|
11
10
|
}
|
|
12
|
-
export
|
|
11
|
+
export declare enum AttachmentType {
|
|
12
|
+
CONNECT = "CONNECT",
|
|
13
|
+
SITE_TO_SITE_VPN = "SITE_TO_SITE_VPN",
|
|
14
|
+
VPC = "VPC"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface Tag {
|
|
13
18
|
|
|
14
|
-
|
|
19
|
+
Key?: string;
|
|
15
20
|
|
|
16
|
-
|
|
21
|
+
Value?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace Tag {
|
|
17
24
|
|
|
18
|
-
|
|
25
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface ProposedSegmentChange {
|
|
19
29
|
|
|
20
|
-
|
|
30
|
+
Tags?: Tag[];
|
|
31
|
+
|
|
32
|
+
AttachmentPolicyRuleNumber?: number;
|
|
33
|
+
|
|
34
|
+
SegmentName?: string;
|
|
21
35
|
}
|
|
22
|
-
export declare namespace
|
|
36
|
+
export declare namespace ProposedSegmentChange {
|
|
23
37
|
|
|
24
|
-
const filterSensitiveLog: (obj:
|
|
38
|
+
const filterSensitiveLog: (obj: ProposedSegmentChange) => any;
|
|
25
39
|
}
|
|
26
|
-
export declare enum
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
40
|
+
export declare enum AttachmentState {
|
|
41
|
+
AVAILABLE = "AVAILABLE",
|
|
42
|
+
CREATING = "CREATING",
|
|
43
|
+
DELETING = "DELETING",
|
|
44
|
+
FAILED = "FAILED",
|
|
45
|
+
PENDING_ATTACHMENT_ACCEPTANCE = "PENDING_ATTACHMENT_ACCEPTANCE",
|
|
46
|
+
PENDING_NETWORK_UPDATE = "PENDING_NETWORK_UPDATE",
|
|
47
|
+
PENDING_TAG_ACCEPTANCE = "PENDING_TAG_ACCEPTANCE",
|
|
48
|
+
REJECTED = "REJECTED",
|
|
49
|
+
UPDATING = "UPDATING"
|
|
31
50
|
}
|
|
32
51
|
|
|
33
|
-
export interface
|
|
52
|
+
export interface Attachment {
|
|
34
53
|
|
|
35
|
-
|
|
54
|
+
CoreNetworkId?: string;
|
|
36
55
|
|
|
37
|
-
|
|
56
|
+
CoreNetworkArn?: string;
|
|
38
57
|
|
|
39
|
-
|
|
58
|
+
AttachmentId?: string;
|
|
40
59
|
|
|
41
|
-
|
|
60
|
+
OwnerAccountId?: string;
|
|
42
61
|
|
|
43
|
-
|
|
62
|
+
AttachmentType?: AttachmentType | string;
|
|
63
|
+
|
|
64
|
+
State?: AttachmentState | string;
|
|
65
|
+
|
|
66
|
+
EdgeLocation?: string;
|
|
67
|
+
|
|
68
|
+
ResourceArn?: string;
|
|
69
|
+
|
|
70
|
+
AttachmentPolicyRuleNumber?: number;
|
|
71
|
+
|
|
72
|
+
SegmentName?: string;
|
|
73
|
+
|
|
74
|
+
Tags?: Tag[];
|
|
75
|
+
|
|
76
|
+
ProposedSegmentChange?: ProposedSegmentChange;
|
|
77
|
+
|
|
78
|
+
CreatedAt?: Date;
|
|
79
|
+
|
|
80
|
+
UpdatedAt?: Date;
|
|
44
81
|
}
|
|
45
|
-
export declare namespace
|
|
82
|
+
export declare namespace Attachment {
|
|
46
83
|
|
|
47
|
-
const filterSensitiveLog: (obj:
|
|
84
|
+
const filterSensitiveLog: (obj: Attachment) => any;
|
|
48
85
|
}
|
|
49
|
-
export interface
|
|
86
|
+
export interface AcceptAttachmentResponse {
|
|
50
87
|
|
|
51
|
-
|
|
88
|
+
Attachment?: Attachment;
|
|
52
89
|
}
|
|
53
|
-
export declare namespace
|
|
90
|
+
export declare namespace AcceptAttachmentResponse {
|
|
54
91
|
|
|
55
|
-
const filterSensitiveLog: (obj:
|
|
92
|
+
const filterSensitiveLog: (obj: AcceptAttachmentResponse) => any;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
96
|
+
name: "AccessDeniedException";
|
|
97
|
+
$fault: "client";
|
|
98
|
+
Message: string | undefined;
|
|
56
99
|
}
|
|
57
100
|
|
|
58
101
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
@@ -64,10 +107,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
64
107
|
|
|
65
108
|
ResourceType: string | undefined;
|
|
66
109
|
}
|
|
67
|
-
export declare namespace ConflictException {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
70
|
-
}
|
|
71
110
|
|
|
72
111
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
73
112
|
name: "InternalServerException";
|
|
@@ -76,10 +115,6 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
|
|
|
76
115
|
|
|
77
116
|
RetryAfterSeconds?: number;
|
|
78
117
|
}
|
|
79
|
-
export declare namespace InternalServerException {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
82
|
-
}
|
|
83
118
|
|
|
84
119
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
85
120
|
name: "ResourceNotFoundException";
|
|
@@ -89,33 +124,11 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
89
124
|
ResourceId: string | undefined;
|
|
90
125
|
|
|
91
126
|
ResourceType: string | undefined;
|
|
127
|
+
|
|
92
128
|
Context?: {
|
|
93
129
|
[key: string]: string;
|
|
94
130
|
};
|
|
95
131
|
}
|
|
96
|
-
export declare namespace ResourceNotFoundException {
|
|
97
|
-
|
|
98
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
102
|
-
name: "ServiceQuotaExceededException";
|
|
103
|
-
$fault: "client";
|
|
104
|
-
|
|
105
|
-
Message: string | undefined;
|
|
106
|
-
|
|
107
|
-
ResourceId?: string;
|
|
108
|
-
|
|
109
|
-
ResourceType?: string;
|
|
110
|
-
|
|
111
|
-
LimitCode: string | undefined;
|
|
112
|
-
|
|
113
|
-
ServiceCode: string | undefined;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace ServiceQuotaExceededException {
|
|
116
|
-
|
|
117
|
-
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
118
|
-
}
|
|
119
132
|
|
|
120
133
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
121
134
|
name: "ThrottlingException";
|
|
@@ -124,10 +137,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
124
137
|
|
|
125
138
|
RetryAfterSeconds?: number;
|
|
126
139
|
}
|
|
127
|
-
export declare namespace ThrottlingException {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
130
|
-
}
|
|
131
140
|
|
|
132
141
|
export interface ValidationExceptionField {
|
|
133
142
|
|
|
@@ -155,9 +164,110 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
155
164
|
|
|
156
165
|
Fields?: ValidationExceptionField[];
|
|
157
166
|
}
|
|
158
|
-
export
|
|
167
|
+
export interface AssociateConnectPeerRequest {
|
|
168
|
+
|
|
169
|
+
GlobalNetworkId: string | undefined;
|
|
170
|
+
|
|
171
|
+
ConnectPeerId: string | undefined;
|
|
172
|
+
|
|
173
|
+
DeviceId: string | undefined;
|
|
174
|
+
|
|
175
|
+
LinkId?: string;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace AssociateConnectPeerRequest {
|
|
159
178
|
|
|
160
|
-
const filterSensitiveLog: (obj:
|
|
179
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
|
|
180
|
+
}
|
|
181
|
+
export declare enum ConnectPeerAssociationState {
|
|
182
|
+
available = "AVAILABLE",
|
|
183
|
+
deleted = "DELETED",
|
|
184
|
+
deleting = "DELETING",
|
|
185
|
+
pending = "PENDING"
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export interface ConnectPeerAssociation {
|
|
189
|
+
|
|
190
|
+
ConnectPeerId?: string;
|
|
191
|
+
|
|
192
|
+
GlobalNetworkId?: string;
|
|
193
|
+
|
|
194
|
+
DeviceId?: string;
|
|
195
|
+
|
|
196
|
+
LinkId?: string;
|
|
197
|
+
|
|
198
|
+
State?: ConnectPeerAssociationState | string;
|
|
199
|
+
}
|
|
200
|
+
export declare namespace ConnectPeerAssociation {
|
|
201
|
+
|
|
202
|
+
const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
|
|
203
|
+
}
|
|
204
|
+
export interface AssociateConnectPeerResponse {
|
|
205
|
+
|
|
206
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace AssociateConnectPeerResponse {
|
|
209
|
+
|
|
210
|
+
const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
214
|
+
name: "ServiceQuotaExceededException";
|
|
215
|
+
$fault: "client";
|
|
216
|
+
|
|
217
|
+
Message: string | undefined;
|
|
218
|
+
|
|
219
|
+
ResourceId?: string;
|
|
220
|
+
|
|
221
|
+
ResourceType?: string;
|
|
222
|
+
|
|
223
|
+
LimitCode: string | undefined;
|
|
224
|
+
|
|
225
|
+
ServiceCode: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface AssociateCustomerGatewayRequest {
|
|
228
|
+
|
|
229
|
+
CustomerGatewayArn: string | undefined;
|
|
230
|
+
|
|
231
|
+
GlobalNetworkId: string | undefined;
|
|
232
|
+
|
|
233
|
+
DeviceId: string | undefined;
|
|
234
|
+
|
|
235
|
+
LinkId?: string;
|
|
236
|
+
}
|
|
237
|
+
export declare namespace AssociateCustomerGatewayRequest {
|
|
238
|
+
|
|
239
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
|
|
240
|
+
}
|
|
241
|
+
export declare enum CustomerGatewayAssociationState {
|
|
242
|
+
available = "AVAILABLE",
|
|
243
|
+
deleted = "DELETED",
|
|
244
|
+
deleting = "DELETING",
|
|
245
|
+
pending = "PENDING"
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface CustomerGatewayAssociation {
|
|
249
|
+
|
|
250
|
+
CustomerGatewayArn?: string;
|
|
251
|
+
|
|
252
|
+
GlobalNetworkId?: string;
|
|
253
|
+
|
|
254
|
+
DeviceId?: string;
|
|
255
|
+
|
|
256
|
+
LinkId?: string;
|
|
257
|
+
|
|
258
|
+
State?: CustomerGatewayAssociationState | string;
|
|
259
|
+
}
|
|
260
|
+
export declare namespace CustomerGatewayAssociation {
|
|
261
|
+
|
|
262
|
+
const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
|
|
263
|
+
}
|
|
264
|
+
export interface AssociateCustomerGatewayResponse {
|
|
265
|
+
|
|
266
|
+
CustomerGatewayAssociation?: CustomerGatewayAssociation;
|
|
267
|
+
}
|
|
268
|
+
export declare namespace AssociateCustomerGatewayResponse {
|
|
269
|
+
|
|
270
|
+
const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
|
|
161
271
|
}
|
|
162
272
|
export interface AssociateLinkRequest {
|
|
163
273
|
|
|
@@ -267,22 +377,65 @@ export declare namespace Bandwidth {
|
|
|
267
377
|
|
|
268
378
|
const filterSensitiveLog: (obj: Bandwidth) => any;
|
|
269
379
|
}
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
380
|
+
|
|
381
|
+
export interface BgpOptions {
|
|
382
|
+
|
|
383
|
+
PeerAsn?: number;
|
|
384
|
+
}
|
|
385
|
+
export declare namespace BgpOptions {
|
|
386
|
+
|
|
387
|
+
const filterSensitiveLog: (obj: BgpOptions) => any;
|
|
388
|
+
}
|
|
389
|
+
export declare enum ChangeAction {
|
|
390
|
+
ADD = "ADD",
|
|
391
|
+
MODIFY = "MODIFY",
|
|
392
|
+
REMOVE = "REMOVE"
|
|
393
|
+
}
|
|
394
|
+
export declare enum ChangeSetState {
|
|
395
|
+
EXECUTING = "EXECUTING",
|
|
396
|
+
EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
|
|
397
|
+
FAILED_GENERATION = "FAILED_GENERATION",
|
|
398
|
+
OUT_OF_DATE = "OUT_OF_DATE",
|
|
399
|
+
PENDING_GENERATION = "PENDING_GENERATION",
|
|
400
|
+
READY_TO_EXECUTE = "READY_TO_EXECUTE"
|
|
401
|
+
}
|
|
402
|
+
export declare enum ChangeType {
|
|
403
|
+
ATTACHMENT_MAPPING = "ATTACHMENT_MAPPING",
|
|
404
|
+
ATTACHMENT_ROUTE_PROPAGATION = "ATTACHMENT_ROUTE_PROPAGATION",
|
|
405
|
+
ATTACHMENT_ROUTE_STATIC = "ATTACHMENT_ROUTE_STATIC",
|
|
406
|
+
CORE_NETWORK_EDGE = "CORE_NETWORK_EDGE",
|
|
407
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT"
|
|
408
|
+
}
|
|
409
|
+
export declare enum TunnelProtocol {
|
|
410
|
+
GRE = "GRE"
|
|
275
411
|
}
|
|
276
412
|
|
|
277
|
-
export interface
|
|
413
|
+
export interface ConnectAttachmentOptions {
|
|
278
414
|
|
|
279
|
-
|
|
415
|
+
Protocol?: TunnelProtocol | string;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace ConnectAttachmentOptions {
|
|
280
418
|
|
|
281
|
-
|
|
419
|
+
const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
|
|
282
420
|
}
|
|
283
|
-
|
|
421
|
+
|
|
422
|
+
export interface ConnectAttachment {
|
|
284
423
|
|
|
285
|
-
|
|
424
|
+
Attachment?: Attachment;
|
|
425
|
+
|
|
426
|
+
TransportAttachmentId?: string;
|
|
427
|
+
|
|
428
|
+
Options?: ConnectAttachmentOptions;
|
|
429
|
+
}
|
|
430
|
+
export declare namespace ConnectAttachment {
|
|
431
|
+
|
|
432
|
+
const filterSensitiveLog: (obj: ConnectAttachment) => any;
|
|
433
|
+
}
|
|
434
|
+
export declare enum ConnectionState {
|
|
435
|
+
available = "AVAILABLE",
|
|
436
|
+
deleting = "DELETING",
|
|
437
|
+
pending = "PENDING",
|
|
438
|
+
updating = "UPDATING"
|
|
286
439
|
}
|
|
287
440
|
|
|
288
441
|
export interface Connection {
|
|
@@ -334,6 +487,310 @@ export declare namespace ConnectionHealth {
|
|
|
334
487
|
|
|
335
488
|
const filterSensitiveLog: (obj: ConnectionHealth) => any;
|
|
336
489
|
}
|
|
490
|
+
|
|
491
|
+
export interface ConnectPeerBgpConfiguration {
|
|
492
|
+
|
|
493
|
+
CoreNetworkAsn?: number;
|
|
494
|
+
|
|
495
|
+
PeerAsn?: number;
|
|
496
|
+
|
|
497
|
+
CoreNetworkAddress?: string;
|
|
498
|
+
|
|
499
|
+
PeerAddress?: string;
|
|
500
|
+
}
|
|
501
|
+
export declare namespace ConnectPeerBgpConfiguration {
|
|
502
|
+
|
|
503
|
+
const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export interface ConnectPeerConfiguration {
|
|
507
|
+
|
|
508
|
+
CoreNetworkAddress?: string;
|
|
509
|
+
|
|
510
|
+
PeerAddress?: string;
|
|
511
|
+
|
|
512
|
+
InsideCidrBlocks?: string[];
|
|
513
|
+
|
|
514
|
+
Protocol?: TunnelProtocol | string;
|
|
515
|
+
|
|
516
|
+
BgpConfigurations?: ConnectPeerBgpConfiguration[];
|
|
517
|
+
}
|
|
518
|
+
export declare namespace ConnectPeerConfiguration {
|
|
519
|
+
|
|
520
|
+
const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
|
|
521
|
+
}
|
|
522
|
+
export declare enum ConnectPeerState {
|
|
523
|
+
AVAILABLE = "AVAILABLE",
|
|
524
|
+
CREATING = "CREATING",
|
|
525
|
+
DELETING = "DELETING",
|
|
526
|
+
FAILED = "FAILED"
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface ConnectPeer {
|
|
530
|
+
|
|
531
|
+
CoreNetworkId?: string;
|
|
532
|
+
|
|
533
|
+
ConnectAttachmentId?: string;
|
|
534
|
+
|
|
535
|
+
ConnectPeerId?: string;
|
|
536
|
+
|
|
537
|
+
EdgeLocation?: string;
|
|
538
|
+
|
|
539
|
+
State?: ConnectPeerState | string;
|
|
540
|
+
|
|
541
|
+
CreatedAt?: Date;
|
|
542
|
+
|
|
543
|
+
Configuration?: ConnectPeerConfiguration;
|
|
544
|
+
|
|
545
|
+
Tags?: Tag[];
|
|
546
|
+
}
|
|
547
|
+
export declare namespace ConnectPeer {
|
|
548
|
+
|
|
549
|
+
const filterSensitiveLog: (obj: ConnectPeer) => any;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export interface ConnectPeerSummary {
|
|
553
|
+
|
|
554
|
+
CoreNetworkId?: string;
|
|
555
|
+
|
|
556
|
+
ConnectAttachmentId?: string;
|
|
557
|
+
|
|
558
|
+
ConnectPeerId?: string;
|
|
559
|
+
|
|
560
|
+
EdgeLocation?: string;
|
|
561
|
+
|
|
562
|
+
ConnectPeerState?: ConnectPeerState | string;
|
|
563
|
+
|
|
564
|
+
CreatedAt?: Date;
|
|
565
|
+
|
|
566
|
+
Tags?: Tag[];
|
|
567
|
+
}
|
|
568
|
+
export declare namespace ConnectPeerSummary {
|
|
569
|
+
|
|
570
|
+
const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export interface CoreNetworkEdge {
|
|
574
|
+
|
|
575
|
+
EdgeLocation?: string;
|
|
576
|
+
|
|
577
|
+
Asn?: number;
|
|
578
|
+
|
|
579
|
+
InsideCidrBlocks?: string[];
|
|
580
|
+
}
|
|
581
|
+
export declare namespace CoreNetworkEdge {
|
|
582
|
+
|
|
583
|
+
const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface CoreNetworkSegment {
|
|
587
|
+
|
|
588
|
+
Name?: string;
|
|
589
|
+
|
|
590
|
+
EdgeLocations?: string[];
|
|
591
|
+
|
|
592
|
+
SharedSegments?: string[];
|
|
593
|
+
}
|
|
594
|
+
export declare namespace CoreNetworkSegment {
|
|
595
|
+
|
|
596
|
+
const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
|
|
597
|
+
}
|
|
598
|
+
export declare enum CoreNetworkState {
|
|
599
|
+
AVAILABLE = "AVAILABLE",
|
|
600
|
+
CREATING = "CREATING",
|
|
601
|
+
DELETING = "DELETING",
|
|
602
|
+
UPDATING = "UPDATING"
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface CoreNetwork {
|
|
606
|
+
|
|
607
|
+
GlobalNetworkId?: string;
|
|
608
|
+
|
|
609
|
+
CoreNetworkId?: string;
|
|
610
|
+
|
|
611
|
+
CoreNetworkArn?: string;
|
|
612
|
+
|
|
613
|
+
Description?: string;
|
|
614
|
+
|
|
615
|
+
CreatedAt?: Date;
|
|
616
|
+
|
|
617
|
+
State?: CoreNetworkState | string;
|
|
618
|
+
|
|
619
|
+
Segments?: CoreNetworkSegment[];
|
|
620
|
+
|
|
621
|
+
Edges?: CoreNetworkEdge[];
|
|
622
|
+
|
|
623
|
+
Tags?: Tag[];
|
|
624
|
+
}
|
|
625
|
+
export declare namespace CoreNetwork {
|
|
626
|
+
|
|
627
|
+
const filterSensitiveLog: (obj: CoreNetwork) => any;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export interface CoreNetworkChangeValues {
|
|
631
|
+
|
|
632
|
+
SegmentName?: string;
|
|
633
|
+
|
|
634
|
+
EdgeLocations?: string[];
|
|
635
|
+
|
|
636
|
+
Asn?: number;
|
|
637
|
+
|
|
638
|
+
Cidr?: string;
|
|
639
|
+
|
|
640
|
+
DestinationIdentifier?: string;
|
|
641
|
+
|
|
642
|
+
InsideCidrBlocks?: string[];
|
|
643
|
+
|
|
644
|
+
SharedSegments?: string[];
|
|
645
|
+
}
|
|
646
|
+
export declare namespace CoreNetworkChangeValues {
|
|
647
|
+
|
|
648
|
+
const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface CoreNetworkChange {
|
|
652
|
+
|
|
653
|
+
Type?: ChangeType | string;
|
|
654
|
+
|
|
655
|
+
Action?: ChangeAction | string;
|
|
656
|
+
|
|
657
|
+
Identifier?: string;
|
|
658
|
+
|
|
659
|
+
PreviousValues?: CoreNetworkChangeValues;
|
|
660
|
+
|
|
661
|
+
NewValues?: CoreNetworkChangeValues;
|
|
662
|
+
}
|
|
663
|
+
export declare namespace CoreNetworkChange {
|
|
664
|
+
|
|
665
|
+
const filterSensitiveLog: (obj: CoreNetworkChange) => any;
|
|
666
|
+
}
|
|
667
|
+
export declare enum CoreNetworkPolicyAlias {
|
|
668
|
+
LATEST = "LATEST",
|
|
669
|
+
LIVE = "LIVE"
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export interface CoreNetworkPolicyError {
|
|
673
|
+
|
|
674
|
+
ErrorCode: string | undefined;
|
|
675
|
+
|
|
676
|
+
Message: string | undefined;
|
|
677
|
+
|
|
678
|
+
Path?: string;
|
|
679
|
+
}
|
|
680
|
+
export declare namespace CoreNetworkPolicyError {
|
|
681
|
+
|
|
682
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
export interface CoreNetworkPolicy {
|
|
686
|
+
|
|
687
|
+
CoreNetworkId?: string;
|
|
688
|
+
|
|
689
|
+
PolicyVersionId?: number;
|
|
690
|
+
|
|
691
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
692
|
+
|
|
693
|
+
Description?: string;
|
|
694
|
+
|
|
695
|
+
CreatedAt?: Date;
|
|
696
|
+
|
|
697
|
+
ChangeSetState?: ChangeSetState | string;
|
|
698
|
+
|
|
699
|
+
PolicyErrors?: CoreNetworkPolicyError[];
|
|
700
|
+
|
|
701
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
702
|
+
}
|
|
703
|
+
export declare namespace CoreNetworkPolicy {
|
|
704
|
+
|
|
705
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface CoreNetworkPolicyException extends __SmithyException, $MetadataBearer {
|
|
709
|
+
name: "CoreNetworkPolicyException";
|
|
710
|
+
$fault: "client";
|
|
711
|
+
Message: string | undefined;
|
|
712
|
+
|
|
713
|
+
Errors?: CoreNetworkPolicyError[];
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export interface CoreNetworkPolicyVersion {
|
|
717
|
+
|
|
718
|
+
CoreNetworkId?: string;
|
|
719
|
+
|
|
720
|
+
PolicyVersionId?: number;
|
|
721
|
+
|
|
722
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
723
|
+
|
|
724
|
+
Description?: string;
|
|
725
|
+
|
|
726
|
+
CreatedAt?: Date;
|
|
727
|
+
|
|
728
|
+
ChangeSetState?: ChangeSetState | string;
|
|
729
|
+
}
|
|
730
|
+
export declare namespace CoreNetworkPolicyVersion {
|
|
731
|
+
|
|
732
|
+
const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export interface CoreNetworkSegmentEdgeIdentifier {
|
|
736
|
+
|
|
737
|
+
CoreNetworkId?: string;
|
|
738
|
+
|
|
739
|
+
SegmentName?: string;
|
|
740
|
+
|
|
741
|
+
EdgeLocation?: string;
|
|
742
|
+
}
|
|
743
|
+
export declare namespace CoreNetworkSegmentEdgeIdentifier {
|
|
744
|
+
|
|
745
|
+
const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
export interface CoreNetworkSummary {
|
|
749
|
+
|
|
750
|
+
CoreNetworkId?: string;
|
|
751
|
+
|
|
752
|
+
CoreNetworkArn?: string;
|
|
753
|
+
|
|
754
|
+
GlobalNetworkId?: string;
|
|
755
|
+
|
|
756
|
+
OwnerAccountId?: string;
|
|
757
|
+
|
|
758
|
+
State?: CoreNetworkState | string;
|
|
759
|
+
|
|
760
|
+
Description?: string;
|
|
761
|
+
|
|
762
|
+
Tags?: Tag[];
|
|
763
|
+
}
|
|
764
|
+
export declare namespace CoreNetworkSummary {
|
|
765
|
+
|
|
766
|
+
const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
|
|
767
|
+
}
|
|
768
|
+
export interface CreateConnectAttachmentRequest {
|
|
769
|
+
|
|
770
|
+
CoreNetworkId: string | undefined;
|
|
771
|
+
|
|
772
|
+
EdgeLocation: string | undefined;
|
|
773
|
+
|
|
774
|
+
TransportAttachmentId: string | undefined;
|
|
775
|
+
|
|
776
|
+
Options: ConnectAttachmentOptions | undefined;
|
|
777
|
+
|
|
778
|
+
Tags?: Tag[];
|
|
779
|
+
|
|
780
|
+
ClientToken?: string;
|
|
781
|
+
}
|
|
782
|
+
export declare namespace CreateConnectAttachmentRequest {
|
|
783
|
+
|
|
784
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
|
|
785
|
+
}
|
|
786
|
+
export interface CreateConnectAttachmentResponse {
|
|
787
|
+
|
|
788
|
+
ConnectAttachment?: ConnectAttachment;
|
|
789
|
+
}
|
|
790
|
+
export declare namespace CreateConnectAttachmentResponse {
|
|
791
|
+
|
|
792
|
+
const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
|
|
793
|
+
}
|
|
337
794
|
export interface CreateConnectionRequest {
|
|
338
795
|
|
|
339
796
|
GlobalNetworkId: string | undefined;
|
|
@@ -362,6 +819,58 @@ export declare namespace CreateConnectionResponse {
|
|
|
362
819
|
|
|
363
820
|
const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
|
|
364
821
|
}
|
|
822
|
+
export interface CreateConnectPeerRequest {
|
|
823
|
+
|
|
824
|
+
ConnectAttachmentId: string | undefined;
|
|
825
|
+
|
|
826
|
+
CoreNetworkAddress?: string;
|
|
827
|
+
|
|
828
|
+
PeerAddress: string | undefined;
|
|
829
|
+
|
|
830
|
+
BgpOptions?: BgpOptions;
|
|
831
|
+
|
|
832
|
+
InsideCidrBlocks: string[] | undefined;
|
|
833
|
+
|
|
834
|
+
Tags?: Tag[];
|
|
835
|
+
|
|
836
|
+
ClientToken?: string;
|
|
837
|
+
}
|
|
838
|
+
export declare namespace CreateConnectPeerRequest {
|
|
839
|
+
|
|
840
|
+
const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
|
|
841
|
+
}
|
|
842
|
+
export interface CreateConnectPeerResponse {
|
|
843
|
+
|
|
844
|
+
ConnectPeer?: ConnectPeer;
|
|
845
|
+
}
|
|
846
|
+
export declare namespace CreateConnectPeerResponse {
|
|
847
|
+
|
|
848
|
+
const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
|
|
849
|
+
}
|
|
850
|
+
export interface CreateCoreNetworkRequest {
|
|
851
|
+
|
|
852
|
+
GlobalNetworkId: string | undefined;
|
|
853
|
+
|
|
854
|
+
Description?: string;
|
|
855
|
+
|
|
856
|
+
Tags?: Tag[];
|
|
857
|
+
|
|
858
|
+
PolicyDocument?: string;
|
|
859
|
+
|
|
860
|
+
ClientToken?: string;
|
|
861
|
+
}
|
|
862
|
+
export declare namespace CreateCoreNetworkRequest {
|
|
863
|
+
|
|
864
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
|
|
865
|
+
}
|
|
866
|
+
export interface CreateCoreNetworkResponse {
|
|
867
|
+
|
|
868
|
+
CoreNetwork?: CoreNetwork;
|
|
869
|
+
}
|
|
870
|
+
export declare namespace CreateCoreNetworkResponse {
|
|
871
|
+
|
|
872
|
+
const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
|
|
873
|
+
}
|
|
365
874
|
|
|
366
875
|
export interface Location {
|
|
367
876
|
|
|
@@ -603,27 +1112,174 @@ export interface CreateSiteResponse {
|
|
|
603
1112
|
|
|
604
1113
|
Site?: Site;
|
|
605
1114
|
}
|
|
606
|
-
export declare namespace CreateSiteResponse {
|
|
1115
|
+
export declare namespace CreateSiteResponse {
|
|
1116
|
+
|
|
1117
|
+
const filterSensitiveLog: (obj: CreateSiteResponse) => any;
|
|
1118
|
+
}
|
|
1119
|
+
export interface CreateSiteToSiteVpnAttachmentRequest {
|
|
1120
|
+
|
|
1121
|
+
CoreNetworkId: string | undefined;
|
|
1122
|
+
|
|
1123
|
+
VpnConnectionArn: string | undefined;
|
|
1124
|
+
|
|
1125
|
+
Tags?: Tag[];
|
|
1126
|
+
|
|
1127
|
+
ClientToken?: string;
|
|
1128
|
+
}
|
|
1129
|
+
export declare namespace CreateSiteToSiteVpnAttachmentRequest {
|
|
1130
|
+
|
|
1131
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
export interface SiteToSiteVpnAttachment {
|
|
1135
|
+
|
|
1136
|
+
Attachment?: Attachment;
|
|
1137
|
+
|
|
1138
|
+
VpnConnectionArn?: string;
|
|
1139
|
+
}
|
|
1140
|
+
export declare namespace SiteToSiteVpnAttachment {
|
|
1141
|
+
|
|
1142
|
+
const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
|
|
1143
|
+
}
|
|
1144
|
+
export interface CreateSiteToSiteVpnAttachmentResponse {
|
|
1145
|
+
|
|
1146
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
1147
|
+
}
|
|
1148
|
+
export declare namespace CreateSiteToSiteVpnAttachmentResponse {
|
|
1149
|
+
|
|
1150
|
+
const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface VpcOptions {
|
|
1154
|
+
|
|
1155
|
+
Ipv6Support?: boolean;
|
|
1156
|
+
}
|
|
1157
|
+
export declare namespace VpcOptions {
|
|
1158
|
+
|
|
1159
|
+
const filterSensitiveLog: (obj: VpcOptions) => any;
|
|
1160
|
+
}
|
|
1161
|
+
export interface CreateVpcAttachmentRequest {
|
|
1162
|
+
|
|
1163
|
+
CoreNetworkId: string | undefined;
|
|
1164
|
+
|
|
1165
|
+
VpcArn: string | undefined;
|
|
1166
|
+
|
|
1167
|
+
SubnetArns: string[] | undefined;
|
|
1168
|
+
|
|
1169
|
+
Options?: VpcOptions;
|
|
1170
|
+
|
|
1171
|
+
Tags?: Tag[];
|
|
1172
|
+
|
|
1173
|
+
ClientToken?: string;
|
|
1174
|
+
}
|
|
1175
|
+
export declare namespace CreateVpcAttachmentRequest {
|
|
1176
|
+
|
|
1177
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
export interface VpcAttachment {
|
|
1181
|
+
|
|
1182
|
+
Attachment?: Attachment;
|
|
1183
|
+
|
|
1184
|
+
SubnetArns?: string[];
|
|
1185
|
+
|
|
1186
|
+
Options?: VpcOptions;
|
|
1187
|
+
}
|
|
1188
|
+
export declare namespace VpcAttachment {
|
|
1189
|
+
|
|
1190
|
+
const filterSensitiveLog: (obj: VpcAttachment) => any;
|
|
1191
|
+
}
|
|
1192
|
+
export interface CreateVpcAttachmentResponse {
|
|
1193
|
+
|
|
1194
|
+
VpcAttachment?: VpcAttachment;
|
|
1195
|
+
}
|
|
1196
|
+
export declare namespace CreateVpcAttachmentResponse {
|
|
1197
|
+
|
|
1198
|
+
const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
|
|
1199
|
+
}
|
|
1200
|
+
export interface DeleteAttachmentRequest {
|
|
1201
|
+
|
|
1202
|
+
AttachmentId: string | undefined;
|
|
1203
|
+
}
|
|
1204
|
+
export declare namespace DeleteAttachmentRequest {
|
|
1205
|
+
|
|
1206
|
+
const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
|
|
1207
|
+
}
|
|
1208
|
+
export interface DeleteAttachmentResponse {
|
|
1209
|
+
|
|
1210
|
+
Attachment?: Attachment;
|
|
1211
|
+
}
|
|
1212
|
+
export declare namespace DeleteAttachmentResponse {
|
|
1213
|
+
|
|
1214
|
+
const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
|
|
1215
|
+
}
|
|
1216
|
+
export interface DeleteConnectionRequest {
|
|
1217
|
+
|
|
1218
|
+
GlobalNetworkId: string | undefined;
|
|
1219
|
+
|
|
1220
|
+
ConnectionId: string | undefined;
|
|
1221
|
+
}
|
|
1222
|
+
export declare namespace DeleteConnectionRequest {
|
|
1223
|
+
|
|
1224
|
+
const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
|
|
1225
|
+
}
|
|
1226
|
+
export interface DeleteConnectionResponse {
|
|
1227
|
+
|
|
1228
|
+
Connection?: Connection;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace DeleteConnectionResponse {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
|
|
1233
|
+
}
|
|
1234
|
+
export interface DeleteConnectPeerRequest {
|
|
1235
|
+
|
|
1236
|
+
ConnectPeerId: string | undefined;
|
|
1237
|
+
}
|
|
1238
|
+
export declare namespace DeleteConnectPeerRequest {
|
|
1239
|
+
|
|
1240
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
|
|
1241
|
+
}
|
|
1242
|
+
export interface DeleteConnectPeerResponse {
|
|
1243
|
+
|
|
1244
|
+
ConnectPeer?: ConnectPeer;
|
|
1245
|
+
}
|
|
1246
|
+
export declare namespace DeleteConnectPeerResponse {
|
|
1247
|
+
|
|
1248
|
+
const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
|
|
1249
|
+
}
|
|
1250
|
+
export interface DeleteCoreNetworkRequest {
|
|
1251
|
+
|
|
1252
|
+
CoreNetworkId: string | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
export declare namespace DeleteCoreNetworkRequest {
|
|
1255
|
+
|
|
1256
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
|
|
1257
|
+
}
|
|
1258
|
+
export interface DeleteCoreNetworkResponse {
|
|
1259
|
+
|
|
1260
|
+
CoreNetwork?: CoreNetwork;
|
|
1261
|
+
}
|
|
1262
|
+
export declare namespace DeleteCoreNetworkResponse {
|
|
607
1263
|
|
|
608
|
-
const filterSensitiveLog: (obj:
|
|
1264
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
|
|
609
1265
|
}
|
|
610
|
-
export interface
|
|
1266
|
+
export interface DeleteCoreNetworkPolicyVersionRequest {
|
|
611
1267
|
|
|
612
|
-
|
|
1268
|
+
CoreNetworkId: string | undefined;
|
|
613
1269
|
|
|
614
|
-
|
|
1270
|
+
PolicyVersionId: number | undefined;
|
|
615
1271
|
}
|
|
616
|
-
export declare namespace
|
|
1272
|
+
export declare namespace DeleteCoreNetworkPolicyVersionRequest {
|
|
617
1273
|
|
|
618
|
-
const filterSensitiveLog: (obj:
|
|
1274
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
|
|
619
1275
|
}
|
|
620
|
-
export interface
|
|
1276
|
+
export interface DeleteCoreNetworkPolicyVersionResponse {
|
|
621
1277
|
|
|
622
|
-
|
|
1278
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
623
1279
|
}
|
|
624
|
-
export declare namespace
|
|
1280
|
+
export declare namespace DeleteCoreNetworkPolicyVersionResponse {
|
|
625
1281
|
|
|
626
|
-
const filterSensitiveLog: (obj:
|
|
1282
|
+
const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
|
|
627
1283
|
}
|
|
628
1284
|
export interface DeleteDeviceRequest {
|
|
629
1285
|
|
|
@@ -677,6 +1333,20 @@ export declare namespace DeleteLinkResponse {
|
|
|
677
1333
|
|
|
678
1334
|
const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
|
|
679
1335
|
}
|
|
1336
|
+
export interface DeleteResourcePolicyRequest {
|
|
1337
|
+
|
|
1338
|
+
ResourceArn: string | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
export declare namespace DeleteResourcePolicyRequest {
|
|
1341
|
+
|
|
1342
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1343
|
+
}
|
|
1344
|
+
export interface DeleteResourcePolicyResponse {
|
|
1345
|
+
}
|
|
1346
|
+
export declare namespace DeleteResourcePolicyResponse {
|
|
1347
|
+
|
|
1348
|
+
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1349
|
+
}
|
|
680
1350
|
export interface DeleteSiteRequest {
|
|
681
1351
|
|
|
682
1352
|
GlobalNetworkId: string | undefined;
|
|
@@ -766,6 +1436,24 @@ export declare namespace DescribeGlobalNetworksResponse {
|
|
|
766
1436
|
|
|
767
1437
|
const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
|
|
768
1438
|
}
|
|
1439
|
+
export interface DisassociateConnectPeerRequest {
|
|
1440
|
+
|
|
1441
|
+
GlobalNetworkId: string | undefined;
|
|
1442
|
+
|
|
1443
|
+
ConnectPeerId: string | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export declare namespace DisassociateConnectPeerRequest {
|
|
1446
|
+
|
|
1447
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
|
|
1448
|
+
}
|
|
1449
|
+
export interface DisassociateConnectPeerResponse {
|
|
1450
|
+
|
|
1451
|
+
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
1452
|
+
}
|
|
1453
|
+
export declare namespace DisassociateConnectPeerResponse {
|
|
1454
|
+
|
|
1455
|
+
const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
|
|
1456
|
+
}
|
|
769
1457
|
export interface DisassociateCustomerGatewayRequest {
|
|
770
1458
|
|
|
771
1459
|
GlobalNetworkId: string | undefined;
|
|
@@ -822,6 +1510,38 @@ export declare namespace DisassociateTransitGatewayConnectPeerResponse {
|
|
|
822
1510
|
|
|
823
1511
|
const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
|
|
824
1512
|
}
|
|
1513
|
+
export interface ExecuteCoreNetworkChangeSetRequest {
|
|
1514
|
+
|
|
1515
|
+
CoreNetworkId: string | undefined;
|
|
1516
|
+
|
|
1517
|
+
PolicyVersionId: number | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
export declare namespace ExecuteCoreNetworkChangeSetRequest {
|
|
1520
|
+
|
|
1521
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
|
|
1522
|
+
}
|
|
1523
|
+
export interface ExecuteCoreNetworkChangeSetResponse {
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace ExecuteCoreNetworkChangeSetResponse {
|
|
1526
|
+
|
|
1527
|
+
const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
|
|
1528
|
+
}
|
|
1529
|
+
export interface GetConnectAttachmentRequest {
|
|
1530
|
+
|
|
1531
|
+
AttachmentId: string | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export declare namespace GetConnectAttachmentRequest {
|
|
1534
|
+
|
|
1535
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
|
|
1536
|
+
}
|
|
1537
|
+
export interface GetConnectAttachmentResponse {
|
|
1538
|
+
|
|
1539
|
+
ConnectAttachment?: ConnectAttachment;
|
|
1540
|
+
}
|
|
1541
|
+
export declare namespace GetConnectAttachmentResponse {
|
|
1542
|
+
|
|
1543
|
+
const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
|
|
1544
|
+
}
|
|
825
1545
|
export interface GetConnectionsRequest {
|
|
826
1546
|
|
|
827
1547
|
GlobalNetworkId: string | undefined;
|
|
@@ -848,6 +1568,106 @@ export declare namespace GetConnectionsResponse {
|
|
|
848
1568
|
|
|
849
1569
|
const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
|
|
850
1570
|
}
|
|
1571
|
+
export interface GetConnectPeerRequest {
|
|
1572
|
+
|
|
1573
|
+
ConnectPeerId: string | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
export declare namespace GetConnectPeerRequest {
|
|
1576
|
+
|
|
1577
|
+
const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
|
|
1578
|
+
}
|
|
1579
|
+
export interface GetConnectPeerResponse {
|
|
1580
|
+
|
|
1581
|
+
ConnectPeer?: ConnectPeer;
|
|
1582
|
+
}
|
|
1583
|
+
export declare namespace GetConnectPeerResponse {
|
|
1584
|
+
|
|
1585
|
+
const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
|
|
1586
|
+
}
|
|
1587
|
+
export interface GetConnectPeerAssociationsRequest {
|
|
1588
|
+
|
|
1589
|
+
GlobalNetworkId: string | undefined;
|
|
1590
|
+
|
|
1591
|
+
ConnectPeerIds?: string[];
|
|
1592
|
+
|
|
1593
|
+
MaxResults?: number;
|
|
1594
|
+
|
|
1595
|
+
NextToken?: string;
|
|
1596
|
+
}
|
|
1597
|
+
export declare namespace GetConnectPeerAssociationsRequest {
|
|
1598
|
+
|
|
1599
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
|
|
1600
|
+
}
|
|
1601
|
+
export interface GetConnectPeerAssociationsResponse {
|
|
1602
|
+
|
|
1603
|
+
ConnectPeerAssociations?: ConnectPeerAssociation[];
|
|
1604
|
+
|
|
1605
|
+
NextToken?: string;
|
|
1606
|
+
}
|
|
1607
|
+
export declare namespace GetConnectPeerAssociationsResponse {
|
|
1608
|
+
|
|
1609
|
+
const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
|
|
1610
|
+
}
|
|
1611
|
+
export interface GetCoreNetworkRequest {
|
|
1612
|
+
|
|
1613
|
+
CoreNetworkId: string | undefined;
|
|
1614
|
+
}
|
|
1615
|
+
export declare namespace GetCoreNetworkRequest {
|
|
1616
|
+
|
|
1617
|
+
const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
|
|
1618
|
+
}
|
|
1619
|
+
export interface GetCoreNetworkResponse {
|
|
1620
|
+
|
|
1621
|
+
CoreNetwork?: CoreNetwork;
|
|
1622
|
+
}
|
|
1623
|
+
export declare namespace GetCoreNetworkResponse {
|
|
1624
|
+
|
|
1625
|
+
const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
|
|
1626
|
+
}
|
|
1627
|
+
export interface GetCoreNetworkChangeSetRequest {
|
|
1628
|
+
|
|
1629
|
+
CoreNetworkId: string | undefined;
|
|
1630
|
+
|
|
1631
|
+
PolicyVersionId: number | undefined;
|
|
1632
|
+
|
|
1633
|
+
MaxResults?: number;
|
|
1634
|
+
|
|
1635
|
+
NextToken?: string;
|
|
1636
|
+
}
|
|
1637
|
+
export declare namespace GetCoreNetworkChangeSetRequest {
|
|
1638
|
+
|
|
1639
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
|
|
1640
|
+
}
|
|
1641
|
+
export interface GetCoreNetworkChangeSetResponse {
|
|
1642
|
+
|
|
1643
|
+
CoreNetworkChanges?: CoreNetworkChange[];
|
|
1644
|
+
|
|
1645
|
+
NextToken?: string;
|
|
1646
|
+
}
|
|
1647
|
+
export declare namespace GetCoreNetworkChangeSetResponse {
|
|
1648
|
+
|
|
1649
|
+
const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
|
|
1650
|
+
}
|
|
1651
|
+
export interface GetCoreNetworkPolicyRequest {
|
|
1652
|
+
|
|
1653
|
+
CoreNetworkId: string | undefined;
|
|
1654
|
+
|
|
1655
|
+
PolicyVersionId?: number;
|
|
1656
|
+
|
|
1657
|
+
Alias?: CoreNetworkPolicyAlias | string;
|
|
1658
|
+
}
|
|
1659
|
+
export declare namespace GetCoreNetworkPolicyRequest {
|
|
1660
|
+
|
|
1661
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
|
|
1662
|
+
}
|
|
1663
|
+
export interface GetCoreNetworkPolicyResponse {
|
|
1664
|
+
|
|
1665
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
1666
|
+
}
|
|
1667
|
+
export declare namespace GetCoreNetworkPolicyResponse {
|
|
1668
|
+
|
|
1669
|
+
const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
|
|
1670
|
+
}
|
|
851
1671
|
export interface GetCustomerGatewayAssociationsRequest {
|
|
852
1672
|
|
|
853
1673
|
GlobalNetworkId: string | undefined;
|
|
@@ -993,6 +1813,8 @@ export interface GetNetworkResourceRelationshipsRequest {
|
|
|
993
1813
|
|
|
994
1814
|
GlobalNetworkId: string | undefined;
|
|
995
1815
|
|
|
1816
|
+
CoreNetworkId?: string;
|
|
1817
|
+
|
|
996
1818
|
RegisteredGatewayArn?: string;
|
|
997
1819
|
|
|
998
1820
|
AwsRegion?: string;
|
|
@@ -1036,6 +1858,8 @@ export interface GetNetworkResourcesRequest {
|
|
|
1036
1858
|
|
|
1037
1859
|
GlobalNetworkId: string | undefined;
|
|
1038
1860
|
|
|
1861
|
+
CoreNetworkId?: string;
|
|
1862
|
+
|
|
1039
1863
|
RegisteredGatewayArn?: string;
|
|
1040
1864
|
|
|
1041
1865
|
AwsRegion?: string;
|
|
@@ -1059,6 +1883,8 @@ export interface NetworkResource {
|
|
|
1059
1883
|
|
|
1060
1884
|
RegisteredGatewayArn?: string;
|
|
1061
1885
|
|
|
1886
|
+
CoreNetworkId?: string;
|
|
1887
|
+
|
|
1062
1888
|
AwsRegion?: string;
|
|
1063
1889
|
|
|
1064
1890
|
AccountId?: string;
|
|
@@ -1097,6 +1923,8 @@ export declare namespace GetNetworkResourcesResponse {
|
|
|
1097
1923
|
export interface RouteTableIdentifier {
|
|
1098
1924
|
|
|
1099
1925
|
TransitGatewayRouteTableArn?: string;
|
|
1926
|
+
|
|
1927
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
1100
1928
|
}
|
|
1101
1929
|
export declare namespace RouteTableIdentifier {
|
|
1102
1930
|
|
|
@@ -1141,8 +1969,14 @@ export declare namespace GetNetworkRoutesRequest {
|
|
|
1141
1969
|
|
|
1142
1970
|
export interface NetworkRouteDestination {
|
|
1143
1971
|
|
|
1972
|
+
CoreNetworkAttachmentId?: string;
|
|
1973
|
+
|
|
1144
1974
|
TransitGatewayAttachmentId?: string;
|
|
1145
1975
|
|
|
1976
|
+
SegmentName?: string;
|
|
1977
|
+
|
|
1978
|
+
EdgeLocation?: string;
|
|
1979
|
+
|
|
1146
1980
|
ResourceType?: string;
|
|
1147
1981
|
|
|
1148
1982
|
ResourceId?: string;
|
|
@@ -1169,12 +2003,15 @@ export declare namespace NetworkRoute {
|
|
|
1169
2003
|
const filterSensitiveLog: (obj: NetworkRoute) => any;
|
|
1170
2004
|
}
|
|
1171
2005
|
export declare enum RouteTableType {
|
|
2006
|
+
CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
|
|
1172
2007
|
TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
|
|
1173
2008
|
}
|
|
1174
2009
|
export interface GetNetworkRoutesResponse {
|
|
1175
2010
|
|
|
1176
2011
|
RouteTableArn?: string;
|
|
1177
2012
|
|
|
2013
|
+
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
2014
|
+
|
|
1178
2015
|
RouteTableType?: RouteTableType | string;
|
|
1179
2016
|
|
|
1180
2017
|
RouteTableTimestamp?: Date;
|
|
@@ -1189,6 +2026,8 @@ export interface GetNetworkTelemetryRequest {
|
|
|
1189
2026
|
|
|
1190
2027
|
GlobalNetworkId: string | undefined;
|
|
1191
2028
|
|
|
2029
|
+
CoreNetworkId?: string;
|
|
2030
|
+
|
|
1192
2031
|
RegisteredGatewayArn?: string;
|
|
1193
2032
|
|
|
1194
2033
|
AwsRegion?: string;
|
|
@@ -1212,6 +2051,8 @@ export interface NetworkTelemetry {
|
|
|
1212
2051
|
|
|
1213
2052
|
RegisteredGatewayArn?: string;
|
|
1214
2053
|
|
|
2054
|
+
CoreNetworkId?: string;
|
|
2055
|
+
|
|
1215
2056
|
AwsRegion?: string;
|
|
1216
2057
|
|
|
1217
2058
|
AccountId?: string;
|
|
@@ -1240,6 +2081,22 @@ export declare namespace GetNetworkTelemetryResponse {
|
|
|
1240
2081
|
|
|
1241
2082
|
const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
|
|
1242
2083
|
}
|
|
2084
|
+
export interface GetResourcePolicyRequest {
|
|
2085
|
+
|
|
2086
|
+
ResourceArn: string | undefined;
|
|
2087
|
+
}
|
|
2088
|
+
export declare namespace GetResourcePolicyRequest {
|
|
2089
|
+
|
|
2090
|
+
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
2091
|
+
}
|
|
2092
|
+
export interface GetResourcePolicyResponse {
|
|
2093
|
+
|
|
2094
|
+
PolicyDocument?: __LazyJsonString | string;
|
|
2095
|
+
}
|
|
2096
|
+
export declare namespace GetResourcePolicyResponse {
|
|
2097
|
+
|
|
2098
|
+
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
2099
|
+
}
|
|
1243
2100
|
export interface GetRouteAnalysisRequest {
|
|
1244
2101
|
|
|
1245
2102
|
GlobalNetworkId: string | undefined;
|
|
@@ -1404,6 +2261,22 @@ export declare namespace GetSitesResponse {
|
|
|
1404
2261
|
|
|
1405
2262
|
const filterSensitiveLog: (obj: GetSitesResponse) => any;
|
|
1406
2263
|
}
|
|
2264
|
+
export interface GetSiteToSiteVpnAttachmentRequest {
|
|
2265
|
+
|
|
2266
|
+
AttachmentId: string | undefined;
|
|
2267
|
+
}
|
|
2268
|
+
export declare namespace GetSiteToSiteVpnAttachmentRequest {
|
|
2269
|
+
|
|
2270
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
|
|
2271
|
+
}
|
|
2272
|
+
export interface GetSiteToSiteVpnAttachmentResponse {
|
|
2273
|
+
|
|
2274
|
+
SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
|
|
2275
|
+
}
|
|
2276
|
+
export declare namespace GetSiteToSiteVpnAttachmentResponse {
|
|
2277
|
+
|
|
2278
|
+
const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
|
|
2279
|
+
}
|
|
1407
2280
|
export interface GetTransitGatewayConnectPeerAssociationsRequest {
|
|
1408
2281
|
|
|
1409
2282
|
GlobalNetworkId: string | undefined;
|
|
@@ -1452,6 +2325,116 @@ export declare namespace GetTransitGatewayRegistrationsResponse {
|
|
|
1452
2325
|
|
|
1453
2326
|
const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
|
|
1454
2327
|
}
|
|
2328
|
+
export interface GetVpcAttachmentRequest {
|
|
2329
|
+
|
|
2330
|
+
AttachmentId: string | undefined;
|
|
2331
|
+
}
|
|
2332
|
+
export declare namespace GetVpcAttachmentRequest {
|
|
2333
|
+
|
|
2334
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
|
|
2335
|
+
}
|
|
2336
|
+
export interface GetVpcAttachmentResponse {
|
|
2337
|
+
|
|
2338
|
+
VpcAttachment?: VpcAttachment;
|
|
2339
|
+
}
|
|
2340
|
+
export declare namespace GetVpcAttachmentResponse {
|
|
2341
|
+
|
|
2342
|
+
const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
|
|
2343
|
+
}
|
|
2344
|
+
export interface ListAttachmentsRequest {
|
|
2345
|
+
|
|
2346
|
+
CoreNetworkId?: string;
|
|
2347
|
+
|
|
2348
|
+
AttachmentType?: AttachmentType | string;
|
|
2349
|
+
|
|
2350
|
+
EdgeLocation?: string;
|
|
2351
|
+
|
|
2352
|
+
State?: AttachmentState | string;
|
|
2353
|
+
|
|
2354
|
+
MaxResults?: number;
|
|
2355
|
+
|
|
2356
|
+
NextToken?: string;
|
|
2357
|
+
}
|
|
2358
|
+
export declare namespace ListAttachmentsRequest {
|
|
2359
|
+
|
|
2360
|
+
const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
|
|
2361
|
+
}
|
|
2362
|
+
export interface ListAttachmentsResponse {
|
|
2363
|
+
|
|
2364
|
+
Attachments?: Attachment[];
|
|
2365
|
+
|
|
2366
|
+
NextToken?: string;
|
|
2367
|
+
}
|
|
2368
|
+
export declare namespace ListAttachmentsResponse {
|
|
2369
|
+
|
|
2370
|
+
const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
|
|
2371
|
+
}
|
|
2372
|
+
export interface ListConnectPeersRequest {
|
|
2373
|
+
|
|
2374
|
+
CoreNetworkId?: string;
|
|
2375
|
+
|
|
2376
|
+
ConnectAttachmentId?: string;
|
|
2377
|
+
|
|
2378
|
+
MaxResults?: number;
|
|
2379
|
+
|
|
2380
|
+
NextToken?: string;
|
|
2381
|
+
}
|
|
2382
|
+
export declare namespace ListConnectPeersRequest {
|
|
2383
|
+
|
|
2384
|
+
const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
|
|
2385
|
+
}
|
|
2386
|
+
export interface ListConnectPeersResponse {
|
|
2387
|
+
|
|
2388
|
+
ConnectPeers?: ConnectPeerSummary[];
|
|
2389
|
+
|
|
2390
|
+
NextToken?: string;
|
|
2391
|
+
}
|
|
2392
|
+
export declare namespace ListConnectPeersResponse {
|
|
2393
|
+
|
|
2394
|
+
const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
|
|
2395
|
+
}
|
|
2396
|
+
export interface ListCoreNetworkPolicyVersionsRequest {
|
|
2397
|
+
|
|
2398
|
+
CoreNetworkId: string | undefined;
|
|
2399
|
+
|
|
2400
|
+
MaxResults?: number;
|
|
2401
|
+
|
|
2402
|
+
NextToken?: string;
|
|
2403
|
+
}
|
|
2404
|
+
export declare namespace ListCoreNetworkPolicyVersionsRequest {
|
|
2405
|
+
|
|
2406
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
|
|
2407
|
+
}
|
|
2408
|
+
export interface ListCoreNetworkPolicyVersionsResponse {
|
|
2409
|
+
|
|
2410
|
+
CoreNetworkPolicyVersions?: CoreNetworkPolicyVersion[];
|
|
2411
|
+
|
|
2412
|
+
NextToken?: string;
|
|
2413
|
+
}
|
|
2414
|
+
export declare namespace ListCoreNetworkPolicyVersionsResponse {
|
|
2415
|
+
|
|
2416
|
+
const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
|
|
2417
|
+
}
|
|
2418
|
+
export interface ListCoreNetworksRequest {
|
|
2419
|
+
|
|
2420
|
+
MaxResults?: number;
|
|
2421
|
+
|
|
2422
|
+
NextToken?: string;
|
|
2423
|
+
}
|
|
2424
|
+
export declare namespace ListCoreNetworksRequest {
|
|
2425
|
+
|
|
2426
|
+
const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
|
|
2427
|
+
}
|
|
2428
|
+
export interface ListCoreNetworksResponse {
|
|
2429
|
+
|
|
2430
|
+
CoreNetworks?: CoreNetworkSummary[];
|
|
2431
|
+
|
|
2432
|
+
NextToken?: string;
|
|
2433
|
+
}
|
|
2434
|
+
export declare namespace ListCoreNetworksResponse {
|
|
2435
|
+
|
|
2436
|
+
const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
|
|
2437
|
+
}
|
|
1455
2438
|
export interface ListTagsForResourceRequest {
|
|
1456
2439
|
|
|
1457
2440
|
ResourceArn: string | undefined;
|
|
@@ -1468,6 +2451,46 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
1468
2451
|
|
|
1469
2452
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1470
2453
|
}
|
|
2454
|
+
export interface PutCoreNetworkPolicyRequest {
|
|
2455
|
+
|
|
2456
|
+
CoreNetworkId: string | undefined;
|
|
2457
|
+
|
|
2458
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
2459
|
+
|
|
2460
|
+
Description?: string;
|
|
2461
|
+
|
|
2462
|
+
LatestVersionId?: number;
|
|
2463
|
+
|
|
2464
|
+
ClientToken?: string;
|
|
2465
|
+
}
|
|
2466
|
+
export declare namespace PutCoreNetworkPolicyRequest {
|
|
2467
|
+
|
|
2468
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
|
|
2469
|
+
}
|
|
2470
|
+
export interface PutCoreNetworkPolicyResponse {
|
|
2471
|
+
|
|
2472
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
2473
|
+
}
|
|
2474
|
+
export declare namespace PutCoreNetworkPolicyResponse {
|
|
2475
|
+
|
|
2476
|
+
const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
|
|
2477
|
+
}
|
|
2478
|
+
export interface PutResourcePolicyRequest {
|
|
2479
|
+
|
|
2480
|
+
PolicyDocument: __LazyJsonString | string | undefined;
|
|
2481
|
+
|
|
2482
|
+
ResourceArn: string | undefined;
|
|
2483
|
+
}
|
|
2484
|
+
export declare namespace PutResourcePolicyRequest {
|
|
2485
|
+
|
|
2486
|
+
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2487
|
+
}
|
|
2488
|
+
export interface PutResourcePolicyResponse {
|
|
2489
|
+
}
|
|
2490
|
+
export declare namespace PutResourcePolicyResponse {
|
|
2491
|
+
|
|
2492
|
+
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2493
|
+
}
|
|
1471
2494
|
export interface RegisterTransitGatewayRequest {
|
|
1472
2495
|
|
|
1473
2496
|
GlobalNetworkId: string | undefined;
|
|
@@ -1486,6 +2509,40 @@ export declare namespace RegisterTransitGatewayResponse {
|
|
|
1486
2509
|
|
|
1487
2510
|
const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
|
|
1488
2511
|
}
|
|
2512
|
+
export interface RejectAttachmentRequest {
|
|
2513
|
+
|
|
2514
|
+
AttachmentId: string | undefined;
|
|
2515
|
+
}
|
|
2516
|
+
export declare namespace RejectAttachmentRequest {
|
|
2517
|
+
|
|
2518
|
+
const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
|
|
2519
|
+
}
|
|
2520
|
+
export interface RejectAttachmentResponse {
|
|
2521
|
+
|
|
2522
|
+
Attachment?: Attachment;
|
|
2523
|
+
}
|
|
2524
|
+
export declare namespace RejectAttachmentResponse {
|
|
2525
|
+
|
|
2526
|
+
const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
|
|
2527
|
+
}
|
|
2528
|
+
export interface RestoreCoreNetworkPolicyVersionRequest {
|
|
2529
|
+
|
|
2530
|
+
CoreNetworkId: string | undefined;
|
|
2531
|
+
|
|
2532
|
+
PolicyVersionId: number | undefined;
|
|
2533
|
+
}
|
|
2534
|
+
export declare namespace RestoreCoreNetworkPolicyVersionRequest {
|
|
2535
|
+
|
|
2536
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
|
|
2537
|
+
}
|
|
2538
|
+
export interface RestoreCoreNetworkPolicyVersionResponse {
|
|
2539
|
+
|
|
2540
|
+
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
2541
|
+
}
|
|
2542
|
+
export declare namespace RestoreCoreNetworkPolicyVersionResponse {
|
|
2543
|
+
|
|
2544
|
+
const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
|
|
2545
|
+
}
|
|
1489
2546
|
|
|
1490
2547
|
export interface RouteAnalysisEndpointOptionsSpecification {
|
|
1491
2548
|
|
|
@@ -1577,6 +2634,24 @@ export declare namespace UpdateConnectionResponse {
|
|
|
1577
2634
|
|
|
1578
2635
|
const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
|
|
1579
2636
|
}
|
|
2637
|
+
export interface UpdateCoreNetworkRequest {
|
|
2638
|
+
|
|
2639
|
+
CoreNetworkId: string | undefined;
|
|
2640
|
+
|
|
2641
|
+
Description?: string;
|
|
2642
|
+
}
|
|
2643
|
+
export declare namespace UpdateCoreNetworkRequest {
|
|
2644
|
+
|
|
2645
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
|
|
2646
|
+
}
|
|
2647
|
+
export interface UpdateCoreNetworkResponse {
|
|
2648
|
+
|
|
2649
|
+
CoreNetwork?: CoreNetwork;
|
|
2650
|
+
}
|
|
2651
|
+
export declare namespace UpdateCoreNetworkResponse {
|
|
2652
|
+
|
|
2653
|
+
const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
|
|
2654
|
+
}
|
|
1580
2655
|
export interface UpdateDeviceRequest {
|
|
1581
2656
|
|
|
1582
2657
|
GlobalNetworkId: string | undefined;
|
|
@@ -1703,3 +2778,25 @@ export declare namespace UpdateSiteResponse {
|
|
|
1703
2778
|
|
|
1704
2779
|
const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
|
|
1705
2780
|
}
|
|
2781
|
+
export interface UpdateVpcAttachmentRequest {
|
|
2782
|
+
|
|
2783
|
+
AttachmentId: string | undefined;
|
|
2784
|
+
|
|
2785
|
+
AddSubnetArns?: string[];
|
|
2786
|
+
|
|
2787
|
+
RemoveSubnetArns?: string[];
|
|
2788
|
+
|
|
2789
|
+
Options?: VpcOptions;
|
|
2790
|
+
}
|
|
2791
|
+
export declare namespace UpdateVpcAttachmentRequest {
|
|
2792
|
+
|
|
2793
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
|
|
2794
|
+
}
|
|
2795
|
+
export interface UpdateVpcAttachmentResponse {
|
|
2796
|
+
|
|
2797
|
+
VpcAttachment?: VpcAttachment;
|
|
2798
|
+
}
|
|
2799
|
+
export declare namespace UpdateVpcAttachmentResponse {
|
|
2800
|
+
|
|
2801
|
+
const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
|
|
2802
|
+
}
|