@aws-sdk/client-opensearchserverless 3.297.0 → 3.298.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/BatchGetCollectionCommand.js +2 -3
- package/dist-cjs/commands/BatchGetVpcEndpointCommand.js +2 -3
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateCollectionCommand.js +2 -3
- package/dist-cjs/commands/CreateSecurityConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateSecurityPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +2 -3
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteCollectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteSecurityConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteSecurityPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +2 -3
- package/dist-cjs/commands/GetAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -3
- package/dist-cjs/commands/GetPoliciesStatsCommand.js +2 -3
- package/dist-cjs/commands/GetSecurityConfigCommand.js +2 -3
- package/dist-cjs/commands/GetSecurityPolicyCommand.js +2 -3
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListCollectionsCommand.js +2 -3
- package/dist-cjs/commands/ListSecurityConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -3
- package/dist-cjs/commands/UpdateCollectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateSecurityConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateSecurityPolicyCommand.js +2 -3
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -358
- package/dist-es/commands/BatchGetCollectionCommand.js +2 -3
- package/dist-es/commands/BatchGetVpcEndpointCommand.js +2 -3
- package/dist-es/commands/CreateAccessPolicyCommand.js +2 -3
- package/dist-es/commands/CreateCollectionCommand.js +2 -3
- package/dist-es/commands/CreateSecurityConfigCommand.js +2 -3
- package/dist-es/commands/CreateSecurityPolicyCommand.js +2 -3
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -3
- package/dist-es/commands/DeleteAccessPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteCollectionCommand.js +2 -3
- package/dist-es/commands/DeleteSecurityConfigCommand.js +2 -3
- package/dist-es/commands/DeleteSecurityPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -3
- package/dist-es/commands/GetAccessPolicyCommand.js +2 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -3
- package/dist-es/commands/GetPoliciesStatsCommand.js +2 -3
- package/dist-es/commands/GetSecurityConfigCommand.js +2 -3
- package/dist-es/commands/GetSecurityPolicyCommand.js +2 -3
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -3
- package/dist-es/commands/ListCollectionsCommand.js +2 -3
- package/dist-es/commands/ListSecurityConfigsCommand.js +2 -3
- package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAccessPolicyCommand.js +2 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -3
- package/dist-es/commands/UpdateCollectionCommand.js +2 -3
- package/dist-es/commands/UpdateSecurityConfigCommand.js +2 -3
- package/dist-es/commands/UpdateSecurityPolicyCommand.js +2 -3
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -267
- package/dist-types/models/models_0.d.ts +0 -356
- package/dist-types/ts3.4/models/models_0.d.ts +0 -265
- package/package.json +4 -3
|
@@ -1679,359 +1679,3 @@ export interface UpdateVpcEndpointResponse {
|
|
|
1679
1679
|
*/
|
|
1680
1680
|
UpdateVpcEndpointDetail?: UpdateVpcEndpointDetail;
|
|
1681
1681
|
}
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
|
-
export declare const CreateAccessPolicyRequestFilterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
export declare const AccessPolicyDetailFilterSensitiveLog: (obj: AccessPolicyDetail) => any;
|
|
1690
|
-
/**
|
|
1691
|
-
* @internal
|
|
1692
|
-
*/
|
|
1693
|
-
export declare const CreateAccessPolicyResponseFilterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
|
-
export declare const DeleteAccessPolicyRequestFilterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
export declare const DeleteAccessPolicyResponseFilterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
|
|
1702
|
-
/**
|
|
1703
|
-
* @internal
|
|
1704
|
-
*/
|
|
1705
|
-
export declare const GetAccessPolicyRequestFilterSensitiveLog: (obj: GetAccessPolicyRequest) => any;
|
|
1706
|
-
/**
|
|
1707
|
-
* @internal
|
|
1708
|
-
*/
|
|
1709
|
-
export declare const GetAccessPolicyResponseFilterSensitiveLog: (obj: GetAccessPolicyResponse) => any;
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
export declare const ListAccessPoliciesRequestFilterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
export declare const AccessPolicySummaryFilterSensitiveLog: (obj: AccessPolicySummary) => any;
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
export declare const ListAccessPoliciesResponseFilterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
|
|
1722
|
-
/**
|
|
1723
|
-
* @internal
|
|
1724
|
-
*/
|
|
1725
|
-
export declare const UpdateAccessPolicyRequestFilterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
export declare const UpdateAccessPolicyResponseFilterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
export declare const AccessPolicyStatsFilterSensitiveLog: (obj: AccessPolicyStats) => any;
|
|
1734
|
-
/**
|
|
1735
|
-
* @internal
|
|
1736
|
-
*/
|
|
1737
|
-
export declare const CapacityLimitsFilterSensitiveLog: (obj: CapacityLimits) => any;
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
export declare const AccountSettingsDetailFilterSensitiveLog: (obj: AccountSettingsDetail) => any;
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
export declare const BatchGetCollectionRequestFilterSensitiveLog: (obj: BatchGetCollectionRequest) => any;
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
export declare const CollectionDetailFilterSensitiveLog: (obj: CollectionDetail) => any;
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
export declare const CollectionErrorDetailFilterSensitiveLog: (obj: CollectionErrorDetail) => any;
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
export declare const BatchGetCollectionResponseFilterSensitiveLog: (obj: BatchGetCollectionResponse) => any;
|
|
1758
|
-
/**
|
|
1759
|
-
* @internal
|
|
1760
|
-
*/
|
|
1761
|
-
export declare const BatchGetVpcEndpointRequestFilterSensitiveLog: (obj: BatchGetVpcEndpointRequest) => any;
|
|
1762
|
-
/**
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
1765
|
-
export declare const VpcEndpointDetailFilterSensitiveLog: (obj: VpcEndpointDetail) => any;
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
export declare const VpcEndpointErrorDetailFilterSensitiveLog: (obj: VpcEndpointErrorDetail) => any;
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
export declare const BatchGetVpcEndpointResponseFilterSensitiveLog: (obj: BatchGetVpcEndpointResponse) => any;
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
export declare const CreateCollectionRequestFilterSensitiveLog: (obj: CreateCollectionRequest) => any;
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
|
-
export declare const CreateCollectionDetailFilterSensitiveLog: (obj: CreateCollectionDetail) => any;
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
export declare const CreateCollectionResponseFilterSensitiveLog: (obj: CreateCollectionResponse) => any;
|
|
1790
|
-
/**
|
|
1791
|
-
* @internal
|
|
1792
|
-
*/
|
|
1793
|
-
export declare const DeleteCollectionRequestFilterSensitiveLog: (obj: DeleteCollectionRequest) => any;
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
|
-
export declare const DeleteCollectionDetailFilterSensitiveLog: (obj: DeleteCollectionDetail) => any;
|
|
1798
|
-
/**
|
|
1799
|
-
* @internal
|
|
1800
|
-
*/
|
|
1801
|
-
export declare const DeleteCollectionResponseFilterSensitiveLog: (obj: DeleteCollectionResponse) => any;
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
|
-
export declare const CollectionFiltersFilterSensitiveLog: (obj: CollectionFilters) => any;
|
|
1806
|
-
/**
|
|
1807
|
-
* @internal
|
|
1808
|
-
*/
|
|
1809
|
-
export declare const ListCollectionsRequestFilterSensitiveLog: (obj: ListCollectionsRequest) => any;
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
export declare const CollectionSummaryFilterSensitiveLog: (obj: CollectionSummary) => any;
|
|
1814
|
-
/**
|
|
1815
|
-
* @internal
|
|
1816
|
-
*/
|
|
1817
|
-
export declare const ListCollectionsResponseFilterSensitiveLog: (obj: ListCollectionsResponse) => any;
|
|
1818
|
-
/**
|
|
1819
|
-
* @internal
|
|
1820
|
-
*/
|
|
1821
|
-
export declare const UpdateCollectionRequestFilterSensitiveLog: (obj: UpdateCollectionRequest) => any;
|
|
1822
|
-
/**
|
|
1823
|
-
* @internal
|
|
1824
|
-
*/
|
|
1825
|
-
export declare const UpdateCollectionDetailFilterSensitiveLog: (obj: UpdateCollectionDetail) => any;
|
|
1826
|
-
/**
|
|
1827
|
-
* @internal
|
|
1828
|
-
*/
|
|
1829
|
-
export declare const UpdateCollectionResponseFilterSensitiveLog: (obj: UpdateCollectionResponse) => any;
|
|
1830
|
-
/**
|
|
1831
|
-
* @internal
|
|
1832
|
-
*/
|
|
1833
|
-
export declare const SamlConfigOptionsFilterSensitiveLog: (obj: SamlConfigOptions) => any;
|
|
1834
|
-
/**
|
|
1835
|
-
* @internal
|
|
1836
|
-
*/
|
|
1837
|
-
export declare const CreateSecurityConfigRequestFilterSensitiveLog: (obj: CreateSecurityConfigRequest) => any;
|
|
1838
|
-
/**
|
|
1839
|
-
* @internal
|
|
1840
|
-
*/
|
|
1841
|
-
export declare const SecurityConfigDetailFilterSensitiveLog: (obj: SecurityConfigDetail) => any;
|
|
1842
|
-
/**
|
|
1843
|
-
* @internal
|
|
1844
|
-
*/
|
|
1845
|
-
export declare const CreateSecurityConfigResponseFilterSensitiveLog: (obj: CreateSecurityConfigResponse) => any;
|
|
1846
|
-
/**
|
|
1847
|
-
* @internal
|
|
1848
|
-
*/
|
|
1849
|
-
export declare const CreateSecurityPolicyRequestFilterSensitiveLog: (obj: CreateSecurityPolicyRequest) => any;
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
*/
|
|
1853
|
-
export declare const SecurityPolicyDetailFilterSensitiveLog: (obj: SecurityPolicyDetail) => any;
|
|
1854
|
-
/**
|
|
1855
|
-
* @internal
|
|
1856
|
-
*/
|
|
1857
|
-
export declare const CreateSecurityPolicyResponseFilterSensitiveLog: (obj: CreateSecurityPolicyResponse) => any;
|
|
1858
|
-
/**
|
|
1859
|
-
* @internal
|
|
1860
|
-
*/
|
|
1861
|
-
export declare const CreateVpcEndpointRequestFilterSensitiveLog: (obj: CreateVpcEndpointRequest) => any;
|
|
1862
|
-
/**
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
1865
|
-
export declare const CreateVpcEndpointDetailFilterSensitiveLog: (obj: CreateVpcEndpointDetail) => any;
|
|
1866
|
-
/**
|
|
1867
|
-
* @internal
|
|
1868
|
-
*/
|
|
1869
|
-
export declare const CreateVpcEndpointResponseFilterSensitiveLog: (obj: CreateVpcEndpointResponse) => any;
|
|
1870
|
-
/**
|
|
1871
|
-
* @internal
|
|
1872
|
-
*/
|
|
1873
|
-
export declare const DeleteSecurityConfigRequestFilterSensitiveLog: (obj: DeleteSecurityConfigRequest) => any;
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
export declare const DeleteSecurityConfigResponseFilterSensitiveLog: (obj: DeleteSecurityConfigResponse) => any;
|
|
1878
|
-
/**
|
|
1879
|
-
* @internal
|
|
1880
|
-
*/
|
|
1881
|
-
export declare const DeleteSecurityPolicyRequestFilterSensitiveLog: (obj: DeleteSecurityPolicyRequest) => any;
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
export declare const DeleteSecurityPolicyResponseFilterSensitiveLog: (obj: DeleteSecurityPolicyResponse) => any;
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
|
-
export declare const DeleteVpcEndpointRequestFilterSensitiveLog: (obj: DeleteVpcEndpointRequest) => any;
|
|
1890
|
-
/**
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1893
|
-
export declare const DeleteVpcEndpointDetailFilterSensitiveLog: (obj: DeleteVpcEndpointDetail) => any;
|
|
1894
|
-
/**
|
|
1895
|
-
* @internal
|
|
1896
|
-
*/
|
|
1897
|
-
export declare const DeleteVpcEndpointResponseFilterSensitiveLog: (obj: DeleteVpcEndpointResponse) => any;
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
|
-
export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
1902
|
-
/**
|
|
1903
|
-
* @internal
|
|
1904
|
-
*/
|
|
1905
|
-
export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
|
|
1906
|
-
/**
|
|
1907
|
-
* @internal
|
|
1908
|
-
*/
|
|
1909
|
-
export declare const GetPoliciesStatsRequestFilterSensitiveLog: (obj: GetPoliciesStatsRequest) => any;
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
export declare const SecurityConfigStatsFilterSensitiveLog: (obj: SecurityConfigStats) => any;
|
|
1914
|
-
/**
|
|
1915
|
-
* @internal
|
|
1916
|
-
*/
|
|
1917
|
-
export declare const SecurityPolicyStatsFilterSensitiveLog: (obj: SecurityPolicyStats) => any;
|
|
1918
|
-
/**
|
|
1919
|
-
* @internal
|
|
1920
|
-
*/
|
|
1921
|
-
export declare const GetPoliciesStatsResponseFilterSensitiveLog: (obj: GetPoliciesStatsResponse) => any;
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
export declare const GetSecurityConfigRequestFilterSensitiveLog: (obj: GetSecurityConfigRequest) => any;
|
|
1926
|
-
/**
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1929
|
-
export declare const GetSecurityConfigResponseFilterSensitiveLog: (obj: GetSecurityConfigResponse) => any;
|
|
1930
|
-
/**
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
|
-
export declare const GetSecurityPolicyRequestFilterSensitiveLog: (obj: GetSecurityPolicyRequest) => any;
|
|
1934
|
-
/**
|
|
1935
|
-
* @internal
|
|
1936
|
-
*/
|
|
1937
|
-
export declare const GetSecurityPolicyResponseFilterSensitiveLog: (obj: GetSecurityPolicyResponse) => any;
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
export declare const ListSecurityConfigsRequestFilterSensitiveLog: (obj: ListSecurityConfigsRequest) => any;
|
|
1942
|
-
/**
|
|
1943
|
-
* @internal
|
|
1944
|
-
*/
|
|
1945
|
-
export declare const SecurityConfigSummaryFilterSensitiveLog: (obj: SecurityConfigSummary) => any;
|
|
1946
|
-
/**
|
|
1947
|
-
* @internal
|
|
1948
|
-
*/
|
|
1949
|
-
export declare const ListSecurityConfigsResponseFilterSensitiveLog: (obj: ListSecurityConfigsResponse) => any;
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (obj: ListSecurityPoliciesRequest) => any;
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
export declare const SecurityPolicySummaryFilterSensitiveLog: (obj: SecurityPolicySummary) => any;
|
|
1958
|
-
/**
|
|
1959
|
-
* @internal
|
|
1960
|
-
*/
|
|
1961
|
-
export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (obj: ListSecurityPoliciesResponse) => any;
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1966
|
-
/**
|
|
1967
|
-
* @internal
|
|
1968
|
-
*/
|
|
1969
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
export declare const VpcEndpointFiltersFilterSensitiveLog: (obj: VpcEndpointFilters) => any;
|
|
1974
|
-
/**
|
|
1975
|
-
* @internal
|
|
1976
|
-
*/
|
|
1977
|
-
export declare const ListVpcEndpointsRequestFilterSensitiveLog: (obj: ListVpcEndpointsRequest) => any;
|
|
1978
|
-
/**
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1981
|
-
export declare const VpcEndpointSummaryFilterSensitiveLog: (obj: VpcEndpointSummary) => any;
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
export declare const ListVpcEndpointsResponseFilterSensitiveLog: (obj: ListVpcEndpointsResponse) => any;
|
|
1986
|
-
/**
|
|
1987
|
-
* @internal
|
|
1988
|
-
*/
|
|
1989
|
-
export declare const UpdateSecurityConfigRequestFilterSensitiveLog: (obj: UpdateSecurityConfigRequest) => any;
|
|
1990
|
-
/**
|
|
1991
|
-
* @internal
|
|
1992
|
-
*/
|
|
1993
|
-
export declare const UpdateSecurityConfigResponseFilterSensitiveLog: (obj: UpdateSecurityConfigResponse) => any;
|
|
1994
|
-
/**
|
|
1995
|
-
* @internal
|
|
1996
|
-
*/
|
|
1997
|
-
export declare const UpdateSecurityPolicyRequestFilterSensitiveLog: (obj: UpdateSecurityPolicyRequest) => any;
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
export declare const UpdateSecurityPolicyResponseFilterSensitiveLog: (obj: UpdateSecurityPolicyResponse) => any;
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2006
|
-
/**
|
|
2007
|
-
* @internal
|
|
2008
|
-
*/
|
|
2009
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2010
|
-
/**
|
|
2011
|
-
* @internal
|
|
2012
|
-
*/
|
|
2013
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2014
|
-
/**
|
|
2015
|
-
* @internal
|
|
2016
|
-
*/
|
|
2017
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (obj: UpdateAccountSettingsRequest) => any;
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (obj: UpdateAccountSettingsResponse) => any;
|
|
2026
|
-
/**
|
|
2027
|
-
* @internal
|
|
2028
|
-
*/
|
|
2029
|
-
export declare const UpdateVpcEndpointRequestFilterSensitiveLog: (obj: UpdateVpcEndpointRequest) => any;
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
|
-
export declare const UpdateVpcEndpointDetailFilterSensitiveLog: (obj: UpdateVpcEndpointDetail) => any;
|
|
2034
|
-
/**
|
|
2035
|
-
* @internal
|
|
2036
|
-
*/
|
|
2037
|
-
export declare const UpdateVpcEndpointResponseFilterSensitiveLog: (obj: UpdateVpcEndpointResponse) => any;
|
|
@@ -473,268 +473,3 @@ export interface UpdateVpcEndpointDetail {
|
|
|
473
473
|
export interface UpdateVpcEndpointResponse {
|
|
474
474
|
UpdateVpcEndpointDetail?: UpdateVpcEndpointDetail;
|
|
475
475
|
}
|
|
476
|
-
export declare const CreateAccessPolicyRequestFilterSensitiveLog: (
|
|
477
|
-
obj: CreateAccessPolicyRequest
|
|
478
|
-
) => any;
|
|
479
|
-
export declare const AccessPolicyDetailFilterSensitiveLog: (
|
|
480
|
-
obj: AccessPolicyDetail
|
|
481
|
-
) => any;
|
|
482
|
-
export declare const CreateAccessPolicyResponseFilterSensitiveLog: (
|
|
483
|
-
obj: CreateAccessPolicyResponse
|
|
484
|
-
) => any;
|
|
485
|
-
export declare const DeleteAccessPolicyRequestFilterSensitiveLog: (
|
|
486
|
-
obj: DeleteAccessPolicyRequest
|
|
487
|
-
) => any;
|
|
488
|
-
export declare const DeleteAccessPolicyResponseFilterSensitiveLog: (
|
|
489
|
-
obj: DeleteAccessPolicyResponse
|
|
490
|
-
) => any;
|
|
491
|
-
export declare const GetAccessPolicyRequestFilterSensitiveLog: (
|
|
492
|
-
obj: GetAccessPolicyRequest
|
|
493
|
-
) => any;
|
|
494
|
-
export declare const GetAccessPolicyResponseFilterSensitiveLog: (
|
|
495
|
-
obj: GetAccessPolicyResponse
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const ListAccessPoliciesRequestFilterSensitiveLog: (
|
|
498
|
-
obj: ListAccessPoliciesRequest
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const AccessPolicySummaryFilterSensitiveLog: (
|
|
501
|
-
obj: AccessPolicySummary
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const ListAccessPoliciesResponseFilterSensitiveLog: (
|
|
504
|
-
obj: ListAccessPoliciesResponse
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const UpdateAccessPolicyRequestFilterSensitiveLog: (
|
|
507
|
-
obj: UpdateAccessPolicyRequest
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const UpdateAccessPolicyResponseFilterSensitiveLog: (
|
|
510
|
-
obj: UpdateAccessPolicyResponse
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const AccessPolicyStatsFilterSensitiveLog: (
|
|
513
|
-
obj: AccessPolicyStats
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const CapacityLimitsFilterSensitiveLog: (
|
|
516
|
-
obj: CapacityLimits
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const AccountSettingsDetailFilterSensitiveLog: (
|
|
519
|
-
obj: AccountSettingsDetail
|
|
520
|
-
) => any;
|
|
521
|
-
export declare const BatchGetCollectionRequestFilterSensitiveLog: (
|
|
522
|
-
obj: BatchGetCollectionRequest
|
|
523
|
-
) => any;
|
|
524
|
-
export declare const CollectionDetailFilterSensitiveLog: (
|
|
525
|
-
obj: CollectionDetail
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const CollectionErrorDetailFilterSensitiveLog: (
|
|
528
|
-
obj: CollectionErrorDetail
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const BatchGetCollectionResponseFilterSensitiveLog: (
|
|
531
|
-
obj: BatchGetCollectionResponse
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const BatchGetVpcEndpointRequestFilterSensitiveLog: (
|
|
534
|
-
obj: BatchGetVpcEndpointRequest
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const VpcEndpointDetailFilterSensitiveLog: (
|
|
537
|
-
obj: VpcEndpointDetail
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const VpcEndpointErrorDetailFilterSensitiveLog: (
|
|
540
|
-
obj: VpcEndpointErrorDetail
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const BatchGetVpcEndpointResponseFilterSensitiveLog: (
|
|
543
|
-
obj: BatchGetVpcEndpointResponse
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
546
|
-
export declare const CreateCollectionRequestFilterSensitiveLog: (
|
|
547
|
-
obj: CreateCollectionRequest
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const CreateCollectionDetailFilterSensitiveLog: (
|
|
550
|
-
obj: CreateCollectionDetail
|
|
551
|
-
) => any;
|
|
552
|
-
export declare const CreateCollectionResponseFilterSensitiveLog: (
|
|
553
|
-
obj: CreateCollectionResponse
|
|
554
|
-
) => any;
|
|
555
|
-
export declare const DeleteCollectionRequestFilterSensitiveLog: (
|
|
556
|
-
obj: DeleteCollectionRequest
|
|
557
|
-
) => any;
|
|
558
|
-
export declare const DeleteCollectionDetailFilterSensitiveLog: (
|
|
559
|
-
obj: DeleteCollectionDetail
|
|
560
|
-
) => any;
|
|
561
|
-
export declare const DeleteCollectionResponseFilterSensitiveLog: (
|
|
562
|
-
obj: DeleteCollectionResponse
|
|
563
|
-
) => any;
|
|
564
|
-
export declare const CollectionFiltersFilterSensitiveLog: (
|
|
565
|
-
obj: CollectionFilters
|
|
566
|
-
) => any;
|
|
567
|
-
export declare const ListCollectionsRequestFilterSensitiveLog: (
|
|
568
|
-
obj: ListCollectionsRequest
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const CollectionSummaryFilterSensitiveLog: (
|
|
571
|
-
obj: CollectionSummary
|
|
572
|
-
) => any;
|
|
573
|
-
export declare const ListCollectionsResponseFilterSensitiveLog: (
|
|
574
|
-
obj: ListCollectionsResponse
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const UpdateCollectionRequestFilterSensitiveLog: (
|
|
577
|
-
obj: UpdateCollectionRequest
|
|
578
|
-
) => any;
|
|
579
|
-
export declare const UpdateCollectionDetailFilterSensitiveLog: (
|
|
580
|
-
obj: UpdateCollectionDetail
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const UpdateCollectionResponseFilterSensitiveLog: (
|
|
583
|
-
obj: UpdateCollectionResponse
|
|
584
|
-
) => any;
|
|
585
|
-
export declare const SamlConfigOptionsFilterSensitiveLog: (
|
|
586
|
-
obj: SamlConfigOptions
|
|
587
|
-
) => any;
|
|
588
|
-
export declare const CreateSecurityConfigRequestFilterSensitiveLog: (
|
|
589
|
-
obj: CreateSecurityConfigRequest
|
|
590
|
-
) => any;
|
|
591
|
-
export declare const SecurityConfigDetailFilterSensitiveLog: (
|
|
592
|
-
obj: SecurityConfigDetail
|
|
593
|
-
) => any;
|
|
594
|
-
export declare const CreateSecurityConfigResponseFilterSensitiveLog: (
|
|
595
|
-
obj: CreateSecurityConfigResponse
|
|
596
|
-
) => any;
|
|
597
|
-
export declare const CreateSecurityPolicyRequestFilterSensitiveLog: (
|
|
598
|
-
obj: CreateSecurityPolicyRequest
|
|
599
|
-
) => any;
|
|
600
|
-
export declare const SecurityPolicyDetailFilterSensitiveLog: (
|
|
601
|
-
obj: SecurityPolicyDetail
|
|
602
|
-
) => any;
|
|
603
|
-
export declare const CreateSecurityPolicyResponseFilterSensitiveLog: (
|
|
604
|
-
obj: CreateSecurityPolicyResponse
|
|
605
|
-
) => any;
|
|
606
|
-
export declare const CreateVpcEndpointRequestFilterSensitiveLog: (
|
|
607
|
-
obj: CreateVpcEndpointRequest
|
|
608
|
-
) => any;
|
|
609
|
-
export declare const CreateVpcEndpointDetailFilterSensitiveLog: (
|
|
610
|
-
obj: CreateVpcEndpointDetail
|
|
611
|
-
) => any;
|
|
612
|
-
export declare const CreateVpcEndpointResponseFilterSensitiveLog: (
|
|
613
|
-
obj: CreateVpcEndpointResponse
|
|
614
|
-
) => any;
|
|
615
|
-
export declare const DeleteSecurityConfigRequestFilterSensitiveLog: (
|
|
616
|
-
obj: DeleteSecurityConfigRequest
|
|
617
|
-
) => any;
|
|
618
|
-
export declare const DeleteSecurityConfigResponseFilterSensitiveLog: (
|
|
619
|
-
obj: DeleteSecurityConfigResponse
|
|
620
|
-
) => any;
|
|
621
|
-
export declare const DeleteSecurityPolicyRequestFilterSensitiveLog: (
|
|
622
|
-
obj: DeleteSecurityPolicyRequest
|
|
623
|
-
) => any;
|
|
624
|
-
export declare const DeleteSecurityPolicyResponseFilterSensitiveLog: (
|
|
625
|
-
obj: DeleteSecurityPolicyResponse
|
|
626
|
-
) => any;
|
|
627
|
-
export declare const DeleteVpcEndpointRequestFilterSensitiveLog: (
|
|
628
|
-
obj: DeleteVpcEndpointRequest
|
|
629
|
-
) => any;
|
|
630
|
-
export declare const DeleteVpcEndpointDetailFilterSensitiveLog: (
|
|
631
|
-
obj: DeleteVpcEndpointDetail
|
|
632
|
-
) => any;
|
|
633
|
-
export declare const DeleteVpcEndpointResponseFilterSensitiveLog: (
|
|
634
|
-
obj: DeleteVpcEndpointResponse
|
|
635
|
-
) => any;
|
|
636
|
-
export declare const GetAccountSettingsRequestFilterSensitiveLog: (
|
|
637
|
-
obj: GetAccountSettingsRequest
|
|
638
|
-
) => any;
|
|
639
|
-
export declare const GetAccountSettingsResponseFilterSensitiveLog: (
|
|
640
|
-
obj: GetAccountSettingsResponse
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const GetPoliciesStatsRequestFilterSensitiveLog: (
|
|
643
|
-
obj: GetPoliciesStatsRequest
|
|
644
|
-
) => any;
|
|
645
|
-
export declare const SecurityConfigStatsFilterSensitiveLog: (
|
|
646
|
-
obj: SecurityConfigStats
|
|
647
|
-
) => any;
|
|
648
|
-
export declare const SecurityPolicyStatsFilterSensitiveLog: (
|
|
649
|
-
obj: SecurityPolicyStats
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const GetPoliciesStatsResponseFilterSensitiveLog: (
|
|
652
|
-
obj: GetPoliciesStatsResponse
|
|
653
|
-
) => any;
|
|
654
|
-
export declare const GetSecurityConfigRequestFilterSensitiveLog: (
|
|
655
|
-
obj: GetSecurityConfigRequest
|
|
656
|
-
) => any;
|
|
657
|
-
export declare const GetSecurityConfigResponseFilterSensitiveLog: (
|
|
658
|
-
obj: GetSecurityConfigResponse
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const GetSecurityPolicyRequestFilterSensitiveLog: (
|
|
661
|
-
obj: GetSecurityPolicyRequest
|
|
662
|
-
) => any;
|
|
663
|
-
export declare const GetSecurityPolicyResponseFilterSensitiveLog: (
|
|
664
|
-
obj: GetSecurityPolicyResponse
|
|
665
|
-
) => any;
|
|
666
|
-
export declare const ListSecurityConfigsRequestFilterSensitiveLog: (
|
|
667
|
-
obj: ListSecurityConfigsRequest
|
|
668
|
-
) => any;
|
|
669
|
-
export declare const SecurityConfigSummaryFilterSensitiveLog: (
|
|
670
|
-
obj: SecurityConfigSummary
|
|
671
|
-
) => any;
|
|
672
|
-
export declare const ListSecurityConfigsResponseFilterSensitiveLog: (
|
|
673
|
-
obj: ListSecurityConfigsResponse
|
|
674
|
-
) => any;
|
|
675
|
-
export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (
|
|
676
|
-
obj: ListSecurityPoliciesRequest
|
|
677
|
-
) => any;
|
|
678
|
-
export declare const SecurityPolicySummaryFilterSensitiveLog: (
|
|
679
|
-
obj: SecurityPolicySummary
|
|
680
|
-
) => any;
|
|
681
|
-
export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (
|
|
682
|
-
obj: ListSecurityPoliciesResponse
|
|
683
|
-
) => any;
|
|
684
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
685
|
-
obj: ListTagsForResourceRequest
|
|
686
|
-
) => any;
|
|
687
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
688
|
-
obj: ListTagsForResourceResponse
|
|
689
|
-
) => any;
|
|
690
|
-
export declare const VpcEndpointFiltersFilterSensitiveLog: (
|
|
691
|
-
obj: VpcEndpointFilters
|
|
692
|
-
) => any;
|
|
693
|
-
export declare const ListVpcEndpointsRequestFilterSensitiveLog: (
|
|
694
|
-
obj: ListVpcEndpointsRequest
|
|
695
|
-
) => any;
|
|
696
|
-
export declare const VpcEndpointSummaryFilterSensitiveLog: (
|
|
697
|
-
obj: VpcEndpointSummary
|
|
698
|
-
) => any;
|
|
699
|
-
export declare const ListVpcEndpointsResponseFilterSensitiveLog: (
|
|
700
|
-
obj: ListVpcEndpointsResponse
|
|
701
|
-
) => any;
|
|
702
|
-
export declare const UpdateSecurityConfigRequestFilterSensitiveLog: (
|
|
703
|
-
obj: UpdateSecurityConfigRequest
|
|
704
|
-
) => any;
|
|
705
|
-
export declare const UpdateSecurityConfigResponseFilterSensitiveLog: (
|
|
706
|
-
obj: UpdateSecurityConfigResponse
|
|
707
|
-
) => any;
|
|
708
|
-
export declare const UpdateSecurityPolicyRequestFilterSensitiveLog: (
|
|
709
|
-
obj: UpdateSecurityPolicyRequest
|
|
710
|
-
) => any;
|
|
711
|
-
export declare const UpdateSecurityPolicyResponseFilterSensitiveLog: (
|
|
712
|
-
obj: UpdateSecurityPolicyResponse
|
|
713
|
-
) => any;
|
|
714
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
715
|
-
obj: TagResourceRequest
|
|
716
|
-
) => any;
|
|
717
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
718
|
-
obj: TagResourceResponse
|
|
719
|
-
) => any;
|
|
720
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
721
|
-
obj: UntagResourceRequest
|
|
722
|
-
) => any;
|
|
723
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
724
|
-
obj: UntagResourceResponse
|
|
725
|
-
) => any;
|
|
726
|
-
export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (
|
|
727
|
-
obj: UpdateAccountSettingsRequest
|
|
728
|
-
) => any;
|
|
729
|
-
export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (
|
|
730
|
-
obj: UpdateAccountSettingsResponse
|
|
731
|
-
) => any;
|
|
732
|
-
export declare const UpdateVpcEndpointRequestFilterSensitiveLog: (
|
|
733
|
-
obj: UpdateVpcEndpointRequest
|
|
734
|
-
) => any;
|
|
735
|
-
export declare const UpdateVpcEndpointDetailFilterSensitiveLog: (
|
|
736
|
-
obj: UpdateVpcEndpointDetail
|
|
737
|
-
) => any;
|
|
738
|
-
export declare const UpdateVpcEndpointResponseFilterSensitiveLog: (
|
|
739
|
-
obj: UpdateVpcEndpointResponse
|
|
740
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearchserverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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 opensearchserverless"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
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/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.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",
|