@aws-sdk/client-wafv2 3.943.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.
Files changed (80) hide show
  1. package/dist-cjs/index.js +20 -179
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/WAFV2Client.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +20 -179
  8. package/dist-types/WAFV2.d.ts +1 -1
  9. package/dist-types/WAFV2Client.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateWebACLCommand.d.ts +3 -3
  13. package/dist-types/commands/CheckCapacityCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateAPIKeyCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateIPSetCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateWebACLCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteIPSetCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteWebACLCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +3 -3
  30. package/dist-types/commands/DisassociateWebACLCommand.d.ts +3 -3
  31. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +3 -3
  32. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +3 -3
  33. package/dist-types/commands/GetIPSetCommand.d.ts +3 -3
  34. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +3 -3
  36. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +3 -3
  37. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +3 -3
  38. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -3
  39. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +3 -3
  40. package/dist-types/commands/GetRuleGroupCommand.d.ts +3 -3
  41. package/dist-types/commands/GetSampledRequestsCommand.d.ts +3 -3
  42. package/dist-types/commands/GetWebACLCommand.d.ts +3 -3
  43. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/ListAPIKeysCommand.d.ts +3 -3
  45. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListIPSetsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -3
  49. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +3 -3
  50. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +3 -3
  51. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +3 -3
  53. package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  55. package/dist-types/commands/ListWebACLsCommand.d.ts +3 -3
  56. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +3 -3
  57. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -3
  58. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +3 -3
  59. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  60. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateIPSetCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -3
  63. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
  64. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -3
  66. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  67. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  68. package/dist-types/extensionConfiguration.d.ts +4 -4
  69. package/dist-types/models/WAFV2ServiceException.d.ts +1 -1
  70. package/dist-types/models/errors.d.ts +1 -1
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  75. package/dist-types/runtimeExtensions.d.ts +1 -1
  76. package/dist-types/schemas/schemas_0.d.ts +1 -1
  77. package/dist-types/ts3.4/WAFV2Client.d.ts +3 -3
  78. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  79. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +1 -1
  80. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1849,46 +1849,17 @@ var UriPath = [3, n0, _UP, 0, [], []];
1849
1849
  var UsernameField = [3, n0, _UFs, 0, [_I], [0]];
1850
1850
  var VersionToPublish = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
1851
1851
  var VisibilityConfig = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
1852
- var WAFAssociatedItemException = [
1853
- -3,
1854
- n0,
1855
- _WAFAIE,
1856
- {
1857
- [_e]: _c,
1858
- },
1859
- [_Me],
1860
- [0],
1861
- ];
1852
+ var WAFAssociatedItemException = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
1862
1853
  schema.TypeRegistry.for(n0).registerError(WAFAssociatedItemException, WAFAssociatedItemException$1);
1863
- var WAFConfigurationWarningException = [
1864
- -3,
1865
- n0,
1866
- _WAFCWE,
1867
- {
1868
- [_e]: _c,
1869
- },
1870
- [_Me],
1871
- [0],
1872
- ];
1854
+ var WAFConfigurationWarningException = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
1873
1855
  schema.TypeRegistry.for(n0).registerError(WAFConfigurationWarningException, WAFConfigurationWarningException$1);
1874
- var WAFDuplicateItemException = [
1875
- -3,
1876
- n0,
1877
- _WAFDIE,
1878
- {
1879
- [_e]: _c,
1880
- },
1881
- [_Me],
1882
- [0],
1883
- ];
1856
+ var WAFDuplicateItemException = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
1884
1857
  schema.TypeRegistry.for(n0).registerError(WAFDuplicateItemException, WAFDuplicateItemException$1);
1885
1858
  var WAFExpiredManagedRuleGroupVersionException = [
1886
1859
  -3,
1887
1860
  n0,
1888
1861
  _WAFEMRGVE,
1889
- {
1890
- [_e]: _c,
1891
- },
1862
+ { [_e]: _c },
1892
1863
  [_Me],
1893
1864
  [0],
1894
1865
  ];
@@ -1897,177 +1868,47 @@ var WAFFeatureNotIncludedInPricingPlanException = [
1897
1868
  -3,
1898
1869
  n0,
1899
1870
  _WAFFNIIPPE,
1900
- {
1901
- [_e]: _c,
1902
- },
1871
+ { [_e]: _c },
1903
1872
  [_Me, _DFi],
1904
1873
  [0, () => DisallowedFeatures],
1905
1874
  ];
1906
1875
  schema.TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException, WAFFeatureNotIncludedInPricingPlanException$1);
1907
- var WAFInternalErrorException = [
1908
- -3,
1909
- n0,
1910
- _WAFIEE,
1911
- {
1912
- [_e]: _s,
1913
- },
1914
- [_Me],
1915
- [0],
1916
- ];
1876
+ var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
1917
1877
  schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException, WAFInternalErrorException$1);
1918
- var WAFInvalidOperationException = [
1919
- -3,
1920
- n0,
1921
- _WAFIOE,
1922
- {
1923
- [_e]: _c,
1924
- },
1925
- [_Me],
1926
- [0],
1927
- ];
1878
+ var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
1928
1879
  schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException, WAFInvalidOperationException$1);
1929
1880
  var WAFInvalidParameterException = [
1930
1881
  -3,
1931
1882
  n0,
1932
1883
  _WAFIPE,
1933
- {
1934
- [_e]: _c,
1935
- },
1884
+ { [_e]: _c },
1936
1885
  [_m, _F, _Pa, _Rea],
1937
1886
  [0, 0, 0, 0],
1938
1887
  ];
1939
1888
  schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException, WAFInvalidParameterException$1);
1940
- var WAFInvalidPermissionPolicyException = [
1941
- -3,
1942
- n0,
1943
- _WAFIPPE,
1944
- {
1945
- [_e]: _c,
1946
- },
1947
- [_Me],
1948
- [0],
1949
- ];
1889
+ var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
1950
1890
  schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, WAFInvalidPermissionPolicyException$1);
1951
- var WAFInvalidResourceException = [
1952
- -3,
1953
- n0,
1954
- _WAFIRE,
1955
- {
1956
- [_e]: _c,
1957
- },
1958
- [_Me],
1959
- [0],
1960
- ];
1891
+ var WAFInvalidResourceException = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
1961
1892
  schema.TypeRegistry.for(n0).registerError(WAFInvalidResourceException, WAFInvalidResourceException$1);
1962
- var WAFLimitsExceededException = [
1963
- -3,
1964
- n0,
1965
- _WAFLEE,
1966
- {
1967
- [_e]: _c,
1968
- },
1969
- [_Me, _STo],
1970
- [0, 0],
1971
- ];
1893
+ var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
1972
1894
  schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException, WAFLimitsExceededException$1);
1973
- var WAFLogDestinationPermissionIssueException = [
1974
- -3,
1975
- n0,
1976
- _WAFLDPIE,
1977
- {
1978
- [_e]: _c,
1979
- },
1980
- [_Me],
1981
- [0],
1982
- ];
1895
+ var WAFLogDestinationPermissionIssueException = [-3, n0, _WAFLDPIE, { [_e]: _c }, [_Me], [0]];
1983
1896
  schema.TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException, WAFLogDestinationPermissionIssueException$1);
1984
- var WAFNonexistentItemException = [
1985
- -3,
1986
- n0,
1987
- _WAFNIE,
1988
- {
1989
- [_e]: _c,
1990
- },
1991
- [_Me],
1992
- [0],
1993
- ];
1897
+ var WAFNonexistentItemException = [-3, n0, _WAFNIE, { [_e]: _c }, [_Me], [0]];
1994
1898
  schema.TypeRegistry.for(n0).registerError(WAFNonexistentItemException, WAFNonexistentItemException$1);
1995
- var WAFOptimisticLockException = [
1996
- -3,
1997
- n0,
1998
- _WAFOLE,
1999
- {
2000
- [_e]: _c,
2001
- },
2002
- [_Me],
2003
- [0],
2004
- ];
1899
+ var WAFOptimisticLockException = [-3, n0, _WAFOLE, { [_e]: _c }, [_Me], [0]];
2005
1900
  schema.TypeRegistry.for(n0).registerError(WAFOptimisticLockException, WAFOptimisticLockException$1);
2006
- var WAFServiceLinkedRoleErrorException = [
2007
- -3,
2008
- n0,
2009
- _WAFSLREE,
2010
- {
2011
- [_e]: _c,
2012
- },
2013
- [_m],
2014
- [0],
2015
- ];
1901
+ var WAFServiceLinkedRoleErrorException = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
2016
1902
  schema.TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, WAFServiceLinkedRoleErrorException$1);
2017
- var WAFSubscriptionNotFoundException = [
2018
- -3,
2019
- n0,
2020
- _WAFSNFE,
2021
- {
2022
- [_e]: _c,
2023
- },
2024
- [_Me],
2025
- [0],
2026
- ];
1903
+ var WAFSubscriptionNotFoundException = [-3, n0, _WAFSNFE, { [_e]: _c }, [_Me], [0]];
2027
1904
  schema.TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, WAFSubscriptionNotFoundException$1);
2028
- var WAFTagOperationException = [
2029
- -3,
2030
- n0,
2031
- _WAFTOE,
2032
- {
2033
- [_e]: _c,
2034
- },
2035
- [_Me],
2036
- [0],
2037
- ];
1905
+ var WAFTagOperationException = [-3, n0, _WAFTOE, { [_e]: _c }, [_Me], [0]];
2038
1906
  schema.TypeRegistry.for(n0).registerError(WAFTagOperationException, WAFTagOperationException$1);
2039
- var WAFTagOperationInternalErrorException = [
2040
- -3,
2041
- n0,
2042
- _WAFTOIEE,
2043
- {
2044
- [_e]: _s,
2045
- },
2046
- [_Me],
2047
- [0],
2048
- ];
1907
+ var WAFTagOperationInternalErrorException = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_Me], [0]];
2049
1908
  schema.TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, WAFTagOperationInternalErrorException$1);
2050
- var WAFUnavailableEntityException = [
2051
- -3,
2052
- n0,
2053
- _WAFUEE,
2054
- {
2055
- [_e]: _c,
2056
- },
2057
- [_Me],
2058
- [0],
2059
- ];
1909
+ var WAFUnavailableEntityException = [-3, n0, _WAFUEE, { [_e]: _c }, [_Me], [0]];
2060
1910
  schema.TypeRegistry.for(n0).registerError(WAFUnavailableEntityException, WAFUnavailableEntityException$1);
2061
- var WAFUnsupportedAggregateKeyTypeException = [
2062
- -3,
2063
- n0,
2064
- _WAFUAKTE,
2065
- {
2066
- [_e]: _c,
2067
- },
2068
- [_Me],
2069
- [0],
2070
- ];
1911
+ var WAFUnsupportedAggregateKeyTypeException = [-3, n0, _WAFUAKTE, { [_e]: _c }, [_Me], [0]];
2071
1912
  schema.TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException, WAFUnsupportedAggregateKeyTypeException$1);
2072
1913
  var WebACL = [
2073
1914
  3,
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultWAFV2HttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -1446,46 +1446,17 @@ export var UriPath = [3, n0, _UP, 0, [], []];
1446
1446
  export var UsernameField = [3, n0, _UFs, 0, [_I], [0]];
1447
1447
  export var VersionToPublish = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
1448
1448
  export var VisibilityConfig = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
1449
- export var WAFAssociatedItemException = [
1450
- -3,
1451
- n0,
1452
- _WAFAIE,
1453
- {
1454
- [_e]: _c,
1455
- },
1456
- [_Me],
1457
- [0],
1458
- ];
1449
+ export var WAFAssociatedItemException = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
1459
1450
  TypeRegistry.for(n0).registerError(WAFAssociatedItemException, __WAFAssociatedItemException);
1460
- export var WAFConfigurationWarningException = [
1461
- -3,
1462
- n0,
1463
- _WAFCWE,
1464
- {
1465
- [_e]: _c,
1466
- },
1467
- [_Me],
1468
- [0],
1469
- ];
1451
+ export var WAFConfigurationWarningException = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
1470
1452
  TypeRegistry.for(n0).registerError(WAFConfigurationWarningException, __WAFConfigurationWarningException);
1471
- export var WAFDuplicateItemException = [
1472
- -3,
1473
- n0,
1474
- _WAFDIE,
1475
- {
1476
- [_e]: _c,
1477
- },
1478
- [_Me],
1479
- [0],
1480
- ];
1453
+ export var WAFDuplicateItemException = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
1481
1454
  TypeRegistry.for(n0).registerError(WAFDuplicateItemException, __WAFDuplicateItemException);
1482
1455
  export var WAFExpiredManagedRuleGroupVersionException = [
1483
1456
  -3,
1484
1457
  n0,
1485
1458
  _WAFEMRGVE,
1486
- {
1487
- [_e]: _c,
1488
- },
1459
+ { [_e]: _c },
1489
1460
  [_Me],
1490
1461
  [0],
1491
1462
  ];
@@ -1494,177 +1465,47 @@ export var WAFFeatureNotIncludedInPricingPlanException = [
1494
1465
  -3,
1495
1466
  n0,
1496
1467
  _WAFFNIIPPE,
1497
- {
1498
- [_e]: _c,
1499
- },
1468
+ { [_e]: _c },
1500
1469
  [_Me, _DFi],
1501
1470
  [0, () => DisallowedFeatures],
1502
1471
  ];
1503
1472
  TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException, __WAFFeatureNotIncludedInPricingPlanException);
1504
- export var WAFInternalErrorException = [
1505
- -3,
1506
- n0,
1507
- _WAFIEE,
1508
- {
1509
- [_e]: _s,
1510
- },
1511
- [_Me],
1512
- [0],
1513
- ];
1473
+ export var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
1514
1474
  TypeRegistry.for(n0).registerError(WAFInternalErrorException, __WAFInternalErrorException);
1515
- export var WAFInvalidOperationException = [
1516
- -3,
1517
- n0,
1518
- _WAFIOE,
1519
- {
1520
- [_e]: _c,
1521
- },
1522
- [_Me],
1523
- [0],
1524
- ];
1475
+ export var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
1525
1476
  TypeRegistry.for(n0).registerError(WAFInvalidOperationException, __WAFInvalidOperationException);
1526
1477
  export var WAFInvalidParameterException = [
1527
1478
  -3,
1528
1479
  n0,
1529
1480
  _WAFIPE,
1530
- {
1531
- [_e]: _c,
1532
- },
1481
+ { [_e]: _c },
1533
1482
  [_m, _F, _Pa, _Rea],
1534
1483
  [0, 0, 0, 0],
1535
1484
  ];
1536
1485
  TypeRegistry.for(n0).registerError(WAFInvalidParameterException, __WAFInvalidParameterException);
1537
- export var WAFInvalidPermissionPolicyException = [
1538
- -3,
1539
- n0,
1540
- _WAFIPPE,
1541
- {
1542
- [_e]: _c,
1543
- },
1544
- [_Me],
1545
- [0],
1546
- ];
1486
+ export var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
1547
1487
  TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, __WAFInvalidPermissionPolicyException);
1548
- export var WAFInvalidResourceException = [
1549
- -3,
1550
- n0,
1551
- _WAFIRE,
1552
- {
1553
- [_e]: _c,
1554
- },
1555
- [_Me],
1556
- [0],
1557
- ];
1488
+ export var WAFInvalidResourceException = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
1558
1489
  TypeRegistry.for(n0).registerError(WAFInvalidResourceException, __WAFInvalidResourceException);
1559
- export var WAFLimitsExceededException = [
1560
- -3,
1561
- n0,
1562
- _WAFLEE,
1563
- {
1564
- [_e]: _c,
1565
- },
1566
- [_Me, _STo],
1567
- [0, 0],
1568
- ];
1490
+ export var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
1569
1491
  TypeRegistry.for(n0).registerError(WAFLimitsExceededException, __WAFLimitsExceededException);
1570
- export var WAFLogDestinationPermissionIssueException = [
1571
- -3,
1572
- n0,
1573
- _WAFLDPIE,
1574
- {
1575
- [_e]: _c,
1576
- },
1577
- [_Me],
1578
- [0],
1579
- ];
1492
+ export var WAFLogDestinationPermissionIssueException = [-3, n0, _WAFLDPIE, { [_e]: _c }, [_Me], [0]];
1580
1493
  TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException, __WAFLogDestinationPermissionIssueException);
1581
- export var WAFNonexistentItemException = [
1582
- -3,
1583
- n0,
1584
- _WAFNIE,
1585
- {
1586
- [_e]: _c,
1587
- },
1588
- [_Me],
1589
- [0],
1590
- ];
1494
+ export var WAFNonexistentItemException = [-3, n0, _WAFNIE, { [_e]: _c }, [_Me], [0]];
1591
1495
  TypeRegistry.for(n0).registerError(WAFNonexistentItemException, __WAFNonexistentItemException);
1592
- export var WAFOptimisticLockException = [
1593
- -3,
1594
- n0,
1595
- _WAFOLE,
1596
- {
1597
- [_e]: _c,
1598
- },
1599
- [_Me],
1600
- [0],
1601
- ];
1496
+ export var WAFOptimisticLockException = [-3, n0, _WAFOLE, { [_e]: _c }, [_Me], [0]];
1602
1497
  TypeRegistry.for(n0).registerError(WAFOptimisticLockException, __WAFOptimisticLockException);
1603
- export var WAFServiceLinkedRoleErrorException = [
1604
- -3,
1605
- n0,
1606
- _WAFSLREE,
1607
- {
1608
- [_e]: _c,
1609
- },
1610
- [_m],
1611
- [0],
1612
- ];
1498
+ export var WAFServiceLinkedRoleErrorException = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
1613
1499
  TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, __WAFServiceLinkedRoleErrorException);
1614
- export var WAFSubscriptionNotFoundException = [
1615
- -3,
1616
- n0,
1617
- _WAFSNFE,
1618
- {
1619
- [_e]: _c,
1620
- },
1621
- [_Me],
1622
- [0],
1623
- ];
1500
+ export var WAFSubscriptionNotFoundException = [-3, n0, _WAFSNFE, { [_e]: _c }, [_Me], [0]];
1624
1501
  TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, __WAFSubscriptionNotFoundException);
1625
- export var WAFTagOperationException = [
1626
- -3,
1627
- n0,
1628
- _WAFTOE,
1629
- {
1630
- [_e]: _c,
1631
- },
1632
- [_Me],
1633
- [0],
1634
- ];
1502
+ export var WAFTagOperationException = [-3, n0, _WAFTOE, { [_e]: _c }, [_Me], [0]];
1635
1503
  TypeRegistry.for(n0).registerError(WAFTagOperationException, __WAFTagOperationException);
1636
- export var WAFTagOperationInternalErrorException = [
1637
- -3,
1638
- n0,
1639
- _WAFTOIEE,
1640
- {
1641
- [_e]: _s,
1642
- },
1643
- [_Me],
1644
- [0],
1645
- ];
1504
+ export var WAFTagOperationInternalErrorException = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_Me], [0]];
1646
1505
  TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, __WAFTagOperationInternalErrorException);
1647
- export var WAFUnavailableEntityException = [
1648
- -3,
1649
- n0,
1650
- _WAFUEE,
1651
- {
1652
- [_e]: _c,
1653
- },
1654
- [_Me],
1655
- [0],
1656
- ];
1506
+ export var WAFUnavailableEntityException = [-3, n0, _WAFUEE, { [_e]: _c }, [_Me], [0]];
1657
1507
  TypeRegistry.for(n0).registerError(WAFUnavailableEntityException, __WAFUnavailableEntityException);
1658
- export var WAFUnsupportedAggregateKeyTypeException = [
1659
- -3,
1660
- n0,
1661
- _WAFUAKTE,
1662
- {
1663
- [_e]: _c,
1664
- },
1665
- [_Me],
1666
- [0],
1667
- ];
1508
+ export var WAFUnsupportedAggregateKeyTypeException = [-3, n0, _WAFUAKTE, { [_e]: _c }, [_Me], [0]];
1668
1509
  TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException, __WAFUnsupportedAggregateKeyTypeException);
1669
1510
  export var WebACL = [
1670
1511
  3,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
3
3
  import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
4
4
  import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
11
11
  import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
12
12
  import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
@@ -62,7 +62,7 @@ import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput }
62
62
  import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
63
63
  import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
64
64
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
65
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
65
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
66
66
  export { __Client };
67
67
  /**
68
68
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { WAFV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { WAFV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { WAFV2ClientResolvedConfig } from "../WAFV2Client";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type WAFV2ClientResolvedConfig } from "../WAFV2Client";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateAPIKeyRequest, CreateAPIKeyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAPIKeyRequest, CreateAPIKeyResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
5
  /**
6
6
  * @public
7
7
  */