@aws-sdk/client-network-firewall 3.1087.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 +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -68,10 +65,7 @@ import {
|
|
|
68
65
|
CreateFirewallPolicyCommandInput,
|
|
69
66
|
CreateFirewallPolicyCommandOutput,
|
|
70
67
|
} from "./commands/CreateFirewallPolicyCommand";
|
|
71
|
-
import {
|
|
72
|
-
CreateProxyCommandInput,
|
|
73
|
-
CreateProxyCommandOutput,
|
|
74
|
-
} from "./commands/CreateProxyCommand";
|
|
68
|
+
import { CreateProxyCommandInput, CreateProxyCommandOutput } from "./commands/CreateProxyCommand";
|
|
75
69
|
import {
|
|
76
70
|
CreateProxyConfigurationCommandInput,
|
|
77
71
|
CreateProxyConfigurationCommandOutput,
|
|
@@ -112,10 +106,7 @@ import {
|
|
|
112
106
|
DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
113
107
|
DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
114
108
|
} from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
115
|
-
import {
|
|
116
|
-
DeleteProxyCommandInput,
|
|
117
|
-
DeleteProxyCommandOutput,
|
|
118
|
-
} from "./commands/DeleteProxyCommand";
|
|
109
|
+
import { DeleteProxyCommandInput, DeleteProxyCommandOutput } from "./commands/DeleteProxyCommand";
|
|
119
110
|
import {
|
|
120
111
|
DeleteProxyConfigurationCommandInput,
|
|
121
112
|
DeleteProxyConfigurationCommandOutput,
|
|
@@ -248,10 +239,7 @@ import {
|
|
|
248
239
|
ListFlowOperationsCommandInput,
|
|
249
240
|
ListFlowOperationsCommandOutput,
|
|
250
241
|
} from "./commands/ListFlowOperationsCommand";
|
|
251
|
-
import {
|
|
252
|
-
ListProxiesCommandInput,
|
|
253
|
-
ListProxiesCommandOutput,
|
|
254
|
-
} from "./commands/ListProxiesCommand";
|
|
242
|
+
import { ListProxiesCommandInput, ListProxiesCommandOutput } from "./commands/ListProxiesCommand";
|
|
255
243
|
import {
|
|
256
244
|
ListProxyConfigurationsCommandInput,
|
|
257
245
|
ListProxyConfigurationsCommandOutput,
|
|
@@ -296,10 +284,7 @@ import {
|
|
|
296
284
|
StartFlowFlushCommandInput,
|
|
297
285
|
StartFlowFlushCommandOutput,
|
|
298
286
|
} from "./commands/StartFlowFlushCommand";
|
|
299
|
-
import {
|
|
300
|
-
TagResourceCommandInput,
|
|
301
|
-
TagResourceCommandOutput,
|
|
302
|
-
} from "./commands/TagResourceCommand";
|
|
287
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
303
288
|
import {
|
|
304
289
|
UntagResourceCommandInput,
|
|
305
290
|
UntagResourceCommandOutput,
|
|
@@ -340,10 +325,7 @@ import {
|
|
|
340
325
|
UpdateLoggingConfigurationCommandInput,
|
|
341
326
|
UpdateLoggingConfigurationCommandOutput,
|
|
342
327
|
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
343
|
-
import {
|
|
344
|
-
UpdateProxyCommandInput,
|
|
345
|
-
UpdateProxyCommandOutput,
|
|
346
|
-
} from "./commands/UpdateProxyCommand";
|
|
328
|
+
import { UpdateProxyCommandInput, UpdateProxyCommandOutput } from "./commands/UpdateProxyCommand";
|
|
347
329
|
import {
|
|
348
330
|
UpdateProxyConfigurationCommandInput,
|
|
349
331
|
UpdateProxyConfigurationCommandOutput,
|
|
@@ -549,8 +531,7 @@ export type ServiceOutputTypes =
|
|
|
549
531
|
| UpdateRuleGroupCommandOutput
|
|
550
532
|
| UpdateSubnetChangeProtectionCommandOutput
|
|
551
533
|
| UpdateTLSInspectionConfigurationCommandOutput;
|
|
552
|
-
export interface ClientDefaults
|
|
553
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
534
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
554
535
|
requestHandler?: __HttpHandlerUserInput;
|
|
555
536
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
556
537
|
urlParser?: __UrlParser;
|
|
@@ -575,9 +556,7 @@ export interface ClientDefaults
|
|
|
575
556
|
extensions?: RuntimeExtension[];
|
|
576
557
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
577
558
|
}
|
|
578
|
-
export type NetworkFirewallClientConfigType = Partial<
|
|
579
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
580
|
-
> &
|
|
559
|
+
export type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
581
560
|
ClientDefaults &
|
|
582
561
|
UserAgentInputConfig &
|
|
583
562
|
RetryInputConfig &
|
|
@@ -586,8 +565,7 @@ export type NetworkFirewallClientConfigType = Partial<
|
|
|
586
565
|
EndpointInputConfig<EndpointParameters> &
|
|
587
566
|
HttpAuthSchemeInputConfig &
|
|
588
567
|
ClientInputEndpointParameters;
|
|
589
|
-
export interface NetworkFirewallClientConfig
|
|
590
|
-
extends NetworkFirewallClientConfigType {}
|
|
568
|
+
export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfigType {}
|
|
591
569
|
export type NetworkFirewallClientResolvedConfigType =
|
|
592
570
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
593
571
|
Required<ClientDefaults> &
|
|
@@ -599,8 +577,7 @@ export type NetworkFirewallClientResolvedConfigType =
|
|
|
599
577
|
EndpointResolvedConfig<EndpointParameters> &
|
|
600
578
|
HttpAuthSchemeResolvedConfig &
|
|
601
579
|
ClientResolvedEndpointParameters;
|
|
602
|
-
export interface NetworkFirewallClientResolvedConfig
|
|
603
|
-
extends NetworkFirewallClientResolvedConfigType {}
|
|
580
|
+
export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClientResolvedConfigType {}
|
|
604
581
|
export declare class NetworkFirewallClient extends __Client<
|
|
605
582
|
__HttpHandlerOptions,
|
|
606
583
|
ServiceInputTypes,
|
|
@@ -608,8 +585,6 @@ export declare class NetworkFirewallClient extends __Client<
|
|
|
608
585
|
NetworkFirewallClientResolvedConfig
|
|
609
586
|
> {
|
|
610
587
|
readonly config: NetworkFirewallClientResolvedConfig;
|
|
611
|
-
constructor(
|
|
612
|
-
...[configuration]: __CheckOptionalClientConfig<NetworkFirewallClientConfig>
|
|
613
|
-
);
|
|
588
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<NetworkFirewallClientConfig>);
|
|
614
589
|
destroy(): void;
|
|
615
590
|
}
|
|
@@ -7,17 +7,10 @@ import { NetworkFirewallHttpAuthSchemeProvider } from "./httpAuthSchemeProvider"
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: NetworkFirewallHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: NetworkFirewallHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): NetworkFirewallHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { NetworkFirewallClientResolvedConfig } from "../NetworkFirewallClient";
|
|
15
|
-
export interface NetworkFirewallHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface NetworkFirewallHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface NetworkFirewallHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface NetworkFirewallHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
NetworkFirewallClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
NetworkFirewallHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultNetworkFirewallHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: NetworkFirewallClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<NetworkFirewallHttpAuthSchemeParameters>;
|
|
31
|
-
export interface NetworkFirewallHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<NetworkFirewallHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface NetworkFirewallHttpAuthSchemeProvider extends HttpAuthSchemeProvider<NetworkFirewallHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultNetworkFirewallHttpAuthSchemeProvider: NetworkFirewallHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: NetworkFirewallHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: NetworkFirewallHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./NetworkFirewallClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
NetworkFirewallClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AcceptNetworkFirewallTransitGatewayAttachmentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
8
|
-
extends AcceptNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
7
|
+
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandInput extends AcceptNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
9
8
|
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
10
|
-
extends AcceptNetworkFirewallTransitGatewayAttachmentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AcceptNetworkFirewallTransitGatewayAttachmentResponse, __MetadataBearer {}
|
|
12
10
|
declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
12
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
17
15
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
21
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
26
24
|
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateAvailabilityZonesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateAvailabilityZonesCommandInput
|
|
8
|
-
extends AssociateAvailabilityZonesRequest {}
|
|
7
|
+
export interface AssociateAvailabilityZonesCommandInput extends AssociateAvailabilityZonesRequest {}
|
|
9
8
|
export interface AssociateAvailabilityZonesCommandOutput
|
|
10
|
-
extends AssociateAvailabilityZonesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateAvailabilityZonesResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateAvailabilityZonesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateAvailabilityZonesCommandInput
|
|
12
|
+
input: AssociateAvailabilityZonesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateAvailabilityZonesCommandInput,
|
|
17
15
|
AssociateAvailabilityZonesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateAvailabilityZonesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateAvailabilityZonesCommandInput
|
|
21
|
+
input: AssociateAvailabilityZonesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateAvailabilityZonesCommandInput,
|
|
26
24
|
AssociateAvailabilityZonesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateFirewallPolicyResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateFirewallPolicyCommandInput
|
|
8
|
-
extends AssociateFirewallPolicyRequest {}
|
|
7
|
+
export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPolicyRequest {}
|
|
9
8
|
export interface AssociateFirewallPolicyCommandOutput
|
|
10
|
-
extends AssociateFirewallPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateFirewallPolicyResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateFirewallPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateFirewallPolicyCommandInput
|
|
12
|
+
input: AssociateFirewallPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateFirewallPolicyCommandInput,
|
|
17
15
|
AssociateFirewallPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateFirewallPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateFirewallPolicyCommandInput
|
|
21
|
+
input: AssociateFirewallPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateFirewallPolicyCommandInput,
|
|
26
24
|
AssociateFirewallPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateSubnetsRequest,
|
|
4
|
-
AssociateSubnetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
|
|
8
|
-
export interface AssociateSubnetsCommandOutput
|
|
9
|
-
extends AssociateSubnetsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {}
|
|
11
6
|
declare const AssociateSubnetsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: AssociateSubnetsCommandInput
|
|
8
|
+
input: AssociateSubnetsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
AssociateSubnetsCommandInput,
|
|
16
11
|
AssociateSubnetsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const AssociateSubnetsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: AssociateSubnetsCommandInput
|
|
17
|
+
input: AssociateSubnetsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
AssociateSubnetsCommandInput,
|
|
25
20
|
AssociateSubnetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AttachRuleGroupsToProxyConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AttachRuleGroupsToProxyConfigurationCommandInput
|
|
8
|
-
extends AttachRuleGroupsToProxyConfigurationRequest {}
|
|
7
|
+
export interface AttachRuleGroupsToProxyConfigurationCommandInput extends AttachRuleGroupsToProxyConfigurationRequest {}
|
|
9
8
|
export interface AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
10
|
-
extends AttachRuleGroupsToProxyConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AttachRuleGroupsToProxyConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const AttachRuleGroupsToProxyConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AttachRuleGroupsToProxyConfigurationCommandInput
|
|
12
|
+
input: AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
17
15
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AttachRuleGroupsToProxyConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AttachRuleGroupsToProxyConfigurationCommandInput
|
|
21
|
+
input: AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
26
24
|
AttachRuleGroupsToProxyConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateContainerAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateContainerAssociationCommandInput
|
|
8
|
-
extends CreateContainerAssociationRequest {}
|
|
7
|
+
export interface CreateContainerAssociationCommandInput extends CreateContainerAssociationRequest {}
|
|
9
8
|
export interface CreateContainerAssociationCommandOutput
|
|
10
|
-
extends CreateContainerAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateContainerAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateContainerAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateContainerAssociationCommandInput
|
|
12
|
+
input: CreateContainerAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateContainerAssociationCommandInput,
|
|
17
15
|
CreateContainerAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateContainerAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateContainerAssociationCommandInput
|
|
21
|
+
input: CreateContainerAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateContainerAssociationCommandInput,
|
|
26
24
|
CreateContainerAssociationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFirewallRequest,
|
|
4
|
-
CreateFirewallResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
|
|
8
|
-
export interface CreateFirewallCommandOutput
|
|
9
|
-
extends CreateFirewallResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateFirewallCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateFirewallCommandInput
|
|
8
|
+
input: CreateFirewallCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateFirewallCommandInput,
|
|
16
11
|
CreateFirewallCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateFirewallCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateFirewallCommandInput
|
|
17
|
+
input: CreateFirewallCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateFirewallCommandInput,
|
|
25
20
|
CreateFirewallCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateFirewallPolicyRequest,
|
|
4
|
-
CreateFirewallPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateFirewallPolicyCommandInput
|
|
8
|
-
extends CreateFirewallPolicyRequest {}
|
|
4
|
+
export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRequest {}
|
|
9
5
|
export interface CreateFirewallPolicyCommandOutput
|
|
10
|
-
extends CreateFirewallPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateFirewallPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateFirewallPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateFirewallPolicyCommandInput
|
|
9
|
+
input: CreateFirewallPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateFirewallPolicyCommandInput,
|
|
17
12
|
CreateFirewallPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateFirewallPolicyCommandInput
|
|
18
|
+
input: CreateFirewallPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateFirewallPolicyCommandInput,
|
|
26
21
|
CreateFirewallPolicyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateProxyRequest, CreateProxyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateProxyCommandInput extends CreateProxyRequest {}
|
|
5
|
-
export interface CreateProxyCommandOutput
|
|
6
|
-
extends CreateProxyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateProxyCommandOutput extends CreateProxyResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateProxyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateProxyCommandInput
|
|
8
|
+
input: CreateProxyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateProxyCommandInput,
|
|
13
11
|
CreateProxyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateProxyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateProxyCommandInput
|
|
17
|
+
input: CreateProxyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateProxyCommandInput,
|
|
22
20
|
CreateProxyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateProxyConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateProxyConfigurationCommandInput
|
|
8
|
-
extends CreateProxyConfigurationRequest {}
|
|
7
|
+
export interface CreateProxyConfigurationCommandInput extends CreateProxyConfigurationRequest {}
|
|
9
8
|
export interface CreateProxyConfigurationCommandOutput
|
|
10
|
-
extends CreateProxyConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateProxyConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateProxyConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateProxyConfigurationCommandInput
|
|
12
|
+
input: CreateProxyConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateProxyConfigurationCommandInput,
|
|
17
15
|
CreateProxyConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateProxyConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateProxyConfigurationCommandInput
|
|
21
|
+
input: CreateProxyConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateProxyConfigurationCommandInput,
|
|
26
24
|
CreateProxyConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateProxyRuleGroupRequest,
|
|
4
|
-
CreateProxyRuleGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateProxyRuleGroupRequest, CreateProxyRuleGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateProxyRuleGroupCommandInput
|
|
8
|
-
extends CreateProxyRuleGroupRequest {}
|
|
4
|
+
export interface CreateProxyRuleGroupCommandInput extends CreateProxyRuleGroupRequest {}
|
|
9
5
|
export interface CreateProxyRuleGroupCommandOutput
|
|
10
|
-
extends CreateProxyRuleGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateProxyRuleGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateProxyRuleGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateProxyRuleGroupCommandInput
|
|
9
|
+
input: CreateProxyRuleGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateProxyRuleGroupCommandInput,
|
|
17
12
|
CreateProxyRuleGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateProxyRuleGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateProxyRuleGroupCommandInput
|
|
18
|
+
input: CreateProxyRuleGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateProxyRuleGroupCommandInput,
|
|
26
21
|
CreateProxyRuleGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateProxyRulesRequest,
|
|
4
|
-
CreateProxyRulesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateProxyRulesRequest, CreateProxyRulesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateProxyRulesCommandInput extends CreateProxyRulesRequest {}
|
|
8
|
-
export interface CreateProxyRulesCommandOutput
|
|
9
|
-
extends CreateProxyRulesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateProxyRulesCommandOutput extends CreateProxyRulesResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateProxyRulesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateProxyRulesCommandInput
|
|
8
|
+
input: CreateProxyRulesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateProxyRulesCommandInput,
|
|
16
11
|
CreateProxyRulesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateProxyRulesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateProxyRulesCommandInput
|
|
17
|
+
input: CreateProxyRulesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateProxyRulesCommandInput,
|
|
25
20
|
CreateProxyRulesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRuleGroupRequest,
|
|
4
|
-
CreateRuleGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
|
|
8
|
-
export interface CreateRuleGroupCommandOutput
|
|
9
|
-
extends CreateRuleGroupResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateRuleGroupCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateRuleGroupCommandInput
|
|
8
|
+
input: CreateRuleGroupCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateRuleGroupCommandInput,
|
|
16
11
|
CreateRuleGroupCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateRuleGroupCommandInput
|
|
17
|
+
input: CreateRuleGroupCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateRuleGroupCommandInput,
|
|
25
20
|
CreateRuleGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateTLSInspectionConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateTLSInspectionConfigurationCommandInput
|
|
8
|
-
extends CreateTLSInspectionConfigurationRequest {}
|
|
7
|
+
export interface CreateTLSInspectionConfigurationCommandInput extends CreateTLSInspectionConfigurationRequest {}
|
|
9
8
|
export interface CreateTLSInspectionConfigurationCommandOutput
|
|
10
|
-
extends CreateTLSInspectionConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateTLSInspectionConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateTLSInspectionConfigurationCommandInput
|
|
12
|
+
input: CreateTLSInspectionConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateTLSInspectionConfigurationCommandInput,
|
|
17
15
|
CreateTLSInspectionConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateTLSInspectionConfigurationCommandInput
|
|
21
|
+
input: CreateTLSInspectionConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateTLSInspectionConfigurationCommandInput,
|
|
26
24
|
CreateTLSInspectionConfigurationCommandOutput,
|