@aws-sdk/client-network-firewall 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/NetworkFirewall.d.ts +272 -343
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +11 -36
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateProxyRuleGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListProxiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProxyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListProxyRuleGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRulePrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +12 -39
- package/dist-types/ts3.4/models/models_0.d.ts +17 -51
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListProxiesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateAvailabilityZoneChangeProtectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAvailabilityZoneChangeProtectionCommandInput
|
|
8
|
-
extends UpdateAvailabilityZoneChangeProtectionRequest {}
|
|
7
|
+
export interface UpdateAvailabilityZoneChangeProtectionCommandInput extends UpdateAvailabilityZoneChangeProtectionRequest {}
|
|
9
8
|
export interface UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
10
|
-
extends UpdateAvailabilityZoneChangeProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateAvailabilityZoneChangeProtectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateAvailabilityZoneChangeProtectionCommandInput
|
|
12
|
+
input: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
17
15
|
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateAvailabilityZoneChangeProtectionCommandInput
|
|
21
|
+
input: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
26
24
|
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateContainerAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateContainerAssociationCommandInput
|
|
8
|
-
extends UpdateContainerAssociationRequest {}
|
|
7
|
+
export interface UpdateContainerAssociationCommandInput extends UpdateContainerAssociationRequest {}
|
|
9
8
|
export interface UpdateContainerAssociationCommandOutput
|
|
10
|
-
extends UpdateContainerAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateContainerAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateContainerAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateContainerAssociationCommandInput
|
|
12
|
+
input: UpdateContainerAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateContainerAssociationCommandInput,
|
|
17
15
|
UpdateContainerAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateContainerAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateContainerAssociationCommandInput
|
|
21
|
+
input: UpdateContainerAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateContainerAssociationCommandInput,
|
|
26
24
|
UpdateContainerAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFirewallAnalysisSettingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallAnalysisSettingsCommandInput
|
|
8
|
-
extends UpdateFirewallAnalysisSettingsRequest {}
|
|
7
|
+
export interface UpdateFirewallAnalysisSettingsCommandInput extends UpdateFirewallAnalysisSettingsRequest {}
|
|
9
8
|
export interface UpdateFirewallAnalysisSettingsCommandOutput
|
|
10
|
-
extends UpdateFirewallAnalysisSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFirewallAnalysisSettingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFirewallAnalysisSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFirewallAnalysisSettingsCommandInput
|
|
12
|
+
input: UpdateFirewallAnalysisSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFirewallAnalysisSettingsCommandInput,
|
|
17
15
|
UpdateFirewallAnalysisSettingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFirewallDeleteProtectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallDeleteProtectionCommandInput
|
|
8
|
-
extends UpdateFirewallDeleteProtectionRequest {}
|
|
7
|
+
export interface UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewallDeleteProtectionRequest {}
|
|
9
8
|
export interface UpdateFirewallDeleteProtectionCommandOutput
|
|
10
|
-
extends UpdateFirewallDeleteProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFirewallDeleteProtectionCommandInput
|
|
12
|
+
input: UpdateFirewallDeleteProtectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFirewallDeleteProtectionCommandInput,
|
|
17
15
|
UpdateFirewallDeleteProtectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateFirewallDeleteProtectionCommandInput
|
|
21
|
+
input: UpdateFirewallDeleteProtectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateFirewallDeleteProtectionCommandInput,
|
|
26
24
|
UpdateFirewallDeleteProtectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFirewallDescriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallDescriptionCommandInput
|
|
8
|
-
extends UpdateFirewallDescriptionRequest {}
|
|
7
|
+
export interface UpdateFirewallDescriptionCommandInput extends UpdateFirewallDescriptionRequest {}
|
|
9
8
|
export interface UpdateFirewallDescriptionCommandOutput
|
|
10
|
-
extends UpdateFirewallDescriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFirewallDescriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFirewallDescriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFirewallDescriptionCommandInput
|
|
12
|
+
input: UpdateFirewallDescriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFirewallDescriptionCommandInput,
|
|
17
15
|
UpdateFirewallDescriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFirewallEncryptionConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallEncryptionConfigurationCommandInput
|
|
8
|
-
extends UpdateFirewallEncryptionConfigurationRequest {}
|
|
7
|
+
export interface UpdateFirewallEncryptionConfigurationCommandInput extends UpdateFirewallEncryptionConfigurationRequest {}
|
|
9
8
|
export interface UpdateFirewallEncryptionConfigurationCommandOutput
|
|
10
|
-
extends UpdateFirewallEncryptionConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFirewallEncryptionConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFirewallEncryptionConfigurationCommandInput
|
|
12
|
+
input: UpdateFirewallEncryptionConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFirewallEncryptionConfigurationCommandInput,
|
|
17
15
|
UpdateFirewallEncryptionConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateFirewallPolicyChangeProtectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallPolicyChangeProtectionCommandInput
|
|
8
|
-
extends UpdateFirewallPolicyChangeProtectionRequest {}
|
|
7
|
+
export interface UpdateFirewallPolicyChangeProtectionCommandInput extends UpdateFirewallPolicyChangeProtectionRequest {}
|
|
9
8
|
export interface UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
10
|
-
extends UpdateFirewallPolicyChangeProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateFirewallPolicyChangeProtectionCommandInput
|
|
12
|
+
input: UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
17
15
|
UpdateFirewallPolicyChangeProtectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateFirewallPolicyChangeProtectionCommandInput
|
|
21
|
+
input: UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
26
24
|
UpdateFirewallPolicyChangeProtectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFirewallPolicyRequest,
|
|
4
|
-
UpdateFirewallPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateFirewallPolicyCommandInput
|
|
8
|
-
extends UpdateFirewallPolicyRequest {}
|
|
4
|
+
export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRequest {}
|
|
9
5
|
export interface UpdateFirewallPolicyCommandOutput
|
|
10
|
-
extends UpdateFirewallPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateFirewallPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateFirewallPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateFirewallPolicyCommandInput
|
|
9
|
+
input: UpdateFirewallPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateFirewallPolicyCommandInput,
|
|
17
12
|
UpdateFirewallPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateFirewallPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateFirewallPolicyCommandInput
|
|
18
|
+
input: UpdateFirewallPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateFirewallPolicyCommandInput,
|
|
26
21
|
UpdateFirewallPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateLoggingConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateLoggingConfigurationCommandInput
|
|
8
|
-
extends UpdateLoggingConfigurationRequest {}
|
|
7
|
+
export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingConfigurationRequest {}
|
|
9
8
|
export interface UpdateLoggingConfigurationCommandOutput
|
|
10
|
-
extends UpdateLoggingConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateLoggingConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateLoggingConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateLoggingConfigurationCommandInput
|
|
12
|
+
input: UpdateLoggingConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateLoggingConfigurationCommandInput,
|
|
17
15
|
UpdateLoggingConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateProxyRequest, UpdateProxyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateProxyCommandInput extends UpdateProxyRequest {}
|
|
5
|
-
export interface UpdateProxyCommandOutput
|
|
6
|
-
extends UpdateProxyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateProxyCommandOutput extends UpdateProxyResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateProxyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateProxyCommandInput
|
|
8
|
+
input: UpdateProxyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateProxyCommandInput,
|
|
13
11
|
UpdateProxyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateProxyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateProxyCommandInput
|
|
17
|
+
input: UpdateProxyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateProxyCommandInput,
|
|
22
20
|
UpdateProxyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateProxyConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateProxyConfigurationCommandInput
|
|
8
|
-
extends UpdateProxyConfigurationRequest {}
|
|
7
|
+
export interface UpdateProxyConfigurationCommandInput extends UpdateProxyConfigurationRequest {}
|
|
9
8
|
export interface UpdateProxyConfigurationCommandOutput
|
|
10
|
-
extends UpdateProxyConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateProxyConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateProxyConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateProxyConfigurationCommandInput
|
|
12
|
+
input: UpdateProxyConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateProxyConfigurationCommandInput,
|
|
17
15
|
UpdateProxyConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateProxyConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateProxyConfigurationCommandInput
|
|
21
|
+
input: UpdateProxyConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateProxyConfigurationCommandInput,
|
|
26
24
|
UpdateProxyConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateProxyRuleRequest,
|
|
4
|
-
UpdateProxyRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateProxyRuleRequest, UpdateProxyRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateProxyRuleCommandInput extends UpdateProxyRuleRequest {}
|
|
8
|
-
export interface UpdateProxyRuleCommandOutput
|
|
9
|
-
extends UpdateProxyRuleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateProxyRuleCommandOutput extends UpdateProxyRuleResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateProxyRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateProxyRuleCommandInput
|
|
8
|
+
input: UpdateProxyRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateProxyRuleCommandInput,
|
|
16
11
|
UpdateProxyRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateProxyRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateProxyRuleCommandInput
|
|
17
|
+
input: UpdateProxyRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateProxyRuleCommandInput,
|
|
25
20
|
UpdateProxyRuleCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateProxyRuleGroupPrioritiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateProxyRuleGroupPrioritiesCommandInput
|
|
8
|
-
extends UpdateProxyRuleGroupPrioritiesRequest {}
|
|
7
|
+
export interface UpdateProxyRuleGroupPrioritiesCommandInput extends UpdateProxyRuleGroupPrioritiesRequest {}
|
|
9
8
|
export interface UpdateProxyRuleGroupPrioritiesCommandOutput
|
|
10
|
-
extends UpdateProxyRuleGroupPrioritiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateProxyRuleGroupPrioritiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateProxyRuleGroupPrioritiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateProxyRuleGroupPrioritiesCommandInput
|
|
12
|
+
input: UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
17
15
|
UpdateProxyRuleGroupPrioritiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateProxyRuleGroupPrioritiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateProxyRuleGroupPrioritiesCommandInput
|
|
21
|
+
input: UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
26
24
|
UpdateProxyRuleGroupPrioritiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateProxyRulePrioritiesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateProxyRulePrioritiesCommandInput
|
|
8
|
-
extends UpdateProxyRulePrioritiesRequest {}
|
|
7
|
+
export interface UpdateProxyRulePrioritiesCommandInput extends UpdateProxyRulePrioritiesRequest {}
|
|
9
8
|
export interface UpdateProxyRulePrioritiesCommandOutput
|
|
10
|
-
extends UpdateProxyRulePrioritiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateProxyRulePrioritiesResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateProxyRulePrioritiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateProxyRulePrioritiesCommandInput
|
|
12
|
+
input: UpdateProxyRulePrioritiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateProxyRulePrioritiesCommandInput,
|
|
17
15
|
UpdateProxyRulePrioritiesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateProxyRulePrioritiesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateProxyRulePrioritiesCommandInput
|
|
21
|
+
input: UpdateProxyRulePrioritiesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateProxyRulePrioritiesCommandInput,
|
|
26
24
|
UpdateProxyRulePrioritiesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRuleGroupRequest,
|
|
4
|
-
UpdateRuleGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
|
|
8
|
-
export interface UpdateRuleGroupCommandOutput
|
|
9
|
-
extends UpdateRuleGroupResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateRuleGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateRuleGroupCommandInput
|
|
8
|
+
input: UpdateRuleGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateRuleGroupCommandInput,
|
|
16
11
|
UpdateRuleGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateRuleGroupCommandInput
|
|
17
|
+
input: UpdateRuleGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateRuleGroupCommandInput,
|
|
25
20
|
UpdateRuleGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateSubnetChangeProtectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSubnetChangeProtectionCommandInput
|
|
8
|
-
extends UpdateSubnetChangeProtectionRequest {}
|
|
7
|
+
export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetChangeProtectionRequest {}
|
|
9
8
|
export interface UpdateSubnetChangeProtectionCommandOutput
|
|
10
|
-
extends UpdateSubnetChangeProtectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateSubnetChangeProtectionCommandInput
|
|
12
|
+
input: UpdateSubnetChangeProtectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateSubnetChangeProtectionCommandInput,
|
|
17
15
|
UpdateSubnetChangeProtectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateSubnetChangeProtectionCommandInput
|
|
21
|
+
input: UpdateSubnetChangeProtectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateSubnetChangeProtectionCommandInput,
|
|
26
24
|
UpdateSubnetChangeProtectionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateTLSInspectionConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateTLSInspectionConfigurationCommandInput
|
|
8
|
-
extends UpdateTLSInspectionConfigurationRequest {}
|
|
7
|
+
export interface UpdateTLSInspectionConfigurationCommandInput extends UpdateTLSInspectionConfigurationRequest {}
|
|
9
8
|
export interface UpdateTLSInspectionConfigurationCommandOutput
|
|
10
|
-
extends UpdateTLSInspectionConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateTLSInspectionConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateTLSInspectionConfigurationCommandInput
|
|
12
|
+
input: UpdateTLSInspectionConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateTLSInspectionConfigurationCommandInput,
|
|
17
15
|
UpdateTLSInspectionConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateTLSInspectionConfigurationCommandInput
|
|
21
|
+
input: UpdateTLSInspectionConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateTLSInspectionConfigurationCommandInput,
|
|
26
24
|
UpdateTLSInspectionConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface NetworkFirewallExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|