@aws-sdk/client-network-firewall 3.828.0 → 3.831.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/index.js +343 -58
  3. package/dist-es/NetworkFirewall.js +14 -0
  4. package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
  5. package/dist-es/commands/AssociateAvailabilityZonesCommand.js +22 -0
  6. package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
  7. package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +22 -0
  8. package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +22 -0
  9. package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
  10. package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +22 -0
  11. package/dist-es/commands/index.js +7 -0
  12. package/dist-es/models/models_0.js +58 -39
  13. package/dist-es/protocols/Aws_json1_0.js +142 -6
  14. package/dist-types/NetworkFirewall.d.ts +50 -0
  15. package/dist-types/NetworkFirewallClient.d.ts +9 -2
  16. package/dist-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
  17. package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +124 -0
  18. package/dist-types/commands/CreateFirewallCommand.d.ts +20 -0
  19. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -1
  21. package/dist-types/commands/DeleteFirewallCommand.d.ts +13 -0
  22. package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +103 -0
  23. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +5 -0
  24. package/dist-types/commands/DescribeFirewallCommand.d.ts +13 -0
  25. package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -1
  28. package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +112 -0
  29. package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +123 -0
  30. package/dist-types/commands/ListFirewallsCommand.d.ts +1 -0
  31. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  32. package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
  33. package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +111 -0
  34. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -1
  36. package/dist-types/commands/index.d.ts +7 -0
  37. package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
  38. package/dist-types/models/models_0.d.ts +884 -138
  39. package/dist-types/protocols/Aws_json1_0.d.ts +63 -0
  40. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  41. package/dist-types/runtimeConfig.native.d.ts +2 -2
  42. package/dist-types/ts3.4/NetworkFirewall.d.ts +144 -0
  43. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +42 -0
  44. package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  52. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
  53. package/dist-types/ts3.4/models/models_0.d.ts +170 -45
  54. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +84 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  57. package/package.json +2 -2
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ AssociateAvailabilityZonesRequest,
5
+ AssociateAvailabilityZonesResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateAvailabilityZonesCommandInput
15
+ extends AssociateAvailabilityZonesRequest {}
16
+ export interface AssociateAvailabilityZonesCommandOutput
17
+ extends AssociateAvailabilityZonesResponse,
18
+ __MetadataBearer {}
19
+ declare const AssociateAvailabilityZonesCommand_base: {
20
+ new (
21
+ input: AssociateAvailabilityZonesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateAvailabilityZonesCommandInput,
24
+ AssociateAvailabilityZonesCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AssociateAvailabilityZonesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateAvailabilityZonesCommandInput,
33
+ AssociateAvailabilityZonesCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateAvailabilityZonesCommand extends AssociateAvailabilityZonesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateAvailabilityZonesRequest;
44
+ output: AssociateAvailabilityZonesResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateAvailabilityZonesCommandInput;
48
+ output: AssociateAvailabilityZonesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DeleteNetworkFirewallTransitGatewayAttachmentRequest,
5
+ DeleteNetworkFirewallTransitGatewayAttachmentResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
15
+ extends DeleteNetworkFirewallTransitGatewayAttachmentRequest {}
16
+ export interface DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
17
+ extends DeleteNetworkFirewallTransitGatewayAttachmentResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteNetworkFirewallTransitGatewayAttachmentCommand_base: {
20
+ new (
21
+ input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
24
+ DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
33
+ DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteNetworkFirewallTransitGatewayAttachmentCommand extends DeleteNetworkFirewallTransitGatewayAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteNetworkFirewallTransitGatewayAttachmentRequest;
44
+ output: DeleteNetworkFirewallTransitGatewayAttachmentResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput;
48
+ output: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DescribeRuleGroupSummaryRequest,
5
+ DescribeRuleGroupSummaryResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeRuleGroupSummaryCommandInput
15
+ extends DescribeRuleGroupSummaryRequest {}
16
+ export interface DescribeRuleGroupSummaryCommandOutput
17
+ extends DescribeRuleGroupSummaryResponse,
18
+ __MetadataBearer {}
19
+ declare const DescribeRuleGroupSummaryCommand_base: {
20
+ new (
21
+ input: DescribeRuleGroupSummaryCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeRuleGroupSummaryCommandInput,
24
+ DescribeRuleGroupSummaryCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeRuleGroupSummaryCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeRuleGroupSummaryCommandInput,
33
+ DescribeRuleGroupSummaryCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeRuleGroupSummaryCommand extends DescribeRuleGroupSummaryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeRuleGroupSummaryRequest;
44
+ output: DescribeRuleGroupSummaryResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeRuleGroupSummaryCommandInput;
48
+ output: DescribeRuleGroupSummaryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ DisassociateAvailabilityZonesRequest,
5
+ DisassociateAvailabilityZonesResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisassociateAvailabilityZonesCommandInput
15
+ extends DisassociateAvailabilityZonesRequest {}
16
+ export interface DisassociateAvailabilityZonesCommandOutput
17
+ extends DisassociateAvailabilityZonesResponse,
18
+ __MetadataBearer {}
19
+ declare const DisassociateAvailabilityZonesCommand_base: {
20
+ new (
21
+ input: DisassociateAvailabilityZonesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisassociateAvailabilityZonesCommandInput,
24
+ DisassociateAvailabilityZonesCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DisassociateAvailabilityZonesCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisassociateAvailabilityZonesCommandInput,
33
+ DisassociateAvailabilityZonesCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisassociateAvailabilityZonesCommand extends DisassociateAvailabilityZonesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateAvailabilityZonesRequest;
44
+ output: DisassociateAvailabilityZonesResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateAvailabilityZonesCommandInput;
48
+ output: DisassociateAvailabilityZonesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ RejectNetworkFirewallTransitGatewayAttachmentRequest,
5
+ RejectNetworkFirewallTransitGatewayAttachmentResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RejectNetworkFirewallTransitGatewayAttachmentCommandInput
15
+ extends RejectNetworkFirewallTransitGatewayAttachmentRequest {}
16
+ export interface RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
17
+ extends RejectNetworkFirewallTransitGatewayAttachmentResponse,
18
+ __MetadataBearer {}
19
+ declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
20
+ new (
21
+ input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
24
+ RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
33
+ RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RejectNetworkFirewallTransitGatewayAttachmentCommand extends RejectNetworkFirewallTransitGatewayAttachmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RejectNetworkFirewallTransitGatewayAttachmentRequest;
44
+ output: RejectNetworkFirewallTransitGatewayAttachmentResponse;
45
+ };
46
+ sdk: {
47
+ input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput;
48
+ output: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateAvailabilityZoneChangeProtectionRequest,
5
+ UpdateAvailabilityZoneChangeProtectionResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ NetworkFirewallClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../NetworkFirewallClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateAvailabilityZoneChangeProtectionCommandInput
15
+ extends UpdateAvailabilityZoneChangeProtectionRequest {}
16
+ export interface UpdateAvailabilityZoneChangeProtectionCommandOutput
17
+ extends UpdateAvailabilityZoneChangeProtectionResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
20
+ new (
21
+ input: UpdateAvailabilityZoneChangeProtectionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateAvailabilityZoneChangeProtectionCommandInput,
24
+ UpdateAvailabilityZoneChangeProtectionCommandOutput,
25
+ NetworkFirewallClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateAvailabilityZoneChangeProtectionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateAvailabilityZoneChangeProtectionCommandInput,
33
+ UpdateAvailabilityZoneChangeProtectionCommandOutput,
34
+ NetworkFirewallClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateAvailabilityZoneChangeProtectionCommand extends UpdateAvailabilityZoneChangeProtectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAvailabilityZoneChangeProtectionRequest;
44
+ output: UpdateAvailabilityZoneChangeProtectionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAvailabilityZoneChangeProtectionCommandInput;
48
+ output: UpdateAvailabilityZoneChangeProtectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,3 +1,5 @@
1
+ export * from "./AcceptNetworkFirewallTransitGatewayAttachmentCommand";
2
+ export * from "./AssociateAvailabilityZonesCommand";
1
3
  export * from "./AssociateFirewallPolicyCommand";
2
4
  export * from "./AssociateSubnetsCommand";
3
5
  export * from "./CreateFirewallCommand";
@@ -7,6 +9,7 @@ export * from "./CreateTLSInspectionConfigurationCommand";
7
9
  export * from "./CreateVpcEndpointAssociationCommand";
8
10
  export * from "./DeleteFirewallCommand";
9
11
  export * from "./DeleteFirewallPolicyCommand";
12
+ export * from "./DeleteNetworkFirewallTransitGatewayAttachmentCommand";
10
13
  export * from "./DeleteResourcePolicyCommand";
11
14
  export * from "./DeleteRuleGroupCommand";
12
15
  export * from "./DeleteTLSInspectionConfigurationCommand";
@@ -19,8 +22,10 @@ export * from "./DescribeLoggingConfigurationCommand";
19
22
  export * from "./DescribeResourcePolicyCommand";
20
23
  export * from "./DescribeRuleGroupCommand";
21
24
  export * from "./DescribeRuleGroupMetadataCommand";
25
+ export * from "./DescribeRuleGroupSummaryCommand";
22
26
  export * from "./DescribeTLSInspectionConfigurationCommand";
23
27
  export * from "./DescribeVpcEndpointAssociationCommand";
28
+ export * from "./DisassociateAvailabilityZonesCommand";
24
29
  export * from "./DisassociateSubnetsCommand";
25
30
  export * from "./GetAnalysisReportResultsCommand";
26
31
  export * from "./ListAnalysisReportsCommand";
@@ -33,11 +38,13 @@ export * from "./ListTLSInspectionConfigurationsCommand";
33
38
  export * from "./ListTagsForResourceCommand";
34
39
  export * from "./ListVpcEndpointAssociationsCommand";
35
40
  export * from "./PutResourcePolicyCommand";
41
+ export * from "./RejectNetworkFirewallTransitGatewayAttachmentCommand";
36
42
  export * from "./StartAnalysisReportCommand";
37
43
  export * from "./StartFlowCaptureCommand";
38
44
  export * from "./StartFlowFlushCommand";
39
45
  export * from "./TagResourceCommand";
40
46
  export * from "./UntagResourceCommand";
47
+ export * from "./UpdateAvailabilityZoneChangeProtectionCommand";
41
48
  export * from "./UpdateFirewallAnalysisSettingsCommand";
42
49
  export * from "./UpdateFirewallDeleteProtectionCommand";
43
50
  export * from "./UpdateFirewallDescriptionCommand";
@@ -5,9 +5,9 @@ import {
5
5
  Provider,
6
6
  } from "@smithy/types";
7
7
  export interface ClientInputEndpointParameters {
8
- region?: string | Provider<string>;
9
- useDualstackEndpoint?: boolean | Provider<boolean>;
10
- useFipsEndpoint?: boolean | Provider<boolean>;
8
+ region?: string | undefined | Provider<string | undefined>;
9
+ useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
10
+ useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
11
11
  endpoint?:
12
12
  | string
13
13
  | Provider<string>
@@ -41,8 +41,8 @@ export declare const commonParams: {
41
41
  };
42
42
  };
43
43
  export interface EndpointParameters extends __EndpointParameters {
44
- Region?: string;
45
- UseDualStack?: boolean;
46
- UseFIPS?: boolean;
47
- Endpoint?: string;
44
+ Region?: string | undefined;
45
+ UseDualStack?: boolean | undefined;
46
+ UseFIPS?: boolean | undefined;
47
+ Endpoint?: string | undefined;
48
48
  }