aws-sdk 2.1158.0 → 2.1159.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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1158.0-->
2
+ <!--LATEST=2.1159.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1159.0
6
+ * feature: EC2: This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.
7
+ * feature: WellArchitected: Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls.
8
+
5
9
  ## 2.1158.0
6
10
  * feature: DirectoryService: This release adds support for describing and updating AWS Managed Microsoft AD settings
7
11
  * feature: Outposts: This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1158.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1159.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1881,9 +1881,7 @@
1881
1881
  "BgpAsn": {
1882
1882
  "type": "integer"
1883
1883
  },
1884
- "PublicIp": {
1885
- "locationName": "IpAddress"
1886
- },
1884
+ "PublicIp": {},
1887
1885
  "CertificateArn": {},
1888
1886
  "Type": {},
1889
1887
  "TagSpecifications": {
@@ -1891,6 +1889,7 @@
1891
1889
  "locationName": "TagSpecification"
1892
1890
  },
1893
1891
  "DeviceName": {},
1892
+ "IpAddress": {},
1894
1893
  "DryRun": {
1895
1894
  "locationName": "dryRun",
1896
1895
  "type": "boolean"
@@ -4426,7 +4425,9 @@
4426
4425
  "LocalIpv4NetworkCidr": {},
4427
4426
  "RemoteIpv4NetworkCidr": {},
4428
4427
  "LocalIpv6NetworkCidr": {},
4429
- "RemoteIpv6NetworkCidr": {}
4428
+ "RemoteIpv6NetworkCidr": {},
4429
+ "OutsideIpAddressType": {},
4430
+ "TransportTransitGatewayAttachmentId": {}
4430
4431
  }
4431
4432
  },
4432
4433
  "TagSpecifications": {
@@ -27272,6 +27273,12 @@
27272
27273
  "RemoteIpv6NetworkCidr": {
27273
27274
  "locationName": "remoteIpv6NetworkCidr"
27274
27275
  },
27276
+ "OutsideIpAddressType": {
27277
+ "locationName": "outsideIpAddressType"
27278
+ },
27279
+ "TransportTransitGatewayAttachmentId": {
27280
+ "locationName": "transportTransitGatewayAttachmentId"
27281
+ },
27275
27282
  "TunnelInsideIpVersion": {
27276
27283
  "locationName": "tunnelInsideIpVersion"
27277
27284
  },
@@ -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": "S2h"
501
+ "shape": "S2l"
500
502
  }
501
503
  }
502
504
  }
@@ -647,7 +649,7 @@
647
649
  "type": "timestamp"
648
650
  },
649
651
  "Workload": {
650
- "shape": "S35"
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": "S35"
680
+ "shape": "S39"
679
681
  }
680
682
  }
681
683
  }
@@ -771,7 +773,7 @@
771
773
  "shape": "S1r"
772
774
  },
773
775
  "SelectedChoices": {
774
- "shape": "S1z"
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": "S2m"
930
+ "shape": "S2q"
929
931
  }
930
932
  }
931
933
  }
@@ -1079,7 +1081,7 @@
1079
1081
  "type": "timestamp"
1080
1082
  },
1081
1083
  "WorkloadSummary": {
1082
- "shape": "S4c"
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": "S4c"
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": "S1z"
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": "S2h"
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": "S35"
1526
+ "shape": "S39"
1525
1527
  }
1526
1528
  }
1527
1529
  }
@@ -1640,7 +1642,7 @@
1640
1642
  "shape": "S1r"
1641
1643
  },
1642
1644
  "SelectedChoices": {
1643
- "shape": "S1z"
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
- "S1z": {
1706
+ "S23": {
1690
1707
  "type": "list",
1691
1708
  "member": {}
1692
1709
  },
1693
- "S2h": {
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": "S2m"
1727
+ "shape": "S2q"
1711
1728
  }
1712
1729
  }
1713
1730
  }
@@ -1717,19 +1734,19 @@
1717
1734
  },
1718
1735
  "Notes": {},
1719
1736
  "RiskCounts": {
1720
- "shape": "S2m"
1737
+ "shape": "S2q"
1721
1738
  },
1722
1739
  "NextToken": {}
1723
1740
  }
1724
1741
  },
1725
- "S2m": {
1742
+ "S2q": {
1726
1743
  "type": "map",
1727
1744
  "key": {},
1728
1745
  "value": {
1729
1746
  "type": "integer"
1730
1747
  }
1731
1748
  },
1732
- "S35": {
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": "S2m"
1782
+ "shape": "S2q"
1766
1783
  },
1767
1784
  "PillarPriorities": {
1768
1785
  "shape": "St"
@@ -1777,7 +1794,7 @@
1777
1794
  }
1778
1795
  }
1779
1796
  },
1780
- "S4c": {
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": "S2m"
1811
+ "shape": "S2q"
1795
1812
  },
1796
1813
  "ImprovementStatus": {}
1797
1814
  }
package/clients/ec2.d.ts CHANGED
@@ -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 VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the Amazon Web Services side of the VPN connection is the virtual private gateway.) You must provide the internet-routable IP address of the customer gateway'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.
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 VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the Amazon Web Services side of the VPN connection is the virtual private gateway.) You must provide the internet-routable IP address of the customer gateway'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.
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 Internet-routable IP address of the customer gateway's outside interface.
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 Internet-routable 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:&lt;key&gt; - 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.
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:&lt;key&gt; - 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 {