cdk-comprehend-s3olap 2.0.12 → 2.0.15
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +78 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +11 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +8 -0
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +39 -22
- package/node_modules/aws-sdk/clients/directoryservice.d.ts +124 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +25 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/kafka.d.ts +1 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +11 -0
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +28 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +14 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +4 -4
@@ -139,7 +139,6 @@
|
|
139
139
|
"WorkloadName",
|
140
140
|
"Description",
|
141
141
|
"Environment",
|
142
|
-
"ReviewOwner",
|
143
142
|
"Lenses",
|
144
143
|
"ClientRequestToken"
|
145
144
|
],
|
@@ -455,7 +454,10 @@
|
|
455
454
|
"Name": {},
|
456
455
|
"Description": {},
|
457
456
|
"Owner": {},
|
458
|
-
"ShareInvitationId": {}
|
457
|
+
"ShareInvitationId": {},
|
458
|
+
"Tags": {
|
459
|
+
"shape": "S11"
|
460
|
+
}
|
459
461
|
}
|
460
462
|
}
|
461
463
|
}
|
@@ -496,7 +498,7 @@
|
|
496
498
|
"type": "integer"
|
497
499
|
},
|
498
500
|
"LensReview": {
|
499
|
-
"shape": "
|
501
|
+
"shape": "S2l"
|
500
502
|
}
|
501
503
|
}
|
502
504
|
}
|
@@ -647,7 +649,7 @@
|
|
647
649
|
"type": "timestamp"
|
648
650
|
},
|
649
651
|
"Workload": {
|
650
|
-
"shape": "
|
652
|
+
"shape": "S39"
|
651
653
|
}
|
652
654
|
}
|
653
655
|
}
|
@@ -675,7 +677,7 @@
|
|
675
677
|
"type": "structure",
|
676
678
|
"members": {
|
677
679
|
"Workload": {
|
678
|
-
"shape": "
|
680
|
+
"shape": "S39"
|
679
681
|
}
|
680
682
|
}
|
681
683
|
}
|
@@ -771,7 +773,7 @@
|
|
771
773
|
"shape": "S1r"
|
772
774
|
},
|
773
775
|
"SelectedChoices": {
|
774
|
-
"shape": "
|
776
|
+
"shape": "S23"
|
775
777
|
},
|
776
778
|
"ChoiceAnswerSummaries": {
|
777
779
|
"type": "list",
|
@@ -925,7 +927,7 @@
|
|
925
927
|
"type": "timestamp"
|
926
928
|
},
|
927
929
|
"RiskCounts": {
|
928
|
-
"shape": "
|
930
|
+
"shape": "S2q"
|
929
931
|
}
|
930
932
|
}
|
931
933
|
}
|
@@ -1079,7 +1081,7 @@
|
|
1079
1081
|
"type": "timestamp"
|
1080
1082
|
},
|
1081
1083
|
"WorkloadSummary": {
|
1082
|
-
"shape": "
|
1084
|
+
"shape": "S4g"
|
1083
1085
|
}
|
1084
1086
|
}
|
1085
1087
|
}
|
@@ -1280,7 +1282,7 @@
|
|
1280
1282
|
"WorkloadSummaries": {
|
1281
1283
|
"type": "list",
|
1282
1284
|
"member": {
|
1283
|
-
"shape": "
|
1285
|
+
"shape": "S4g"
|
1284
1286
|
}
|
1285
1287
|
},
|
1286
1288
|
"NextToken": {}
|
@@ -1367,7 +1369,7 @@
|
|
1367
1369
|
"locationName": "QuestionId"
|
1368
1370
|
},
|
1369
1371
|
"SelectedChoices": {
|
1370
|
-
"shape": "
|
1372
|
+
"shape": "S23"
|
1371
1373
|
},
|
1372
1374
|
"ChoiceUpdates": {
|
1373
1375
|
"type": "map",
|
@@ -1436,7 +1438,7 @@
|
|
1436
1438
|
"members": {
|
1437
1439
|
"WorkloadId": {},
|
1438
1440
|
"LensReview": {
|
1439
|
-
"shape": "
|
1441
|
+
"shape": "S2l"
|
1440
1442
|
}
|
1441
1443
|
}
|
1442
1444
|
}
|
@@ -1521,7 +1523,7 @@
|
|
1521
1523
|
"type": "structure",
|
1522
1524
|
"members": {
|
1523
1525
|
"Workload": {
|
1524
|
-
"shape": "
|
1526
|
+
"shape": "S39"
|
1525
1527
|
}
|
1526
1528
|
}
|
1527
1529
|
}
|
@@ -1640,7 +1642,7 @@
|
|
1640
1642
|
"shape": "S1r"
|
1641
1643
|
},
|
1642
1644
|
"SelectedChoices": {
|
1643
|
-
"shape": "
|
1645
|
+
"shape": "S23"
|
1644
1646
|
},
|
1645
1647
|
"ChoiceAnswers": {
|
1646
1648
|
"type": "list",
|
@@ -1675,6 +1677,21 @@
|
|
1675
1677
|
},
|
1676
1678
|
"ImprovementPlan": {
|
1677
1679
|
"shape": "S1w"
|
1680
|
+
},
|
1681
|
+
"AdditionalResources": {
|
1682
|
+
"type": "list",
|
1683
|
+
"member": {
|
1684
|
+
"type": "structure",
|
1685
|
+
"members": {
|
1686
|
+
"Type": {},
|
1687
|
+
"Content": {
|
1688
|
+
"type": "list",
|
1689
|
+
"member": {
|
1690
|
+
"shape": "S1w"
|
1691
|
+
}
|
1692
|
+
}
|
1693
|
+
}
|
1694
|
+
}
|
1678
1695
|
}
|
1679
1696
|
}
|
1680
1697
|
}
|
@@ -1686,11 +1703,11 @@
|
|
1686
1703
|
"Url": {}
|
1687
1704
|
}
|
1688
1705
|
},
|
1689
|
-
"
|
1706
|
+
"S23": {
|
1690
1707
|
"type": "list",
|
1691
1708
|
"member": {}
|
1692
1709
|
},
|
1693
|
-
"
|
1710
|
+
"S2l": {
|
1694
1711
|
"type": "structure",
|
1695
1712
|
"members": {
|
1696
1713
|
"LensAlias": {},
|
@@ -1707,7 +1724,7 @@
|
|
1707
1724
|
"PillarName": {},
|
1708
1725
|
"Notes": {},
|
1709
1726
|
"RiskCounts": {
|
1710
|
-
"shape": "
|
1727
|
+
"shape": "S2q"
|
1711
1728
|
}
|
1712
1729
|
}
|
1713
1730
|
}
|
@@ -1717,19 +1734,19 @@
|
|
1717
1734
|
},
|
1718
1735
|
"Notes": {},
|
1719
1736
|
"RiskCounts": {
|
1720
|
-
"shape": "
|
1737
|
+
"shape": "S2q"
|
1721
1738
|
},
|
1722
1739
|
"NextToken": {}
|
1723
1740
|
}
|
1724
1741
|
},
|
1725
|
-
"
|
1742
|
+
"S2q": {
|
1726
1743
|
"type": "map",
|
1727
1744
|
"key": {},
|
1728
1745
|
"value": {
|
1729
1746
|
"type": "integer"
|
1730
1747
|
}
|
1731
1748
|
},
|
1732
|
-
"
|
1749
|
+
"S39": {
|
1733
1750
|
"type": "structure",
|
1734
1751
|
"members": {
|
1735
1752
|
"WorkloadId": {},
|
@@ -1762,7 +1779,7 @@
|
|
1762
1779
|
"Notes": {},
|
1763
1780
|
"ImprovementStatus": {},
|
1764
1781
|
"RiskCounts": {
|
1765
|
-
"shape": "
|
1782
|
+
"shape": "S2q"
|
1766
1783
|
},
|
1767
1784
|
"PillarPriorities": {
|
1768
1785
|
"shape": "St"
|
@@ -1777,7 +1794,7 @@
|
|
1777
1794
|
}
|
1778
1795
|
}
|
1779
1796
|
},
|
1780
|
-
"
|
1797
|
+
"S4g": {
|
1781
1798
|
"type": "structure",
|
1782
1799
|
"members": {
|
1783
1800
|
"WorkloadId": {},
|
@@ -1791,7 +1808,7 @@
|
|
1791
1808
|
"shape": "Sz"
|
1792
1809
|
},
|
1793
1810
|
"RiskCounts": {
|
1794
|
-
"shape": "
|
1811
|
+
"shape": "S2q"
|
1795
1812
|
},
|
1796
1813
|
"ImprovementStatus": {}
|
1797
1814
|
}
|
@@ -243,6 +243,14 @@ declare class DirectoryService extends Service {
|
|
243
243
|
* Provides information about the Regions that are configured for multi-Region replication.
|
244
244
|
*/
|
245
245
|
describeRegions(callback?: (err: AWSError, data: DirectoryService.Types.DescribeRegionsResult) => void): Request<DirectoryService.Types.DescribeRegionsResult, AWSError>;
|
246
|
+
/**
|
247
|
+
* Retrieves information about the configurable settings for the specified directory.
|
248
|
+
*/
|
249
|
+
describeSettings(params: DirectoryService.Types.DescribeSettingsRequest, callback?: (err: AWSError, data: DirectoryService.Types.DescribeSettingsResult) => void): Request<DirectoryService.Types.DescribeSettingsResult, AWSError>;
|
250
|
+
/**
|
251
|
+
* Retrieves information about the configurable settings for the specified directory.
|
252
|
+
*/
|
253
|
+
describeSettings(callback?: (err: AWSError, data: DirectoryService.Types.DescribeSettingsResult) => void): Request<DirectoryService.Types.DescribeSettingsResult, AWSError>;
|
246
254
|
/**
|
247
255
|
* Returns the shared directories in your account.
|
248
256
|
*/
|
@@ -499,6 +507,14 @@ declare class DirectoryService extends Service {
|
|
499
507
|
* Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.
|
500
508
|
*/
|
501
509
|
updateRadius(callback?: (err: AWSError, data: DirectoryService.Types.UpdateRadiusResult) => void): Request<DirectoryService.Types.UpdateRadiusResult, AWSError>;
|
510
|
+
/**
|
511
|
+
* Updates the configurable settings for the specified directory.
|
512
|
+
*/
|
513
|
+
updateSettings(params: DirectoryService.Types.UpdateSettingsRequest, callback?: (err: AWSError, data: DirectoryService.Types.UpdateSettingsResult) => void): Request<DirectoryService.Types.UpdateSettingsResult, AWSError>;
|
514
|
+
/**
|
515
|
+
* Updates the configurable settings for the specified directory.
|
516
|
+
*/
|
517
|
+
updateSettings(callback?: (err: AWSError, data: DirectoryService.Types.UpdateSettingsResult) => void): Request<DirectoryService.Types.UpdateSettingsResult, AWSError>;
|
502
518
|
/**
|
503
519
|
* Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
|
504
520
|
*/
|
@@ -684,7 +700,7 @@ declare namespace DirectoryService {
|
|
684
700
|
}
|
685
701
|
export type ClientAuthenticationSettingsInfo = ClientAuthenticationSettingInfo[];
|
686
702
|
export type ClientAuthenticationStatus = "Enabled"|"Disabled"|string;
|
687
|
-
export type ClientAuthenticationType = "SmartCard"|string;
|
703
|
+
export type ClientAuthenticationType = "SmartCard"|"SmartCardOrPassword"|string;
|
688
704
|
export interface ClientCertAuthSettings {
|
689
705
|
/**
|
690
706
|
* Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
|
@@ -1230,6 +1246,34 @@ declare namespace DirectoryService {
|
|
1230
1246
|
*/
|
1231
1247
|
NextToken?: NextToken;
|
1232
1248
|
}
|
1249
|
+
export interface DescribeSettingsRequest {
|
1250
|
+
/**
|
1251
|
+
* The identifier of the directory for which to retrieve information.
|
1252
|
+
*/
|
1253
|
+
DirectoryId: DirectoryId;
|
1254
|
+
/**
|
1255
|
+
* The status of the directory settings for which to retrieve information.
|
1256
|
+
*/
|
1257
|
+
Status?: DirectoryConfigurationStatus;
|
1258
|
+
/**
|
1259
|
+
* The DescribeSettingsResult.NextToken value from a previous call to DescribeSettings. Pass null if this is the first call.
|
1260
|
+
*/
|
1261
|
+
NextToken?: NextToken;
|
1262
|
+
}
|
1263
|
+
export interface DescribeSettingsResult {
|
1264
|
+
/**
|
1265
|
+
* The identifier of the directory.
|
1266
|
+
*/
|
1267
|
+
DirectoryId?: DirectoryId;
|
1268
|
+
/**
|
1269
|
+
* The list of SettingEntry objects that were retrieved. It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
|
1270
|
+
*/
|
1271
|
+
SettingEntries?: SettingEntries;
|
1272
|
+
/**
|
1273
|
+
* If not null, token that indicates that more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeSettings to retrieve the next set of items.
|
1274
|
+
*/
|
1275
|
+
NextToken?: NextToken;
|
1276
|
+
}
|
1233
1277
|
export interface DescribeSharedDirectoriesRequest {
|
1234
1278
|
/**
|
1235
1279
|
* Returns the identifier of the directory in the directory owner account.
|
@@ -1316,6 +1360,15 @@ declare namespace DirectoryService {
|
|
1316
1360
|
}
|
1317
1361
|
export type Description = string;
|
1318
1362
|
export type DesiredNumberOfDomainControllers = number;
|
1363
|
+
export type DirectoryConfigurationSettingAllowedValues = string;
|
1364
|
+
export type DirectoryConfigurationSettingLastRequestedDateTime = Date;
|
1365
|
+
export type DirectoryConfigurationSettingLastUpdatedDateTime = Date;
|
1366
|
+
export type DirectoryConfigurationSettingName = string;
|
1367
|
+
export type DirectoryConfigurationSettingRequestDetailedStatus = {[key: string]: DirectoryConfigurationStatus};
|
1368
|
+
export type DirectoryConfigurationSettingRequestStatusMessage = string;
|
1369
|
+
export type DirectoryConfigurationSettingType = string;
|
1370
|
+
export type DirectoryConfigurationSettingValue = string;
|
1371
|
+
export type DirectoryConfigurationStatus = "Requested"|"Updating"|"Updated"|"Failed"|"Default"|string;
|
1319
1372
|
export interface DirectoryConnectSettings {
|
1320
1373
|
/**
|
1321
1374
|
* The identifier of the VPC in which the AD Connector is created.
|
@@ -2199,6 +2252,60 @@ declare namespace DirectoryService {
|
|
2199
2252
|
export type SelectiveAuth = "Enabled"|"Disabled"|string;
|
2200
2253
|
export type Server = string;
|
2201
2254
|
export type Servers = Server[];
|
2255
|
+
export interface Setting {
|
2256
|
+
/**
|
2257
|
+
* The name of the directory setting. For example: TLS_1_0
|
2258
|
+
*/
|
2259
|
+
Name: DirectoryConfigurationSettingName;
|
2260
|
+
/**
|
2261
|
+
* The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the valid values are: Enable and Disable.
|
2262
|
+
*/
|
2263
|
+
Value: DirectoryConfigurationSettingValue;
|
2264
|
+
}
|
2265
|
+
export type SettingEntries = SettingEntry[];
|
2266
|
+
export interface SettingEntry {
|
2267
|
+
/**
|
2268
|
+
* The type of directory setting. For example, Protocol or Cipher.
|
2269
|
+
*/
|
2270
|
+
Type?: DirectoryConfigurationSettingType;
|
2271
|
+
/**
|
2272
|
+
* The name of the directory setting. For example: TLS_1_0
|
2273
|
+
*/
|
2274
|
+
Name?: DirectoryConfigurationSettingName;
|
2275
|
+
/**
|
2276
|
+
* The valid range of values for the directory setting.
|
2277
|
+
*/
|
2278
|
+
AllowedValues?: DirectoryConfigurationSettingAllowedValues;
|
2279
|
+
/**
|
2280
|
+
* The value of the directory setting that is applied to the directory.
|
2281
|
+
*/
|
2282
|
+
AppliedValue?: DirectoryConfigurationSettingValue;
|
2283
|
+
/**
|
2284
|
+
* The value that was last requested for the directory setting.
|
2285
|
+
*/
|
2286
|
+
RequestedValue?: DirectoryConfigurationSettingValue;
|
2287
|
+
/**
|
2288
|
+
* The overall status of the request to update the directory setting request. If the directory setting is deployed in more than one region, and the request fails in any region, the overall status is Failed.
|
2289
|
+
*/
|
2290
|
+
RequestStatus?: DirectoryConfigurationStatus;
|
2291
|
+
/**
|
2292
|
+
* Details about the status of the request to update the directory setting. If the directory setting is deployed in more than one region, status is returned for the request in each region where the setting is deployed.
|
2293
|
+
*/
|
2294
|
+
RequestDetailedStatus?: DirectoryConfigurationSettingRequestDetailedStatus;
|
2295
|
+
/**
|
2296
|
+
* The last status message for the directory status request.
|
2297
|
+
*/
|
2298
|
+
RequestStatusMessage?: DirectoryConfigurationSettingRequestStatusMessage;
|
2299
|
+
/**
|
2300
|
+
* The date and time when the directory setting was last updated.
|
2301
|
+
*/
|
2302
|
+
LastUpdatedDateTime?: DirectoryConfigurationSettingLastUpdatedDateTime;
|
2303
|
+
/**
|
2304
|
+
* The date and time when the request to update a directory setting was last submitted.
|
2305
|
+
*/
|
2306
|
+
LastRequestedDateTime?: DirectoryConfigurationSettingLastRequestedDateTime;
|
2307
|
+
}
|
2308
|
+
export type Settings = Setting[];
|
2202
2309
|
export interface ShareDirectoryRequest {
|
2203
2310
|
/**
|
2204
2311
|
* Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.
|
@@ -2493,6 +2600,22 @@ declare namespace DirectoryService {
|
|
2493
2600
|
export interface UpdateRadiusResult {
|
2494
2601
|
}
|
2495
2602
|
export type UpdateSecurityGroupForDirectoryControllers = boolean;
|
2603
|
+
export interface UpdateSettingsRequest {
|
2604
|
+
/**
|
2605
|
+
* The identifier of the directory for which to update settings.
|
2606
|
+
*/
|
2607
|
+
DirectoryId: DirectoryId;
|
2608
|
+
/**
|
2609
|
+
* The list of Setting objects.
|
2610
|
+
*/
|
2611
|
+
Settings: Settings;
|
2612
|
+
}
|
2613
|
+
export interface UpdateSettingsResult {
|
2614
|
+
/**
|
2615
|
+
* The identifier of the directory.
|
2616
|
+
*/
|
2617
|
+
DirectoryId?: DirectoryId;
|
2618
|
+
}
|
2496
2619
|
export interface UpdateTrustRequest {
|
2497
2620
|
/**
|
2498
2621
|
* Identifier of the trust relationship.
|
@@ -429,11 +429,11 @@ declare class EC2 extends Service {
|
|
429
429
|
*/
|
430
430
|
createClientVpnRoute(callback?: (err: AWSError, data: EC2.Types.CreateClientVpnRouteResult) => void): Request<EC2.Types.CreateClientVpnRouteResult, AWSError>;
|
431
431
|
/**
|
432
|
-
* Provides information to Amazon Web Services about your
|
432
|
+
* Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT). For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide. To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.
|
433
433
|
*/
|
434
434
|
createCustomerGateway(params: EC2.Types.CreateCustomerGatewayRequest, callback?: (err: AWSError, data: EC2.Types.CreateCustomerGatewayResult) => void): Request<EC2.Types.CreateCustomerGatewayResult, AWSError>;
|
435
435
|
/**
|
436
|
-
* Provides information to Amazon Web Services about your
|
436
|
+
* Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT). For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide. To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.
|
437
437
|
*/
|
438
438
|
createCustomerGateway(callback?: (err: AWSError, data: EC2.Types.CreateCustomerGatewayResult) => void): Request<EC2.Types.CreateCustomerGatewayResult, AWSError>;
|
439
439
|
/**
|
@@ -7712,7 +7712,7 @@ declare namespace EC2 {
|
|
7712
7712
|
*/
|
7713
7713
|
BgpAsn: Integer;
|
7714
7714
|
/**
|
7715
|
-
* The Internet-routable IP address for the customer gateway's outside interface. The address must be static.
|
7715
|
+
* This member has been deprecated. The Internet-routable IP address for the customer gateway's outside interface. The address must be static.
|
7716
7716
|
*/
|
7717
7717
|
PublicIp?: String;
|
7718
7718
|
/**
|
@@ -7731,6 +7731,10 @@ declare namespace EC2 {
|
|
7731
7731
|
* A name for the customer gateway device. Length Constraints: Up to 255 characters.
|
7732
7732
|
*/
|
7733
7733
|
DeviceName?: String;
|
7734
|
+
/**
|
7735
|
+
* IPv4 address for the customer gateway device's outside interface. The address must be static.
|
7736
|
+
*/
|
7737
|
+
IpAddress?: String;
|
7734
7738
|
/**
|
7735
7739
|
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
7736
7740
|
*/
|
@@ -10036,7 +10040,7 @@ declare namespace EC2 {
|
|
10036
10040
|
*/
|
10037
10041
|
CustomerGatewayId?: String;
|
10038
10042
|
/**
|
10039
|
-
* The
|
10043
|
+
* The IP address of the customer gateway device's outside interface.
|
10040
10044
|
*/
|
10041
10045
|
IpAddress?: String;
|
10042
10046
|
/**
|
@@ -11779,7 +11783,7 @@ declare namespace EC2 {
|
|
11779
11783
|
*/
|
11780
11784
|
CustomerGatewayIds?: CustomerGatewayIdStringList;
|
11781
11785
|
/**
|
11782
|
-
* One or more filters. bgp-asn - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). customer-gateway-id - The ID of the customer gateway. ip-address - The IP address of the customer gateway's
|
11786
|
+
* One or more filters. bgp-asn - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN). customer-gateway-id - The ID of the customer gateway. ip-address - The IP address of the customer gateway device's external interface. state - The state of the customer gateway (pending | available | deleting | deleted). type - The type of customer gateway. Currently, the only supported type is ipsec.1. tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
|
11783
11787
|
*/
|
11784
11788
|
Filters?: FilterList;
|
11785
11789
|
/**
|
@@ -33667,6 +33671,14 @@ declare namespace EC2 {
|
|
33667
33671
|
* The IPv6 CIDR on the Amazon Web Services side of the VPN connection.
|
33668
33672
|
*/
|
33669
33673
|
RemoteIpv6NetworkCidr?: String;
|
33674
|
+
/**
|
33675
|
+
* The type of IPv4 address assigned to the outside interface of the customer gateway. Valid values: PrivateIpv4 | PublicIpv4 Default: PublicIpv4
|
33676
|
+
*/
|
33677
|
+
OutsideIpAddressType?: String;
|
33678
|
+
/**
|
33679
|
+
* The transit gateway attachment ID in use for the VPN tunnel.
|
33680
|
+
*/
|
33681
|
+
TransportTransitGatewayAttachmentId?: String;
|
33670
33682
|
/**
|
33671
33683
|
* Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
|
33672
33684
|
*/
|
@@ -33709,6 +33721,14 @@ declare namespace EC2 {
|
|
33709
33721
|
* The IPv6 CIDR on the Amazon Web Services side of the VPN connection. Default: ::/0
|
33710
33722
|
*/
|
33711
33723
|
RemoteIpv6NetworkCidr?: String;
|
33724
|
+
/**
|
33725
|
+
* The type of IPv4 address assigned to the outside interface of the customer gateway device. Valid values: PrivateIpv4 | PublicIpv4 Default: PublicIpv4
|
33726
|
+
*/
|
33727
|
+
OutsideIpAddressType?: String;
|
33728
|
+
/**
|
33729
|
+
* The transit gateway attachment ID to use for the VPN tunnel. Required if OutsideIpAddressType is set to PrivateIpv4.
|
33730
|
+
*/
|
33731
|
+
TransportTransitGatewayAttachmentId?: TransitGatewayAttachmentId;
|
33712
33732
|
}
|
33713
33733
|
export type VpnEcmpSupportValue = "enable"|"disable"|string;
|
33714
33734
|
export interface VpnGateway {
|