@aws-sdk/client-network-firewall 3.1087.0 → 3.1089.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 +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeTLSInspectionConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeTLSInspectionConfigurationCommandInput
|
|
8
|
-
extends DescribeTLSInspectionConfigurationRequest {}
|
|
7
|
+
export interface DescribeTLSInspectionConfigurationCommandInput extends DescribeTLSInspectionConfigurationRequest {}
|
|
9
8
|
export interface DescribeTLSInspectionConfigurationCommandOutput
|
|
10
|
-
extends DescribeTLSInspectionConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeTLSInspectionConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeTLSInspectionConfigurationCommandInput
|
|
12
|
+
input: DescribeTLSInspectionConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeTLSInspectionConfigurationCommandInput,
|
|
17
15
|
DescribeTLSInspectionConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeVpcEndpointAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVpcEndpointAssociationCommandInput
|
|
8
|
-
extends DescribeVpcEndpointAssociationRequest {}
|
|
7
|
+
export interface DescribeVpcEndpointAssociationCommandInput extends DescribeVpcEndpointAssociationRequest {}
|
|
9
8
|
export interface DescribeVpcEndpointAssociationCommandOutput
|
|
10
|
-
extends DescribeVpcEndpointAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeVpcEndpointAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeVpcEndpointAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeVpcEndpointAssociationCommandInput
|
|
12
|
+
input: DescribeVpcEndpointAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeVpcEndpointAssociationCommandInput,
|
|
17
15
|
DescribeVpcEndpointAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeVpcEndpointAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeVpcEndpointAssociationCommandInput
|
|
21
|
+
input: DescribeVpcEndpointAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeVpcEndpointAssociationCommandInput,
|
|
26
24
|
DescribeVpcEndpointAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DetachRuleGroupsFromProxyConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DetachRuleGroupsFromProxyConfigurationCommandInput
|
|
8
|
-
extends DetachRuleGroupsFromProxyConfigurationRequest {}
|
|
7
|
+
export interface DetachRuleGroupsFromProxyConfigurationCommandInput extends DetachRuleGroupsFromProxyConfigurationRequest {}
|
|
9
8
|
export interface DetachRuleGroupsFromProxyConfigurationCommandOutput
|
|
10
|
-
extends DetachRuleGroupsFromProxyConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DetachRuleGroupsFromProxyConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DetachRuleGroupsFromProxyConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DetachRuleGroupsFromProxyConfigurationCommandInput
|
|
12
|
+
input: DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
17
15
|
DetachRuleGroupsFromProxyConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DetachRuleGroupsFromProxyConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DetachRuleGroupsFromProxyConfigurationCommandInput
|
|
21
|
+
input: DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
26
24
|
DetachRuleGroupsFromProxyConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateAvailabilityZonesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateAvailabilityZonesCommandInput
|
|
8
|
-
extends DisassociateAvailabilityZonesRequest {}
|
|
7
|
+
export interface DisassociateAvailabilityZonesCommandInput extends DisassociateAvailabilityZonesRequest {}
|
|
9
8
|
export interface DisassociateAvailabilityZonesCommandOutput
|
|
10
|
-
extends DisassociateAvailabilityZonesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateAvailabilityZonesResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateAvailabilityZonesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateAvailabilityZonesCommandInput
|
|
12
|
+
input: DisassociateAvailabilityZonesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateAvailabilityZonesCommandInput,
|
|
17
15
|
DisassociateAvailabilityZonesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateAvailabilityZonesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateAvailabilityZonesCommandInput
|
|
21
|
+
input: DisassociateAvailabilityZonesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateAvailabilityZonesCommandInput,
|
|
26
24
|
DisassociateAvailabilityZonesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisassociateSubnetsRequest,
|
|
4
|
-
DisassociateSubnetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateSubnetsCommandInput
|
|
8
|
-
extends DisassociateSubnetsRequest {}
|
|
4
|
+
export interface DisassociateSubnetsCommandInput extends DisassociateSubnetsRequest {}
|
|
9
5
|
export interface DisassociateSubnetsCommandOutput
|
|
10
|
-
extends DisassociateSubnetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DisassociateSubnetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const DisassociateSubnetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DisassociateSubnetsCommandInput
|
|
9
|
+
input: DisassociateSubnetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DisassociateSubnetsCommandInput,
|
|
17
12
|
DisassociateSubnetsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DisassociateSubnetsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DisassociateSubnetsCommandInput
|
|
18
|
+
input: DisassociateSubnetsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DisassociateSubnetsCommandInput,
|
|
26
21
|
DisassociateSubnetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAnalysisReportResultsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAnalysisReportResultsCommandInput
|
|
8
|
-
extends GetAnalysisReportResultsRequest {}
|
|
7
|
+
export interface GetAnalysisReportResultsCommandInput extends GetAnalysisReportResultsRequest {}
|
|
9
8
|
export interface GetAnalysisReportResultsCommandOutput
|
|
10
|
-
extends GetAnalysisReportResultsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAnalysisReportResultsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAnalysisReportResultsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAnalysisReportResultsCommandInput
|
|
12
|
+
input: GetAnalysisReportResultsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAnalysisReportResultsCommandInput,
|
|
17
15
|
GetAnalysisReportResultsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAnalysisReportResultsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAnalysisReportResultsCommandInput
|
|
21
|
+
input: GetAnalysisReportResultsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAnalysisReportResultsCommandInput,
|
|
26
24
|
GetAnalysisReportResultsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAnalysisReportsRequest,
|
|
4
|
-
ListAnalysisReportsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAnalysisReportsRequest, ListAnalysisReportsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAnalysisReportsCommandInput
|
|
8
|
-
extends ListAnalysisReportsRequest {}
|
|
4
|
+
export interface ListAnalysisReportsCommandInput extends ListAnalysisReportsRequest {}
|
|
9
5
|
export interface ListAnalysisReportsCommandOutput
|
|
10
|
-
extends ListAnalysisReportsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAnalysisReportsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAnalysisReportsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAnalysisReportsCommandInput
|
|
9
|
+
input: ListAnalysisReportsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAnalysisReportsCommandInput,
|
|
17
12
|
ListAnalysisReportsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListContainerAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContainerAssociationsCommandInput
|
|
8
|
-
extends ListContainerAssociationsRequest {}
|
|
7
|
+
export interface ListContainerAssociationsCommandInput extends ListContainerAssociationsRequest {}
|
|
9
8
|
export interface ListContainerAssociationsCommandOutput
|
|
10
|
-
extends ListContainerAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListContainerAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListContainerAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListContainerAssociationsCommandInput
|
|
12
|
+
input: ListContainerAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListContainerAssociationsCommandInput,
|
|
17
15
|
ListContainerAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFirewallPoliciesRequest,
|
|
4
|
-
ListFirewallPoliciesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFirewallPoliciesCommandInput
|
|
8
|
-
extends ListFirewallPoliciesRequest {}
|
|
4
|
+
export interface ListFirewallPoliciesCommandInput extends ListFirewallPoliciesRequest {}
|
|
9
5
|
export interface ListFirewallPoliciesCommandOutput
|
|
10
|
-
extends ListFirewallPoliciesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFirewallPoliciesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListFirewallPoliciesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFirewallPoliciesCommandInput
|
|
9
|
+
input: ListFirewallPoliciesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFirewallPoliciesCommandInput,
|
|
17
12
|
ListFirewallPoliciesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFirewallsRequest,
|
|
4
|
-
ListFirewallsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListFirewallsCommandInput extends ListFirewallsRequest {}
|
|
8
|
-
export interface ListFirewallsCommandOutput
|
|
9
|
-
extends ListFirewallsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListFirewallsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListFirewallsCommandInput
|
|
8
|
+
input: ListFirewallsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListFirewallsCommandInput,
|
|
16
11
|
ListFirewallsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListFlowOperationResultsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFlowOperationResultsCommandInput
|
|
8
|
-
extends ListFlowOperationResultsRequest {}
|
|
7
|
+
export interface ListFlowOperationResultsCommandInput extends ListFlowOperationResultsRequest {}
|
|
9
8
|
export interface ListFlowOperationResultsCommandOutput
|
|
10
|
-
extends ListFlowOperationResultsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListFlowOperationResultsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListFlowOperationResultsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListFlowOperationResultsCommandInput
|
|
12
|
+
input: ListFlowOperationResultsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListFlowOperationResultsCommandInput,
|
|
17
15
|
ListFlowOperationResultsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListFlowOperationResultsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListFlowOperationResultsCommandInput
|
|
21
|
+
input: ListFlowOperationResultsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListFlowOperationResultsCommandInput,
|
|
26
24
|
ListFlowOperationResultsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFlowOperationsRequest,
|
|
4
|
-
ListFlowOperationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFlowOperationsRequest, ListFlowOperationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListFlowOperationsCommandInput
|
|
8
|
-
extends ListFlowOperationsRequest {}
|
|
4
|
+
export interface ListFlowOperationsCommandInput extends ListFlowOperationsRequest {}
|
|
9
5
|
export interface ListFlowOperationsCommandOutput
|
|
10
|
-
extends ListFlowOperationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListFlowOperationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListFlowOperationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListFlowOperationsCommandInput
|
|
9
|
+
input: ListFlowOperationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListFlowOperationsCommandInput,
|
|
17
12
|
ListFlowOperationsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListFlowOperationsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListFlowOperationsCommandInput
|
|
18
|
+
input: ListFlowOperationsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListFlowOperationsCommandInput,
|
|
26
21
|
ListFlowOperationsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListProxiesRequest, ListProxiesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListProxiesCommandInput extends ListProxiesRequest {}
|
|
5
|
-
export interface ListProxiesCommandOutput
|
|
6
|
-
extends ListProxiesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListProxiesCommandOutput extends ListProxiesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListProxiesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListProxiesCommandInput
|
|
8
|
+
input: ListProxiesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListProxiesCommandInput,
|
|
13
11
|
ListProxiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListProxyConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProxyConfigurationsCommandInput
|
|
8
|
-
extends ListProxyConfigurationsRequest {}
|
|
7
|
+
export interface ListProxyConfigurationsCommandInput extends ListProxyConfigurationsRequest {}
|
|
9
8
|
export interface ListProxyConfigurationsCommandOutput
|
|
10
|
-
extends ListProxyConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListProxyConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListProxyConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListProxyConfigurationsCommandInput
|
|
12
|
+
input: ListProxyConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListProxyConfigurationsCommandInput,
|
|
17
15
|
ListProxyConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListProxyRuleGroupsRequest,
|
|
4
|
-
ListProxyRuleGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListProxyRuleGroupsRequest, ListProxyRuleGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProxyRuleGroupsCommandInput
|
|
8
|
-
extends ListProxyRuleGroupsRequest {}
|
|
4
|
+
export interface ListProxyRuleGroupsCommandInput extends ListProxyRuleGroupsRequest {}
|
|
9
5
|
export interface ListProxyRuleGroupsCommandOutput
|
|
10
|
-
extends ListProxyRuleGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListProxyRuleGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListProxyRuleGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListProxyRuleGroupsCommandInput
|
|
9
|
+
input: ListProxyRuleGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListProxyRuleGroupsCommandInput,
|
|
17
12
|
ListProxyRuleGroupsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListRuleGroupsRequest,
|
|
4
|
-
ListRuleGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
|
|
8
|
-
export interface ListRuleGroupsCommandOutput
|
|
9
|
-
extends ListRuleGroupsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListRuleGroupsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListRuleGroupsCommandInput
|
|
8
|
+
input: ListRuleGroupsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListRuleGroupsCommandInput,
|
|
16
11
|
ListRuleGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTLSInspectionConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTLSInspectionConfigurationsCommandInput
|
|
8
|
-
extends ListTLSInspectionConfigurationsRequest {}
|
|
7
|
+
export interface ListTLSInspectionConfigurationsCommandInput extends ListTLSInspectionConfigurationsRequest {}
|
|
9
8
|
export interface ListTLSInspectionConfigurationsCommandOutput
|
|
10
|
-
extends ListTLSInspectionConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTLSInspectionConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTLSInspectionConfigurationsCommandInput
|
|
12
|
+
input: ListTLSInspectionConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTLSInspectionConfigurationsCommandInput,
|
|
17
15
|
ListTLSInspectionConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListVpcEndpointAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcEndpointAssociationsCommandInput
|
|
8
|
-
extends ListVpcEndpointAssociationsRequest {}
|
|
7
|
+
export interface ListVpcEndpointAssociationsCommandInput extends ListVpcEndpointAssociationsRequest {}
|
|
9
8
|
export interface ListVpcEndpointAssociationsCommandOutput
|
|
10
|
-
extends ListVpcEndpointAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListVpcEndpointAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListVpcEndpointAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListVpcEndpointAssociationsCommandInput
|
|
12
|
+
input: ListVpcEndpointAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListVpcEndpointAssociationsCommandInput,
|
|
17
15
|
ListVpcEndpointAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutResourcePolicyRequest,
|
|
4
|
-
PutResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutResourcePolicyCommandInput
|
|
8
|
-
extends PutResourcePolicyRequest {}
|
|
4
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
|
|
9
5
|
export interface PutResourcePolicyCommandOutput
|
|
10
|
-
extends PutResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutResourcePolicyCommandInput
|
|
9
|
+
input: PutResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutResourcePolicyCommandInput,
|
|
17
12
|
PutResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutResourcePolicyCommandInput
|
|
18
|
+
input: PutResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutResourcePolicyCommandInput,
|
|
26
21
|
PutResourcePolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RejectNetworkFirewallTransitGatewayAttachmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RejectNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
8
|
-
extends RejectNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
7
|
+
export interface RejectNetworkFirewallTransitGatewayAttachmentCommandInput extends RejectNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
9
8
|
export interface RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
10
|
-
extends RejectNetworkFirewallTransitGatewayAttachmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RejectNetworkFirewallTransitGatewayAttachmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
12
|
+
input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
17
15
|
RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
21
|
+
input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
26
24
|
RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartAnalysisReportRequest,
|
|
4
|
-
StartAnalysisReportResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartAnalysisReportRequest, StartAnalysisReportResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartAnalysisReportCommandInput
|
|
8
|
-
extends StartAnalysisReportRequest {}
|
|
4
|
+
export interface StartAnalysisReportCommandInput extends StartAnalysisReportRequest {}
|
|
9
5
|
export interface StartAnalysisReportCommandOutput
|
|
10
|
-
extends StartAnalysisReportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartAnalysisReportResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartAnalysisReportCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartAnalysisReportCommandInput
|
|
9
|
+
input: StartAnalysisReportCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartAnalysisReportCommandInput,
|
|
17
12
|
StartAnalysisReportCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartAnalysisReportCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartAnalysisReportCommandInput
|
|
18
|
+
input: StartAnalysisReportCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartAnalysisReportCommandInput,
|
|
26
21
|
StartAnalysisReportCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartFlowCaptureRequest,
|
|
4
|
-
StartFlowCaptureResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartFlowCaptureRequest, StartFlowCaptureResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartFlowCaptureCommandInput extends StartFlowCaptureRequest {}
|
|
8
|
-
export interface StartFlowCaptureCommandOutput
|
|
9
|
-
extends StartFlowCaptureResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartFlowCaptureCommandOutput extends StartFlowCaptureResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartFlowCaptureCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartFlowCaptureCommandInput
|
|
8
|
+
input: StartFlowCaptureCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartFlowCaptureCommandInput,
|
|
16
11
|
StartFlowCaptureCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartFlowCaptureCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartFlowCaptureCommandInput
|
|
17
|
+
input: StartFlowCaptureCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartFlowCaptureCommandInput,
|
|
25
20
|
StartFlowCaptureCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartFlowFlushRequest,
|
|
4
|
-
StartFlowFlushResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartFlowFlushRequest, StartFlowFlushResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartFlowFlushCommandInput extends StartFlowFlushRequest {}
|
|
8
|
-
export interface StartFlowFlushCommandOutput
|
|
9
|
-
extends StartFlowFlushResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartFlowFlushCommandOutput extends StartFlowFlushResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartFlowFlushCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartFlowFlushCommandInput
|
|
8
|
+
input: StartFlowFlushCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartFlowFlushCommandInput,
|
|
16
11
|
StartFlowFlushCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartFlowFlushCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartFlowFlushCommandInput
|
|
17
|
+
input: StartFlowFlushCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartFlowFlushCommandInput,
|
|
25
20
|
StartFlowFlushCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|