cdk-comprehend-s3olap 2.0.13 → 2.0.16
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 +3 -3
- 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/ec2-2016-11-15.min.json +11 -4
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +39 -22
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -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/pricing.d.ts +4 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -9
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +20 -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/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
|
}
|
@@ -3720,7 +3720,7 @@ declare namespace APIGateway {
|
|
3720
3720
|
export type Timestamp = Date;
|
3721
3721
|
export interface TlsConfig {
|
3722
3722
|
/**
|
3723
|
-
* Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for HTTP and HTTP_PROXY integrations.
|
3723
|
+
* Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for HTTP and HTTP_PROXY integrations. Enabling insecureSkipVerification isn't recommended, especially for integrations with public HTTPS endpoints. If you enable insecureSkipVerification, you increase the risk of man-in-the-middle attacks.
|
3724
3724
|
*/
|
3725
3725
|
insecureSkipVerification?: Boolean;
|
3726
3726
|
}
|
@@ -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 {
|