@aws-sdk/client-network-firewall 3.297.0 → 3.298.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/commands/AssociateFirewallPolicyCommand.js +2 -3
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -3
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -3
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -3
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -3
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -3
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -3
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -3
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -3
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -3
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -3
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -3
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -3
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -439
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -3
- package/dist-es/commands/AssociateSubnetsCommand.js +2 -3
- package/dist-es/commands/CreateFirewallCommand.js +2 -3
- package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -3
- package/dist-es/commands/DeleteFirewallCommand.js +2 -3
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -3
- package/dist-es/commands/DescribeFirewallCommand.js +2 -3
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -3
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DescribeRuleGroupCommand.js +2 -3
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -3
- package/dist-es/commands/DisassociateSubnetsCommand.js +2 -3
- package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -3
- package/dist-es/commands/ListFirewallsCommand.js +2 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -3
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -3
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -3
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -327
- package/dist-types/models/models_0.d.ts +0 -436
- package/dist-types/ts3.4/models/models_0.d.ts +0 -293
- package/package.json +4 -3
|
@@ -759,296 +759,3 @@ export interface UpdateSubnetChangeProtectionResponse {
|
|
|
759
759
|
FirewallName?: string;
|
|
760
760
|
SubnetChangeProtection?: boolean;
|
|
761
761
|
}
|
|
762
|
-
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
763
|
-
export declare const PublishMetricActionFilterSensitiveLog: (
|
|
764
|
-
obj: PublishMetricAction
|
|
765
|
-
) => any;
|
|
766
|
-
export declare const ActionDefinitionFilterSensitiveLog: (
|
|
767
|
-
obj: ActionDefinition
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const AddressFilterSensitiveLog: (obj: Address) => any;
|
|
770
|
-
export declare const AssociateFirewallPolicyRequestFilterSensitiveLog: (
|
|
771
|
-
obj: AssociateFirewallPolicyRequest
|
|
772
|
-
) => any;
|
|
773
|
-
export declare const AssociateFirewallPolicyResponseFilterSensitiveLog: (
|
|
774
|
-
obj: AssociateFirewallPolicyResponse
|
|
775
|
-
) => any;
|
|
776
|
-
export declare const SubnetMappingFilterSensitiveLog: (
|
|
777
|
-
obj: SubnetMapping
|
|
778
|
-
) => any;
|
|
779
|
-
export declare const AssociateSubnetsRequestFilterSensitiveLog: (
|
|
780
|
-
obj: AssociateSubnetsRequest
|
|
781
|
-
) => any;
|
|
782
|
-
export declare const AssociateSubnetsResponseFilterSensitiveLog: (
|
|
783
|
-
obj: AssociateSubnetsResponse
|
|
784
|
-
) => any;
|
|
785
|
-
export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
|
|
786
|
-
export declare const IPSetMetadataFilterSensitiveLog: (
|
|
787
|
-
obj: IPSetMetadata
|
|
788
|
-
) => any;
|
|
789
|
-
export declare const CIDRSummaryFilterSensitiveLog: (obj: CIDRSummary) => any;
|
|
790
|
-
export declare const CapacityUsageSummaryFilterSensitiveLog: (
|
|
791
|
-
obj: CapacityUsageSummary
|
|
792
|
-
) => any;
|
|
793
|
-
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
794
|
-
obj: EncryptionConfiguration
|
|
795
|
-
) => any;
|
|
796
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
797
|
-
export declare const CreateFirewallRequestFilterSensitiveLog: (
|
|
798
|
-
obj: CreateFirewallRequest
|
|
799
|
-
) => any;
|
|
800
|
-
export declare const FirewallFilterSensitiveLog: (obj: Firewall) => any;
|
|
801
|
-
export declare const PerObjectStatusFilterSensitiveLog: (
|
|
802
|
-
obj: PerObjectStatus
|
|
803
|
-
) => any;
|
|
804
|
-
export declare const SyncStateFilterSensitiveLog: (obj: SyncState) => any;
|
|
805
|
-
export declare const FirewallStatusFilterSensitiveLog: (
|
|
806
|
-
obj: FirewallStatus
|
|
807
|
-
) => any;
|
|
808
|
-
export declare const CreateFirewallResponseFilterSensitiveLog: (
|
|
809
|
-
obj: CreateFirewallResponse
|
|
810
|
-
) => any;
|
|
811
|
-
export declare const StatefulEngineOptionsFilterSensitiveLog: (
|
|
812
|
-
obj: StatefulEngineOptions
|
|
813
|
-
) => any;
|
|
814
|
-
export declare const StatefulRuleGroupOverrideFilterSensitiveLog: (
|
|
815
|
-
obj: StatefulRuleGroupOverride
|
|
816
|
-
) => any;
|
|
817
|
-
export declare const StatefulRuleGroupReferenceFilterSensitiveLog: (
|
|
818
|
-
obj: StatefulRuleGroupReference
|
|
819
|
-
) => any;
|
|
820
|
-
export declare const CustomActionFilterSensitiveLog: (obj: CustomAction) => any;
|
|
821
|
-
export declare const StatelessRuleGroupReferenceFilterSensitiveLog: (
|
|
822
|
-
obj: StatelessRuleGroupReference
|
|
823
|
-
) => any;
|
|
824
|
-
export declare const FirewallPolicyFilterSensitiveLog: (
|
|
825
|
-
obj: FirewallPolicy
|
|
826
|
-
) => any;
|
|
827
|
-
export declare const CreateFirewallPolicyRequestFilterSensitiveLog: (
|
|
828
|
-
obj: CreateFirewallPolicyRequest
|
|
829
|
-
) => any;
|
|
830
|
-
export declare const FirewallPolicyResponseFilterSensitiveLog: (
|
|
831
|
-
obj: FirewallPolicyResponse
|
|
832
|
-
) => any;
|
|
833
|
-
export declare const CreateFirewallPolicyResponseFilterSensitiveLog: (
|
|
834
|
-
obj: CreateFirewallPolicyResponse
|
|
835
|
-
) => any;
|
|
836
|
-
export declare const IPSetReferenceFilterSensitiveLog: (
|
|
837
|
-
obj: IPSetReference
|
|
838
|
-
) => any;
|
|
839
|
-
export declare const ReferenceSetsFilterSensitiveLog: (
|
|
840
|
-
obj: ReferenceSets
|
|
841
|
-
) => any;
|
|
842
|
-
export declare const RulesSourceListFilterSensitiveLog: (
|
|
843
|
-
obj: RulesSourceList
|
|
844
|
-
) => any;
|
|
845
|
-
export declare const HeaderFilterSensitiveLog: (obj: Header) => any;
|
|
846
|
-
export declare const RuleOptionFilterSensitiveLog: (obj: RuleOption) => any;
|
|
847
|
-
export declare const StatefulRuleFilterSensitiveLog: (obj: StatefulRule) => any;
|
|
848
|
-
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
849
|
-
export declare const TCPFlagFieldFilterSensitiveLog: (obj: TCPFlagField) => any;
|
|
850
|
-
export declare const MatchAttributesFilterSensitiveLog: (
|
|
851
|
-
obj: MatchAttributes
|
|
852
|
-
) => any;
|
|
853
|
-
export declare const RuleDefinitionFilterSensitiveLog: (
|
|
854
|
-
obj: RuleDefinition
|
|
855
|
-
) => any;
|
|
856
|
-
export declare const StatelessRuleFilterSensitiveLog: (
|
|
857
|
-
obj: StatelessRule
|
|
858
|
-
) => any;
|
|
859
|
-
export declare const StatelessRulesAndCustomActionsFilterSensitiveLog: (
|
|
860
|
-
obj: StatelessRulesAndCustomActions
|
|
861
|
-
) => any;
|
|
862
|
-
export declare const RulesSourceFilterSensitiveLog: (obj: RulesSource) => any;
|
|
863
|
-
export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
|
|
864
|
-
export declare const PortSetFilterSensitiveLog: (obj: PortSet) => any;
|
|
865
|
-
export declare const RuleVariablesFilterSensitiveLog: (
|
|
866
|
-
obj: RuleVariables
|
|
867
|
-
) => any;
|
|
868
|
-
export declare const StatefulRuleOptionsFilterSensitiveLog: (
|
|
869
|
-
obj: StatefulRuleOptions
|
|
870
|
-
) => any;
|
|
871
|
-
export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
|
|
872
|
-
export declare const SourceMetadataFilterSensitiveLog: (
|
|
873
|
-
obj: SourceMetadata
|
|
874
|
-
) => any;
|
|
875
|
-
export declare const CreateRuleGroupRequestFilterSensitiveLog: (
|
|
876
|
-
obj: CreateRuleGroupRequest
|
|
877
|
-
) => any;
|
|
878
|
-
export declare const RuleGroupResponseFilterSensitiveLog: (
|
|
879
|
-
obj: RuleGroupResponse
|
|
880
|
-
) => any;
|
|
881
|
-
export declare const CreateRuleGroupResponseFilterSensitiveLog: (
|
|
882
|
-
obj: CreateRuleGroupResponse
|
|
883
|
-
) => any;
|
|
884
|
-
export declare const DeleteFirewallRequestFilterSensitiveLog: (
|
|
885
|
-
obj: DeleteFirewallRequest
|
|
886
|
-
) => any;
|
|
887
|
-
export declare const DeleteFirewallResponseFilterSensitiveLog: (
|
|
888
|
-
obj: DeleteFirewallResponse
|
|
889
|
-
) => any;
|
|
890
|
-
export declare const DeleteFirewallPolicyRequestFilterSensitiveLog: (
|
|
891
|
-
obj: DeleteFirewallPolicyRequest
|
|
892
|
-
) => any;
|
|
893
|
-
export declare const DeleteFirewallPolicyResponseFilterSensitiveLog: (
|
|
894
|
-
obj: DeleteFirewallPolicyResponse
|
|
895
|
-
) => any;
|
|
896
|
-
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
897
|
-
obj: DeleteResourcePolicyRequest
|
|
898
|
-
) => any;
|
|
899
|
-
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
900
|
-
obj: DeleteResourcePolicyResponse
|
|
901
|
-
) => any;
|
|
902
|
-
export declare const DeleteRuleGroupRequestFilterSensitiveLog: (
|
|
903
|
-
obj: DeleteRuleGroupRequest
|
|
904
|
-
) => any;
|
|
905
|
-
export declare const DeleteRuleGroupResponseFilterSensitiveLog: (
|
|
906
|
-
obj: DeleteRuleGroupResponse
|
|
907
|
-
) => any;
|
|
908
|
-
export declare const DescribeFirewallRequestFilterSensitiveLog: (
|
|
909
|
-
obj: DescribeFirewallRequest
|
|
910
|
-
) => any;
|
|
911
|
-
export declare const DescribeFirewallResponseFilterSensitiveLog: (
|
|
912
|
-
obj: DescribeFirewallResponse
|
|
913
|
-
) => any;
|
|
914
|
-
export declare const DescribeFirewallPolicyRequestFilterSensitiveLog: (
|
|
915
|
-
obj: DescribeFirewallPolicyRequest
|
|
916
|
-
) => any;
|
|
917
|
-
export declare const DescribeFirewallPolicyResponseFilterSensitiveLog: (
|
|
918
|
-
obj: DescribeFirewallPolicyResponse
|
|
919
|
-
) => any;
|
|
920
|
-
export declare const DescribeLoggingConfigurationRequestFilterSensitiveLog: (
|
|
921
|
-
obj: DescribeLoggingConfigurationRequest
|
|
922
|
-
) => any;
|
|
923
|
-
export declare const LogDestinationConfigFilterSensitiveLog: (
|
|
924
|
-
obj: LogDestinationConfig
|
|
925
|
-
) => any;
|
|
926
|
-
export declare const LoggingConfigurationFilterSensitiveLog: (
|
|
927
|
-
obj: LoggingConfiguration
|
|
928
|
-
) => any;
|
|
929
|
-
export declare const DescribeLoggingConfigurationResponseFilterSensitiveLog: (
|
|
930
|
-
obj: DescribeLoggingConfigurationResponse
|
|
931
|
-
) => any;
|
|
932
|
-
export declare const DescribeResourcePolicyRequestFilterSensitiveLog: (
|
|
933
|
-
obj: DescribeResourcePolicyRequest
|
|
934
|
-
) => any;
|
|
935
|
-
export declare const DescribeResourcePolicyResponseFilterSensitiveLog: (
|
|
936
|
-
obj: DescribeResourcePolicyResponse
|
|
937
|
-
) => any;
|
|
938
|
-
export declare const DescribeRuleGroupRequestFilterSensitiveLog: (
|
|
939
|
-
obj: DescribeRuleGroupRequest
|
|
940
|
-
) => any;
|
|
941
|
-
export declare const DescribeRuleGroupResponseFilterSensitiveLog: (
|
|
942
|
-
obj: DescribeRuleGroupResponse
|
|
943
|
-
) => any;
|
|
944
|
-
export declare const DescribeRuleGroupMetadataRequestFilterSensitiveLog: (
|
|
945
|
-
obj: DescribeRuleGroupMetadataRequest
|
|
946
|
-
) => any;
|
|
947
|
-
export declare const DescribeRuleGroupMetadataResponseFilterSensitiveLog: (
|
|
948
|
-
obj: DescribeRuleGroupMetadataResponse
|
|
949
|
-
) => any;
|
|
950
|
-
export declare const DisassociateSubnetsRequestFilterSensitiveLog: (
|
|
951
|
-
obj: DisassociateSubnetsRequest
|
|
952
|
-
) => any;
|
|
953
|
-
export declare const DisassociateSubnetsResponseFilterSensitiveLog: (
|
|
954
|
-
obj: DisassociateSubnetsResponse
|
|
955
|
-
) => any;
|
|
956
|
-
export declare const FirewallMetadataFilterSensitiveLog: (
|
|
957
|
-
obj: FirewallMetadata
|
|
958
|
-
) => any;
|
|
959
|
-
export declare const FirewallPolicyMetadataFilterSensitiveLog: (
|
|
960
|
-
obj: FirewallPolicyMetadata
|
|
961
|
-
) => any;
|
|
962
|
-
export declare const ListFirewallPoliciesRequestFilterSensitiveLog: (
|
|
963
|
-
obj: ListFirewallPoliciesRequest
|
|
964
|
-
) => any;
|
|
965
|
-
export declare const ListFirewallPoliciesResponseFilterSensitiveLog: (
|
|
966
|
-
obj: ListFirewallPoliciesResponse
|
|
967
|
-
) => any;
|
|
968
|
-
export declare const ListFirewallsRequestFilterSensitiveLog: (
|
|
969
|
-
obj: ListFirewallsRequest
|
|
970
|
-
) => any;
|
|
971
|
-
export declare const ListFirewallsResponseFilterSensitiveLog: (
|
|
972
|
-
obj: ListFirewallsResponse
|
|
973
|
-
) => any;
|
|
974
|
-
export declare const ListRuleGroupsRequestFilterSensitiveLog: (
|
|
975
|
-
obj: ListRuleGroupsRequest
|
|
976
|
-
) => any;
|
|
977
|
-
export declare const RuleGroupMetadataFilterSensitiveLog: (
|
|
978
|
-
obj: RuleGroupMetadata
|
|
979
|
-
) => any;
|
|
980
|
-
export declare const ListRuleGroupsResponseFilterSensitiveLog: (
|
|
981
|
-
obj: ListRuleGroupsResponse
|
|
982
|
-
) => any;
|
|
983
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
984
|
-
obj: ListTagsForResourceRequest
|
|
985
|
-
) => any;
|
|
986
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
987
|
-
obj: ListTagsForResourceResponse
|
|
988
|
-
) => any;
|
|
989
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
990
|
-
obj: PutResourcePolicyRequest
|
|
991
|
-
) => any;
|
|
992
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
993
|
-
obj: PutResourcePolicyResponse
|
|
994
|
-
) => any;
|
|
995
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
996
|
-
obj: TagResourceRequest
|
|
997
|
-
) => any;
|
|
998
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
999
|
-
obj: TagResourceResponse
|
|
1000
|
-
) => any;
|
|
1001
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1002
|
-
obj: UntagResourceRequest
|
|
1003
|
-
) => any;
|
|
1004
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1005
|
-
obj: UntagResourceResponse
|
|
1006
|
-
) => any;
|
|
1007
|
-
export declare const UpdateFirewallDeleteProtectionRequestFilterSensitiveLog: (
|
|
1008
|
-
obj: UpdateFirewallDeleteProtectionRequest
|
|
1009
|
-
) => any;
|
|
1010
|
-
export declare const UpdateFirewallDeleteProtectionResponseFilterSensitiveLog: (
|
|
1011
|
-
obj: UpdateFirewallDeleteProtectionResponse
|
|
1012
|
-
) => any;
|
|
1013
|
-
export declare const UpdateFirewallDescriptionRequestFilterSensitiveLog: (
|
|
1014
|
-
obj: UpdateFirewallDescriptionRequest
|
|
1015
|
-
) => any;
|
|
1016
|
-
export declare const UpdateFirewallDescriptionResponseFilterSensitiveLog: (
|
|
1017
|
-
obj: UpdateFirewallDescriptionResponse
|
|
1018
|
-
) => any;
|
|
1019
|
-
export declare const UpdateFirewallEncryptionConfigurationRequestFilterSensitiveLog: (
|
|
1020
|
-
obj: UpdateFirewallEncryptionConfigurationRequest
|
|
1021
|
-
) => any;
|
|
1022
|
-
export declare const UpdateFirewallEncryptionConfigurationResponseFilterSensitiveLog: (
|
|
1023
|
-
obj: UpdateFirewallEncryptionConfigurationResponse
|
|
1024
|
-
) => any;
|
|
1025
|
-
export declare const UpdateFirewallPolicyRequestFilterSensitiveLog: (
|
|
1026
|
-
obj: UpdateFirewallPolicyRequest
|
|
1027
|
-
) => any;
|
|
1028
|
-
export declare const UpdateFirewallPolicyResponseFilterSensitiveLog: (
|
|
1029
|
-
obj: UpdateFirewallPolicyResponse
|
|
1030
|
-
) => any;
|
|
1031
|
-
export declare const UpdateFirewallPolicyChangeProtectionRequestFilterSensitiveLog: (
|
|
1032
|
-
obj: UpdateFirewallPolicyChangeProtectionRequest
|
|
1033
|
-
) => any;
|
|
1034
|
-
export declare const UpdateFirewallPolicyChangeProtectionResponseFilterSensitiveLog: (
|
|
1035
|
-
obj: UpdateFirewallPolicyChangeProtectionResponse
|
|
1036
|
-
) => any;
|
|
1037
|
-
export declare const UpdateLoggingConfigurationRequestFilterSensitiveLog: (
|
|
1038
|
-
obj: UpdateLoggingConfigurationRequest
|
|
1039
|
-
) => any;
|
|
1040
|
-
export declare const UpdateLoggingConfigurationResponseFilterSensitiveLog: (
|
|
1041
|
-
obj: UpdateLoggingConfigurationResponse
|
|
1042
|
-
) => any;
|
|
1043
|
-
export declare const UpdateRuleGroupRequestFilterSensitiveLog: (
|
|
1044
|
-
obj: UpdateRuleGroupRequest
|
|
1045
|
-
) => any;
|
|
1046
|
-
export declare const UpdateRuleGroupResponseFilterSensitiveLog: (
|
|
1047
|
-
obj: UpdateRuleGroupResponse
|
|
1048
|
-
) => any;
|
|
1049
|
-
export declare const UpdateSubnetChangeProtectionRequestFilterSensitiveLog: (
|
|
1050
|
-
obj: UpdateSubnetChangeProtectionRequest
|
|
1051
|
-
) => any;
|
|
1052
|
-
export declare const UpdateSubnetChangeProtectionResponseFilterSensitiveLog: (
|
|
1053
|
-
obj: UpdateSubnetChangeProtectionResponse
|
|
1054
|
-
) => any;
|
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.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo network-firewall"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|