@aws-sdk/client-shield 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/AssociateDRTLogBucketCommand.js +2 -3
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +2 -3
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +2 -3
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +2 -3
- package/dist-cjs/commands/CreateProtectionCommand.js +2 -3
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/DeleteProtectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAttackCommand.js +2 -3
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +2 -3
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +2 -3
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +2 -3
- package/dist-cjs/commands/DescribeProtectionCommand.js +2 -3
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +2 -3
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +2 -3
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +2 -3
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +2 -3
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +2 -3
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +2 -3
- package/dist-cjs/commands/ListAttacksCommand.js +2 -3
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListProtectionsCommand.js +2 -3
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +2 -3
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -415
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +2 -3
- package/dist-es/commands/AssociateDRTRoleCommand.js +2 -3
- package/dist-es/commands/AssociateHealthCheckCommand.js +2 -3
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +2 -3
- package/dist-es/commands/CreateProtectionCommand.js +2 -3
- package/dist-es/commands/CreateProtectionGroupCommand.js +2 -3
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -3
- package/dist-es/commands/DeleteProtectionCommand.js +2 -3
- package/dist-es/commands/DeleteProtectionGroupCommand.js +2 -3
- package/dist-es/commands/DeleteSubscriptionCommand.js +2 -3
- package/dist-es/commands/DescribeAttackCommand.js +2 -3
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +2 -3
- package/dist-es/commands/DescribeDRTAccessCommand.js +2 -3
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +2 -3
- package/dist-es/commands/DescribeProtectionCommand.js +2 -3
- package/dist-es/commands/DescribeProtectionGroupCommand.js +2 -3
- package/dist-es/commands/DescribeSubscriptionCommand.js +2 -3
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-es/commands/DisableProactiveEngagementCommand.js +2 -3
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +2 -3
- package/dist-es/commands/DisassociateDRTRoleCommand.js +2 -3
- package/dist-es/commands/DisassociateHealthCheckCommand.js +2 -3
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-es/commands/EnableProactiveEngagementCommand.js +2 -3
- package/dist-es/commands/GetSubscriptionStateCommand.js +2 -3
- package/dist-es/commands/ListAttacksCommand.js +2 -3
- package/dist-es/commands/ListProtectionGroupsCommand.js +2 -3
- package/dist-es/commands/ListProtectionsCommand.js +2 -3
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -3
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +2 -3
- package/dist-es/commands/UpdateProtectionGroupCommand.js +2 -3
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -309
- package/dist-types/models/models_0.d.ts +0 -412
- package/dist-types/ts3.4/models/models_0.d.ts +0 -287
- package/package.json +4 -3
|
@@ -1706,415 +1706,3 @@ export interface UpdateSubscriptionRequest {
|
|
|
1706
1706
|
*/
|
|
1707
1707
|
export interface UpdateSubscriptionResponse {
|
|
1708
1708
|
}
|
|
1709
|
-
/**
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
1712
|
-
export declare const BlockActionFilterSensitiveLog: (obj: BlockAction) => any;
|
|
1713
|
-
/**
|
|
1714
|
-
* @internal
|
|
1715
|
-
*/
|
|
1716
|
-
export declare const CountActionFilterSensitiveLog: (obj: CountAction) => any;
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
|
-
export declare const ResponseActionFilterSensitiveLog: (obj: ResponseAction) => any;
|
|
1721
|
-
/**
|
|
1722
|
-
* @internal
|
|
1723
|
-
*/
|
|
1724
|
-
export declare const ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
|
|
1725
|
-
/**
|
|
1726
|
-
* @internal
|
|
1727
|
-
*/
|
|
1728
|
-
export declare const AssociateDRTLogBucketRequestFilterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
1729
|
-
/**
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1732
|
-
export declare const AssociateDRTLogBucketResponseFilterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1737
|
-
/**
|
|
1738
|
-
* @internal
|
|
1739
|
-
*/
|
|
1740
|
-
export declare const AssociateDRTRoleRequestFilterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
1741
|
-
/**
|
|
1742
|
-
* @internal
|
|
1743
|
-
*/
|
|
1744
|
-
export declare const AssociateDRTRoleResponseFilterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
export declare const AssociateHealthCheckRequestFilterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
export declare const AssociateHealthCheckResponseFilterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
1753
|
-
/**
|
|
1754
|
-
* @internal
|
|
1755
|
-
*/
|
|
1756
|
-
export declare const EmergencyContactFilterSensitiveLog: (obj: EmergencyContact) => any;
|
|
1757
|
-
/**
|
|
1758
|
-
* @internal
|
|
1759
|
-
*/
|
|
1760
|
-
export declare const AssociateProactiveEngagementDetailsRequestFilterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
1761
|
-
/**
|
|
1762
|
-
* @internal
|
|
1763
|
-
*/
|
|
1764
|
-
export declare const AssociateProactiveEngagementDetailsResponseFilterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
export declare const SummarizedCounterFilterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
1769
|
-
/**
|
|
1770
|
-
* @internal
|
|
1771
|
-
*/
|
|
1772
|
-
export declare const ContributorFilterSensitiveLog: (obj: Contributor) => any;
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
|
-
export declare const AttackPropertyFilterSensitiveLog: (obj: AttackProperty) => any;
|
|
1777
|
-
/**
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
1780
|
-
export declare const MitigationFilterSensitiveLog: (obj: Mitigation) => any;
|
|
1781
|
-
/**
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
1784
|
-
export declare const SummarizedAttackVectorFilterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
1785
|
-
/**
|
|
1786
|
-
* @internal
|
|
1787
|
-
*/
|
|
1788
|
-
export declare const SubResourceSummaryFilterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
1789
|
-
/**
|
|
1790
|
-
* @internal
|
|
1791
|
-
*/
|
|
1792
|
-
export declare const AttackDetailFilterSensitiveLog: (obj: AttackDetail) => any;
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
|
-
export declare const AttackVolumeStatisticsFilterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
1797
|
-
/**
|
|
1798
|
-
* @internal
|
|
1799
|
-
*/
|
|
1800
|
-
export declare const AttackVolumeFilterSensitiveLog: (obj: AttackVolume) => any;
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
export declare const AttackStatisticsDataItemFilterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
export declare const AttackVectorDescriptionFilterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
1809
|
-
/**
|
|
1810
|
-
* @internal
|
|
1811
|
-
*/
|
|
1812
|
-
export declare const AttackSummaryFilterSensitiveLog: (obj: AttackSummary) => any;
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1817
|
-
/**
|
|
1818
|
-
* @internal
|
|
1819
|
-
*/
|
|
1820
|
-
export declare const CreateProtectionRequestFilterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
|
-
export declare const CreateProtectionResponseFilterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
1825
|
-
/**
|
|
1826
|
-
* @internal
|
|
1827
|
-
*/
|
|
1828
|
-
export declare const CreateProtectionGroupRequestFilterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
export declare const CreateProtectionGroupResponseFilterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
export declare const CreateSubscriptionRequestFilterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
1837
|
-
/**
|
|
1838
|
-
* @internal
|
|
1839
|
-
*/
|
|
1840
|
-
export declare const CreateSubscriptionResponseFilterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
1841
|
-
/**
|
|
1842
|
-
* @internal
|
|
1843
|
-
*/
|
|
1844
|
-
export declare const DeleteProtectionRequestFilterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
1845
|
-
/**
|
|
1846
|
-
* @internal
|
|
1847
|
-
*/
|
|
1848
|
-
export declare const DeleteProtectionResponseFilterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
1849
|
-
/**
|
|
1850
|
-
* @internal
|
|
1851
|
-
*/
|
|
1852
|
-
export declare const DeleteProtectionGroupRequestFilterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
|
-
export declare const DeleteProtectionGroupResponseFilterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
1857
|
-
/**
|
|
1858
|
-
* @internal
|
|
1859
|
-
*/
|
|
1860
|
-
export declare const DeleteSubscriptionRequestFilterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
1861
|
-
/**
|
|
1862
|
-
* @internal
|
|
1863
|
-
*/
|
|
1864
|
-
export declare const DeleteSubscriptionResponseFilterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
*/
|
|
1868
|
-
export declare const DescribeAttackRequestFilterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
|
-
export declare const DescribeAttackResponseFilterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
export declare const DescribeAttackStatisticsRequestFilterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
1877
|
-
/**
|
|
1878
|
-
* @internal
|
|
1879
|
-
*/
|
|
1880
|
-
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
1881
|
-
/**
|
|
1882
|
-
* @internal
|
|
1883
|
-
*/
|
|
1884
|
-
export declare const DescribeAttackStatisticsResponseFilterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
1885
|
-
/**
|
|
1886
|
-
* @internal
|
|
1887
|
-
*/
|
|
1888
|
-
export declare const DescribeDRTAccessRequestFilterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
1889
|
-
/**
|
|
1890
|
-
* @internal
|
|
1891
|
-
*/
|
|
1892
|
-
export declare const DescribeDRTAccessResponseFilterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
1893
|
-
/**
|
|
1894
|
-
* @internal
|
|
1895
|
-
*/
|
|
1896
|
-
export declare const DescribeEmergencyContactSettingsRequestFilterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
1897
|
-
/**
|
|
1898
|
-
* @internal
|
|
1899
|
-
*/
|
|
1900
|
-
export declare const DescribeEmergencyContactSettingsResponseFilterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
export declare const DescribeProtectionRequestFilterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
1905
|
-
/**
|
|
1906
|
-
* @internal
|
|
1907
|
-
*/
|
|
1908
|
-
export declare const ProtectionFilterSensitiveLog: (obj: Protection) => any;
|
|
1909
|
-
/**
|
|
1910
|
-
* @internal
|
|
1911
|
-
*/
|
|
1912
|
-
export declare const DescribeProtectionResponseFilterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
1913
|
-
/**
|
|
1914
|
-
* @internal
|
|
1915
|
-
*/
|
|
1916
|
-
export declare const DescribeProtectionGroupRequestFilterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
1917
|
-
/**
|
|
1918
|
-
* @internal
|
|
1919
|
-
*/
|
|
1920
|
-
export declare const ProtectionGroupFilterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
1921
|
-
/**
|
|
1922
|
-
* @internal
|
|
1923
|
-
*/
|
|
1924
|
-
export declare const DescribeProtectionGroupResponseFilterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
|
-
export declare const DescribeSubscriptionRequestFilterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
1929
|
-
/**
|
|
1930
|
-
* @internal
|
|
1931
|
-
*/
|
|
1932
|
-
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
export declare const ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
export declare const ProtectionGroupPatternTypeLimitsFilterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
1941
|
-
/**
|
|
1942
|
-
* @internal
|
|
1943
|
-
*/
|
|
1944
|
-
export declare const ProtectionGroupLimitsFilterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
1945
|
-
/**
|
|
1946
|
-
* @internal
|
|
1947
|
-
*/
|
|
1948
|
-
export declare const ProtectionLimitsFilterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
1949
|
-
/**
|
|
1950
|
-
* @internal
|
|
1951
|
-
*/
|
|
1952
|
-
export declare const SubscriptionLimitsFilterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
1953
|
-
/**
|
|
1954
|
-
* @internal
|
|
1955
|
-
*/
|
|
1956
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
1957
|
-
/**
|
|
1958
|
-
* @internal
|
|
1959
|
-
*/
|
|
1960
|
-
export declare const DescribeSubscriptionResponseFilterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
export declare const DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
|
|
1965
|
-
/**
|
|
1966
|
-
* @internal
|
|
1967
|
-
*/
|
|
1968
|
-
export declare const DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
|
|
1969
|
-
/**
|
|
1970
|
-
* @internal
|
|
1971
|
-
*/
|
|
1972
|
-
export declare const DisableProactiveEngagementRequestFilterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
|
-
export declare const DisableProactiveEngagementResponseFilterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
1977
|
-
/**
|
|
1978
|
-
* @internal
|
|
1979
|
-
*/
|
|
1980
|
-
export declare const DisassociateDRTLogBucketRequestFilterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
export declare const DisassociateDRTLogBucketResponseFilterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
export declare const DisassociateDRTRoleRequestFilterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
export declare const DisassociateDRTRoleResponseFilterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
1993
|
-
/**
|
|
1994
|
-
* @internal
|
|
1995
|
-
*/
|
|
1996
|
-
export declare const DisassociateHealthCheckRequestFilterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
export declare const DisassociateHealthCheckResponseFilterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
2001
|
-
/**
|
|
2002
|
-
* @internal
|
|
2003
|
-
*/
|
|
2004
|
-
export declare const EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
export declare const EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
|
|
2009
|
-
/**
|
|
2010
|
-
* @internal
|
|
2011
|
-
*/
|
|
2012
|
-
export declare const EnableProactiveEngagementRequestFilterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
export declare const EnableProactiveEngagementResponseFilterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
2017
|
-
/**
|
|
2018
|
-
* @internal
|
|
2019
|
-
*/
|
|
2020
|
-
export declare const GetSubscriptionStateRequestFilterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
2021
|
-
/**
|
|
2022
|
-
* @internal
|
|
2023
|
-
*/
|
|
2024
|
-
export declare const GetSubscriptionStateResponseFilterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
2025
|
-
/**
|
|
2026
|
-
* @internal
|
|
2027
|
-
*/
|
|
2028
|
-
export declare const ListAttacksRequestFilterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
2029
|
-
/**
|
|
2030
|
-
* @internal
|
|
2031
|
-
*/
|
|
2032
|
-
export declare const ListAttacksResponseFilterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
2033
|
-
/**
|
|
2034
|
-
* @internal
|
|
2035
|
-
*/
|
|
2036
|
-
export declare const InclusionProtectionGroupFiltersFilterSensitiveLog: (obj: InclusionProtectionGroupFilters) => any;
|
|
2037
|
-
/**
|
|
2038
|
-
* @internal
|
|
2039
|
-
*/
|
|
2040
|
-
export declare const ListProtectionGroupsRequestFilterSensitiveLog: (obj: ListProtectionGroupsRequest) => any;
|
|
2041
|
-
/**
|
|
2042
|
-
* @internal
|
|
2043
|
-
*/
|
|
2044
|
-
export declare const ListProtectionGroupsResponseFilterSensitiveLog: (obj: ListProtectionGroupsResponse) => any;
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
export declare const InclusionProtectionFiltersFilterSensitiveLog: (obj: InclusionProtectionFilters) => any;
|
|
2049
|
-
/**
|
|
2050
|
-
* @internal
|
|
2051
|
-
*/
|
|
2052
|
-
export declare const ListProtectionsRequestFilterSensitiveLog: (obj: ListProtectionsRequest) => any;
|
|
2053
|
-
/**
|
|
2054
|
-
* @internal
|
|
2055
|
-
*/
|
|
2056
|
-
export declare const ListProtectionsResponseFilterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
2057
|
-
/**
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
2060
|
-
export declare const ListResourcesInProtectionGroupRequestFilterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
export declare const ListResourcesInProtectionGroupResponseFilterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
2065
|
-
/**
|
|
2066
|
-
* @internal
|
|
2067
|
-
*/
|
|
2068
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2069
|
-
/**
|
|
2070
|
-
* @internal
|
|
2071
|
-
*/
|
|
2072
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2073
|
-
/**
|
|
2074
|
-
* @internal
|
|
2075
|
-
*/
|
|
2076
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2081
|
-
/**
|
|
2082
|
-
* @internal
|
|
2083
|
-
*/
|
|
2084
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2085
|
-
/**
|
|
2086
|
-
* @internal
|
|
2087
|
-
*/
|
|
2088
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2089
|
-
/**
|
|
2090
|
-
* @internal
|
|
2091
|
-
*/
|
|
2092
|
-
export declare const UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
|
|
2093
|
-
/**
|
|
2094
|
-
* @internal
|
|
2095
|
-
*/
|
|
2096
|
-
export declare const UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
|
|
2097
|
-
/**
|
|
2098
|
-
* @internal
|
|
2099
|
-
*/
|
|
2100
|
-
export declare const UpdateEmergencyContactSettingsRequestFilterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
2101
|
-
/**
|
|
2102
|
-
* @internal
|
|
2103
|
-
*/
|
|
2104
|
-
export declare const UpdateEmergencyContactSettingsResponseFilterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
2105
|
-
/**
|
|
2106
|
-
* @internal
|
|
2107
|
-
*/
|
|
2108
|
-
export declare const UpdateProtectionGroupRequestFilterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
2109
|
-
/**
|
|
2110
|
-
* @internal
|
|
2111
|
-
*/
|
|
2112
|
-
export declare const UpdateProtectionGroupResponseFilterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
2113
|
-
/**
|
|
2114
|
-
* @internal
|
|
2115
|
-
*/
|
|
2116
|
-
export declare const UpdateSubscriptionRequestFilterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
2117
|
-
/**
|
|
2118
|
-
* @internal
|
|
2119
|
-
*/
|
|
2120
|
-
export declare const UpdateSubscriptionResponseFilterSensitiveLog: (obj: UpdateSubscriptionResponse) => any;
|
|
@@ -501,290 +501,3 @@ export interface UpdateSubscriptionRequest {
|
|
|
501
501
|
AutoRenew?: AutoRenew | string;
|
|
502
502
|
}
|
|
503
503
|
export interface UpdateSubscriptionResponse {}
|
|
504
|
-
export declare const BlockActionFilterSensitiveLog: (obj: BlockAction) => any;
|
|
505
|
-
export declare const CountActionFilterSensitiveLog: (obj: CountAction) => any;
|
|
506
|
-
export declare const ResponseActionFilterSensitiveLog: (
|
|
507
|
-
obj: ResponseAction
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog: (
|
|
510
|
-
obj: ApplicationLayerAutomaticResponseConfiguration
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const AssociateDRTLogBucketRequestFilterSensitiveLog: (
|
|
513
|
-
obj: AssociateDRTLogBucketRequest
|
|
514
|
-
) => any;
|
|
515
|
-
export declare const AssociateDRTLogBucketResponseFilterSensitiveLog: (
|
|
516
|
-
obj: AssociateDRTLogBucketResponse
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
519
|
-
obj: ValidationExceptionField
|
|
520
|
-
) => any;
|
|
521
|
-
export declare const AssociateDRTRoleRequestFilterSensitiveLog: (
|
|
522
|
-
obj: AssociateDRTRoleRequest
|
|
523
|
-
) => any;
|
|
524
|
-
export declare const AssociateDRTRoleResponseFilterSensitiveLog: (
|
|
525
|
-
obj: AssociateDRTRoleResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const AssociateHealthCheckRequestFilterSensitiveLog: (
|
|
528
|
-
obj: AssociateHealthCheckRequest
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const AssociateHealthCheckResponseFilterSensitiveLog: (
|
|
531
|
-
obj: AssociateHealthCheckResponse
|
|
532
|
-
) => any;
|
|
533
|
-
export declare const EmergencyContactFilterSensitiveLog: (
|
|
534
|
-
obj: EmergencyContact
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const AssociateProactiveEngagementDetailsRequestFilterSensitiveLog: (
|
|
537
|
-
obj: AssociateProactiveEngagementDetailsRequest
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const AssociateProactiveEngagementDetailsResponseFilterSensitiveLog: (
|
|
540
|
-
obj: AssociateProactiveEngagementDetailsResponse
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const SummarizedCounterFilterSensitiveLog: (
|
|
543
|
-
obj: SummarizedCounter
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const ContributorFilterSensitiveLog: (obj: Contributor) => any;
|
|
546
|
-
export declare const AttackPropertyFilterSensitiveLog: (
|
|
547
|
-
obj: AttackProperty
|
|
548
|
-
) => any;
|
|
549
|
-
export declare const MitigationFilterSensitiveLog: (obj: Mitigation) => any;
|
|
550
|
-
export declare const SummarizedAttackVectorFilterSensitiveLog: (
|
|
551
|
-
obj: SummarizedAttackVector
|
|
552
|
-
) => any;
|
|
553
|
-
export declare const SubResourceSummaryFilterSensitiveLog: (
|
|
554
|
-
obj: SubResourceSummary
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const AttackDetailFilterSensitiveLog: (obj: AttackDetail) => any;
|
|
557
|
-
export declare const AttackVolumeStatisticsFilterSensitiveLog: (
|
|
558
|
-
obj: AttackVolumeStatistics
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const AttackVolumeFilterSensitiveLog: (obj: AttackVolume) => any;
|
|
561
|
-
export declare const AttackStatisticsDataItemFilterSensitiveLog: (
|
|
562
|
-
obj: AttackStatisticsDataItem
|
|
563
|
-
) => any;
|
|
564
|
-
export declare const AttackVectorDescriptionFilterSensitiveLog: (
|
|
565
|
-
obj: AttackVectorDescription
|
|
566
|
-
) => any;
|
|
567
|
-
export declare const AttackSummaryFilterSensitiveLog: (
|
|
568
|
-
obj: AttackSummary
|
|
569
|
-
) => any;
|
|
570
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
571
|
-
export declare const CreateProtectionRequestFilterSensitiveLog: (
|
|
572
|
-
obj: CreateProtectionRequest
|
|
573
|
-
) => any;
|
|
574
|
-
export declare const CreateProtectionResponseFilterSensitiveLog: (
|
|
575
|
-
obj: CreateProtectionResponse
|
|
576
|
-
) => any;
|
|
577
|
-
export declare const CreateProtectionGroupRequestFilterSensitiveLog: (
|
|
578
|
-
obj: CreateProtectionGroupRequest
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const CreateProtectionGroupResponseFilterSensitiveLog: (
|
|
581
|
-
obj: CreateProtectionGroupResponse
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const CreateSubscriptionRequestFilterSensitiveLog: (
|
|
584
|
-
obj: CreateSubscriptionRequest
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const CreateSubscriptionResponseFilterSensitiveLog: (
|
|
587
|
-
obj: CreateSubscriptionResponse
|
|
588
|
-
) => any;
|
|
589
|
-
export declare const DeleteProtectionRequestFilterSensitiveLog: (
|
|
590
|
-
obj: DeleteProtectionRequest
|
|
591
|
-
) => any;
|
|
592
|
-
export declare const DeleteProtectionResponseFilterSensitiveLog: (
|
|
593
|
-
obj: DeleteProtectionResponse
|
|
594
|
-
) => any;
|
|
595
|
-
export declare const DeleteProtectionGroupRequestFilterSensitiveLog: (
|
|
596
|
-
obj: DeleteProtectionGroupRequest
|
|
597
|
-
) => any;
|
|
598
|
-
export declare const DeleteProtectionGroupResponseFilterSensitiveLog: (
|
|
599
|
-
obj: DeleteProtectionGroupResponse
|
|
600
|
-
) => any;
|
|
601
|
-
export declare const DeleteSubscriptionRequestFilterSensitiveLog: (
|
|
602
|
-
obj: DeleteSubscriptionRequest
|
|
603
|
-
) => any;
|
|
604
|
-
export declare const DeleteSubscriptionResponseFilterSensitiveLog: (
|
|
605
|
-
obj: DeleteSubscriptionResponse
|
|
606
|
-
) => any;
|
|
607
|
-
export declare const DescribeAttackRequestFilterSensitiveLog: (
|
|
608
|
-
obj: DescribeAttackRequest
|
|
609
|
-
) => any;
|
|
610
|
-
export declare const DescribeAttackResponseFilterSensitiveLog: (
|
|
611
|
-
obj: DescribeAttackResponse
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const DescribeAttackStatisticsRequestFilterSensitiveLog: (
|
|
614
|
-
obj: DescribeAttackStatisticsRequest
|
|
615
|
-
) => any;
|
|
616
|
-
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
617
|
-
export declare const DescribeAttackStatisticsResponseFilterSensitiveLog: (
|
|
618
|
-
obj: DescribeAttackStatisticsResponse
|
|
619
|
-
) => any;
|
|
620
|
-
export declare const DescribeDRTAccessRequestFilterSensitiveLog: (
|
|
621
|
-
obj: DescribeDRTAccessRequest
|
|
622
|
-
) => any;
|
|
623
|
-
export declare const DescribeDRTAccessResponseFilterSensitiveLog: (
|
|
624
|
-
obj: DescribeDRTAccessResponse
|
|
625
|
-
) => any;
|
|
626
|
-
export declare const DescribeEmergencyContactSettingsRequestFilterSensitiveLog: (
|
|
627
|
-
obj: DescribeEmergencyContactSettingsRequest
|
|
628
|
-
) => any;
|
|
629
|
-
export declare const DescribeEmergencyContactSettingsResponseFilterSensitiveLog: (
|
|
630
|
-
obj: DescribeEmergencyContactSettingsResponse
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const DescribeProtectionRequestFilterSensitiveLog: (
|
|
633
|
-
obj: DescribeProtectionRequest
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const ProtectionFilterSensitiveLog: (obj: Protection) => any;
|
|
636
|
-
export declare const DescribeProtectionResponseFilterSensitiveLog: (
|
|
637
|
-
obj: DescribeProtectionResponse
|
|
638
|
-
) => any;
|
|
639
|
-
export declare const DescribeProtectionGroupRequestFilterSensitiveLog: (
|
|
640
|
-
obj: DescribeProtectionGroupRequest
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const ProtectionGroupFilterSensitiveLog: (
|
|
643
|
-
obj: ProtectionGroup
|
|
644
|
-
) => any;
|
|
645
|
-
export declare const DescribeProtectionGroupResponseFilterSensitiveLog: (
|
|
646
|
-
obj: DescribeProtectionGroupResponse
|
|
647
|
-
) => any;
|
|
648
|
-
export declare const DescribeSubscriptionRequestFilterSensitiveLog: (
|
|
649
|
-
obj: DescribeSubscriptionRequest
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
652
|
-
export declare const ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog: (
|
|
653
|
-
obj: ProtectionGroupArbitraryPatternLimits
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const ProtectionGroupPatternTypeLimitsFilterSensitiveLog: (
|
|
656
|
-
obj: ProtectionGroupPatternTypeLimits
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const ProtectionGroupLimitsFilterSensitiveLog: (
|
|
659
|
-
obj: ProtectionGroupLimits
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const ProtectionLimitsFilterSensitiveLog: (
|
|
662
|
-
obj: ProtectionLimits
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const SubscriptionLimitsFilterSensitiveLog: (
|
|
665
|
-
obj: SubscriptionLimits
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
668
|
-
export declare const DescribeSubscriptionResponseFilterSensitiveLog: (
|
|
669
|
-
obj: DescribeSubscriptionResponse
|
|
670
|
-
) => any;
|
|
671
|
-
export declare const DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
672
|
-
obj: DisableApplicationLayerAutomaticResponseRequest
|
|
673
|
-
) => any;
|
|
674
|
-
export declare const DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
675
|
-
obj: DisableApplicationLayerAutomaticResponseResponse
|
|
676
|
-
) => any;
|
|
677
|
-
export declare const DisableProactiveEngagementRequestFilterSensitiveLog: (
|
|
678
|
-
obj: DisableProactiveEngagementRequest
|
|
679
|
-
) => any;
|
|
680
|
-
export declare const DisableProactiveEngagementResponseFilterSensitiveLog: (
|
|
681
|
-
obj: DisableProactiveEngagementResponse
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const DisassociateDRTLogBucketRequestFilterSensitiveLog: (
|
|
684
|
-
obj: DisassociateDRTLogBucketRequest
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const DisassociateDRTLogBucketResponseFilterSensitiveLog: (
|
|
687
|
-
obj: DisassociateDRTLogBucketResponse
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const DisassociateDRTRoleRequestFilterSensitiveLog: (
|
|
690
|
-
obj: DisassociateDRTRoleRequest
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const DisassociateDRTRoleResponseFilterSensitiveLog: (
|
|
693
|
-
obj: DisassociateDRTRoleResponse
|
|
694
|
-
) => any;
|
|
695
|
-
export declare const DisassociateHealthCheckRequestFilterSensitiveLog: (
|
|
696
|
-
obj: DisassociateHealthCheckRequest
|
|
697
|
-
) => any;
|
|
698
|
-
export declare const DisassociateHealthCheckResponseFilterSensitiveLog: (
|
|
699
|
-
obj: DisassociateHealthCheckResponse
|
|
700
|
-
) => any;
|
|
701
|
-
export declare const EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
702
|
-
obj: EnableApplicationLayerAutomaticResponseRequest
|
|
703
|
-
) => any;
|
|
704
|
-
export declare const EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
705
|
-
obj: EnableApplicationLayerAutomaticResponseResponse
|
|
706
|
-
) => any;
|
|
707
|
-
export declare const EnableProactiveEngagementRequestFilterSensitiveLog: (
|
|
708
|
-
obj: EnableProactiveEngagementRequest
|
|
709
|
-
) => any;
|
|
710
|
-
export declare const EnableProactiveEngagementResponseFilterSensitiveLog: (
|
|
711
|
-
obj: EnableProactiveEngagementResponse
|
|
712
|
-
) => any;
|
|
713
|
-
export declare const GetSubscriptionStateRequestFilterSensitiveLog: (
|
|
714
|
-
obj: GetSubscriptionStateRequest
|
|
715
|
-
) => any;
|
|
716
|
-
export declare const GetSubscriptionStateResponseFilterSensitiveLog: (
|
|
717
|
-
obj: GetSubscriptionStateResponse
|
|
718
|
-
) => any;
|
|
719
|
-
export declare const ListAttacksRequestFilterSensitiveLog: (
|
|
720
|
-
obj: ListAttacksRequest
|
|
721
|
-
) => any;
|
|
722
|
-
export declare const ListAttacksResponseFilterSensitiveLog: (
|
|
723
|
-
obj: ListAttacksResponse
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const InclusionProtectionGroupFiltersFilterSensitiveLog: (
|
|
726
|
-
obj: InclusionProtectionGroupFilters
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const ListProtectionGroupsRequestFilterSensitiveLog: (
|
|
729
|
-
obj: ListProtectionGroupsRequest
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const ListProtectionGroupsResponseFilterSensitiveLog: (
|
|
732
|
-
obj: ListProtectionGroupsResponse
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const InclusionProtectionFiltersFilterSensitiveLog: (
|
|
735
|
-
obj: InclusionProtectionFilters
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const ListProtectionsRequestFilterSensitiveLog: (
|
|
738
|
-
obj: ListProtectionsRequest
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const ListProtectionsResponseFilterSensitiveLog: (
|
|
741
|
-
obj: ListProtectionsResponse
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const ListResourcesInProtectionGroupRequestFilterSensitiveLog: (
|
|
744
|
-
obj: ListResourcesInProtectionGroupRequest
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const ListResourcesInProtectionGroupResponseFilterSensitiveLog: (
|
|
747
|
-
obj: ListResourcesInProtectionGroupResponse
|
|
748
|
-
) => any;
|
|
749
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
750
|
-
obj: ListTagsForResourceRequest
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
753
|
-
obj: ListTagsForResourceResponse
|
|
754
|
-
) => any;
|
|
755
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
756
|
-
obj: TagResourceRequest
|
|
757
|
-
) => any;
|
|
758
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
759
|
-
obj: TagResourceResponse
|
|
760
|
-
) => any;
|
|
761
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
762
|
-
obj: UntagResourceRequest
|
|
763
|
-
) => any;
|
|
764
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
765
|
-
obj: UntagResourceResponse
|
|
766
|
-
) => any;
|
|
767
|
-
export declare const UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
768
|
-
obj: UpdateApplicationLayerAutomaticResponseRequest
|
|
769
|
-
) => any;
|
|
770
|
-
export declare const UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
771
|
-
obj: UpdateApplicationLayerAutomaticResponseResponse
|
|
772
|
-
) => any;
|
|
773
|
-
export declare const UpdateEmergencyContactSettingsRequestFilterSensitiveLog: (
|
|
774
|
-
obj: UpdateEmergencyContactSettingsRequest
|
|
775
|
-
) => any;
|
|
776
|
-
export declare const UpdateEmergencyContactSettingsResponseFilterSensitiveLog: (
|
|
777
|
-
obj: UpdateEmergencyContactSettingsResponse
|
|
778
|
-
) => any;
|
|
779
|
-
export declare const UpdateProtectionGroupRequestFilterSensitiveLog: (
|
|
780
|
-
obj: UpdateProtectionGroupRequest
|
|
781
|
-
) => any;
|
|
782
|
-
export declare const UpdateProtectionGroupResponseFilterSensitiveLog: (
|
|
783
|
-
obj: UpdateProtectionGroupResponse
|
|
784
|
-
) => any;
|
|
785
|
-
export declare const UpdateSubscriptionRequestFilterSensitiveLog: (
|
|
786
|
-
obj: UpdateSubscriptionRequest
|
|
787
|
-
) => any;
|
|
788
|
-
export declare const UpdateSubscriptionResponseFilterSensitiveLog: (
|
|
789
|
-
obj: UpdateSubscriptionResponse
|
|
790
|
-
) => any;
|