@aws-sdk/client-wafv2 3.934.0 → 3.935.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 +682 -681
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +508 -0
- package/dist-es/models/errors.js +287 -0
- package/dist-es/models/models_0.js +1 -795
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetWebACLCommand.d.ts +1 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +780 -0
- package/dist-types/models/errors.d.ts +368 -0
- package/dist-types/models/models_0.d.ts +23 -1146
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +1 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +565 -0
- package/dist-types/ts3.4/models/errors.d.ts +194 -0
- package/dist-types/ts3.4/models/models_0.d.ts +40 -757
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -1
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -23
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -6
|
@@ -556,7 +556,7 @@ const _s = "server";
|
|
|
556
556
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
|
|
557
557
|
const n0 = "com.amazonaws.wafv2";
|
|
558
558
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
559
|
-
import { WAFAssociatedItemException as __WAFAssociatedItemException, WAFConfigurationWarningException as __WAFConfigurationWarningException, WAFDuplicateItemException as __WAFDuplicateItemException, WAFExpiredManagedRuleGroupVersionException as __WAFExpiredManagedRuleGroupVersionException, WAFFeatureNotIncludedInPricingPlanException as __WAFFeatureNotIncludedInPricingPlanException, WAFInternalErrorException as __WAFInternalErrorException, WAFInvalidOperationException as __WAFInvalidOperationException, WAFInvalidParameterException as __WAFInvalidParameterException, WAFInvalidPermissionPolicyException as __WAFInvalidPermissionPolicyException, WAFInvalidResourceException as __WAFInvalidResourceException, WAFLimitsExceededException as __WAFLimitsExceededException, WAFLogDestinationPermissionIssueException as __WAFLogDestinationPermissionIssueException, WAFNonexistentItemException as __WAFNonexistentItemException, WAFOptimisticLockException as __WAFOptimisticLockException, WAFServiceLinkedRoleErrorException as __WAFServiceLinkedRoleErrorException, WAFSubscriptionNotFoundException as __WAFSubscriptionNotFoundException, WAFTagOperationException as __WAFTagOperationException, WAFTagOperationInternalErrorException as __WAFTagOperationInternalErrorException, WAFUnavailableEntityException as __WAFUnavailableEntityException, WAFUnsupportedAggregateKeyTypeException as __WAFUnsupportedAggregateKeyTypeException, } from "../models/
|
|
559
|
+
import { WAFAssociatedItemException as __WAFAssociatedItemException, WAFConfigurationWarningException as __WAFConfigurationWarningException, WAFDuplicateItemException as __WAFDuplicateItemException, WAFExpiredManagedRuleGroupVersionException as __WAFExpiredManagedRuleGroupVersionException, WAFFeatureNotIncludedInPricingPlanException as __WAFFeatureNotIncludedInPricingPlanException, WAFInternalErrorException as __WAFInternalErrorException, WAFInvalidOperationException as __WAFInvalidOperationException, WAFInvalidParameterException as __WAFInvalidParameterException, WAFInvalidPermissionPolicyException as __WAFInvalidPermissionPolicyException, WAFInvalidResourceException as __WAFInvalidResourceException, WAFLimitsExceededException as __WAFLimitsExceededException, WAFLogDestinationPermissionIssueException as __WAFLogDestinationPermissionIssueException, WAFNonexistentItemException as __WAFNonexistentItemException, WAFOptimisticLockException as __WAFOptimisticLockException, WAFServiceLinkedRoleErrorException as __WAFServiceLinkedRoleErrorException, WAFSubscriptionNotFoundException as __WAFSubscriptionNotFoundException, WAFTagOperationException as __WAFTagOperationException, WAFTagOperationInternalErrorException as __WAFTagOperationInternalErrorException, WAFUnavailableEntityException as __WAFUnavailableEntityException, WAFUnsupportedAggregateKeyTypeException as __WAFUnsupportedAggregateKeyTypeException, } from "../models/errors";
|
|
560
560
|
import { WAFV2ServiceException as __WAFV2ServiceException } from "../models/WAFV2ServiceException";
|
|
561
561
|
export var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
|
|
562
562
|
export var AddressField = [3, n0, _AF, 0, [_I], [0]];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetWebACLRequest } from "../models/models_0";
|
|
4
|
-
import { GetWebACLResponse } from "../models/models_1";
|
|
3
|
+
import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
package/dist-types/index.d.ts
CHANGED
|
@@ -44,5 +44,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
44
44
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
45
45
|
export type { WAFV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
46
46
|
export * from "./commands";
|
|
47
|
-
export * from "./models";
|
|
47
|
+
export * from "./models/enums";
|
|
48
|
+
export * from "./models/errors";
|
|
49
|
+
export type * from "./models/models_0";
|
|
48
50
|
export { WAFV2ServiceException } from "./models/WAFV2ServiceException";
|