@aws-sdk/client-elastic-load-balancing 3.297.0 → 3.299.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/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -3
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -3
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
- package/dist-es/commands/RemoveTagsCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -252
- package/dist-types/models/models_0.d.ts +0 -336
- package/dist-types/ts3.4/models/models_0.d.ts +0 -234
- package/package.json +11 -10
|
@@ -1609,339 +1609,3 @@ export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
|
1609
1609
|
*/
|
|
1610
1610
|
export interface SetLoadBalancerPoliciesOfListenerOutput {
|
|
1611
1611
|
}
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
export declare const AddAvailabilityZonesInputFilterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
|
-
export declare const AddAvailabilityZonesOutputFilterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
|
-
export declare const AdditionalAttributeFilterSensitiveLog: (obj: AdditionalAttribute) => any;
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1632
|
-
/**
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
1635
|
-
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
1636
|
-
/**
|
|
1637
|
-
* @internal
|
|
1638
|
-
*/
|
|
1639
|
-
export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
1640
|
-
/**
|
|
1641
|
-
* @internal
|
|
1642
|
-
*/
|
|
1643
|
-
export declare const AppCookieStickinessPolicyFilterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
export declare const ApplySecurityGroupsToLoadBalancerInputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
|
|
1648
|
-
/**
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
1651
|
-
export declare const ApplySecurityGroupsToLoadBalancerOutputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
|
|
1652
|
-
/**
|
|
1653
|
-
* @internal
|
|
1654
|
-
*/
|
|
1655
|
-
export declare const AttachLoadBalancerToSubnetsInputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
export declare const AttachLoadBalancerToSubnetsOutputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
export declare const BackendServerDescriptionFilterSensitiveLog: (obj: BackendServerDescription) => any;
|
|
1664
|
-
/**
|
|
1665
|
-
* @internal
|
|
1666
|
-
*/
|
|
1667
|
-
export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
|
-
export declare const ConfigureHealthCheckInputFilterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
export declare const ConfigureHealthCheckOutputFilterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
export declare const ConnectionDrainingFilterSensitiveLog: (obj: ConnectionDraining) => any;
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
export declare const ConnectionSettingsFilterSensitiveLog: (obj: ConnectionSettings) => any;
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
1688
|
-
/**
|
|
1689
|
-
* @internal
|
|
1690
|
-
*/
|
|
1691
|
-
export declare const CreateAccessPointInputFilterSensitiveLog: (obj: CreateAccessPointInput) => any;
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
|
-
export declare const CreateAccessPointOutputFilterSensitiveLog: (obj: CreateAccessPointOutput) => any;
|
|
1696
|
-
/**
|
|
1697
|
-
* @internal
|
|
1698
|
-
*/
|
|
1699
|
-
export declare const CreateAppCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
export declare const CreateAppCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
|
|
1704
|
-
/**
|
|
1705
|
-
* @internal
|
|
1706
|
-
*/
|
|
1707
|
-
export declare const CreateLBCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
|
|
1708
|
-
/**
|
|
1709
|
-
* @internal
|
|
1710
|
-
*/
|
|
1711
|
-
export declare const CreateLBCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
|
|
1712
|
-
/**
|
|
1713
|
-
* @internal
|
|
1714
|
-
*/
|
|
1715
|
-
export declare const CreateLoadBalancerListenerInputFilterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
export declare const CreateLoadBalancerListenerOutputFilterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
|
|
1720
|
-
/**
|
|
1721
|
-
* @internal
|
|
1722
|
-
*/
|
|
1723
|
-
export declare const PolicyAttributeFilterSensitiveLog: (obj: PolicyAttribute) => any;
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
export declare const CreateLoadBalancerPolicyInputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
export declare const CreateLoadBalancerPolicyOutputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
export declare const CrossZoneLoadBalancingFilterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
|
|
1736
|
-
/**
|
|
1737
|
-
* @internal
|
|
1738
|
-
*/
|
|
1739
|
-
export declare const DeleteAccessPointInputFilterSensitiveLog: (obj: DeleteAccessPointInput) => any;
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
export declare const DeleteAccessPointOutputFilterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
export declare const DeleteLoadBalancerListenerInputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
|
|
1748
|
-
/**
|
|
1749
|
-
* @internal
|
|
1750
|
-
*/
|
|
1751
|
-
export declare const DeleteLoadBalancerListenerOutputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
export declare const DeleteLoadBalancerPolicyInputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
export declare const DeleteLoadBalancerPolicyOutputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
1764
|
-
/**
|
|
1765
|
-
* @internal
|
|
1766
|
-
*/
|
|
1767
|
-
export declare const DeregisterEndPointsInputFilterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
|
|
1768
|
-
/**
|
|
1769
|
-
* @internal
|
|
1770
|
-
*/
|
|
1771
|
-
export declare const DeregisterEndPointsOutputFilterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
export declare const DescribeAccessPointsInputFilterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
|
|
1776
|
-
/**
|
|
1777
|
-
* @internal
|
|
1778
|
-
*/
|
|
1779
|
-
export declare const ListenerDescriptionFilterSensitiveLog: (obj: ListenerDescription) => any;
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
export declare const LBCookieStickinessPolicyFilterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
export declare const PoliciesFilterSensitiveLog: (obj: Policies) => any;
|
|
1788
|
-
/**
|
|
1789
|
-
* @internal
|
|
1790
|
-
*/
|
|
1791
|
-
export declare const SourceSecurityGroupFilterSensitiveLog: (obj: SourceSecurityGroup) => any;
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
export declare const LoadBalancerDescriptionFilterSensitiveLog: (obj: LoadBalancerDescription) => any;
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
|
-
export declare const DescribeAccessPointsOutputFilterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
|
|
1800
|
-
/**
|
|
1801
|
-
* @internal
|
|
1802
|
-
*/
|
|
1803
|
-
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
1804
|
-
/**
|
|
1805
|
-
* @internal
|
|
1806
|
-
*/
|
|
1807
|
-
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
1808
|
-
/**
|
|
1809
|
-
* @internal
|
|
1810
|
-
*/
|
|
1811
|
-
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
|
-
export declare const DescribeEndPointStateInputFilterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
|
|
1816
|
-
/**
|
|
1817
|
-
* @internal
|
|
1818
|
-
*/
|
|
1819
|
-
export declare const InstanceStateFilterSensitiveLog: (obj: InstanceState) => any;
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
|
-
export declare const DescribeEndPointStateOutputFilterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
|
|
1824
|
-
/**
|
|
1825
|
-
* @internal
|
|
1826
|
-
*/
|
|
1827
|
-
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
1828
|
-
/**
|
|
1829
|
-
* @internal
|
|
1830
|
-
*/
|
|
1831
|
-
export declare const LoadBalancerAttributesFilterSensitiveLog: (obj: LoadBalancerAttributes) => any;
|
|
1832
|
-
/**
|
|
1833
|
-
* @internal
|
|
1834
|
-
*/
|
|
1835
|
-
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
1836
|
-
/**
|
|
1837
|
-
* @internal
|
|
1838
|
-
*/
|
|
1839
|
-
export declare const DescribeLoadBalancerPoliciesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
|
|
1840
|
-
/**
|
|
1841
|
-
* @internal
|
|
1842
|
-
*/
|
|
1843
|
-
export declare const PolicyAttributeDescriptionFilterSensitiveLog: (obj: PolicyAttributeDescription) => any;
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
export declare const PolicyDescriptionFilterSensitiveLog: (obj: PolicyDescription) => any;
|
|
1848
|
-
/**
|
|
1849
|
-
* @internal
|
|
1850
|
-
*/
|
|
1851
|
-
export declare const DescribeLoadBalancerPoliciesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
export declare const DescribeLoadBalancerPolicyTypesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
export declare const PolicyAttributeTypeDescriptionFilterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
|
|
1860
|
-
/**
|
|
1861
|
-
* @internal
|
|
1862
|
-
*/
|
|
1863
|
-
export declare const PolicyTypeDescriptionFilterSensitiveLog: (obj: PolicyTypeDescription) => any;
|
|
1864
|
-
/**
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1867
|
-
export declare const DescribeLoadBalancerPolicyTypesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
|
|
1868
|
-
/**
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1871
|
-
export declare const DescribeTagsInputFilterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
1872
|
-
/**
|
|
1873
|
-
* @internal
|
|
1874
|
-
*/
|
|
1875
|
-
export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
|
|
1876
|
-
/**
|
|
1877
|
-
* @internal
|
|
1878
|
-
*/
|
|
1879
|
-
export declare const DescribeTagsOutputFilterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
1880
|
-
/**
|
|
1881
|
-
* @internal
|
|
1882
|
-
*/
|
|
1883
|
-
export declare const DetachLoadBalancerFromSubnetsInputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
|
|
1884
|
-
/**
|
|
1885
|
-
* @internal
|
|
1886
|
-
*/
|
|
1887
|
-
export declare const DetachLoadBalancerFromSubnetsOutputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
|
|
1888
|
-
/**
|
|
1889
|
-
* @internal
|
|
1890
|
-
*/
|
|
1891
|
-
export declare const RemoveAvailabilityZonesInputFilterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
|
|
1892
|
-
/**
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1895
|
-
export declare const RemoveAvailabilityZonesOutputFilterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
|
|
1896
|
-
/**
|
|
1897
|
-
* @internal
|
|
1898
|
-
*/
|
|
1899
|
-
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
1904
|
-
/**
|
|
1905
|
-
* @internal
|
|
1906
|
-
*/
|
|
1907
|
-
export declare const RegisterEndPointsInputFilterSensitiveLog: (obj: RegisterEndPointsInput) => any;
|
|
1908
|
-
/**
|
|
1909
|
-
* @internal
|
|
1910
|
-
*/
|
|
1911
|
-
export declare const RegisterEndPointsOutputFilterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
|
|
1912
|
-
/**
|
|
1913
|
-
* @internal
|
|
1914
|
-
*/
|
|
1915
|
-
export declare const TagKeyOnlyFilterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
1920
|
-
/**
|
|
1921
|
-
* @internal
|
|
1922
|
-
*/
|
|
1923
|
-
export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
1924
|
-
/**
|
|
1925
|
-
* @internal
|
|
1926
|
-
*/
|
|
1927
|
-
export declare const SetLoadBalancerListenerSSLCertificateInputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
|
|
1928
|
-
/**
|
|
1929
|
-
* @internal
|
|
1930
|
-
*/
|
|
1931
|
-
export declare const SetLoadBalancerListenerSSLCertificateOutputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
|
-
export declare const SetLoadBalancerPoliciesForBackendServerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
|
|
1936
|
-
/**
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1939
|
-
export declare const SetLoadBalancerPoliciesForBackendServerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
export declare const SetLoadBalancerPoliciesOfListenerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
|
|
1944
|
-
/**
|
|
1945
|
-
* @internal
|
|
1946
|
-
*/
|
|
1947
|
-
export declare const SetLoadBalancerPoliciesOfListenerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;
|
|
@@ -509,237 +509,3 @@ export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
|
509
509
|
PolicyNames: string[] | undefined;
|
|
510
510
|
}
|
|
511
511
|
export interface SetLoadBalancerPoliciesOfListenerOutput {}
|
|
512
|
-
export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
|
|
513
|
-
export declare const AddAvailabilityZonesInputFilterSensitiveLog: (
|
|
514
|
-
obj: AddAvailabilityZonesInput
|
|
515
|
-
) => any;
|
|
516
|
-
export declare const AddAvailabilityZonesOutputFilterSensitiveLog: (
|
|
517
|
-
obj: AddAvailabilityZonesOutput
|
|
518
|
-
) => any;
|
|
519
|
-
export declare const AdditionalAttributeFilterSensitiveLog: (
|
|
520
|
-
obj: AdditionalAttribute
|
|
521
|
-
) => any;
|
|
522
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
523
|
-
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
524
|
-
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
525
|
-
obj: AddTagsOutput
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const AppCookieStickinessPolicyFilterSensitiveLog: (
|
|
528
|
-
obj: AppCookieStickinessPolicy
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const ApplySecurityGroupsToLoadBalancerInputFilterSensitiveLog: (
|
|
531
|
-
obj: ApplySecurityGroupsToLoadBalancerInput
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const ApplySecurityGroupsToLoadBalancerOutputFilterSensitiveLog: (
|
|
534
|
-
obj: ApplySecurityGroupsToLoadBalancerOutput
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const AttachLoadBalancerToSubnetsInputFilterSensitiveLog: (
|
|
537
|
-
obj: AttachLoadBalancerToSubnetsInput
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const AttachLoadBalancerToSubnetsOutputFilterSensitiveLog: (
|
|
540
|
-
obj: AttachLoadBalancerToSubnetsOutput
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const BackendServerDescriptionFilterSensitiveLog: (
|
|
543
|
-
obj: BackendServerDescription
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
|
|
546
|
-
export declare const ConfigureHealthCheckInputFilterSensitiveLog: (
|
|
547
|
-
obj: ConfigureHealthCheckInput
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const ConfigureHealthCheckOutputFilterSensitiveLog: (
|
|
550
|
-
obj: ConfigureHealthCheckOutput
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const ConnectionDrainingFilterSensitiveLog: (
|
|
553
|
-
obj: ConnectionDraining
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const ConnectionSettingsFilterSensitiveLog: (
|
|
556
|
-
obj: ConnectionSettings
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
559
|
-
export declare const CreateAccessPointInputFilterSensitiveLog: (
|
|
560
|
-
obj: CreateAccessPointInput
|
|
561
|
-
) => any;
|
|
562
|
-
export declare const CreateAccessPointOutputFilterSensitiveLog: (
|
|
563
|
-
obj: CreateAccessPointOutput
|
|
564
|
-
) => any;
|
|
565
|
-
export declare const CreateAppCookieStickinessPolicyInputFilterSensitiveLog: (
|
|
566
|
-
obj: CreateAppCookieStickinessPolicyInput
|
|
567
|
-
) => any;
|
|
568
|
-
export declare const CreateAppCookieStickinessPolicyOutputFilterSensitiveLog: (
|
|
569
|
-
obj: CreateAppCookieStickinessPolicyOutput
|
|
570
|
-
) => any;
|
|
571
|
-
export declare const CreateLBCookieStickinessPolicyInputFilterSensitiveLog: (
|
|
572
|
-
obj: CreateLBCookieStickinessPolicyInput
|
|
573
|
-
) => any;
|
|
574
|
-
export declare const CreateLBCookieStickinessPolicyOutputFilterSensitiveLog: (
|
|
575
|
-
obj: CreateLBCookieStickinessPolicyOutput
|
|
576
|
-
) => any;
|
|
577
|
-
export declare const CreateLoadBalancerListenerInputFilterSensitiveLog: (
|
|
578
|
-
obj: CreateLoadBalancerListenerInput
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const CreateLoadBalancerListenerOutputFilterSensitiveLog: (
|
|
581
|
-
obj: CreateLoadBalancerListenerOutput
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const PolicyAttributeFilterSensitiveLog: (
|
|
584
|
-
obj: PolicyAttribute
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const CreateLoadBalancerPolicyInputFilterSensitiveLog: (
|
|
587
|
-
obj: CreateLoadBalancerPolicyInput
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const CreateLoadBalancerPolicyOutputFilterSensitiveLog: (
|
|
590
|
-
obj: CreateLoadBalancerPolicyOutput
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const CrossZoneLoadBalancingFilterSensitiveLog: (
|
|
593
|
-
obj: CrossZoneLoadBalancing
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const DeleteAccessPointInputFilterSensitiveLog: (
|
|
596
|
-
obj: DeleteAccessPointInput
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const DeleteAccessPointOutputFilterSensitiveLog: (
|
|
599
|
-
obj: DeleteAccessPointOutput
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const DeleteLoadBalancerListenerInputFilterSensitiveLog: (
|
|
602
|
-
obj: DeleteLoadBalancerListenerInput
|
|
603
|
-
) => any;
|
|
604
|
-
export declare const DeleteLoadBalancerListenerOutputFilterSensitiveLog: (
|
|
605
|
-
obj: DeleteLoadBalancerListenerOutput
|
|
606
|
-
) => any;
|
|
607
|
-
export declare const DeleteLoadBalancerPolicyInputFilterSensitiveLog: (
|
|
608
|
-
obj: DeleteLoadBalancerPolicyInput
|
|
609
|
-
) => any;
|
|
610
|
-
export declare const DeleteLoadBalancerPolicyOutputFilterSensitiveLog: (
|
|
611
|
-
obj: DeleteLoadBalancerPolicyOutput
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
614
|
-
export declare const DeregisterEndPointsInputFilterSensitiveLog: (
|
|
615
|
-
obj: DeregisterEndPointsInput
|
|
616
|
-
) => any;
|
|
617
|
-
export declare const DeregisterEndPointsOutputFilterSensitiveLog: (
|
|
618
|
-
obj: DeregisterEndPointsOutput
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const DescribeAccessPointsInputFilterSensitiveLog: (
|
|
621
|
-
obj: DescribeAccessPointsInput
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const ListenerDescriptionFilterSensitiveLog: (
|
|
624
|
-
obj: ListenerDescription
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const LBCookieStickinessPolicyFilterSensitiveLog: (
|
|
627
|
-
obj: LBCookieStickinessPolicy
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const PoliciesFilterSensitiveLog: (obj: Policies) => any;
|
|
630
|
-
export declare const SourceSecurityGroupFilterSensitiveLog: (
|
|
631
|
-
obj: SourceSecurityGroup
|
|
632
|
-
) => any;
|
|
633
|
-
export declare const LoadBalancerDescriptionFilterSensitiveLog: (
|
|
634
|
-
obj: LoadBalancerDescription
|
|
635
|
-
) => any;
|
|
636
|
-
export declare const DescribeAccessPointsOutputFilterSensitiveLog: (
|
|
637
|
-
obj: DescribeAccessPointsOutput
|
|
638
|
-
) => any;
|
|
639
|
-
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (
|
|
640
|
-
obj: DescribeAccountLimitsInput
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
643
|
-
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (
|
|
644
|
-
obj: DescribeAccountLimitsOutput
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const DescribeEndPointStateInputFilterSensitiveLog: (
|
|
647
|
-
obj: DescribeEndPointStateInput
|
|
648
|
-
) => any;
|
|
649
|
-
export declare const InstanceStateFilterSensitiveLog: (
|
|
650
|
-
obj: InstanceState
|
|
651
|
-
) => any;
|
|
652
|
-
export declare const DescribeEndPointStateOutputFilterSensitiveLog: (
|
|
653
|
-
obj: DescribeEndPointStateOutput
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
656
|
-
obj: DescribeLoadBalancerAttributesInput
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const LoadBalancerAttributesFilterSensitiveLog: (
|
|
659
|
-
obj: LoadBalancerAttributes
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
662
|
-
obj: DescribeLoadBalancerAttributesOutput
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const DescribeLoadBalancerPoliciesInputFilterSensitiveLog: (
|
|
665
|
-
obj: DescribeLoadBalancerPoliciesInput
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const PolicyAttributeDescriptionFilterSensitiveLog: (
|
|
668
|
-
obj: PolicyAttributeDescription
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const PolicyDescriptionFilterSensitiveLog: (
|
|
671
|
-
obj: PolicyDescription
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const DescribeLoadBalancerPoliciesOutputFilterSensitiveLog: (
|
|
674
|
-
obj: DescribeLoadBalancerPoliciesOutput
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const DescribeLoadBalancerPolicyTypesInputFilterSensitiveLog: (
|
|
677
|
-
obj: DescribeLoadBalancerPolicyTypesInput
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const PolicyAttributeTypeDescriptionFilterSensitiveLog: (
|
|
680
|
-
obj: PolicyAttributeTypeDescription
|
|
681
|
-
) => any;
|
|
682
|
-
export declare const PolicyTypeDescriptionFilterSensitiveLog: (
|
|
683
|
-
obj: PolicyTypeDescription
|
|
684
|
-
) => any;
|
|
685
|
-
export declare const DescribeLoadBalancerPolicyTypesOutputFilterSensitiveLog: (
|
|
686
|
-
obj: DescribeLoadBalancerPolicyTypesOutput
|
|
687
|
-
) => any;
|
|
688
|
-
export declare const DescribeTagsInputFilterSensitiveLog: (
|
|
689
|
-
obj: DescribeTagsInput
|
|
690
|
-
) => any;
|
|
691
|
-
export declare const TagDescriptionFilterSensitiveLog: (
|
|
692
|
-
obj: TagDescription
|
|
693
|
-
) => any;
|
|
694
|
-
export declare const DescribeTagsOutputFilterSensitiveLog: (
|
|
695
|
-
obj: DescribeTagsOutput
|
|
696
|
-
) => any;
|
|
697
|
-
export declare const DetachLoadBalancerFromSubnetsInputFilterSensitiveLog: (
|
|
698
|
-
obj: DetachLoadBalancerFromSubnetsInput
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const DetachLoadBalancerFromSubnetsOutputFilterSensitiveLog: (
|
|
701
|
-
obj: DetachLoadBalancerFromSubnetsOutput
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const RemoveAvailabilityZonesInputFilterSensitiveLog: (
|
|
704
|
-
obj: RemoveAvailabilityZonesInput
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const RemoveAvailabilityZonesOutputFilterSensitiveLog: (
|
|
707
|
-
obj: RemoveAvailabilityZonesOutput
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (
|
|
710
|
-
obj: ModifyLoadBalancerAttributesInput
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (
|
|
713
|
-
obj: ModifyLoadBalancerAttributesOutput
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const RegisterEndPointsInputFilterSensitiveLog: (
|
|
716
|
-
obj: RegisterEndPointsInput
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const RegisterEndPointsOutputFilterSensitiveLog: (
|
|
719
|
-
obj: RegisterEndPointsOutput
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const TagKeyOnlyFilterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
722
|
-
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
723
|
-
obj: RemoveTagsInput
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
726
|
-
obj: RemoveTagsOutput
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const SetLoadBalancerListenerSSLCertificateInputFilterSensitiveLog: (
|
|
729
|
-
obj: SetLoadBalancerListenerSSLCertificateInput
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const SetLoadBalancerListenerSSLCertificateOutputFilterSensitiveLog: (
|
|
732
|
-
obj: SetLoadBalancerListenerSSLCertificateOutput
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const SetLoadBalancerPoliciesForBackendServerInputFilterSensitiveLog: (
|
|
735
|
-
obj: SetLoadBalancerPoliciesForBackendServerInput
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const SetLoadBalancerPoliciesForBackendServerOutputFilterSensitiveLog: (
|
|
738
|
-
obj: SetLoadBalancerPoliciesForBackendServerOutput
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const SetLoadBalancerPoliciesOfListenerInputFilterSensitiveLog: (
|
|
741
|
-
obj: SetLoadBalancerPoliciesOfListenerInput
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const SetLoadBalancerPoliciesOfListenerOutputFilterSensitiveLog: (
|
|
744
|
-
obj: SetLoadBalancerPoliciesOfListenerOutput
|
|
745
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo elastic-load-balancing"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
56
57
|
"fast-xml-parser": "4.1.2",
|