@aws-sdk/client-cloudtrail 3.940.0 → 3.946.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/index.js +86 -430
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CloudTrailClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +86 -430
- package/dist-types/CloudTrail.d.ts +1 -1
- package/dist-types/CloudTrailClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddTagsCommand.d.ts +3 -3
- package/dist-types/commands/CancelQueryCommand.d.ts +3 -3
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -3
- package/dist-types/commands/CreateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrailCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrailCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +3 -3
- package/dist-types/commands/DescribeQueryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTrailsCommand.d.ts +3 -3
- package/dist-types/commands/DisableFederationCommand.d.ts +3 -3
- package/dist-types/commands/EnableFederationCommand.d.ts +3 -3
- package/dist-types/commands/GenerateQueryCommand.d.ts +3 -3
- package/dist-types/commands/GetChannelCommand.d.ts +3 -3
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -3
- package/dist-types/commands/GetEventConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +3 -3
- package/dist-types/commands/GetImportCommand.d.ts +3 -3
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +3 -3
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -3
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetTrailCommand.d.ts +3 -3
- package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +3 -3
- package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -3
- package/dist-types/commands/ListImportsCommand.d.ts +3 -3
- package/dist-types/commands/ListInsightsDataCommand.d.ts +3 -3
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +3 -3
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -3
- package/dist-types/commands/ListQueriesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListTrailsCommand.d.ts +3 -3
- package/dist-types/commands/LookupEventsCommand.d.ts +3 -3
- package/dist-types/commands/PutEventConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -3
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -3
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -3
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/SearchSampleQueriesCommand.d.ts +3 -3
- package/dist-types/commands/StartDashboardRefreshCommand.d.ts +3 -3
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +3 -3
- package/dist-types/commands/StartImportCommand.d.ts +3 -3
- package/dist-types/commands/StartLoggingCommand.d.ts +3 -3
- package/dist-types/commands/StartQueryCommand.d.ts +3 -3
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +3 -3
- package/dist-types/commands/StopImportCommand.d.ts +3 -3
- package/dist-types/commands/StopLoggingCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrailCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CloudTrailServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetQueryResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventDataStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportFailuresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsMetricDataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublicKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrailsPaginator.d.ts +1 -1
- package/dist-types/pagination/LookupEventsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/CloudTrailClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -1832,11 +1832,7 @@ var AccessDeniedException = [
|
|
|
1832
1832
|
-3,
|
|
1833
1833
|
n0,
|
|
1834
1834
|
_ADE,
|
|
1835
|
-
{
|
|
1836
|
-
[_e]: _c,
|
|
1837
|
-
[_hE]: 403,
|
|
1838
|
-
[_aQE]: [`ResourceAccessDenied`, 403],
|
|
1839
|
-
},
|
|
1835
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`ResourceAccessDenied`, 403] },
|
|
1840
1836
|
[_M],
|
|
1841
1837
|
[0],
|
|
1842
1838
|
];
|
|
@@ -1845,11 +1841,7 @@ var AccountHasOngoingImportException = [
|
|
|
1845
1841
|
-3,
|
|
1846
1842
|
n0,
|
|
1847
1843
|
_AHOIE,
|
|
1848
|
-
{
|
|
1849
|
-
[_e]: _c,
|
|
1850
|
-
[_hE]: 400,
|
|
1851
|
-
[_aQE]: [`AccountHasOngoingImport`, 400],
|
|
1852
|
-
},
|
|
1844
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`AccountHasOngoingImport`, 400] },
|
|
1853
1845
|
[_M],
|
|
1854
1846
|
[0],
|
|
1855
1847
|
];
|
|
@@ -1858,11 +1850,7 @@ var AccountNotFoundException = [
|
|
|
1858
1850
|
-3,
|
|
1859
1851
|
n0,
|
|
1860
1852
|
_ANFE,
|
|
1861
|
-
{
|
|
1862
|
-
[_e]: _c,
|
|
1863
|
-
[_hE]: 404,
|
|
1864
|
-
[_aQE]: [`AccountNotFound`, 404],
|
|
1865
|
-
},
|
|
1853
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`AccountNotFound`, 404] },
|
|
1866
1854
|
[_M],
|
|
1867
1855
|
[0],
|
|
1868
1856
|
];
|
|
@@ -1871,11 +1859,7 @@ var AccountNotRegisteredException = [
|
|
|
1871
1859
|
-3,
|
|
1872
1860
|
n0,
|
|
1873
1861
|
_ANRE,
|
|
1874
|
-
{
|
|
1875
|
-
[_e]: _c,
|
|
1876
|
-
[_hE]: 400,
|
|
1877
|
-
[_aQE]: [`AccountNotRegistered`, 400],
|
|
1878
|
-
},
|
|
1862
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`AccountNotRegistered`, 400] },
|
|
1879
1863
|
[_M],
|
|
1880
1864
|
[0],
|
|
1881
1865
|
];
|
|
@@ -1884,11 +1868,7 @@ var AccountRegisteredException = [
|
|
|
1884
1868
|
-3,
|
|
1885
1869
|
n0,
|
|
1886
1870
|
_ARE,
|
|
1887
|
-
{
|
|
1888
|
-
[_e]: _c,
|
|
1889
|
-
[_hE]: 400,
|
|
1890
|
-
[_aQE]: [`AccountRegistered`, 400],
|
|
1891
|
-
},
|
|
1871
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`AccountRegistered`, 400] },
|
|
1892
1872
|
[_M],
|
|
1893
1873
|
[0],
|
|
1894
1874
|
];
|
|
@@ -1918,11 +1898,7 @@ var CannotDelegateManagementAccountException = [
|
|
|
1918
1898
|
-3,
|
|
1919
1899
|
n0,
|
|
1920
1900
|
_CDMAE,
|
|
1921
|
-
{
|
|
1922
|
-
[_e]: _c,
|
|
1923
|
-
[_hE]: 400,
|
|
1924
|
-
[_aQE]: [`CannotDelegateManagementAccount`, 400],
|
|
1925
|
-
},
|
|
1901
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CannotDelegateManagementAccount`, 400] },
|
|
1926
1902
|
[_M],
|
|
1927
1903
|
[0],
|
|
1928
1904
|
];
|
|
@@ -1932,11 +1908,7 @@ var ChannelAlreadyExistsException = [
|
|
|
1932
1908
|
-3,
|
|
1933
1909
|
n0,
|
|
1934
1910
|
_CAEE,
|
|
1935
|
-
{
|
|
1936
|
-
[_e]: _c,
|
|
1937
|
-
[_hE]: 400,
|
|
1938
|
-
[_aQE]: [`ChannelAlreadyExists`, 400],
|
|
1939
|
-
},
|
|
1911
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ChannelAlreadyExists`, 400] },
|
|
1940
1912
|
[_M],
|
|
1941
1913
|
[0],
|
|
1942
1914
|
];
|
|
@@ -1945,11 +1917,7 @@ var ChannelARNInvalidException = [
|
|
|
1945
1917
|
-3,
|
|
1946
1918
|
n0,
|
|
1947
1919
|
_CARNIE,
|
|
1948
|
-
{
|
|
1949
|
-
[_e]: _c,
|
|
1950
|
-
[_hE]: 400,
|
|
1951
|
-
[_aQE]: [`ChannelARNInvalid`, 400],
|
|
1952
|
-
},
|
|
1920
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ChannelARNInvalid`, 400] },
|
|
1953
1921
|
[_M],
|
|
1954
1922
|
[0],
|
|
1955
1923
|
];
|
|
@@ -1958,11 +1926,7 @@ var ChannelExistsForEDSException = [
|
|
|
1958
1926
|
-3,
|
|
1959
1927
|
n0,
|
|
1960
1928
|
_CEFEDSE,
|
|
1961
|
-
{
|
|
1962
|
-
[_e]: _c,
|
|
1963
|
-
[_hE]: 400,
|
|
1964
|
-
[_aQE]: [`ChannelExistsForEDS`, 400],
|
|
1965
|
-
},
|
|
1929
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ChannelExistsForEDS`, 400] },
|
|
1966
1930
|
[_M],
|
|
1967
1931
|
[0],
|
|
1968
1932
|
];
|
|
@@ -1971,11 +1935,7 @@ var ChannelMaxLimitExceededException = [
|
|
|
1971
1935
|
-3,
|
|
1972
1936
|
n0,
|
|
1973
1937
|
_CMLEE,
|
|
1974
|
-
{
|
|
1975
|
-
[_e]: _c,
|
|
1976
|
-
[_hE]: 400,
|
|
1977
|
-
[_aQE]: [`ChannelMaxLimitExceeded`, 400],
|
|
1978
|
-
},
|
|
1938
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ChannelMaxLimitExceeded`, 400] },
|
|
1979
1939
|
[_M],
|
|
1980
1940
|
[0],
|
|
1981
1941
|
];
|
|
@@ -1984,11 +1944,7 @@ var ChannelNotFoundException = [
|
|
|
1984
1944
|
-3,
|
|
1985
1945
|
n0,
|
|
1986
1946
|
_CNFE,
|
|
1987
|
-
{
|
|
1988
|
-
[_e]: _c,
|
|
1989
|
-
[_hE]: 404,
|
|
1990
|
-
[_aQE]: [`ChannelNotFound`, 404],
|
|
1991
|
-
},
|
|
1947
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ChannelNotFound`, 404] },
|
|
1992
1948
|
[_M],
|
|
1993
1949
|
[0],
|
|
1994
1950
|
];
|
|
@@ -1997,11 +1953,7 @@ var CloudTrailAccessNotEnabledException = [
|
|
|
1997
1953
|
-3,
|
|
1998
1954
|
n0,
|
|
1999
1955
|
_CTANEE,
|
|
2000
|
-
{
|
|
2001
|
-
[_e]: _c,
|
|
2002
|
-
[_hE]: 400,
|
|
2003
|
-
[_aQE]: [`CloudTrailAccessNotEnabled`, 400],
|
|
2004
|
-
},
|
|
1956
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CloudTrailAccessNotEnabled`, 400] },
|
|
2005
1957
|
[_M],
|
|
2006
1958
|
[0],
|
|
2007
1959
|
];
|
|
@@ -2010,11 +1962,7 @@ var CloudTrailARNInvalidException = [
|
|
|
2010
1962
|
-3,
|
|
2011
1963
|
n0,
|
|
2012
1964
|
_CTARNIE,
|
|
2013
|
-
{
|
|
2014
|
-
[_e]: _c,
|
|
2015
|
-
[_hE]: 400,
|
|
2016
|
-
[_aQE]: [`CloudTrailARNInvalid`, 400],
|
|
2017
|
-
},
|
|
1965
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CloudTrailARNInvalid`, 400] },
|
|
2018
1966
|
[_M],
|
|
2019
1967
|
[0],
|
|
2020
1968
|
];
|
|
@@ -2023,11 +1971,7 @@ var CloudTrailInvalidClientTokenIdException = [
|
|
|
2023
1971
|
-3,
|
|
2024
1972
|
n0,
|
|
2025
1973
|
_CTICTIE,
|
|
2026
|
-
{
|
|
2027
|
-
[_e]: _c,
|
|
2028
|
-
[_hE]: 400,
|
|
2029
|
-
[_aQE]: [`CloudTrailInvalidClientTokenId`, 400],
|
|
2030
|
-
},
|
|
1974
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CloudTrailInvalidClientTokenId`, 400] },
|
|
2031
1975
|
[_M],
|
|
2032
1976
|
[0],
|
|
2033
1977
|
];
|
|
@@ -2036,11 +1980,7 @@ var CloudWatchLogsDeliveryUnavailableException = [
|
|
|
2036
1980
|
-3,
|
|
2037
1981
|
n0,
|
|
2038
1982
|
_CWLDUE,
|
|
2039
|
-
{
|
|
2040
|
-
[_e]: _c,
|
|
2041
|
-
[_hE]: 400,
|
|
2042
|
-
[_aQE]: [`CloudWatchLogsDeliveryUnavailable`, 400],
|
|
2043
|
-
},
|
|
1983
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`CloudWatchLogsDeliveryUnavailable`, 400] },
|
|
2044
1984
|
[_M],
|
|
2045
1985
|
[0],
|
|
2046
1986
|
];
|
|
@@ -2049,11 +1989,7 @@ var ConcurrentModificationException = [
|
|
|
2049
1989
|
-3,
|
|
2050
1990
|
n0,
|
|
2051
1991
|
_CME,
|
|
2052
|
-
{
|
|
2053
|
-
[_e]: _c,
|
|
2054
|
-
[_hE]: 400,
|
|
2055
|
-
[_aQE]: [`ConcurrentModification`, 400],
|
|
2056
|
-
},
|
|
1992
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ConcurrentModification`, 400] },
|
|
2057
1993
|
[_M],
|
|
2058
1994
|
[0],
|
|
2059
1995
|
];
|
|
@@ -2062,11 +1998,7 @@ var ConflictException = [
|
|
|
2062
1998
|
-3,
|
|
2063
1999
|
n0,
|
|
2064
2000
|
_CE,
|
|
2065
|
-
{
|
|
2066
|
-
[_e]: _c,
|
|
2067
|
-
[_hE]: 409,
|
|
2068
|
-
[_aQE]: [`ConflictException`, 409],
|
|
2069
|
-
},
|
|
2001
|
+
{ [_e]: _c, [_hE]: 409, [_aQE]: [`ConflictException`, 409] },
|
|
2070
2002
|
[_M],
|
|
2071
2003
|
[0],
|
|
2072
2004
|
];
|
|
@@ -2142,11 +2074,7 @@ var DelegatedAdminAccountLimitExceededException = [
|
|
|
2142
2074
|
-3,
|
|
2143
2075
|
n0,
|
|
2144
2076
|
_DAALEE,
|
|
2145
|
-
{
|
|
2146
|
-
[_e]: _c,
|
|
2147
|
-
[_hE]: 400,
|
|
2148
|
-
[_aQE]: [`DelegatedAdminAccountLimitExceeded`, 400],
|
|
2149
|
-
},
|
|
2077
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`DelegatedAdminAccountLimitExceeded`, 400] },
|
|
2150
2078
|
[_M],
|
|
2151
2079
|
[0],
|
|
2152
2080
|
];
|
|
@@ -2206,11 +2134,7 @@ var EventDataStoreAlreadyExistsException = [
|
|
|
2206
2134
|
-3,
|
|
2207
2135
|
n0,
|
|
2208
2136
|
_EDSAEE,
|
|
2209
|
-
{
|
|
2210
|
-
[_e]: _c,
|
|
2211
|
-
[_hE]: 400,
|
|
2212
|
-
[_aQE]: [`EventDataStoreAlreadyExists`, 400],
|
|
2213
|
-
},
|
|
2137
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreAlreadyExists`, 400] },
|
|
2214
2138
|
[_M],
|
|
2215
2139
|
[0],
|
|
2216
2140
|
];
|
|
@@ -2219,11 +2143,7 @@ var EventDataStoreARNInvalidException = [
|
|
|
2219
2143
|
-3,
|
|
2220
2144
|
n0,
|
|
2221
2145
|
_EDSARNIE,
|
|
2222
|
-
{
|
|
2223
|
-
[_e]: _c,
|
|
2224
|
-
[_hE]: 400,
|
|
2225
|
-
[_aQE]: [`EventDataStoreARNInvalid`, 400],
|
|
2226
|
-
},
|
|
2146
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreARNInvalid`, 400] },
|
|
2227
2147
|
[_M],
|
|
2228
2148
|
[0],
|
|
2229
2149
|
];
|
|
@@ -2232,11 +2152,7 @@ var EventDataStoreFederationEnabledException = [
|
|
|
2232
2152
|
-3,
|
|
2233
2153
|
n0,
|
|
2234
2154
|
_EDSFEE,
|
|
2235
|
-
{
|
|
2236
|
-
[_e]: _c,
|
|
2237
|
-
[_hE]: 400,
|
|
2238
|
-
[_aQE]: [`EventDataStoreFederationEnabled`, 400],
|
|
2239
|
-
},
|
|
2155
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreFederationEnabled`, 400] },
|
|
2240
2156
|
[_M],
|
|
2241
2157
|
[0],
|
|
2242
2158
|
];
|
|
@@ -2245,11 +2161,7 @@ var EventDataStoreHasOngoingImportException = [
|
|
|
2245
2161
|
-3,
|
|
2246
2162
|
n0,
|
|
2247
2163
|
_EDSHOIE,
|
|
2248
|
-
{
|
|
2249
|
-
[_e]: _c,
|
|
2250
|
-
[_hE]: 400,
|
|
2251
|
-
[_aQE]: [`EventDataStoreHasOngoingImport`, 400],
|
|
2252
|
-
},
|
|
2164
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreHasOngoingImport`, 400] },
|
|
2253
2165
|
[_M],
|
|
2254
2166
|
[0],
|
|
2255
2167
|
];
|
|
@@ -2258,11 +2170,7 @@ var EventDataStoreMaxLimitExceededException = [
|
|
|
2258
2170
|
-3,
|
|
2259
2171
|
n0,
|
|
2260
2172
|
_EDSMLEE,
|
|
2261
|
-
{
|
|
2262
|
-
[_e]: _c,
|
|
2263
|
-
[_hE]: 400,
|
|
2264
|
-
[_aQE]: [`EventDataStoreMaxLimitExceeded`, 400],
|
|
2265
|
-
},
|
|
2173
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreMaxLimitExceeded`, 400] },
|
|
2266
2174
|
[_M],
|
|
2267
2175
|
[0],
|
|
2268
2176
|
];
|
|
@@ -2271,11 +2179,7 @@ var EventDataStoreNotFoundException = [
|
|
|
2271
2179
|
-3,
|
|
2272
2180
|
n0,
|
|
2273
2181
|
_EDSNFE,
|
|
2274
|
-
{
|
|
2275
|
-
[_e]: _c,
|
|
2276
|
-
[_hE]: 404,
|
|
2277
|
-
[_aQE]: [`EventDataStoreNotFound`, 404],
|
|
2278
|
-
},
|
|
2182
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`EventDataStoreNotFound`, 404] },
|
|
2279
2183
|
[_M],
|
|
2280
2184
|
[0],
|
|
2281
2185
|
];
|
|
@@ -2284,11 +2188,7 @@ var EventDataStoreTerminationProtectedException = [
|
|
|
2284
2188
|
-3,
|
|
2285
2189
|
n0,
|
|
2286
2190
|
_EDSTPE,
|
|
2287
|
-
{
|
|
2288
|
-
[_e]: _c,
|
|
2289
|
-
[_hE]: 400,
|
|
2290
|
-
[_aQE]: [`EventDataStoreTerminationProtectedException`, 400],
|
|
2291
|
-
},
|
|
2191
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`EventDataStoreTerminationProtectedException`, 400] },
|
|
2292
2192
|
[_M],
|
|
2293
2193
|
[0],
|
|
2294
2194
|
];
|
|
@@ -2307,11 +2207,7 @@ var GenerateResponseException = [
|
|
|
2307
2207
|
-3,
|
|
2308
2208
|
n0,
|
|
2309
2209
|
_GRE,
|
|
2310
|
-
{
|
|
2311
|
-
[_e]: _c,
|
|
2312
|
-
[_hE]: 400,
|
|
2313
|
-
[_aQE]: [`GenerateResponse`, 400],
|
|
2314
|
-
},
|
|
2210
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`GenerateResponse`, 400] },
|
|
2315
2211
|
[_M],
|
|
2316
2212
|
[0],
|
|
2317
2213
|
];
|
|
@@ -2420,11 +2316,7 @@ var ImportNotFoundException = [
|
|
|
2420
2316
|
-3,
|
|
2421
2317
|
n0,
|
|
2422
2318
|
_INFE,
|
|
2423
|
-
{
|
|
2424
|
-
[_e]: _c,
|
|
2425
|
-
[_hE]: 404,
|
|
2426
|
-
[_aQE]: [`ImportNotFound`, 404],
|
|
2427
|
-
},
|
|
2319
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ImportNotFound`, 404] },
|
|
2428
2320
|
[_M],
|
|
2429
2321
|
[0],
|
|
2430
2322
|
];
|
|
@@ -2436,11 +2328,7 @@ var InactiveEventDataStoreException = [
|
|
|
2436
2328
|
-3,
|
|
2437
2329
|
n0,
|
|
2438
2330
|
_IEDSE,
|
|
2439
|
-
{
|
|
2440
|
-
[_e]: _c,
|
|
2441
|
-
[_hE]: 400,
|
|
2442
|
-
[_aQE]: [`InactiveEventDataStore`, 400],
|
|
2443
|
-
},
|
|
2331
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InactiveEventDataStore`, 400] },
|
|
2444
2332
|
[_M],
|
|
2445
2333
|
[0],
|
|
2446
2334
|
];
|
|
@@ -2449,11 +2337,7 @@ var InactiveQueryException = [
|
|
|
2449
2337
|
-3,
|
|
2450
2338
|
n0,
|
|
2451
2339
|
_IQE,
|
|
2452
|
-
{
|
|
2453
|
-
[_e]: _c,
|
|
2454
|
-
[_hE]: 400,
|
|
2455
|
-
[_aQE]: [`InactiveQuery`, 400],
|
|
2456
|
-
},
|
|
2340
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InactiveQuery`, 400] },
|
|
2457
2341
|
[_M],
|
|
2458
2342
|
[0],
|
|
2459
2343
|
];
|
|
@@ -2470,11 +2354,7 @@ var InsightNotEnabledException = [
|
|
|
2470
2354
|
-3,
|
|
2471
2355
|
n0,
|
|
2472
2356
|
_INEE,
|
|
2473
|
-
{
|
|
2474
|
-
[_e]: _c,
|
|
2475
|
-
[_hE]: 400,
|
|
2476
|
-
[_aQE]: [`InsightNotEnabled`, 400],
|
|
2477
|
-
},
|
|
2357
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InsightNotEnabled`, 400] },
|
|
2478
2358
|
[_M],
|
|
2479
2359
|
[0],
|
|
2480
2360
|
];
|
|
@@ -2484,11 +2364,7 @@ var InsufficientDependencyServiceAccessPermissionException = [
|
|
|
2484
2364
|
-3,
|
|
2485
2365
|
n0,
|
|
2486
2366
|
_IDSAPE,
|
|
2487
|
-
{
|
|
2488
|
-
[_e]: _c,
|
|
2489
|
-
[_hE]: 400,
|
|
2490
|
-
[_aQE]: [`InsufficientDependencyServiceAccessPermission`, 400],
|
|
2491
|
-
},
|
|
2367
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InsufficientDependencyServiceAccessPermission`, 400] },
|
|
2492
2368
|
[_M],
|
|
2493
2369
|
[0],
|
|
2494
2370
|
];
|
|
@@ -2497,11 +2373,7 @@ var InsufficientEncryptionPolicyException = [
|
|
|
2497
2373
|
-3,
|
|
2498
2374
|
n0,
|
|
2499
2375
|
_IEPE,
|
|
2500
|
-
{
|
|
2501
|
-
[_e]: _c,
|
|
2502
|
-
[_hE]: 400,
|
|
2503
|
-
[_aQE]: [`InsufficientEncryptionPolicy`, 400],
|
|
2504
|
-
},
|
|
2376
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InsufficientEncryptionPolicy`, 400] },
|
|
2505
2377
|
[_M],
|
|
2506
2378
|
[0],
|
|
2507
2379
|
];
|
|
@@ -2510,11 +2382,7 @@ var InsufficientIAMAccessPermissionException = [
|
|
|
2510
2382
|
-3,
|
|
2511
2383
|
n0,
|
|
2512
2384
|
_IIAMAPE,
|
|
2513
|
-
{
|
|
2514
|
-
[_e]: _c,
|
|
2515
|
-
[_hE]: 400,
|
|
2516
|
-
[_aQE]: [`InsufficientIAMAccessPermission`, 400],
|
|
2517
|
-
},
|
|
2385
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InsufficientIAMAccessPermission`, 400] },
|
|
2518
2386
|
[_M],
|
|
2519
2387
|
[0],
|
|
2520
2388
|
];
|
|
@@ -2523,11 +2391,7 @@ var InsufficientS3BucketPolicyException = [
|
|
|
2523
2391
|
-3,
|
|
2524
2392
|
n0,
|
|
2525
2393
|
_ISBPE,
|
|
2526
|
-
{
|
|
2527
|
-
[_e]: _c,
|
|
2528
|
-
[_hE]: 403,
|
|
2529
|
-
[_aQE]: [`InsufficientS3BucketPolicy`, 403],
|
|
2530
|
-
},
|
|
2394
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`InsufficientS3BucketPolicy`, 403] },
|
|
2531
2395
|
[_M],
|
|
2532
2396
|
[0],
|
|
2533
2397
|
];
|
|
@@ -2536,11 +2400,7 @@ var InsufficientSnsTopicPolicyException = [
|
|
|
2536
2400
|
-3,
|
|
2537
2401
|
n0,
|
|
2538
2402
|
_ISTPE,
|
|
2539
|
-
{
|
|
2540
|
-
[_e]: _c,
|
|
2541
|
-
[_hE]: 403,
|
|
2542
|
-
[_aQE]: [`InsufficientSnsTopicPolicy`, 403],
|
|
2543
|
-
},
|
|
2403
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`InsufficientSnsTopicPolicy`, 403] },
|
|
2544
2404
|
[_M],
|
|
2545
2405
|
[0],
|
|
2546
2406
|
];
|
|
@@ -2549,11 +2409,7 @@ var InvalidCloudWatchLogsLogGroupArnException = [
|
|
|
2549
2409
|
-3,
|
|
2550
2410
|
n0,
|
|
2551
2411
|
_ICWLLGAE,
|
|
2552
|
-
{
|
|
2553
|
-
[_e]: _c,
|
|
2554
|
-
[_hE]: 400,
|
|
2555
|
-
[_aQE]: [`InvalidCloudWatchLogsLogGroupArn`, 400],
|
|
2556
|
-
},
|
|
2412
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidCloudWatchLogsLogGroupArn`, 400] },
|
|
2557
2413
|
[_M],
|
|
2558
2414
|
[0],
|
|
2559
2415
|
];
|
|
@@ -2562,11 +2418,7 @@ var InvalidCloudWatchLogsRoleArnException = [
|
|
|
2562
2418
|
-3,
|
|
2563
2419
|
n0,
|
|
2564
2420
|
_ICWLRAE,
|
|
2565
|
-
{
|
|
2566
|
-
[_e]: _c,
|
|
2567
|
-
[_hE]: 400,
|
|
2568
|
-
[_aQE]: [`InvalidCloudWatchLogsRoleArn`, 400],
|
|
2569
|
-
},
|
|
2421
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidCloudWatchLogsRoleArn`, 400] },
|
|
2570
2422
|
[_M],
|
|
2571
2423
|
[0],
|
|
2572
2424
|
];
|
|
@@ -2575,11 +2427,7 @@ var InvalidDateRangeException = [
|
|
|
2575
2427
|
-3,
|
|
2576
2428
|
n0,
|
|
2577
2429
|
_IDRE,
|
|
2578
|
-
{
|
|
2579
|
-
[_e]: _c,
|
|
2580
|
-
[_hE]: 400,
|
|
2581
|
-
[_aQE]: [`InvalidDateRange`, 400],
|
|
2582
|
-
},
|
|
2430
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidDateRange`, 400] },
|
|
2583
2431
|
[_M],
|
|
2584
2432
|
[0],
|
|
2585
2433
|
];
|
|
@@ -2588,11 +2436,7 @@ var InvalidEventCategoryException = [
|
|
|
2588
2436
|
-3,
|
|
2589
2437
|
n0,
|
|
2590
2438
|
_IECE,
|
|
2591
|
-
{
|
|
2592
|
-
[_e]: _c,
|
|
2593
|
-
[_hE]: 400,
|
|
2594
|
-
[_aQE]: [`InvalidEventCategory`, 400],
|
|
2595
|
-
},
|
|
2439
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidEventCategory`, 400] },
|
|
2596
2440
|
[_M],
|
|
2597
2441
|
[0],
|
|
2598
2442
|
];
|
|
@@ -2601,11 +2445,7 @@ var InvalidEventDataStoreCategoryException = [
|
|
|
2601
2445
|
-3,
|
|
2602
2446
|
n0,
|
|
2603
2447
|
_IEDSCE,
|
|
2604
|
-
{
|
|
2605
|
-
[_e]: _c,
|
|
2606
|
-
[_hE]: 400,
|
|
2607
|
-
[_aQE]: [`InvalidEventDataStoreCategory`, 400],
|
|
2608
|
-
},
|
|
2448
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidEventDataStoreCategory`, 400] },
|
|
2609
2449
|
[_M],
|
|
2610
2450
|
[0],
|
|
2611
2451
|
];
|
|
@@ -2614,11 +2454,7 @@ var InvalidEventDataStoreStatusException = [
|
|
|
2614
2454
|
-3,
|
|
2615
2455
|
n0,
|
|
2616
2456
|
_IEDSSE,
|
|
2617
|
-
{
|
|
2618
|
-
[_e]: _c,
|
|
2619
|
-
[_hE]: 400,
|
|
2620
|
-
[_aQE]: [`InvalidEventDataStoreStatus`, 400],
|
|
2621
|
-
},
|
|
2457
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidEventDataStoreStatus`, 400] },
|
|
2622
2458
|
[_M],
|
|
2623
2459
|
[0],
|
|
2624
2460
|
];
|
|
@@ -2627,11 +2463,7 @@ var InvalidEventSelectorsException = [
|
|
|
2627
2463
|
-3,
|
|
2628
2464
|
n0,
|
|
2629
2465
|
_IESE,
|
|
2630
|
-
{
|
|
2631
|
-
[_e]: _c,
|
|
2632
|
-
[_hE]: 400,
|
|
2633
|
-
[_aQE]: [`InvalidEventSelectors`, 400],
|
|
2634
|
-
},
|
|
2466
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidEventSelectors`, 400] },
|
|
2635
2467
|
[_M],
|
|
2636
2468
|
[0],
|
|
2637
2469
|
];
|
|
@@ -2640,11 +2472,7 @@ var InvalidHomeRegionException = [
|
|
|
2640
2472
|
-3,
|
|
2641
2473
|
n0,
|
|
2642
2474
|
_IHRE,
|
|
2643
|
-
{
|
|
2644
|
-
[_e]: _c,
|
|
2645
|
-
[_hE]: 400,
|
|
2646
|
-
[_aQE]: [`InvalidHomeRegion`, 400],
|
|
2647
|
-
},
|
|
2475
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidHomeRegion`, 400] },
|
|
2648
2476
|
[_M],
|
|
2649
2477
|
[0],
|
|
2650
2478
|
];
|
|
@@ -2653,11 +2481,7 @@ var InvalidImportSourceException = [
|
|
|
2653
2481
|
-3,
|
|
2654
2482
|
n0,
|
|
2655
2483
|
_IISE,
|
|
2656
|
-
{
|
|
2657
|
-
[_e]: _c,
|
|
2658
|
-
[_hE]: 400,
|
|
2659
|
-
[_aQE]: [`InvalidImportSource`, 400],
|
|
2660
|
-
},
|
|
2484
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidImportSource`, 400] },
|
|
2661
2485
|
[_M],
|
|
2662
2486
|
[0],
|
|
2663
2487
|
];
|
|
@@ -2666,11 +2490,7 @@ var InvalidInsightSelectorsException = [
|
|
|
2666
2490
|
-3,
|
|
2667
2491
|
n0,
|
|
2668
2492
|
_IISEn,
|
|
2669
|
-
{
|
|
2670
|
-
[_e]: _c,
|
|
2671
|
-
[_hE]: 400,
|
|
2672
|
-
[_aQE]: [`InvalidInsightSelectors`, 400],
|
|
2673
|
-
},
|
|
2493
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidInsightSelectors`, 400] },
|
|
2674
2494
|
[_M],
|
|
2675
2495
|
[0],
|
|
2676
2496
|
];
|
|
@@ -2679,11 +2499,7 @@ var InvalidKmsKeyIdException = [
|
|
|
2679
2499
|
-3,
|
|
2680
2500
|
n0,
|
|
2681
2501
|
_IKKIE,
|
|
2682
|
-
{
|
|
2683
|
-
[_e]: _c,
|
|
2684
|
-
[_hE]: 400,
|
|
2685
|
-
[_aQE]: [`InvalidKmsKeyId`, 400],
|
|
2686
|
-
},
|
|
2502
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidKmsKeyId`, 400] },
|
|
2687
2503
|
[_M],
|
|
2688
2504
|
[0],
|
|
2689
2505
|
];
|
|
@@ -2692,11 +2508,7 @@ var InvalidLookupAttributesException = [
|
|
|
2692
2508
|
-3,
|
|
2693
2509
|
n0,
|
|
2694
2510
|
_ILAE,
|
|
2695
|
-
{
|
|
2696
|
-
[_e]: _c,
|
|
2697
|
-
[_hE]: 400,
|
|
2698
|
-
[_aQE]: [`InvalidLookupAttributes`, 400],
|
|
2699
|
-
},
|
|
2511
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidLookupAttributes`, 400] },
|
|
2700
2512
|
[_M],
|
|
2701
2513
|
[0],
|
|
2702
2514
|
];
|
|
@@ -2705,11 +2517,7 @@ var InvalidMaxResultsException = [
|
|
|
2705
2517
|
-3,
|
|
2706
2518
|
n0,
|
|
2707
2519
|
_IMRE,
|
|
2708
|
-
{
|
|
2709
|
-
[_e]: _c,
|
|
2710
|
-
[_hE]: 400,
|
|
2711
|
-
[_aQE]: [`InvalidMaxResults`, 400],
|
|
2712
|
-
},
|
|
2520
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidMaxResults`, 400] },
|
|
2713
2521
|
[_M],
|
|
2714
2522
|
[0],
|
|
2715
2523
|
];
|
|
@@ -2718,11 +2526,7 @@ var InvalidNextTokenException = [
|
|
|
2718
2526
|
-3,
|
|
2719
2527
|
n0,
|
|
2720
2528
|
_INTE,
|
|
2721
|
-
{
|
|
2722
|
-
[_e]: _c,
|
|
2723
|
-
[_hE]: 400,
|
|
2724
|
-
[_aQE]: [`InvalidNextToken`, 400],
|
|
2725
|
-
},
|
|
2529
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidNextToken`, 400] },
|
|
2726
2530
|
[_M],
|
|
2727
2531
|
[0],
|
|
2728
2532
|
];
|
|
@@ -2731,11 +2535,7 @@ var InvalidParameterCombinationException = [
|
|
|
2731
2535
|
-3,
|
|
2732
2536
|
n0,
|
|
2733
2537
|
_IPCE,
|
|
2734
|
-
{
|
|
2735
|
-
[_e]: _c,
|
|
2736
|
-
[_hE]: 400,
|
|
2737
|
-
[_aQE]: [`InvalidParameterCombinationError`, 400],
|
|
2738
|
-
},
|
|
2538
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterCombinationError`, 400] },
|
|
2739
2539
|
[_M],
|
|
2740
2540
|
[0],
|
|
2741
2541
|
];
|
|
@@ -2744,11 +2544,7 @@ var InvalidParameterException = [
|
|
|
2744
2544
|
-3,
|
|
2745
2545
|
n0,
|
|
2746
2546
|
_IPE,
|
|
2747
|
-
{
|
|
2748
|
-
[_e]: _c,
|
|
2749
|
-
[_hE]: 400,
|
|
2750
|
-
[_aQE]: [`InvalidParameter`, 400],
|
|
2751
|
-
},
|
|
2547
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameter`, 400] },
|
|
2752
2548
|
[_M],
|
|
2753
2549
|
[0],
|
|
2754
2550
|
];
|
|
@@ -2757,11 +2553,7 @@ var InvalidQueryStatementException = [
|
|
|
2757
2553
|
-3,
|
|
2758
2554
|
n0,
|
|
2759
2555
|
_IQSE,
|
|
2760
|
-
{
|
|
2761
|
-
[_e]: _c,
|
|
2762
|
-
[_hE]: 400,
|
|
2763
|
-
[_aQE]: [`InvalidQueryStatement`, 400],
|
|
2764
|
-
},
|
|
2556
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidQueryStatement`, 400] },
|
|
2765
2557
|
[_M],
|
|
2766
2558
|
[0],
|
|
2767
2559
|
];
|
|
@@ -2770,11 +2562,7 @@ var InvalidQueryStatusException = [
|
|
|
2770
2562
|
-3,
|
|
2771
2563
|
n0,
|
|
2772
2564
|
_IQSEn,
|
|
2773
|
-
{
|
|
2774
|
-
[_e]: _c,
|
|
2775
|
-
[_hE]: 400,
|
|
2776
|
-
[_aQE]: [`InvalidQueryStatus`, 400],
|
|
2777
|
-
},
|
|
2565
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidQueryStatus`, 400] },
|
|
2778
2566
|
[_M],
|
|
2779
2567
|
[0],
|
|
2780
2568
|
];
|
|
@@ -2783,11 +2571,7 @@ var InvalidS3BucketNameException = [
|
|
|
2783
2571
|
-3,
|
|
2784
2572
|
n0,
|
|
2785
2573
|
_ISBNE,
|
|
2786
|
-
{
|
|
2787
|
-
[_e]: _c,
|
|
2788
|
-
[_hE]: 400,
|
|
2789
|
-
[_aQE]: [`InvalidS3BucketName`, 400],
|
|
2790
|
-
},
|
|
2574
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidS3BucketName`, 400] },
|
|
2791
2575
|
[_M],
|
|
2792
2576
|
[0],
|
|
2793
2577
|
];
|
|
@@ -2796,11 +2580,7 @@ var InvalidS3PrefixException = [
|
|
|
2796
2580
|
-3,
|
|
2797
2581
|
n0,
|
|
2798
2582
|
_ISPE,
|
|
2799
|
-
{
|
|
2800
|
-
[_e]: _c,
|
|
2801
|
-
[_hE]: 400,
|
|
2802
|
-
[_aQE]: [`InvalidS3Prefix`, 400],
|
|
2803
|
-
},
|
|
2583
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidS3Prefix`, 400] },
|
|
2804
2584
|
[_M],
|
|
2805
2585
|
[0],
|
|
2806
2586
|
];
|
|
@@ -2809,11 +2589,7 @@ var InvalidSnsTopicNameException = [
|
|
|
2809
2589
|
-3,
|
|
2810
2590
|
n0,
|
|
2811
2591
|
_ISTNE,
|
|
2812
|
-
{
|
|
2813
|
-
[_e]: _c,
|
|
2814
|
-
[_hE]: 400,
|
|
2815
|
-
[_aQE]: [`InvalidSnsTopicName`, 400],
|
|
2816
|
-
},
|
|
2592
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSnsTopicName`, 400] },
|
|
2817
2593
|
[_M],
|
|
2818
2594
|
[0],
|
|
2819
2595
|
];
|
|
@@ -2822,11 +2598,7 @@ var InvalidSourceException = [
|
|
|
2822
2598
|
-3,
|
|
2823
2599
|
n0,
|
|
2824
2600
|
_ISE,
|
|
2825
|
-
{
|
|
2826
|
-
[_e]: _c,
|
|
2827
|
-
[_hE]: 400,
|
|
2828
|
-
[_aQE]: [`InvalidSource`, 400],
|
|
2829
|
-
},
|
|
2601
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSource`, 400] },
|
|
2830
2602
|
[_M],
|
|
2831
2603
|
[0],
|
|
2832
2604
|
];
|
|
@@ -2835,11 +2607,7 @@ var InvalidTagParameterException = [
|
|
|
2835
2607
|
-3,
|
|
2836
2608
|
n0,
|
|
2837
2609
|
_ITPE,
|
|
2838
|
-
{
|
|
2839
|
-
[_e]: _c,
|
|
2840
|
-
[_hE]: 400,
|
|
2841
|
-
[_aQE]: [`InvalidTagParameter`, 400],
|
|
2842
|
-
},
|
|
2610
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTagParameter`, 400] },
|
|
2843
2611
|
[_M],
|
|
2844
2612
|
[0],
|
|
2845
2613
|
];
|
|
@@ -2848,11 +2616,7 @@ var InvalidTimeRangeException = [
|
|
|
2848
2616
|
-3,
|
|
2849
2617
|
n0,
|
|
2850
2618
|
_ITRE,
|
|
2851
|
-
{
|
|
2852
|
-
[_e]: _c,
|
|
2853
|
-
[_hE]: 400,
|
|
2854
|
-
[_aQE]: [`InvalidTimeRange`, 400],
|
|
2855
|
-
},
|
|
2619
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTimeRange`, 400] },
|
|
2856
2620
|
[_M],
|
|
2857
2621
|
[0],
|
|
2858
2622
|
];
|
|
@@ -2861,11 +2625,7 @@ var InvalidTokenException = [
|
|
|
2861
2625
|
-3,
|
|
2862
2626
|
n0,
|
|
2863
2627
|
_ITE,
|
|
2864
|
-
{
|
|
2865
|
-
[_e]: _c,
|
|
2866
|
-
[_hE]: 400,
|
|
2867
|
-
[_aQE]: [`InvalidToken`, 400],
|
|
2868
|
-
},
|
|
2628
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidToken`, 400] },
|
|
2869
2629
|
[_M],
|
|
2870
2630
|
[0],
|
|
2871
2631
|
];
|
|
@@ -2874,11 +2634,7 @@ var InvalidTrailNameException = [
|
|
|
2874
2634
|
-3,
|
|
2875
2635
|
n0,
|
|
2876
2636
|
_ITNE,
|
|
2877
|
-
{
|
|
2878
|
-
[_e]: _c,
|
|
2879
|
-
[_hE]: 400,
|
|
2880
|
-
[_aQE]: [`InvalidTrailName`, 400],
|
|
2881
|
-
},
|
|
2637
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidTrailName`, 400] },
|
|
2882
2638
|
[_M],
|
|
2883
2639
|
[0],
|
|
2884
2640
|
];
|
|
@@ -2887,11 +2643,7 @@ var KmsException = [
|
|
|
2887
2643
|
-3,
|
|
2888
2644
|
n0,
|
|
2889
2645
|
_KE,
|
|
2890
|
-
{
|
|
2891
|
-
[_e]: _c,
|
|
2892
|
-
[_hE]: 400,
|
|
2893
|
-
[_aQE]: [`KmsException`, 400],
|
|
2894
|
-
},
|
|
2646
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`KmsException`, 400] },
|
|
2895
2647
|
[_M],
|
|
2896
2648
|
[0],
|
|
2897
2649
|
];
|
|
@@ -2900,11 +2652,7 @@ var KmsKeyDisabledException = [
|
|
|
2900
2652
|
-3,
|
|
2901
2653
|
n0,
|
|
2902
2654
|
_KKDE,
|
|
2903
|
-
{
|
|
2904
|
-
[_e]: _c,
|
|
2905
|
-
[_hE]: 400,
|
|
2906
|
-
[_aQE]: [`KmsKeyDisabled`, 400],
|
|
2907
|
-
},
|
|
2655
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`KmsKeyDisabled`, 400] },
|
|
2908
2656
|
[_M],
|
|
2909
2657
|
[0],
|
|
2910
2658
|
];
|
|
@@ -2913,11 +2661,7 @@ var KmsKeyNotFoundException = [
|
|
|
2913
2661
|
-3,
|
|
2914
2662
|
n0,
|
|
2915
2663
|
_KKNFE,
|
|
2916
|
-
{
|
|
2917
|
-
[_e]: _c,
|
|
2918
|
-
[_hE]: 400,
|
|
2919
|
-
[_aQE]: [`KmsKeyNotFound`, 400],
|
|
2920
|
-
},
|
|
2664
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`KmsKeyNotFound`, 400] },
|
|
2921
2665
|
[_M],
|
|
2922
2666
|
[0],
|
|
2923
2667
|
];
|
|
@@ -3000,11 +2744,7 @@ var MaxConcurrentQueriesException = [
|
|
|
3000
2744
|
-3,
|
|
3001
2745
|
n0,
|
|
3002
2746
|
_MCQE,
|
|
3003
|
-
{
|
|
3004
|
-
[_e]: _c,
|
|
3005
|
-
[_hE]: 429,
|
|
3006
|
-
[_aQE]: [`MaxConcurrentQueries`, 429],
|
|
3007
|
-
},
|
|
2747
|
+
{ [_e]: _c, [_hE]: 429, [_aQE]: [`MaxConcurrentQueries`, 429] },
|
|
3008
2748
|
[_M],
|
|
3009
2749
|
[0],
|
|
3010
2750
|
];
|
|
@@ -3013,11 +2753,7 @@ var MaximumNumberOfTrailsExceededException = [
|
|
|
3013
2753
|
-3,
|
|
3014
2754
|
n0,
|
|
3015
2755
|
_MNOTEE,
|
|
3016
|
-
{
|
|
3017
|
-
[_e]: _c,
|
|
3018
|
-
[_hE]: 403,
|
|
3019
|
-
[_aQE]: [`MaximumNumberOfTrailsExceeded`, 403],
|
|
3020
|
-
},
|
|
2756
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`MaximumNumberOfTrailsExceeded`, 403] },
|
|
3021
2757
|
[_M],
|
|
3022
2758
|
[0],
|
|
3023
2759
|
];
|
|
@@ -3026,11 +2762,7 @@ var NoManagementAccountSLRExistsException = [
|
|
|
3026
2762
|
-3,
|
|
3027
2763
|
n0,
|
|
3028
2764
|
_NMASLREE,
|
|
3029
|
-
{
|
|
3030
|
-
[_e]: _c,
|
|
3031
|
-
[_hE]: 403,
|
|
3032
|
-
[_aQE]: [`NoManagementAccountSLRExists`, 403],
|
|
3033
|
-
},
|
|
2765
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`NoManagementAccountSLRExists`, 403] },
|
|
3034
2766
|
[_M],
|
|
3035
2767
|
[0],
|
|
3036
2768
|
];
|
|
@@ -3039,11 +2771,7 @@ var NotOrganizationManagementAccountException = [
|
|
|
3039
2771
|
-3,
|
|
3040
2772
|
n0,
|
|
3041
2773
|
_NOMAE,
|
|
3042
|
-
{
|
|
3043
|
-
[_e]: _c,
|
|
3044
|
-
[_hE]: 403,
|
|
3045
|
-
[_aQE]: [`NotOrganizationManagementAccount`, 403],
|
|
3046
|
-
},
|
|
2774
|
+
{ [_e]: _c, [_hE]: 403, [_aQE]: [`NotOrganizationManagementAccount`, 403] },
|
|
3047
2775
|
[_M],
|
|
3048
2776
|
[0],
|
|
3049
2777
|
];
|
|
@@ -3052,11 +2780,7 @@ var NotOrganizationMasterAccountException = [
|
|
|
3052
2780
|
-3,
|
|
3053
2781
|
n0,
|
|
3054
2782
|
_NOMAEo,
|
|
3055
|
-
{
|
|
3056
|
-
[_e]: _c,
|
|
3057
|
-
[_hE]: 400,
|
|
3058
|
-
[_aQE]: [`NotOrganizationMasterAccount`, 400],
|
|
3059
|
-
},
|
|
2783
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`NotOrganizationMasterAccount`, 400] },
|
|
3060
2784
|
[_M],
|
|
3061
2785
|
[0],
|
|
3062
2786
|
];
|
|
@@ -3065,11 +2789,7 @@ var OperationNotPermittedException = [
|
|
|
3065
2789
|
-3,
|
|
3066
2790
|
n0,
|
|
3067
2791
|
_ONPE,
|
|
3068
|
-
{
|
|
3069
|
-
[_e]: _c,
|
|
3070
|
-
[_hE]: 400,
|
|
3071
|
-
[_aQE]: [`OperationNotPermitted`, 400],
|
|
3072
|
-
},
|
|
2792
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`OperationNotPermitted`, 400] },
|
|
3073
2793
|
[_M],
|
|
3074
2794
|
[0],
|
|
3075
2795
|
];
|
|
@@ -3078,11 +2798,7 @@ var OrganizationNotInAllFeaturesModeException = [
|
|
|
3078
2798
|
-3,
|
|
3079
2799
|
n0,
|
|
3080
2800
|
_ONIAFME,
|
|
3081
|
-
{
|
|
3082
|
-
[_e]: _c,
|
|
3083
|
-
[_hE]: 400,
|
|
3084
|
-
[_aQE]: [`OrganizationNotInAllFeaturesMode`, 400],
|
|
3085
|
-
},
|
|
2801
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`OrganizationNotInAllFeaturesMode`, 400] },
|
|
3086
2802
|
[_M],
|
|
3087
2803
|
[0],
|
|
3088
2804
|
];
|
|
@@ -3091,11 +2807,7 @@ var OrganizationsNotInUseException = [
|
|
|
3091
2807
|
-3,
|
|
3092
2808
|
n0,
|
|
3093
2809
|
_ONIUE,
|
|
3094
|
-
{
|
|
3095
|
-
[_e]: _c,
|
|
3096
|
-
[_hE]: 404,
|
|
3097
|
-
[_aQE]: [`OrganizationsNotInUse`, 404],
|
|
3098
|
-
},
|
|
2810
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`OrganizationsNotInUse`, 404] },
|
|
3099
2811
|
[_M],
|
|
3100
2812
|
[0],
|
|
3101
2813
|
];
|
|
@@ -3157,11 +2869,7 @@ var QueryIdNotFoundException = [
|
|
|
3157
2869
|
-3,
|
|
3158
2870
|
n0,
|
|
3159
2871
|
_QINFE,
|
|
3160
|
-
{
|
|
3161
|
-
[_e]: _c,
|
|
3162
|
-
[_hE]: 404,
|
|
3163
|
-
[_aQE]: [`QueryIdNotFound`, 404],
|
|
3164
|
-
},
|
|
2872
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`QueryIdNotFound`, 404] },
|
|
3165
2873
|
[_M],
|
|
3166
2874
|
[0],
|
|
3167
2875
|
];
|
|
@@ -3194,11 +2902,7 @@ var ResourceARNNotValidException = [
|
|
|
3194
2902
|
-3,
|
|
3195
2903
|
n0,
|
|
3196
2904
|
_RARNNVE,
|
|
3197
|
-
{
|
|
3198
|
-
[_e]: _c,
|
|
3199
|
-
[_hE]: 400,
|
|
3200
|
-
[_aQE]: [`ResourceARNNotValid`, 400],
|
|
3201
|
-
},
|
|
2905
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceARNNotValid`, 400] },
|
|
3202
2906
|
[_M],
|
|
3203
2907
|
[0],
|
|
3204
2908
|
];
|
|
@@ -3207,11 +2911,7 @@ var ResourceNotFoundException = [
|
|
|
3207
2911
|
-3,
|
|
3208
2912
|
n0,
|
|
3209
2913
|
_RNFE,
|
|
3210
|
-
{
|
|
3211
|
-
[_e]: _c,
|
|
3212
|
-
[_hE]: 400,
|
|
3213
|
-
[_aQE]: [`ResourceNotFound`, 400],
|
|
3214
|
-
},
|
|
2914
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceNotFound`, 400] },
|
|
3215
2915
|
[_M],
|
|
3216
2916
|
[0],
|
|
3217
2917
|
];
|
|
@@ -3220,11 +2920,7 @@ var ResourcePolicyNotFoundException = [
|
|
|
3220
2920
|
-3,
|
|
3221
2921
|
n0,
|
|
3222
2922
|
_RPNFE,
|
|
3223
|
-
{
|
|
3224
|
-
[_e]: _c,
|
|
3225
|
-
[_hE]: 404,
|
|
3226
|
-
[_aQE]: [`ResourcePolicyNotFound`, 404],
|
|
3227
|
-
},
|
|
2923
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ResourcePolicyNotFound`, 404] },
|
|
3228
2924
|
[_M],
|
|
3229
2925
|
[0],
|
|
3230
2926
|
];
|
|
@@ -3233,11 +2929,7 @@ var ResourcePolicyNotValidException = [
|
|
|
3233
2929
|
-3,
|
|
3234
2930
|
n0,
|
|
3235
2931
|
_RPNVE,
|
|
3236
|
-
{
|
|
3237
|
-
[_e]: _c,
|
|
3238
|
-
[_hE]: 400,
|
|
3239
|
-
[_aQE]: [`ResourcePolicyNotValid`, 400],
|
|
3240
|
-
},
|
|
2932
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourcePolicyNotValid`, 400] },
|
|
3241
2933
|
[_M],
|
|
3242
2934
|
[0],
|
|
3243
2935
|
];
|
|
@@ -3247,11 +2939,7 @@ var ResourceTypeNotSupportedException = [
|
|
|
3247
2939
|
-3,
|
|
3248
2940
|
n0,
|
|
3249
2941
|
_RTNSE,
|
|
3250
|
-
{
|
|
3251
|
-
[_e]: _c,
|
|
3252
|
-
[_hE]: 400,
|
|
3253
|
-
[_aQE]: [`ResourceTypeNotSupported`, 400],
|
|
3254
|
-
},
|
|
2942
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ResourceTypeNotSupported`, 400] },
|
|
3255
2943
|
[_M],
|
|
3256
2944
|
[0],
|
|
3257
2945
|
];
|
|
@@ -3269,11 +2957,7 @@ var S3BucketDoesNotExistException = [
|
|
|
3269
2957
|
-3,
|
|
3270
2958
|
n0,
|
|
3271
2959
|
_SBDNEE,
|
|
3272
|
-
{
|
|
3273
|
-
[_e]: _c,
|
|
3274
|
-
[_hE]: 404,
|
|
3275
|
-
[_aQE]: [`S3BucketDoesNotExist`, 404],
|
|
3276
|
-
},
|
|
2960
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`S3BucketDoesNotExist`, 404] },
|
|
3277
2961
|
[_M],
|
|
3278
2962
|
[0],
|
|
3279
2963
|
];
|
|
@@ -3300,11 +2984,7 @@ var ServiceQuotaExceededException = [
|
|
|
3300
2984
|
-3,
|
|
3301
2985
|
n0,
|
|
3302
2986
|
_SQEE,
|
|
3303
|
-
{
|
|
3304
|
-
[_e]: _c,
|
|
3305
|
-
[_hE]: 400,
|
|
3306
|
-
[_aQE]: [`ServiceQuotaExceeded`, 400],
|
|
3307
|
-
},
|
|
2987
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ServiceQuotaExceeded`, 400] },
|
|
3308
2988
|
[_M],
|
|
3309
2989
|
[0],
|
|
3310
2990
|
];
|
|
@@ -3359,11 +3039,7 @@ var TagsLimitExceededException = [
|
|
|
3359
3039
|
-3,
|
|
3360
3040
|
n0,
|
|
3361
3041
|
_TLEE,
|
|
3362
|
-
{
|
|
3363
|
-
[_e]: _c,
|
|
3364
|
-
[_hE]: 400,
|
|
3365
|
-
[_aQE]: [`TagsLimitExceeded`, 400],
|
|
3366
|
-
},
|
|
3042
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TagsLimitExceeded`, 400] },
|
|
3367
3043
|
[_M],
|
|
3368
3044
|
[0],
|
|
3369
3045
|
];
|
|
@@ -3372,11 +3048,7 @@ var ThrottlingException = [
|
|
|
3372
3048
|
-3,
|
|
3373
3049
|
n0,
|
|
3374
3050
|
_TE,
|
|
3375
|
-
{
|
|
3376
|
-
[_e]: _c,
|
|
3377
|
-
[_hE]: 429,
|
|
3378
|
-
[_aQE]: [`ThrottlingException`, 429],
|
|
3379
|
-
},
|
|
3051
|
+
{ [_e]: _c, [_hE]: 429, [_aQE]: [`ThrottlingException`, 429] },
|
|
3380
3052
|
[_M],
|
|
3381
3053
|
[0],
|
|
3382
3054
|
];
|
|
@@ -3393,11 +3065,7 @@ var TrailAlreadyExistsException = [
|
|
|
3393
3065
|
-3,
|
|
3394
3066
|
n0,
|
|
3395
3067
|
_TAEE,
|
|
3396
|
-
{
|
|
3397
|
-
[_e]: _c,
|
|
3398
|
-
[_hE]: 400,
|
|
3399
|
-
[_aQE]: [`TrailAlreadyExists`, 400],
|
|
3400
|
-
},
|
|
3068
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TrailAlreadyExists`, 400] },
|
|
3401
3069
|
[_M],
|
|
3402
3070
|
[0],
|
|
3403
3071
|
];
|
|
@@ -3407,11 +3075,7 @@ var TrailNotFoundException = [
|
|
|
3407
3075
|
-3,
|
|
3408
3076
|
n0,
|
|
3409
3077
|
_TNFE,
|
|
3410
|
-
{
|
|
3411
|
-
[_e]: _c,
|
|
3412
|
-
[_hE]: 404,
|
|
3413
|
-
[_aQE]: [`TrailNotFound`, 404],
|
|
3414
|
-
},
|
|
3078
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`TrailNotFound`, 404] },
|
|
3415
3079
|
[_M],
|
|
3416
3080
|
[0],
|
|
3417
3081
|
];
|
|
@@ -3420,11 +3084,7 @@ var TrailNotProvidedException = [
|
|
|
3420
3084
|
-3,
|
|
3421
3085
|
n0,
|
|
3422
3086
|
_TNPE,
|
|
3423
|
-
{
|
|
3424
|
-
[_e]: _c,
|
|
3425
|
-
[_hE]: 404,
|
|
3426
|
-
[_aQE]: [`TrailNotProvided`, 404],
|
|
3427
|
-
},
|
|
3087
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`TrailNotProvided`, 404] },
|
|
3428
3088
|
[_M],
|
|
3429
3089
|
[0],
|
|
3430
3090
|
];
|
|
@@ -3433,11 +3093,7 @@ var UnsupportedOperationException = [
|
|
|
3433
3093
|
-3,
|
|
3434
3094
|
n0,
|
|
3435
3095
|
_UOE,
|
|
3436
|
-
{
|
|
3437
|
-
[_e]: _c,
|
|
3438
|
-
[_hE]: 400,
|
|
3439
|
-
[_aQE]: [`UnsupportedOperation`, 400],
|
|
3440
|
-
},
|
|
3096
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`UnsupportedOperation`, 400] },
|
|
3441
3097
|
[_M],
|
|
3442
3098
|
[0],
|
|
3443
3099
|
];
|