@aws-sdk/client-network-firewall
Advanced tools
Comparing version 3.441.0 to 3.442.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ResourceOwnerCheckException = exports.LogDestinationPermissionException = exports.ResourceManagedStatus = exports.ResourceManagedType = exports.LogType = exports.LogDestinationType = exports.InvalidResourcePolicyException = exports.UnsupportedOperationException = exports.RuleGroupType = exports.TCPFlag = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.TargetType = exports.GeneratedRulesType = exports.ResourceStatus = exports.OverrideAction = exports.StreamExceptionPolicy = exports.RuleOrder = exports.LimitExceededException = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.EncryptionType = exports.ConfigurationSyncState = exports.RevocationCheckAction = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.IPAddressType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = void 0; | ||
exports.ResourceOwnerCheckException = exports.LogDestinationPermissionException = exports.ResourceManagedStatus = exports.ResourceManagedType = exports.LogType = exports.LogDestinationType = exports.InvalidResourcePolicyException = exports.UnsupportedOperationException = exports.RuleGroupType = exports.TCPFlag = exports.StatefulRuleProtocol = exports.StatefulRuleDirection = exports.StatefulAction = exports.TargetType = exports.GeneratedRulesType = exports.ResourceStatus = exports.OverrideAction = exports.StreamExceptionPolicy = exports.RuleOrder = exports.LimitExceededException = exports.PerObjectSyncStatus = exports.FirewallStatusValue = exports.EncryptionType = exports.ConfigurationSyncState = exports.RevocationCheckAction = exports.AttachmentStatus = exports.InsufficientCapacityException = exports.IPAddressType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InvalidTokenException = exports.InvalidRequestException = exports.InvalidOperationException = exports.InternalServerError = exports.IdentifiedType = void 0; | ||
const NetworkFirewallServiceException_1 = require("./NetworkFirewallServiceException"); | ||
exports.IdentifiedType = { | ||
STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", | ||
}; | ||
class InternalServerError extends NetworkFirewallServiceException_1.NetworkFirewallServiceException { | ||
@@ -6,0 +10,0 @@ constructor(opts) { |
import { NetworkFirewallServiceException as __BaseException } from "./NetworkFirewallServiceException"; | ||
export const IdentifiedType = { | ||
STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", | ||
}; | ||
export class InternalServerError extends __BaseException { | ||
@@ -3,0 +7,0 @@ constructor(opts) { |
@@ -181,2 +181,3 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint"; | ||
* }, | ||
* AnalyzeRuleGroup: true || false, | ||
* }; | ||
@@ -213,2 +214,11 @@ * const command = new CreateRuleGroupCommand(input); | ||
* // LastModifiedTime: new Date("TIMESTAMP"), | ||
* // AnalysisResults: [ // AnalysisResultList | ||
* // { // AnalysisResult | ||
* // IdentifiedRuleIds: [ // RuleIdList | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // IdentifiedType: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY" || "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
* // AnalysisDetail: "STRING_VALUE", | ||
* // }, | ||
* // ], | ||
* // }, | ||
@@ -215,0 +225,0 @@ * // }; |
@@ -26,3 +26,3 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint"; | ||
* @public | ||
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains the Certificate Manager certificate associations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall.</p> | ||
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains Certificate Manager certificate associations between and the scope configurations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall.</p> | ||
* <p>After you create a TLS inspection configuration, you can associate it with a new firewall policy.</p> | ||
@@ -29,0 +29,0 @@ * <p>To update the settings for a TLS inspection configuration, use <a>UpdateTLSInspectionConfiguration</a>.</p> |
@@ -67,2 +67,11 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint"; | ||
* // LastModifiedTime: new Date("TIMESTAMP"), | ||
* // AnalysisResults: [ // AnalysisResultList | ||
* // { // AnalysisResult | ||
* // IdentifiedRuleIds: [ // RuleIdList | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // IdentifiedType: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY" || "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
* // AnalysisDetail: "STRING_VALUE", | ||
* // }, | ||
* // ], | ||
* // }, | ||
@@ -69,0 +78,0 @@ * // }; |
@@ -37,2 +37,3 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint"; | ||
* Type: "STATELESS" || "STATEFUL", | ||
* AnalyzeRuleGroup: true || false, | ||
* }; | ||
@@ -193,2 +194,11 @@ * const command = new DescribeRuleGroupCommand(input); | ||
* // LastModifiedTime: new Date("TIMESTAMP"), | ||
* // AnalysisResults: [ // AnalysisResultList | ||
* // { // AnalysisResult | ||
* // IdentifiedRuleIds: [ // RuleIdList | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // IdentifiedType: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY" || "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
* // AnalysisDetail: "STRING_VALUE", | ||
* // }, | ||
* // ], | ||
* // }, | ||
@@ -195,0 +205,0 @@ * // }; |
@@ -178,2 +178,3 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint"; | ||
* }, | ||
* AnalyzeRuleGroup: true || false, | ||
* }; | ||
@@ -210,2 +211,11 @@ * const command = new UpdateRuleGroupCommand(input); | ||
* // LastModifiedTime: new Date("TIMESTAMP"), | ||
* // AnalysisResults: [ // AnalysisResultList | ||
* // { // AnalysisResult | ||
* // IdentifiedRuleIds: [ // RuleIdList | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // IdentifiedType: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY" || "STATELESS_RULE_CONTAINS_TCP_FLAGS", | ||
* // AnalysisDetail: "STRING_VALUE", | ||
* // }, | ||
* // ], | ||
* // }, | ||
@@ -212,0 +222,0 @@ * // }; |
@@ -15,2 +15,13 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
} | ||
export declare const IdentifiedType: { | ||
readonly STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS"; | ||
readonly STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY"; | ||
}; | ||
export type IdentifiedType = | ||
(typeof IdentifiedType)[keyof typeof IdentifiedType]; | ||
export interface AnalysisResult { | ||
IdentifiedRuleIds?: string[]; | ||
IdentifiedType?: IdentifiedType; | ||
AnalysisDetail?: string; | ||
} | ||
export interface AssociateFirewallPolicyRequest { | ||
@@ -480,2 +491,3 @@ UpdateToken?: string; | ||
SourceMetadata?: SourceMetadata; | ||
AnalyzeRuleGroup?: boolean; | ||
} | ||
@@ -497,2 +509,3 @@ export interface RuleGroupResponse { | ||
LastModifiedTime?: Date; | ||
AnalysisResults?: AnalysisResult[]; | ||
} | ||
@@ -656,2 +669,3 @@ export interface CreateRuleGroupResponse { | ||
Type?: RuleGroupType; | ||
AnalyzeRuleGroup?: boolean; | ||
} | ||
@@ -889,2 +903,3 @@ export interface DescribeRuleGroupResponse { | ||
SourceMetadata?: SourceMetadata; | ||
AnalyzeRuleGroup?: boolean; | ||
} | ||
@@ -891,0 +906,0 @@ export interface UpdateRuleGroupResponse { |
{ | ||
"name": "@aws-sdk/client-network-firewall", | ||
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native", | ||
"version": "3.441.0", | ||
"version": "3.442.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1145584
24467