@aws-sdk/client-networkmanager 3.41.0 → 3.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/NetworkManager.js +495 -0
  4. package/dist-cjs/commands/AcceptAttachmentCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateConnectPeerCommand.js +36 -0
  6. package/dist-cjs/commands/CreateConnectAttachmentCommand.js +36 -0
  7. package/dist-cjs/commands/CreateConnectPeerCommand.js +36 -0
  8. package/dist-cjs/commands/CreateCoreNetworkCommand.js +36 -0
  9. package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +36 -0
  10. package/dist-cjs/commands/CreateVpcAttachmentCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteAttachmentCommand.js +36 -0
  12. package/dist-cjs/commands/DeleteConnectPeerCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCoreNetworkCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateConnectPeerCommand.js +36 -0
  17. package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +36 -0
  18. package/dist-cjs/commands/GetConnectAttachmentCommand.js +36 -0
  19. package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +36 -0
  20. package/dist-cjs/commands/GetConnectPeerCommand.js +36 -0
  21. package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +36 -0
  22. package/dist-cjs/commands/GetCoreNetworkCommand.js +36 -0
  23. package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +36 -0
  24. package/dist-cjs/commands/GetResourcePolicyCommand.js +36 -0
  25. package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +36 -0
  26. package/dist-cjs/commands/GetVpcAttachmentCommand.js +36 -0
  27. package/dist-cjs/commands/ListAttachmentsCommand.js +36 -0
  28. package/dist-cjs/commands/ListConnectPeersCommand.js +36 -0
  29. package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +36 -0
  30. package/dist-cjs/commands/ListCoreNetworksCommand.js +36 -0
  31. package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +36 -0
  32. package/dist-cjs/commands/PutResourcePolicyCommand.js +36 -0
  33. package/dist-cjs/commands/RejectAttachmentCommand.js +36 -0
  34. package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +36 -0
  35. package/dist-cjs/commands/UpdateCoreNetworkCommand.js +36 -0
  36. package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +36 -0
  37. package/dist-cjs/commands/index.js +33 -0
  38. package/dist-cjs/endpoints.js +1 -0
  39. package/dist-cjs/models/models_0.js +654 -40
  40. package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +35 -0
  41. package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +35 -0
  42. package/dist-cjs/pagination/ListAttachmentsPaginator.js +35 -0
  43. package/dist-cjs/pagination/ListConnectPeersPaginator.js +35 -0
  44. package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +35 -0
  45. package/dist-cjs/pagination/ListCoreNetworksPaginator.js +35 -0
  46. package/dist-cjs/pagination/index.js +7 -1
  47. package/dist-cjs/protocols/Aws_restJson1.js +4808 -541
  48. package/dist-cjs/runtimeConfig.js +0 -2
  49. package/dist-es/NetworkManager.js +495 -0
  50. package/dist-es/commands/AcceptAttachmentCommand.js +39 -0
  51. package/dist-es/commands/AssociateConnectPeerCommand.js +39 -0
  52. package/dist-es/commands/CreateConnectAttachmentCommand.js +39 -0
  53. package/dist-es/commands/CreateConnectPeerCommand.js +39 -0
  54. package/dist-es/commands/CreateCoreNetworkCommand.js +39 -0
  55. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +39 -0
  56. package/dist-es/commands/CreateVpcAttachmentCommand.js +39 -0
  57. package/dist-es/commands/DeleteAttachmentCommand.js +39 -0
  58. package/dist-es/commands/DeleteConnectPeerCommand.js +39 -0
  59. package/dist-es/commands/DeleteCoreNetworkCommand.js +39 -0
  60. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +39 -0
  61. package/dist-es/commands/DeleteResourcePolicyCommand.js +39 -0
  62. package/dist-es/commands/DisassociateConnectPeerCommand.js +39 -0
  63. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +39 -0
  64. package/dist-es/commands/GetConnectAttachmentCommand.js +39 -0
  65. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +39 -0
  66. package/dist-es/commands/GetConnectPeerCommand.js +39 -0
  67. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +39 -0
  68. package/dist-es/commands/GetCoreNetworkCommand.js +39 -0
  69. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +39 -0
  70. package/dist-es/commands/GetResourcePolicyCommand.js +39 -0
  71. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +39 -0
  72. package/dist-es/commands/GetVpcAttachmentCommand.js +39 -0
  73. package/dist-es/commands/ListAttachmentsCommand.js +39 -0
  74. package/dist-es/commands/ListConnectPeersCommand.js +39 -0
  75. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +39 -0
  76. package/dist-es/commands/ListCoreNetworksCommand.js +39 -0
  77. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +39 -0
  78. package/dist-es/commands/PutResourcePolicyCommand.js +39 -0
  79. package/dist-es/commands/RejectAttachmentCommand.js +39 -0
  80. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +39 -0
  81. package/dist-es/commands/UpdateCoreNetworkCommand.js +39 -0
  82. package/dist-es/commands/UpdateVpcAttachmentCommand.js +39 -0
  83. package/dist-es/commands/index.js +33 -0
  84. package/dist-es/endpoints.js +1 -0
  85. package/dist-es/models/models_0.js +459 -27
  86. package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +74 -0
  87. package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +74 -0
  88. package/dist-es/pagination/ListAttachmentsPaginator.js +74 -0
  89. package/dist-es/pagination/ListConnectPeersPaginator.js +74 -0
  90. package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +74 -0
  91. package/dist-es/pagination/ListCoreNetworksPaginator.js +74 -0
  92. package/dist-es/pagination/index.js +7 -1
  93. package/dist-es/protocols/Aws_restJson1.js +6500 -1703
  94. package/dist-es/runtimeConfig.js +0 -2
  95. package/dist-types/NetworkManager.d.ts +240 -0
  96. package/dist-types/NetworkManagerClient.d.ts +35 -2
  97. package/dist-types/commands/AcceptAttachmentCommand.d.ts +37 -0
  98. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +38 -0
  99. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +38 -0
  100. package/dist-types/commands/CreateConnectPeerCommand.d.ts +36 -0
  101. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +35 -0
  102. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  103. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +35 -0
  104. package/dist-types/commands/DeleteAttachmentCommand.d.ts +35 -0
  105. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +35 -0
  106. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +35 -0
  107. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +35 -0
  108. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +35 -0
  109. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +35 -0
  110. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +35 -0
  111. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +35 -0
  112. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +35 -0
  113. package/dist-types/commands/GetConnectPeerCommand.d.ts +35 -0
  114. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +35 -0
  115. package/dist-types/commands/GetCoreNetworkCommand.d.ts +35 -0
  116. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +35 -0
  117. package/dist-types/commands/GetResourcePolicyCommand.d.ts +35 -0
  118. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +35 -0
  119. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +35 -0
  120. package/dist-types/commands/ListAttachmentsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListConnectPeersCommand.d.ts +35 -0
  122. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +35 -0
  123. package/dist-types/commands/ListCoreNetworksCommand.d.ts +35 -0
  124. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +35 -0
  125. package/dist-types/commands/PutResourcePolicyCommand.d.ts +35 -0
  126. package/dist-types/commands/RejectAttachmentCommand.d.ts +35 -0
  127. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +35 -0
  128. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +35 -0
  129. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +35 -0
  130. package/dist-types/commands/index.d.ts +33 -0
  131. package/dist-types/models/models_0.d.ts +2086 -229
  132. package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  133. package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  134. package/dist-types/pagination/ListAttachmentsPaginator.d.ts +4 -0
  135. package/dist-types/pagination/ListConnectPeersPaginator.d.ts +4 -0
  136. package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  137. package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  138. package/dist-types/pagination/index.d.ts +7 -1
  139. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  140. package/dist-types/ts3.4/NetworkManager.d.ts +165 -0
  141. package/dist-types/ts3.4/NetworkManagerClient.d.ts +35 -2
  142. package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/index.d.ts +33 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1200 -71
  177. package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/index.d.ts +7 -1
  184. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +99 -0
  185. package/package.json +38 -43
@@ -1,58 +1,105 @@
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
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
4
- name: "AccessDeniedException";
5
- $fault: "client";
6
- Message: string | undefined;
3
+ export interface AcceptAttachmentRequest {
4
+
5
+ AttachmentId: string | undefined;
7
6
  }
8
- export declare namespace AccessDeniedException {
7
+ export declare namespace AcceptAttachmentRequest {
9
8
 
10
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
9
+ const filterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
11
10
  }
12
- export interface AssociateCustomerGatewayRequest {
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
- CustomerGatewayArn: string | undefined;
19
+ Key?: string;
15
20
 
16
- GlobalNetworkId: string | undefined;
21
+ Value?: string;
22
+ }
23
+ export declare namespace Tag {
17
24
 
18
- DeviceId: string | undefined;
25
+ const filterSensitiveLog: (obj: Tag) => any;
26
+ }
27
+
28
+ export interface ProposedSegmentChange {
19
29
 
20
- LinkId?: string;
30
+ Tags?: Tag[];
31
+
32
+ AttachmentPolicyRuleNumber?: number;
33
+
34
+ SegmentName?: string;
21
35
  }
22
- export declare namespace AssociateCustomerGatewayRequest {
36
+ export declare namespace ProposedSegmentChange {
23
37
 
24
- const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
38
+ const filterSensitiveLog: (obj: ProposedSegmentChange) => any;
25
39
  }
26
- export declare enum CustomerGatewayAssociationState {
27
- available = "AVAILABLE",
28
- deleted = "DELETED",
29
- deleting = "DELETING",
30
- pending = "PENDING"
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 CustomerGatewayAssociation {
52
+ export interface Attachment {
34
53
 
35
- CustomerGatewayArn?: string;
54
+ CoreNetworkId?: string;
36
55
 
37
- GlobalNetworkId?: string;
56
+ CoreNetworkArn?: string;
38
57
 
39
- DeviceId?: string;
58
+ AttachmentId?: string;
40
59
 
41
- LinkId?: string;
60
+ OwnerAccountId?: string;
42
61
 
43
- State?: CustomerGatewayAssociationState | string;
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 CustomerGatewayAssociation {
82
+ export declare namespace Attachment {
46
83
 
47
- const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
84
+ const filterSensitiveLog: (obj: Attachment) => any;
48
85
  }
49
- export interface AssociateCustomerGatewayResponse {
86
+ export interface AcceptAttachmentResponse {
50
87
 
51
- CustomerGatewayAssociation?: CustomerGatewayAssociation;
88
+ Attachment?: Attachment;
52
89
  }
53
- export declare namespace AssociateCustomerGatewayResponse {
90
+ export declare namespace AcceptAttachmentResponse {
54
91
 
55
- const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
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;
99
+ }
100
+ export declare namespace AccessDeniedException {
101
+
102
+ const filterSensitiveLog: (obj: AccessDeniedException) => any;
56
103
  }
57
104
 
58
105
  export interface ConflictException extends __SmithyException, $MetadataBearer {
@@ -89,6 +136,7 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
89
136
  ResourceId: string | undefined;
90
137
 
91
138
  ResourceType: string | undefined;
139
+
92
140
  Context?: {
93
141
  [key: string]: string;
94
142
  };
@@ -98,25 +146,6 @@ export declare namespace ResourceNotFoundException {
98
146
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
99
147
  }
100
148
 
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
-
120
149
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
121
150
  name: "ThrottlingException";
122
151
  $fault: "client";
@@ -159,6 +188,115 @@ export declare namespace ValidationException {
159
188
 
160
189
  const filterSensitiveLog: (obj: ValidationException) => any;
161
190
  }
191
+ export interface AssociateConnectPeerRequest {
192
+
193
+ GlobalNetworkId: string | undefined;
194
+
195
+ ConnectPeerId: string | undefined;
196
+
197
+ DeviceId: string | undefined;
198
+
199
+ LinkId?: string;
200
+ }
201
+ export declare namespace AssociateConnectPeerRequest {
202
+
203
+ const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
204
+ }
205
+ export declare enum ConnectPeerAssociationState {
206
+ available = "AVAILABLE",
207
+ deleted = "DELETED",
208
+ deleting = "DELETING",
209
+ pending = "PENDING"
210
+ }
211
+
212
+ export interface ConnectPeerAssociation {
213
+
214
+ ConnectPeerId?: string;
215
+
216
+ GlobalNetworkId?: string;
217
+
218
+ DeviceId?: string;
219
+
220
+ LinkId?: string;
221
+
222
+ State?: ConnectPeerAssociationState | string;
223
+ }
224
+ export declare namespace ConnectPeerAssociation {
225
+
226
+ const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
227
+ }
228
+ export interface AssociateConnectPeerResponse {
229
+
230
+ ConnectPeerAssociation?: ConnectPeerAssociation;
231
+ }
232
+ export declare namespace AssociateConnectPeerResponse {
233
+
234
+ const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
235
+ }
236
+
237
+ export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
238
+ name: "ServiceQuotaExceededException";
239
+ $fault: "client";
240
+
241
+ Message: string | undefined;
242
+
243
+ ResourceId?: string;
244
+
245
+ ResourceType?: string;
246
+
247
+ LimitCode: string | undefined;
248
+
249
+ ServiceCode: string | undefined;
250
+ }
251
+ export declare namespace ServiceQuotaExceededException {
252
+
253
+ const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
254
+ }
255
+ export interface AssociateCustomerGatewayRequest {
256
+
257
+ CustomerGatewayArn: string | undefined;
258
+
259
+ GlobalNetworkId: string | undefined;
260
+
261
+ DeviceId: string | undefined;
262
+
263
+ LinkId?: string;
264
+ }
265
+ export declare namespace AssociateCustomerGatewayRequest {
266
+
267
+ const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
268
+ }
269
+ export declare enum CustomerGatewayAssociationState {
270
+ available = "AVAILABLE",
271
+ deleted = "DELETED",
272
+ deleting = "DELETING",
273
+ pending = "PENDING"
274
+ }
275
+
276
+ export interface CustomerGatewayAssociation {
277
+
278
+ CustomerGatewayArn?: string;
279
+
280
+ GlobalNetworkId?: string;
281
+
282
+ DeviceId?: string;
283
+
284
+ LinkId?: string;
285
+
286
+ State?: CustomerGatewayAssociationState | string;
287
+ }
288
+ export declare namespace CustomerGatewayAssociation {
289
+
290
+ const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
291
+ }
292
+ export interface AssociateCustomerGatewayResponse {
293
+
294
+ CustomerGatewayAssociation?: CustomerGatewayAssociation;
295
+ }
296
+ export declare namespace AssociateCustomerGatewayResponse {
297
+
298
+ const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
299
+ }
162
300
  export interface AssociateLinkRequest {
163
301
 
164
302
  GlobalNetworkId: string | undefined;
@@ -267,22 +405,65 @@ export declare namespace Bandwidth {
267
405
 
268
406
  const filterSensitiveLog: (obj: Bandwidth) => any;
269
407
  }
270
- export declare enum ConnectionState {
271
- available = "AVAILABLE",
272
- deleting = "DELETING",
273
- pending = "PENDING",
274
- updating = "UPDATING"
408
+
409
+ export interface BgpOptions {
410
+
411
+ PeerAsn?: number;
412
+ }
413
+ export declare namespace BgpOptions {
414
+
415
+ const filterSensitiveLog: (obj: BgpOptions) => any;
416
+ }
417
+ export declare enum ChangeAction {
418
+ ADD = "ADD",
419
+ MODIFY = "MODIFY",
420
+ REMOVE = "REMOVE"
421
+ }
422
+ export declare enum ChangeSetState {
423
+ EXECUTING = "EXECUTING",
424
+ EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
425
+ FAILED_GENERATION = "FAILED_GENERATION",
426
+ OUT_OF_DATE = "OUT_OF_DATE",
427
+ PENDING_GENERATION = "PENDING_GENERATION",
428
+ READY_TO_EXECUTE = "READY_TO_EXECUTE"
429
+ }
430
+ export declare enum ChangeType {
431
+ ATTACHMENT_MAPPING = "ATTACHMENT_MAPPING",
432
+ ATTACHMENT_ROUTE_PROPAGATION = "ATTACHMENT_ROUTE_PROPAGATION",
433
+ ATTACHMENT_ROUTE_STATIC = "ATTACHMENT_ROUTE_STATIC",
434
+ CORE_NETWORK_EDGE = "CORE_NETWORK_EDGE",
435
+ CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT"
436
+ }
437
+ export declare enum TunnelProtocol {
438
+ GRE = "GRE"
275
439
  }
276
440
 
277
- export interface Tag {
441
+ export interface ConnectAttachmentOptions {
278
442
 
279
- Key?: string;
443
+ Protocol?: TunnelProtocol | string;
444
+ }
445
+ export declare namespace ConnectAttachmentOptions {
280
446
 
281
- Value?: string;
447
+ const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
282
448
  }
283
- export declare namespace Tag {
449
+
450
+ export interface ConnectAttachment {
284
451
 
285
- const filterSensitiveLog: (obj: Tag) => any;
452
+ Attachment?: Attachment;
453
+
454
+ TransportAttachmentId?: string;
455
+
456
+ Options?: ConnectAttachmentOptions;
457
+ }
458
+ export declare namespace ConnectAttachment {
459
+
460
+ const filterSensitiveLog: (obj: ConnectAttachment) => any;
461
+ }
462
+ export declare enum ConnectionState {
463
+ available = "AVAILABLE",
464
+ deleting = "DELETING",
465
+ pending = "PENDING",
466
+ updating = "UPDATING"
286
467
  }
287
468
 
288
469
  export interface Connection {
@@ -334,6 +515,314 @@ export declare namespace ConnectionHealth {
334
515
 
335
516
  const filterSensitiveLog: (obj: ConnectionHealth) => any;
336
517
  }
518
+
519
+ export interface ConnectPeerBgpConfiguration {
520
+
521
+ CoreNetworkAsn?: number;
522
+
523
+ PeerAsn?: number;
524
+
525
+ CoreNetworkAddress?: string;
526
+
527
+ PeerAddress?: string;
528
+ }
529
+ export declare namespace ConnectPeerBgpConfiguration {
530
+
531
+ const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
532
+ }
533
+
534
+ export interface ConnectPeerConfiguration {
535
+
536
+ CoreNetworkAddress?: string;
537
+
538
+ PeerAddress?: string;
539
+
540
+ InsideCidrBlocks?: string[];
541
+
542
+ Protocol?: TunnelProtocol | string;
543
+
544
+ BgpConfigurations?: ConnectPeerBgpConfiguration[];
545
+ }
546
+ export declare namespace ConnectPeerConfiguration {
547
+
548
+ const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
549
+ }
550
+ export declare enum ConnectPeerState {
551
+ AVAILABLE = "AVAILABLE",
552
+ CREATING = "CREATING",
553
+ DELETING = "DELETING",
554
+ FAILED = "FAILED"
555
+ }
556
+
557
+ export interface ConnectPeer {
558
+
559
+ CoreNetworkId?: string;
560
+
561
+ ConnectAttachmentId?: string;
562
+
563
+ ConnectPeerId?: string;
564
+
565
+ EdgeLocation?: string;
566
+
567
+ State?: ConnectPeerState | string;
568
+
569
+ CreatedAt?: Date;
570
+
571
+ Configuration?: ConnectPeerConfiguration;
572
+
573
+ Tags?: Tag[];
574
+ }
575
+ export declare namespace ConnectPeer {
576
+
577
+ const filterSensitiveLog: (obj: ConnectPeer) => any;
578
+ }
579
+
580
+ export interface ConnectPeerSummary {
581
+
582
+ CoreNetworkId?: string;
583
+
584
+ ConnectAttachmentId?: string;
585
+
586
+ ConnectPeerId?: string;
587
+
588
+ EdgeLocation?: string;
589
+
590
+ ConnectPeerState?: ConnectPeerState | string;
591
+
592
+ CreatedAt?: Date;
593
+
594
+ Tags?: Tag[];
595
+ }
596
+ export declare namespace ConnectPeerSummary {
597
+
598
+ const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
599
+ }
600
+
601
+ export interface CoreNetworkEdge {
602
+
603
+ EdgeLocation?: string;
604
+
605
+ Asn?: number;
606
+
607
+ InsideCidrBlocks?: string[];
608
+ }
609
+ export declare namespace CoreNetworkEdge {
610
+
611
+ const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
612
+ }
613
+
614
+ export interface CoreNetworkSegment {
615
+
616
+ Name?: string;
617
+
618
+ EdgeLocations?: string[];
619
+
620
+ SharedSegments?: string[];
621
+ }
622
+ export declare namespace CoreNetworkSegment {
623
+
624
+ const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
625
+ }
626
+ export declare enum CoreNetworkState {
627
+ AVAILABLE = "AVAILABLE",
628
+ CREATING = "CREATING",
629
+ DELETING = "DELETING",
630
+ UPDATING = "UPDATING"
631
+ }
632
+
633
+ export interface CoreNetwork {
634
+
635
+ GlobalNetworkId?: string;
636
+
637
+ CoreNetworkId?: string;
638
+
639
+ CoreNetworkArn?: string;
640
+
641
+ Description?: string;
642
+
643
+ CreatedAt?: Date;
644
+
645
+ State?: CoreNetworkState | string;
646
+
647
+ Segments?: CoreNetworkSegment[];
648
+
649
+ Edges?: CoreNetworkEdge[];
650
+
651
+ Tags?: Tag[];
652
+ }
653
+ export declare namespace CoreNetwork {
654
+
655
+ const filterSensitiveLog: (obj: CoreNetwork) => any;
656
+ }
657
+
658
+ export interface CoreNetworkChangeValues {
659
+
660
+ SegmentName?: string;
661
+
662
+ EdgeLocations?: string[];
663
+
664
+ Asn?: number;
665
+
666
+ Cidr?: string;
667
+
668
+ DestinationIdentifier?: string;
669
+
670
+ InsideCidrBlocks?: string[];
671
+
672
+ SharedSegments?: string[];
673
+ }
674
+ export declare namespace CoreNetworkChangeValues {
675
+
676
+ const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
677
+ }
678
+
679
+ export interface CoreNetworkChange {
680
+
681
+ Type?: ChangeType | string;
682
+
683
+ Action?: ChangeAction | string;
684
+
685
+ Identifier?: string;
686
+
687
+ PreviousValues?: CoreNetworkChangeValues;
688
+
689
+ NewValues?: CoreNetworkChangeValues;
690
+ }
691
+ export declare namespace CoreNetworkChange {
692
+
693
+ const filterSensitiveLog: (obj: CoreNetworkChange) => any;
694
+ }
695
+ export declare enum CoreNetworkPolicyAlias {
696
+ LATEST = "LATEST",
697
+ LIVE = "LIVE"
698
+ }
699
+
700
+ export interface CoreNetworkPolicyError {
701
+
702
+ ErrorCode: string | undefined;
703
+
704
+ Message: string | undefined;
705
+
706
+ Path?: string;
707
+ }
708
+ export declare namespace CoreNetworkPolicyError {
709
+
710
+ const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
711
+ }
712
+
713
+ export interface CoreNetworkPolicy {
714
+
715
+ CoreNetworkId?: string;
716
+
717
+ PolicyVersionId?: number;
718
+
719
+ Alias?: CoreNetworkPolicyAlias | string;
720
+
721
+ Description?: string;
722
+
723
+ CreatedAt?: Date;
724
+
725
+ ChangeSetState?: ChangeSetState | string;
726
+
727
+ PolicyErrors?: CoreNetworkPolicyError[];
728
+
729
+ PolicyDocument?: __LazyJsonString | string;
730
+ }
731
+ export declare namespace CoreNetworkPolicy {
732
+
733
+ const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
734
+ }
735
+
736
+ export interface CoreNetworkPolicyException extends __SmithyException, $MetadataBearer {
737
+ name: "CoreNetworkPolicyException";
738
+ $fault: "client";
739
+ Message: string | undefined;
740
+
741
+ Errors?: CoreNetworkPolicyError[];
742
+ }
743
+ export declare namespace CoreNetworkPolicyException {
744
+
745
+ const filterSensitiveLog: (obj: CoreNetworkPolicyException) => any;
746
+ }
747
+
748
+ export interface CoreNetworkPolicyVersion {
749
+
750
+ CoreNetworkId?: string;
751
+
752
+ PolicyVersionId?: number;
753
+
754
+ Alias?: CoreNetworkPolicyAlias | string;
755
+
756
+ Description?: string;
757
+
758
+ CreatedAt?: Date;
759
+
760
+ ChangeSetState?: ChangeSetState | string;
761
+ }
762
+ export declare namespace CoreNetworkPolicyVersion {
763
+
764
+ const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
765
+ }
766
+
767
+ export interface CoreNetworkSegmentEdgeIdentifier {
768
+
769
+ CoreNetworkId?: string;
770
+
771
+ SegmentName?: string;
772
+
773
+ EdgeLocation?: string;
774
+ }
775
+ export declare namespace CoreNetworkSegmentEdgeIdentifier {
776
+
777
+ const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
778
+ }
779
+
780
+ export interface CoreNetworkSummary {
781
+
782
+ CoreNetworkId?: string;
783
+
784
+ CoreNetworkArn?: string;
785
+
786
+ GlobalNetworkId?: string;
787
+
788
+ OwnerAccountId?: string;
789
+
790
+ State?: CoreNetworkState | string;
791
+
792
+ Description?: string;
793
+
794
+ Tags?: Tag[];
795
+ }
796
+ export declare namespace CoreNetworkSummary {
797
+
798
+ const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
799
+ }
800
+ export interface CreateConnectAttachmentRequest {
801
+
802
+ CoreNetworkId: string | undefined;
803
+
804
+ EdgeLocation: string | undefined;
805
+
806
+ TransportAttachmentId: string | undefined;
807
+
808
+ Options: ConnectAttachmentOptions | undefined;
809
+
810
+ Tags?: Tag[];
811
+
812
+ ClientToken?: string;
813
+ }
814
+ export declare namespace CreateConnectAttachmentRequest {
815
+
816
+ const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
817
+ }
818
+ export interface CreateConnectAttachmentResponse {
819
+
820
+ ConnectAttachment?: ConnectAttachment;
821
+ }
822
+ export declare namespace CreateConnectAttachmentResponse {
823
+
824
+ const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
825
+ }
337
826
  export interface CreateConnectionRequest {
338
827
 
339
828
  GlobalNetworkId: string | undefined;
@@ -362,6 +851,58 @@ export declare namespace CreateConnectionResponse {
362
851
 
363
852
  const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
364
853
  }
854
+ export interface CreateConnectPeerRequest {
855
+
856
+ ConnectAttachmentId: string | undefined;
857
+
858
+ CoreNetworkAddress?: string;
859
+
860
+ PeerAddress: string | undefined;
861
+
862
+ BgpOptions?: BgpOptions;
863
+
864
+ InsideCidrBlocks: string[] | undefined;
865
+
866
+ Tags?: Tag[];
867
+
868
+ ClientToken?: string;
869
+ }
870
+ export declare namespace CreateConnectPeerRequest {
871
+
872
+ const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
873
+ }
874
+ export interface CreateConnectPeerResponse {
875
+
876
+ ConnectPeer?: ConnectPeer;
877
+ }
878
+ export declare namespace CreateConnectPeerResponse {
879
+
880
+ const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
881
+ }
882
+ export interface CreateCoreNetworkRequest {
883
+
884
+ GlobalNetworkId: string | undefined;
885
+
886
+ Description?: string;
887
+
888
+ Tags?: Tag[];
889
+
890
+ PolicyDocument?: string;
891
+
892
+ ClientToken?: string;
893
+ }
894
+ export declare namespace CreateCoreNetworkRequest {
895
+
896
+ const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
897
+ }
898
+ export interface CreateCoreNetworkResponse {
899
+
900
+ CoreNetwork?: CoreNetwork;
901
+ }
902
+ export declare namespace CreateCoreNetworkResponse {
903
+
904
+ const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
905
+ }
365
906
 
366
907
  export interface Location {
367
908
 
@@ -603,27 +1144,174 @@ export interface CreateSiteResponse {
603
1144
 
604
1145
  Site?: Site;
605
1146
  }
606
- export declare namespace CreateSiteResponse {
1147
+ export declare namespace CreateSiteResponse {
1148
+
1149
+ const filterSensitiveLog: (obj: CreateSiteResponse) => any;
1150
+ }
1151
+ export interface CreateSiteToSiteVpnAttachmentRequest {
1152
+
1153
+ CoreNetworkId: string | undefined;
1154
+
1155
+ VpnConnectionArn: string | undefined;
1156
+
1157
+ Tags?: Tag[];
1158
+
1159
+ ClientToken?: string;
1160
+ }
1161
+ export declare namespace CreateSiteToSiteVpnAttachmentRequest {
1162
+
1163
+ const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
1164
+ }
1165
+
1166
+ export interface SiteToSiteVpnAttachment {
1167
+
1168
+ Attachment?: Attachment;
1169
+
1170
+ VpnConnectionArn?: string;
1171
+ }
1172
+ export declare namespace SiteToSiteVpnAttachment {
1173
+
1174
+ const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
1175
+ }
1176
+ export interface CreateSiteToSiteVpnAttachmentResponse {
1177
+
1178
+ SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
1179
+ }
1180
+ export declare namespace CreateSiteToSiteVpnAttachmentResponse {
1181
+
1182
+ const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
1183
+ }
1184
+
1185
+ export interface VpcOptions {
1186
+
1187
+ Ipv6Support?: boolean;
1188
+ }
1189
+ export declare namespace VpcOptions {
1190
+
1191
+ const filterSensitiveLog: (obj: VpcOptions) => any;
1192
+ }
1193
+ export interface CreateVpcAttachmentRequest {
1194
+
1195
+ CoreNetworkId: string | undefined;
1196
+
1197
+ VpcArn: string | undefined;
1198
+
1199
+ SubnetArns: string[] | undefined;
1200
+
1201
+ Options?: VpcOptions;
1202
+
1203
+ Tags?: Tag[];
1204
+
1205
+ ClientToken?: string;
1206
+ }
1207
+ export declare namespace CreateVpcAttachmentRequest {
1208
+
1209
+ const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
1210
+ }
1211
+
1212
+ export interface VpcAttachment {
1213
+
1214
+ Attachment?: Attachment;
1215
+
1216
+ SubnetArns?: string[];
1217
+
1218
+ Options?: VpcOptions;
1219
+ }
1220
+ export declare namespace VpcAttachment {
1221
+
1222
+ const filterSensitiveLog: (obj: VpcAttachment) => any;
1223
+ }
1224
+ export interface CreateVpcAttachmentResponse {
1225
+
1226
+ VpcAttachment?: VpcAttachment;
1227
+ }
1228
+ export declare namespace CreateVpcAttachmentResponse {
1229
+
1230
+ const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
1231
+ }
1232
+ export interface DeleteAttachmentRequest {
1233
+
1234
+ AttachmentId: string | undefined;
1235
+ }
1236
+ export declare namespace DeleteAttachmentRequest {
1237
+
1238
+ const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
1239
+ }
1240
+ export interface DeleteAttachmentResponse {
1241
+
1242
+ Attachment?: Attachment;
1243
+ }
1244
+ export declare namespace DeleteAttachmentResponse {
1245
+
1246
+ const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
1247
+ }
1248
+ export interface DeleteConnectionRequest {
1249
+
1250
+ GlobalNetworkId: string | undefined;
1251
+
1252
+ ConnectionId: string | undefined;
1253
+ }
1254
+ export declare namespace DeleteConnectionRequest {
1255
+
1256
+ const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
1257
+ }
1258
+ export interface DeleteConnectionResponse {
1259
+
1260
+ Connection?: Connection;
1261
+ }
1262
+ export declare namespace DeleteConnectionResponse {
1263
+
1264
+ const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
1265
+ }
1266
+ export interface DeleteConnectPeerRequest {
1267
+
1268
+ ConnectPeerId: string | undefined;
1269
+ }
1270
+ export declare namespace DeleteConnectPeerRequest {
1271
+
1272
+ const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
1273
+ }
1274
+ export interface DeleteConnectPeerResponse {
1275
+
1276
+ ConnectPeer?: ConnectPeer;
1277
+ }
1278
+ export declare namespace DeleteConnectPeerResponse {
1279
+
1280
+ const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
1281
+ }
1282
+ export interface DeleteCoreNetworkRequest {
1283
+
1284
+ CoreNetworkId: string | undefined;
1285
+ }
1286
+ export declare namespace DeleteCoreNetworkRequest {
1287
+
1288
+ const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
1289
+ }
1290
+ export interface DeleteCoreNetworkResponse {
1291
+
1292
+ CoreNetwork?: CoreNetwork;
1293
+ }
1294
+ export declare namespace DeleteCoreNetworkResponse {
607
1295
 
608
- const filterSensitiveLog: (obj: CreateSiteResponse) => any;
1296
+ const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
609
1297
  }
610
- export interface DeleteConnectionRequest {
1298
+ export interface DeleteCoreNetworkPolicyVersionRequest {
611
1299
 
612
- GlobalNetworkId: string | undefined;
1300
+ CoreNetworkId: string | undefined;
613
1301
 
614
- ConnectionId: string | undefined;
1302
+ PolicyVersionId: number | undefined;
615
1303
  }
616
- export declare namespace DeleteConnectionRequest {
1304
+ export declare namespace DeleteCoreNetworkPolicyVersionRequest {
617
1305
 
618
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
1306
+ const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
619
1307
  }
620
- export interface DeleteConnectionResponse {
1308
+ export interface DeleteCoreNetworkPolicyVersionResponse {
621
1309
 
622
- Connection?: Connection;
1310
+ CoreNetworkPolicy?: CoreNetworkPolicy;
623
1311
  }
624
- export declare namespace DeleteConnectionResponse {
1312
+ export declare namespace DeleteCoreNetworkPolicyVersionResponse {
625
1313
 
626
- const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
1314
+ const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
627
1315
  }
628
1316
  export interface DeleteDeviceRequest {
629
1317
 
@@ -677,6 +1365,20 @@ export declare namespace DeleteLinkResponse {
677
1365
 
678
1366
  const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
679
1367
  }
1368
+ export interface DeleteResourcePolicyRequest {
1369
+
1370
+ ResourceArn: string | undefined;
1371
+ }
1372
+ export declare namespace DeleteResourcePolicyRequest {
1373
+
1374
+ const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
1375
+ }
1376
+ export interface DeleteResourcePolicyResponse {
1377
+ }
1378
+ export declare namespace DeleteResourcePolicyResponse {
1379
+
1380
+ const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
1381
+ }
680
1382
  export interface DeleteSiteRequest {
681
1383
 
682
1384
  GlobalNetworkId: string | undefined;
@@ -766,6 +1468,24 @@ export declare namespace DescribeGlobalNetworksResponse {
766
1468
 
767
1469
  const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
768
1470
  }
1471
+ export interface DisassociateConnectPeerRequest {
1472
+
1473
+ GlobalNetworkId: string | undefined;
1474
+
1475
+ ConnectPeerId: string | undefined;
1476
+ }
1477
+ export declare namespace DisassociateConnectPeerRequest {
1478
+
1479
+ const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
1480
+ }
1481
+ export interface DisassociateConnectPeerResponse {
1482
+
1483
+ ConnectPeerAssociation?: ConnectPeerAssociation;
1484
+ }
1485
+ export declare namespace DisassociateConnectPeerResponse {
1486
+
1487
+ const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
1488
+ }
769
1489
  export interface DisassociateCustomerGatewayRequest {
770
1490
 
771
1491
  GlobalNetworkId: string | undefined;
@@ -822,6 +1542,38 @@ export declare namespace DisassociateTransitGatewayConnectPeerResponse {
822
1542
 
823
1543
  const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
824
1544
  }
1545
+ export interface ExecuteCoreNetworkChangeSetRequest {
1546
+
1547
+ CoreNetworkId: string | undefined;
1548
+
1549
+ PolicyVersionId: number | undefined;
1550
+ }
1551
+ export declare namespace ExecuteCoreNetworkChangeSetRequest {
1552
+
1553
+ const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
1554
+ }
1555
+ export interface ExecuteCoreNetworkChangeSetResponse {
1556
+ }
1557
+ export declare namespace ExecuteCoreNetworkChangeSetResponse {
1558
+
1559
+ const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
1560
+ }
1561
+ export interface GetConnectAttachmentRequest {
1562
+
1563
+ AttachmentId: string | undefined;
1564
+ }
1565
+ export declare namespace GetConnectAttachmentRequest {
1566
+
1567
+ const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
1568
+ }
1569
+ export interface GetConnectAttachmentResponse {
1570
+
1571
+ ConnectAttachment?: ConnectAttachment;
1572
+ }
1573
+ export declare namespace GetConnectAttachmentResponse {
1574
+
1575
+ const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
1576
+ }
825
1577
  export interface GetConnectionsRequest {
826
1578
 
827
1579
  GlobalNetworkId: string | undefined;
@@ -848,6 +1600,106 @@ export declare namespace GetConnectionsResponse {
848
1600
 
849
1601
  const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
850
1602
  }
1603
+ export interface GetConnectPeerRequest {
1604
+
1605
+ ConnectPeerId: string | undefined;
1606
+ }
1607
+ export declare namespace GetConnectPeerRequest {
1608
+
1609
+ const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
1610
+ }
1611
+ export interface GetConnectPeerResponse {
1612
+
1613
+ ConnectPeer?: ConnectPeer;
1614
+ }
1615
+ export declare namespace GetConnectPeerResponse {
1616
+
1617
+ const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
1618
+ }
1619
+ export interface GetConnectPeerAssociationsRequest {
1620
+
1621
+ GlobalNetworkId: string | undefined;
1622
+
1623
+ ConnectPeerIds?: string[];
1624
+
1625
+ MaxResults?: number;
1626
+
1627
+ NextToken?: string;
1628
+ }
1629
+ export declare namespace GetConnectPeerAssociationsRequest {
1630
+
1631
+ const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
1632
+ }
1633
+ export interface GetConnectPeerAssociationsResponse {
1634
+
1635
+ ConnectPeerAssociations?: ConnectPeerAssociation[];
1636
+
1637
+ NextToken?: string;
1638
+ }
1639
+ export declare namespace GetConnectPeerAssociationsResponse {
1640
+
1641
+ const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
1642
+ }
1643
+ export interface GetCoreNetworkRequest {
1644
+
1645
+ CoreNetworkId: string | undefined;
1646
+ }
1647
+ export declare namespace GetCoreNetworkRequest {
1648
+
1649
+ const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
1650
+ }
1651
+ export interface GetCoreNetworkResponse {
1652
+
1653
+ CoreNetwork?: CoreNetwork;
1654
+ }
1655
+ export declare namespace GetCoreNetworkResponse {
1656
+
1657
+ const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
1658
+ }
1659
+ export interface GetCoreNetworkChangeSetRequest {
1660
+
1661
+ CoreNetworkId: string | undefined;
1662
+
1663
+ PolicyVersionId: number | undefined;
1664
+
1665
+ MaxResults?: number;
1666
+
1667
+ NextToken?: string;
1668
+ }
1669
+ export declare namespace GetCoreNetworkChangeSetRequest {
1670
+
1671
+ const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
1672
+ }
1673
+ export interface GetCoreNetworkChangeSetResponse {
1674
+
1675
+ CoreNetworkChanges?: CoreNetworkChange[];
1676
+
1677
+ NextToken?: string;
1678
+ }
1679
+ export declare namespace GetCoreNetworkChangeSetResponse {
1680
+
1681
+ const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
1682
+ }
1683
+ export interface GetCoreNetworkPolicyRequest {
1684
+
1685
+ CoreNetworkId: string | undefined;
1686
+
1687
+ PolicyVersionId?: number;
1688
+
1689
+ Alias?: CoreNetworkPolicyAlias | string;
1690
+ }
1691
+ export declare namespace GetCoreNetworkPolicyRequest {
1692
+
1693
+ const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
1694
+ }
1695
+ export interface GetCoreNetworkPolicyResponse {
1696
+
1697
+ CoreNetworkPolicy?: CoreNetworkPolicy;
1698
+ }
1699
+ export declare namespace GetCoreNetworkPolicyResponse {
1700
+
1701
+ const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
1702
+ }
851
1703
  export interface GetCustomerGatewayAssociationsRequest {
852
1704
 
853
1705
  GlobalNetworkId: string | undefined;
@@ -993,6 +1845,8 @@ export interface GetNetworkResourceRelationshipsRequest {
993
1845
 
994
1846
  GlobalNetworkId: string | undefined;
995
1847
 
1848
+ CoreNetworkId?: string;
1849
+
996
1850
  RegisteredGatewayArn?: string;
997
1851
 
998
1852
  AwsRegion?: string;
@@ -1036,6 +1890,8 @@ export interface GetNetworkResourcesRequest {
1036
1890
 
1037
1891
  GlobalNetworkId: string | undefined;
1038
1892
 
1893
+ CoreNetworkId?: string;
1894
+
1039
1895
  RegisteredGatewayArn?: string;
1040
1896
 
1041
1897
  AwsRegion?: string;
@@ -1059,6 +1915,8 @@ export interface NetworkResource {
1059
1915
 
1060
1916
  RegisteredGatewayArn?: string;
1061
1917
 
1918
+ CoreNetworkId?: string;
1919
+
1062
1920
  AwsRegion?: string;
1063
1921
 
1064
1922
  AccountId?: string;
@@ -1097,6 +1955,8 @@ export declare namespace GetNetworkResourcesResponse {
1097
1955
  export interface RouteTableIdentifier {
1098
1956
 
1099
1957
  TransitGatewayRouteTableArn?: string;
1958
+
1959
+ CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
1100
1960
  }
1101
1961
  export declare namespace RouteTableIdentifier {
1102
1962
 
@@ -1141,8 +2001,14 @@ export declare namespace GetNetworkRoutesRequest {
1141
2001
 
1142
2002
  export interface NetworkRouteDestination {
1143
2003
 
2004
+ CoreNetworkAttachmentId?: string;
2005
+
1144
2006
  TransitGatewayAttachmentId?: string;
1145
2007
 
2008
+ SegmentName?: string;
2009
+
2010
+ EdgeLocation?: string;
2011
+
1146
2012
  ResourceType?: string;
1147
2013
 
1148
2014
  ResourceId?: string;
@@ -1169,12 +2035,15 @@ export declare namespace NetworkRoute {
1169
2035
  const filterSensitiveLog: (obj: NetworkRoute) => any;
1170
2036
  }
1171
2037
  export declare enum RouteTableType {
2038
+ CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
1172
2039
  TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
1173
2040
  }
1174
2041
  export interface GetNetworkRoutesResponse {
1175
2042
 
1176
2043
  RouteTableArn?: string;
1177
2044
 
2045
+ CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
2046
+
1178
2047
  RouteTableType?: RouteTableType | string;
1179
2048
 
1180
2049
  RouteTableTimestamp?: Date;
@@ -1189,6 +2058,8 @@ export interface GetNetworkTelemetryRequest {
1189
2058
 
1190
2059
  GlobalNetworkId: string | undefined;
1191
2060
 
2061
+ CoreNetworkId?: string;
2062
+
1192
2063
  RegisteredGatewayArn?: string;
1193
2064
 
1194
2065
  AwsRegion?: string;
@@ -1212,6 +2083,8 @@ export interface NetworkTelemetry {
1212
2083
 
1213
2084
  RegisteredGatewayArn?: string;
1214
2085
 
2086
+ CoreNetworkId?: string;
2087
+
1215
2088
  AwsRegion?: string;
1216
2089
 
1217
2090
  AccountId?: string;
@@ -1240,6 +2113,22 @@ export declare namespace GetNetworkTelemetryResponse {
1240
2113
 
1241
2114
  const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
1242
2115
  }
2116
+ export interface GetResourcePolicyRequest {
2117
+
2118
+ ResourceArn: string | undefined;
2119
+ }
2120
+ export declare namespace GetResourcePolicyRequest {
2121
+
2122
+ const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
2123
+ }
2124
+ export interface GetResourcePolicyResponse {
2125
+
2126
+ PolicyDocument?: __LazyJsonString | string;
2127
+ }
2128
+ export declare namespace GetResourcePolicyResponse {
2129
+
2130
+ const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
2131
+ }
1243
2132
  export interface GetRouteAnalysisRequest {
1244
2133
 
1245
2134
  GlobalNetworkId: string | undefined;
@@ -1404,6 +2293,22 @@ export declare namespace GetSitesResponse {
1404
2293
 
1405
2294
  const filterSensitiveLog: (obj: GetSitesResponse) => any;
1406
2295
  }
2296
+ export interface GetSiteToSiteVpnAttachmentRequest {
2297
+
2298
+ AttachmentId: string | undefined;
2299
+ }
2300
+ export declare namespace GetSiteToSiteVpnAttachmentRequest {
2301
+
2302
+ const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
2303
+ }
2304
+ export interface GetSiteToSiteVpnAttachmentResponse {
2305
+
2306
+ SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
2307
+ }
2308
+ export declare namespace GetSiteToSiteVpnAttachmentResponse {
2309
+
2310
+ const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
2311
+ }
1407
2312
  export interface GetTransitGatewayConnectPeerAssociationsRequest {
1408
2313
 
1409
2314
  GlobalNetworkId: string | undefined;
@@ -1452,6 +2357,116 @@ export declare namespace GetTransitGatewayRegistrationsResponse {
1452
2357
 
1453
2358
  const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
1454
2359
  }
2360
+ export interface GetVpcAttachmentRequest {
2361
+
2362
+ AttachmentId: string | undefined;
2363
+ }
2364
+ export declare namespace GetVpcAttachmentRequest {
2365
+
2366
+ const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
2367
+ }
2368
+ export interface GetVpcAttachmentResponse {
2369
+
2370
+ VpcAttachment?: VpcAttachment;
2371
+ }
2372
+ export declare namespace GetVpcAttachmentResponse {
2373
+
2374
+ const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
2375
+ }
2376
+ export interface ListAttachmentsRequest {
2377
+
2378
+ CoreNetworkId?: string;
2379
+
2380
+ AttachmentType?: AttachmentType | string;
2381
+
2382
+ EdgeLocation?: string;
2383
+
2384
+ State?: AttachmentState | string;
2385
+
2386
+ MaxResults?: number;
2387
+
2388
+ NextToken?: string;
2389
+ }
2390
+ export declare namespace ListAttachmentsRequest {
2391
+
2392
+ const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
2393
+ }
2394
+ export interface ListAttachmentsResponse {
2395
+
2396
+ Attachments?: Attachment[];
2397
+
2398
+ NextToken?: string;
2399
+ }
2400
+ export declare namespace ListAttachmentsResponse {
2401
+
2402
+ const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
2403
+ }
2404
+ export interface ListConnectPeersRequest {
2405
+
2406
+ CoreNetworkId?: string;
2407
+
2408
+ ConnectAttachmentId?: string;
2409
+
2410
+ MaxResults?: number;
2411
+
2412
+ NextToken?: string;
2413
+ }
2414
+ export declare namespace ListConnectPeersRequest {
2415
+
2416
+ const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
2417
+ }
2418
+ export interface ListConnectPeersResponse {
2419
+
2420
+ ConnectPeers?: ConnectPeerSummary[];
2421
+
2422
+ NextToken?: string;
2423
+ }
2424
+ export declare namespace ListConnectPeersResponse {
2425
+
2426
+ const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
2427
+ }
2428
+ export interface ListCoreNetworkPolicyVersionsRequest {
2429
+
2430
+ CoreNetworkId: string | undefined;
2431
+
2432
+ MaxResults?: number;
2433
+
2434
+ NextToken?: string;
2435
+ }
2436
+ export declare namespace ListCoreNetworkPolicyVersionsRequest {
2437
+
2438
+ const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
2439
+ }
2440
+ export interface ListCoreNetworkPolicyVersionsResponse {
2441
+
2442
+ CoreNetworkPolicyVersions?: CoreNetworkPolicyVersion[];
2443
+
2444
+ NextToken?: string;
2445
+ }
2446
+ export declare namespace ListCoreNetworkPolicyVersionsResponse {
2447
+
2448
+ const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
2449
+ }
2450
+ export interface ListCoreNetworksRequest {
2451
+
2452
+ MaxResults?: number;
2453
+
2454
+ NextToken?: string;
2455
+ }
2456
+ export declare namespace ListCoreNetworksRequest {
2457
+
2458
+ const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
2459
+ }
2460
+ export interface ListCoreNetworksResponse {
2461
+
2462
+ CoreNetworks?: CoreNetworkSummary[];
2463
+
2464
+ NextToken?: string;
2465
+ }
2466
+ export declare namespace ListCoreNetworksResponse {
2467
+
2468
+ const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
2469
+ }
1455
2470
  export interface ListTagsForResourceRequest {
1456
2471
 
1457
2472
  ResourceArn: string | undefined;
@@ -1468,6 +2483,46 @@ export declare namespace ListTagsForResourceResponse {
1468
2483
 
1469
2484
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1470
2485
  }
2486
+ export interface PutCoreNetworkPolicyRequest {
2487
+
2488
+ CoreNetworkId: string | undefined;
2489
+
2490
+ PolicyDocument: __LazyJsonString | string | undefined;
2491
+
2492
+ Description?: string;
2493
+
2494
+ LatestVersionId?: number;
2495
+
2496
+ ClientToken?: string;
2497
+ }
2498
+ export declare namespace PutCoreNetworkPolicyRequest {
2499
+
2500
+ const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
2501
+ }
2502
+ export interface PutCoreNetworkPolicyResponse {
2503
+
2504
+ CoreNetworkPolicy?: CoreNetworkPolicy;
2505
+ }
2506
+ export declare namespace PutCoreNetworkPolicyResponse {
2507
+
2508
+ const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
2509
+ }
2510
+ export interface PutResourcePolicyRequest {
2511
+
2512
+ PolicyDocument: __LazyJsonString | string | undefined;
2513
+
2514
+ ResourceArn: string | undefined;
2515
+ }
2516
+ export declare namespace PutResourcePolicyRequest {
2517
+
2518
+ const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
2519
+ }
2520
+ export interface PutResourcePolicyResponse {
2521
+ }
2522
+ export declare namespace PutResourcePolicyResponse {
2523
+
2524
+ const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
2525
+ }
1471
2526
  export interface RegisterTransitGatewayRequest {
1472
2527
 
1473
2528
  GlobalNetworkId: string | undefined;
@@ -1486,6 +2541,40 @@ export declare namespace RegisterTransitGatewayResponse {
1486
2541
 
1487
2542
  const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
1488
2543
  }
2544
+ export interface RejectAttachmentRequest {
2545
+
2546
+ AttachmentId: string | undefined;
2547
+ }
2548
+ export declare namespace RejectAttachmentRequest {
2549
+
2550
+ const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
2551
+ }
2552
+ export interface RejectAttachmentResponse {
2553
+
2554
+ Attachment?: Attachment;
2555
+ }
2556
+ export declare namespace RejectAttachmentResponse {
2557
+
2558
+ const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
2559
+ }
2560
+ export interface RestoreCoreNetworkPolicyVersionRequest {
2561
+
2562
+ CoreNetworkId: string | undefined;
2563
+
2564
+ PolicyVersionId: number | undefined;
2565
+ }
2566
+ export declare namespace RestoreCoreNetworkPolicyVersionRequest {
2567
+
2568
+ const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
2569
+ }
2570
+ export interface RestoreCoreNetworkPolicyVersionResponse {
2571
+
2572
+ CoreNetworkPolicy?: CoreNetworkPolicy;
2573
+ }
2574
+ export declare namespace RestoreCoreNetworkPolicyVersionResponse {
2575
+
2576
+ const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
2577
+ }
1489
2578
 
1490
2579
  export interface RouteAnalysisEndpointOptionsSpecification {
1491
2580
 
@@ -1577,6 +2666,24 @@ export declare namespace UpdateConnectionResponse {
1577
2666
 
1578
2667
  const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
1579
2668
  }
2669
+ export interface UpdateCoreNetworkRequest {
2670
+
2671
+ CoreNetworkId: string | undefined;
2672
+
2673
+ Description?: string;
2674
+ }
2675
+ export declare namespace UpdateCoreNetworkRequest {
2676
+
2677
+ const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
2678
+ }
2679
+ export interface UpdateCoreNetworkResponse {
2680
+
2681
+ CoreNetwork?: CoreNetwork;
2682
+ }
2683
+ export declare namespace UpdateCoreNetworkResponse {
2684
+
2685
+ const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
2686
+ }
1580
2687
  export interface UpdateDeviceRequest {
1581
2688
 
1582
2689
  GlobalNetworkId: string | undefined;
@@ -1703,3 +2810,25 @@ export declare namespace UpdateSiteResponse {
1703
2810
 
1704
2811
  const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
1705
2812
  }
2813
+ export interface UpdateVpcAttachmentRequest {
2814
+
2815
+ AttachmentId: string | undefined;
2816
+
2817
+ AddSubnetArns?: string[];
2818
+
2819
+ RemoveSubnetArns?: string[];
2820
+
2821
+ Options?: VpcOptions;
2822
+ }
2823
+ export declare namespace UpdateVpcAttachmentRequest {
2824
+
2825
+ const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
2826
+ }
2827
+ export interface UpdateVpcAttachmentResponse {
2828
+
2829
+ VpcAttachment?: VpcAttachment;
2830
+ }
2831
+ export declare namespace UpdateVpcAttachmentResponse {
2832
+
2833
+ const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
2834
+ }