@aws-sdk/client-network-firewall 3.588.0 → 3.592.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 (81) hide show
  1. package/dist-cjs/index.js +0 -36
  2. package/dist-types/NetworkFirewallClient.d.ts +4 -4
  3. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateFirewallCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListFirewallsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
  39. package/dist-types/index.d.ts +2 -2
  40. package/dist-types/models/NetworkFirewallServiceException.d.ts +2 -1
  41. package/dist-types/runtimeConfig.native.d.ts +1 -1
  42. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +2 -1
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  81. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTy
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -83,8 +83,8 @@
83
83
  export * from "./NetworkFirewallClient";
84
84
  export * from "./NetworkFirewall";
85
85
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
86
- export { RuntimeExtension } from "./runtimeExtensions";
87
- export { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration";
86
+ export type { RuntimeExtension } from "./runtimeExtensions";
87
+ export type { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration";
88
88
  export * from "./commands";
89
89
  export * from "./pagination";
90
90
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -286,8 +286,8 @@ export interface ClientDefaults
286
286
  serviceId?: string;
287
287
  useDualstackEndpoint?: boolean | __Provider<boolean>;
288
288
  useFipsEndpoint?: boolean | __Provider<boolean>;
289
- defaultUserAgentProvider?: Provider<__UserAgent>;
290
289
  region?: string | __Provider<string>;
290
+ defaultUserAgentProvider?: Provider<__UserAgent>;
291
291
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
292
292
  maxAttempts?: number | __Provider<number>;
293
293
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateFirewallPolicyCommandInput
14
15
  extends AssociateFirewallPolicyRequest {}
15
16
  export interface AssociateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
14
15
  export interface AssociateSubnetsCommandOutput
15
16
  extends AssociateSubnetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
14
15
  export interface CreateFirewallCommandOutput
15
16
  extends CreateFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFirewallPolicyCommandInput
14
15
  extends CreateFirewallPolicyRequest {}
15
16
  export interface CreateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
14
15
  export interface CreateRuleGroupCommandOutput
15
16
  extends CreateRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateTLSInspectionConfigurationCommandInput
14
15
  extends CreateTLSInspectionConfigurationRequest {}
15
16
  export interface CreateTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {}
14
15
  export interface DeleteFirewallCommandOutput
15
16
  extends DeleteFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFirewallPolicyCommandInput
14
15
  extends DeleteFirewallPolicyRequest {}
15
16
  export interface DeleteFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePolicyCommandInput
14
15
  extends DeleteResourcePolicyRequest {}
15
16
  export interface DeleteResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
14
15
  export interface DeleteRuleGroupCommandOutput
15
16
  extends DeleteRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteTLSInspectionConfigurationCommandInput
14
15
  extends DeleteTLSInspectionConfigurationRequest {}
15
16
  export interface DeleteTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {}
14
15
  export interface DescribeFirewallCommandOutput
15
16
  extends DescribeFirewallResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeFirewallPolicyCommandInput
14
15
  extends DescribeFirewallPolicyRequest {}
15
16
  export interface DescribeFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeLoggingConfigurationCommandInput
14
15
  extends DescribeLoggingConfigurationRequest {}
15
16
  export interface DescribeLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeResourcePolicyCommandInput
14
15
  extends DescribeResourcePolicyRequest {}
15
16
  export interface DescribeResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRuleGroupCommandInput
14
15
  extends DescribeRuleGroupRequest {}
15
16
  export interface DescribeRuleGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeRuleGroupMetadataCommandInput
14
15
  extends DescribeRuleGroupMetadataRequest {}
15
16
  export interface DescribeRuleGroupMetadataCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeTLSInspectionConfigurationCommandInput
14
15
  extends DescribeTLSInspectionConfigurationRequest {}
15
16
  export interface DescribeTLSInspectionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateSubnetsCommandInput
14
15
  extends DisassociateSubnetsRequest {}
15
16
  export interface DisassociateSubnetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListFirewallPoliciesCommandInput
14
15
  extends ListFirewallPoliciesRequest {}
15
16
  export interface ListFirewallPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListFirewallsCommandInput extends ListFirewallsRequest {}
14
15
  export interface ListFirewallsCommandOutput
15
16
  extends ListFirewallsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
14
15
  export interface ListRuleGroupsCommandOutput
15
16
  extends ListRuleGroupsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTLSInspectionConfigurationsCommandInput
14
15
  extends ListTLSInspectionConfigurationsRequest {}
15
16
  export interface ListTLSInspectionConfigurationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePolicyCommandInput
14
15
  extends PutResourcePolicyRequest {}
15
16
  export interface PutResourcePolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../NetworkFirewallClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallDeleteProtectionCommandInput
14
15
  extends UpdateFirewallDeleteProtectionRequest {}
15
16
  export interface UpdateFirewallDeleteProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallDescriptionCommandInput
14
15
  extends UpdateFirewallDescriptionRequest {}
15
16
  export interface UpdateFirewallDescriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallEncryptionConfigurationCommandInput
14
15
  extends UpdateFirewallEncryptionConfigurationRequest {}
15
16
  export interface UpdateFirewallEncryptionConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallPolicyChangeProtectionCommandInput
14
15
  extends UpdateFirewallPolicyChangeProtectionRequest {}
15
16
  export interface UpdateFirewallPolicyChangeProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFirewallPolicyCommandInput
14
15
  extends UpdateFirewallPolicyRequest {}
15
16
  export interface UpdateFirewallPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateLoggingConfigurationCommandInput
14
15
  extends UpdateLoggingConfigurationRequest {}
15
16
  export interface UpdateLoggingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
14
15
  export interface UpdateRuleGroupCommandOutput
15
16
  extends UpdateRuleGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSubnetChangeProtectionCommandInput
14
15
  extends UpdateSubnetChangeProtectionRequest {}
15
16
  export interface UpdateSubnetChangeProtectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../NetworkFirewallClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateTLSInspectionConfigurationCommandInput
14
15
  extends UpdateTLSInspectionConfigurationRequest {}
15
16
  export interface UpdateTLSInspectionConfigurationCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class NetworkFirewallServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-network-firewall",
3
3
  "description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",