@aws-sdk/client-securityhub 3.765.0 → 3.774.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 +245 -265
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptAdministratorInvitationCommand: () => AcceptAdministratorInvitationCommand,
|
|
25
25
|
AcceptInvitationCommand: () => AcceptInvitationCommand,
|
|
26
26
|
AccessDeniedException: () => AccessDeniedException,
|
|
@@ -179,7 +179,7 @@ __export(src_exports, {
|
|
|
179
179
|
paginateListSecurityControlDefinitions: () => paginateListSecurityControlDefinitions,
|
|
180
180
|
paginateListStandardsControlAssociations: () => paginateListStandardsControlAssociations
|
|
181
181
|
});
|
|
182
|
-
module.exports = __toCommonJS(
|
|
182
|
+
module.exports = __toCommonJS(index_exports);
|
|
183
183
|
|
|
184
184
|
// src/SecurityHubClient.ts
|
|
185
185
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -306,9 +306,9 @@ var SecurityHubClient = class extends import_smithy_client.Client {
|
|
|
306
306
|
this.middlewareStack.use(
|
|
307
307
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
308
308
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSecurityHubHttpAuthSchemeParametersProvider,
|
|
309
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
309
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
310
310
|
"aws.auth#sigv4": config.credentials
|
|
311
|
-
})
|
|
311
|
+
}), "identityProviderConfigProvider")
|
|
312
312
|
})
|
|
313
313
|
);
|
|
314
314
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -615,12 +615,9 @@ var StatusReasonCode = {
|
|
|
615
615
|
var Target;
|
|
616
616
|
((Target3) => {
|
|
617
617
|
Target3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
618
|
-
if (value.AccountId !== void 0)
|
|
619
|
-
|
|
620
|
-
if (value.
|
|
621
|
-
return visitor.OrganizationalUnitId(value.OrganizationalUnitId);
|
|
622
|
-
if (value.RootId !== void 0)
|
|
623
|
-
return visitor.RootId(value.RootId);
|
|
618
|
+
if (value.AccountId !== void 0) return visitor.AccountId(value.AccountId);
|
|
619
|
+
if (value.OrganizationalUnitId !== void 0) return visitor.OrganizationalUnitId(value.OrganizationalUnitId);
|
|
620
|
+
if (value.RootId !== void 0) return visitor.RootId(value.RootId);
|
|
624
621
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
625
622
|
}, "visit");
|
|
626
623
|
})(Target || (Target = {}));
|
|
@@ -632,22 +629,14 @@ var TargetType = {
|
|
|
632
629
|
var ParameterValue;
|
|
633
630
|
((ParameterValue2) => {
|
|
634
631
|
ParameterValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
635
|
-
if (value.Integer !== void 0)
|
|
636
|
-
|
|
637
|
-
if (value.
|
|
638
|
-
|
|
639
|
-
if (value.
|
|
640
|
-
|
|
641
|
-
if (value.
|
|
642
|
-
|
|
643
|
-
if (value.StringList !== void 0)
|
|
644
|
-
return visitor.StringList(value.StringList);
|
|
645
|
-
if (value.Boolean !== void 0)
|
|
646
|
-
return visitor.Boolean(value.Boolean);
|
|
647
|
-
if (value.Enum !== void 0)
|
|
648
|
-
return visitor.Enum(value.Enum);
|
|
649
|
-
if (value.EnumList !== void 0)
|
|
650
|
-
return visitor.EnumList(value.EnumList);
|
|
632
|
+
if (value.Integer !== void 0) return visitor.Integer(value.Integer);
|
|
633
|
+
if (value.IntegerList !== void 0) return visitor.IntegerList(value.IntegerList);
|
|
634
|
+
if (value.Double !== void 0) return visitor.Double(value.Double);
|
|
635
|
+
if (value.String !== void 0) return visitor.String(value.String);
|
|
636
|
+
if (value.StringList !== void 0) return visitor.StringList(value.StringList);
|
|
637
|
+
if (value.Boolean !== void 0) return visitor.Boolean(value.Boolean);
|
|
638
|
+
if (value.Enum !== void 0) return visitor.Enum(value.Enum);
|
|
639
|
+
if (value.EnumList !== void 0) return visitor.EnumList(value.EnumList);
|
|
651
640
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
652
641
|
}, "visit");
|
|
653
642
|
})(ParameterValue || (ParameterValue = {}));
|
|
@@ -678,22 +667,14 @@ var UnprocessedErrorCode = {
|
|
|
678
667
|
var ConfigurationOptions;
|
|
679
668
|
((ConfigurationOptions3) => {
|
|
680
669
|
ConfigurationOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
681
|
-
if (value.Integer !== void 0)
|
|
682
|
-
|
|
683
|
-
if (value.
|
|
684
|
-
|
|
685
|
-
if (value.
|
|
686
|
-
|
|
687
|
-
if (value.
|
|
688
|
-
|
|
689
|
-
if (value.StringList !== void 0)
|
|
690
|
-
return visitor.StringList(value.StringList);
|
|
691
|
-
if (value.Boolean !== void 0)
|
|
692
|
-
return visitor.Boolean(value.Boolean);
|
|
693
|
-
if (value.Enum !== void 0)
|
|
694
|
-
return visitor.Enum(value.Enum);
|
|
695
|
-
if (value.EnumList !== void 0)
|
|
696
|
-
return visitor.EnumList(value.EnumList);
|
|
670
|
+
if (value.Integer !== void 0) return visitor.Integer(value.Integer);
|
|
671
|
+
if (value.IntegerList !== void 0) return visitor.IntegerList(value.IntegerList);
|
|
672
|
+
if (value.Double !== void 0) return visitor.Double(value.Double);
|
|
673
|
+
if (value.String !== void 0) return visitor.String(value.String);
|
|
674
|
+
if (value.StringList !== void 0) return visitor.StringList(value.StringList);
|
|
675
|
+
if (value.Boolean !== void 0) return visitor.Boolean(value.Boolean);
|
|
676
|
+
if (value.Enum !== void 0) return visitor.Enum(value.Enum);
|
|
677
|
+
if (value.EnumList !== void 0) return visitor.EnumList(value.EnumList);
|
|
697
678
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
698
679
|
}, "visit");
|
|
699
680
|
})(ConfigurationOptions || (ConfigurationOptions = {}));
|
|
@@ -726,8 +707,7 @@ var ResourceConflictException = class _ResourceConflictException extends Securit
|
|
|
726
707
|
var Policy;
|
|
727
708
|
((Policy2) => {
|
|
728
709
|
Policy2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
729
|
-
if (value.SecurityHub !== void 0)
|
|
730
|
-
return visitor.SecurityHub(value.SecurityHub);
|
|
710
|
+
if (value.SecurityHub !== void 0) return visitor.SecurityHub(value.SecurityHub);
|
|
731
711
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
732
712
|
}, "visit");
|
|
733
713
|
})(Policy || (Policy = {}));
|
|
@@ -825,7 +805,7 @@ var se_BatchDeleteAutomationRulesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
825
805
|
let body;
|
|
826
806
|
body = JSON.stringify(
|
|
827
807
|
(0, import_smithy_client.take)(input, {
|
|
828
|
-
AutomationRulesArns: (_) => (0, import_smithy_client._json)(_)
|
|
808
|
+
AutomationRulesArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AutomationRulesArns")
|
|
829
809
|
})
|
|
830
810
|
);
|
|
831
811
|
b.m("POST").h(headers).b(body);
|
|
@@ -840,7 +820,7 @@ var se_BatchDisableStandardsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
840
820
|
let body;
|
|
841
821
|
body = JSON.stringify(
|
|
842
822
|
(0, import_smithy_client.take)(input, {
|
|
843
|
-
StandardsSubscriptionArns: (_) => (0, import_smithy_client._json)(_)
|
|
823
|
+
StandardsSubscriptionArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionArns")
|
|
844
824
|
})
|
|
845
825
|
);
|
|
846
826
|
b.m("POST").h(headers).b(body);
|
|
@@ -855,7 +835,7 @@ var se_BatchEnableStandardsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
855
835
|
let body;
|
|
856
836
|
body = JSON.stringify(
|
|
857
837
|
(0, import_smithy_client.take)(input, {
|
|
858
|
-
StandardsSubscriptionRequests: (_) => (0, import_smithy_client._json)(_)
|
|
838
|
+
StandardsSubscriptionRequests: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionRequests")
|
|
859
839
|
})
|
|
860
840
|
);
|
|
861
841
|
b.m("POST").h(headers).b(body);
|
|
@@ -870,7 +850,7 @@ var se_BatchGetAutomationRulesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
870
850
|
let body;
|
|
871
851
|
body = JSON.stringify(
|
|
872
852
|
(0, import_smithy_client.take)(input, {
|
|
873
|
-
AutomationRulesArns: (_) => (0, import_smithy_client._json)(_)
|
|
853
|
+
AutomationRulesArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AutomationRulesArns")
|
|
874
854
|
})
|
|
875
855
|
);
|
|
876
856
|
b.m("POST").h(headers).b(body);
|
|
@@ -885,7 +865,7 @@ var se_BatchGetConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
885
865
|
let body;
|
|
886
866
|
body = JSON.stringify(
|
|
887
867
|
(0, import_smithy_client.take)(input, {
|
|
888
|
-
ConfigurationPolicyAssociationIdentifiers: (_) => (0, import_smithy_client._json)(_)
|
|
868
|
+
ConfigurationPolicyAssociationIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConfigurationPolicyAssociationIdentifiers")
|
|
889
869
|
})
|
|
890
870
|
);
|
|
891
871
|
b.m("POST").h(headers).b(body);
|
|
@@ -900,7 +880,7 @@ var se_BatchGetSecurityControlsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
900
880
|
let body;
|
|
901
881
|
body = JSON.stringify(
|
|
902
882
|
(0, import_smithy_client.take)(input, {
|
|
903
|
-
SecurityControlIds: (_) => (0, import_smithy_client._json)(_)
|
|
883
|
+
SecurityControlIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SecurityControlIds")
|
|
904
884
|
})
|
|
905
885
|
);
|
|
906
886
|
b.m("POST").h(headers).b(body);
|
|
@@ -915,7 +895,7 @@ var se_BatchGetStandardsControlAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
915
895
|
let body;
|
|
916
896
|
body = JSON.stringify(
|
|
917
897
|
(0, import_smithy_client.take)(input, {
|
|
918
|
-
StandardsControlAssociationIds: (_) => (0, import_smithy_client._json)(_)
|
|
898
|
+
StandardsControlAssociationIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsControlAssociationIds")
|
|
919
899
|
})
|
|
920
900
|
);
|
|
921
901
|
b.m("POST").h(headers).b(body);
|
|
@@ -930,7 +910,7 @@ var se_BatchImportFindingsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
930
910
|
let body;
|
|
931
911
|
body = JSON.stringify(
|
|
932
912
|
(0, import_smithy_client.take)(input, {
|
|
933
|
-
Findings: (_) => se_BatchImportFindingsRequestFindingList(_, context)
|
|
913
|
+
Findings: /* @__PURE__ */ __name((_) => se_BatchImportFindingsRequestFindingList(_, context), "Findings")
|
|
934
914
|
})
|
|
935
915
|
);
|
|
936
916
|
b.m("POST").h(headers).b(body);
|
|
@@ -945,7 +925,7 @@ var se_BatchUpdateAutomationRulesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
945
925
|
let body;
|
|
946
926
|
body = JSON.stringify(
|
|
947
927
|
(0, import_smithy_client.take)(input, {
|
|
948
|
-
UpdateAutomationRulesRequestItems: (_) => se_UpdateAutomationRulesRequestItemsList(_, context)
|
|
928
|
+
UpdateAutomationRulesRequestItems: /* @__PURE__ */ __name((_) => se_UpdateAutomationRulesRequestItemsList(_, context), "UpdateAutomationRulesRequestItems")
|
|
949
929
|
})
|
|
950
930
|
);
|
|
951
931
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -962,14 +942,14 @@ var se_BatchUpdateFindingsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
962
942
|
(0, import_smithy_client.take)(input, {
|
|
963
943
|
Confidence: [],
|
|
964
944
|
Criticality: [],
|
|
965
|
-
FindingIdentifiers: (_) => (0, import_smithy_client._json)(_),
|
|
966
|
-
Note: (_) => (0, import_smithy_client._json)(_),
|
|
967
|
-
RelatedFindings: (_) => (0, import_smithy_client._json)(_),
|
|
968
|
-
Severity: (_) => se_SeverityUpdate(_, context),
|
|
969
|
-
Types: (_) => (0, import_smithy_client._json)(_),
|
|
970
|
-
UserDefinedFields: (_) => (0, import_smithy_client._json)(_),
|
|
945
|
+
FindingIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FindingIdentifiers"),
|
|
946
|
+
Note: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Note"),
|
|
947
|
+
RelatedFindings: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RelatedFindings"),
|
|
948
|
+
Severity: /* @__PURE__ */ __name((_) => se_SeverityUpdate(_, context), "Severity"),
|
|
949
|
+
Types: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Types"),
|
|
950
|
+
UserDefinedFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UserDefinedFields"),
|
|
971
951
|
VerificationState: [],
|
|
972
|
-
Workflow: (_) => (0, import_smithy_client._json)(_)
|
|
952
|
+
Workflow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Workflow")
|
|
973
953
|
})
|
|
974
954
|
);
|
|
975
955
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -984,7 +964,7 @@ var se_BatchUpdateStandardsControlAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
984
964
|
let body;
|
|
985
965
|
body = JSON.stringify(
|
|
986
966
|
(0, import_smithy_client.take)(input, {
|
|
987
|
-
StandardsControlAssociationUpdates: (_) => (0, import_smithy_client._json)(_)
|
|
967
|
+
StandardsControlAssociationUpdates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsControlAssociationUpdates")
|
|
988
968
|
})
|
|
989
969
|
);
|
|
990
970
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1016,14 +996,14 @@ var se_CreateAutomationRuleCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1016
996
|
let body;
|
|
1017
997
|
body = JSON.stringify(
|
|
1018
998
|
(0, import_smithy_client.take)(input, {
|
|
1019
|
-
Actions: (_) => se_ActionList(_, context),
|
|
1020
|
-
Criteria: (_) => se_AutomationRulesFindingFilters(_, context),
|
|
999
|
+
Actions: /* @__PURE__ */ __name((_) => se_ActionList(_, context), "Actions"),
|
|
1000
|
+
Criteria: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
1021
1001
|
Description: [],
|
|
1022
1002
|
IsTerminal: [],
|
|
1023
1003
|
RuleName: [],
|
|
1024
1004
|
RuleOrder: [],
|
|
1025
1005
|
RuleStatus: [],
|
|
1026
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1006
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1027
1007
|
})
|
|
1028
1008
|
);
|
|
1029
1009
|
b.m("POST").h(headers).b(body);
|
|
@@ -1038,10 +1018,10 @@ var se_CreateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1038
1018
|
let body;
|
|
1039
1019
|
body = JSON.stringify(
|
|
1040
1020
|
(0, import_smithy_client.take)(input, {
|
|
1041
|
-
ConfigurationPolicy: (_) => se_Policy(_, context),
|
|
1021
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => se_Policy(_, context), "ConfigurationPolicy"),
|
|
1042
1022
|
Description: [],
|
|
1043
1023
|
Name: [],
|
|
1044
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1024
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1045
1025
|
})
|
|
1046
1026
|
);
|
|
1047
1027
|
b.m("POST").h(headers).b(body);
|
|
@@ -1057,7 +1037,7 @@ var se_CreateFindingAggregatorCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1057
1037
|
body = JSON.stringify(
|
|
1058
1038
|
(0, import_smithy_client.take)(input, {
|
|
1059
1039
|
RegionLinkingMode: [],
|
|
1060
|
-
Regions: (_) => (0, import_smithy_client._json)(_)
|
|
1040
|
+
Regions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Regions")
|
|
1061
1041
|
})
|
|
1062
1042
|
);
|
|
1063
1043
|
b.m("POST").h(headers).b(body);
|
|
@@ -1072,7 +1052,7 @@ var se_CreateInsightCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1072
1052
|
let body;
|
|
1073
1053
|
body = JSON.stringify(
|
|
1074
1054
|
(0, import_smithy_client.take)(input, {
|
|
1075
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1055
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1076
1056
|
GroupByAttribute: [],
|
|
1077
1057
|
Name: []
|
|
1078
1058
|
})
|
|
@@ -1089,7 +1069,7 @@ var se_CreateMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1089
1069
|
let body;
|
|
1090
1070
|
body = JSON.stringify(
|
|
1091
1071
|
(0, import_smithy_client.take)(input, {
|
|
1092
|
-
AccountDetails: (_) => (0, import_smithy_client._json)(_)
|
|
1072
|
+
AccountDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountDetails")
|
|
1093
1073
|
})
|
|
1094
1074
|
);
|
|
1095
1075
|
b.m("POST").h(headers).b(body);
|
|
@@ -1104,7 +1084,7 @@ var se_DeclineInvitationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1104
1084
|
let body;
|
|
1105
1085
|
body = JSON.stringify(
|
|
1106
1086
|
(0, import_smithy_client.take)(input, {
|
|
1107
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1087
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1108
1088
|
})
|
|
1109
1089
|
);
|
|
1110
1090
|
b.m("POST").h(headers).b(body);
|
|
@@ -1155,7 +1135,7 @@ var se_DeleteInvitationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1155
1135
|
let body;
|
|
1156
1136
|
body = JSON.stringify(
|
|
1157
1137
|
(0, import_smithy_client.take)(input, {
|
|
1158
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1138
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1159
1139
|
})
|
|
1160
1140
|
);
|
|
1161
1141
|
b.m("POST").h(headers).b(body);
|
|
@@ -1170,7 +1150,7 @@ var se_DeleteMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1170
1150
|
let body;
|
|
1171
1151
|
body = JSON.stringify(
|
|
1172
1152
|
(0, import_smithy_client.take)(input, {
|
|
1173
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1153
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1174
1154
|
})
|
|
1175
1155
|
);
|
|
1176
1156
|
b.m("POST").h(headers).b(body);
|
|
@@ -1185,7 +1165,7 @@ var se_DescribeActionTargetsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1185
1165
|
let body;
|
|
1186
1166
|
body = JSON.stringify(
|
|
1187
1167
|
(0, import_smithy_client.take)(input, {
|
|
1188
|
-
ActionTargetArns: (_) => (0, import_smithy_client._json)(_),
|
|
1168
|
+
ActionTargetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ActionTargetArns"),
|
|
1189
1169
|
MaxResults: [],
|
|
1190
1170
|
NextToken: []
|
|
1191
1171
|
})
|
|
@@ -1307,7 +1287,7 @@ var se_DisassociateMembersCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1307
1287
|
let body;
|
|
1308
1288
|
body = JSON.stringify(
|
|
1309
1289
|
(0, import_smithy_client.take)(input, {
|
|
1310
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1290
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1311
1291
|
})
|
|
1312
1292
|
);
|
|
1313
1293
|
b.m("POST").h(headers).b(body);
|
|
@@ -1354,7 +1334,7 @@ var se_EnableSecurityHubCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1354
1334
|
(0, import_smithy_client.take)(input, {
|
|
1355
1335
|
ControlFindingGenerator: [],
|
|
1356
1336
|
EnableDefaultStandards: [],
|
|
1357
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1337
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1358
1338
|
})
|
|
1359
1339
|
);
|
|
1360
1340
|
b.m("POST").h(headers).b(body);
|
|
@@ -1386,7 +1366,7 @@ var se_GetConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async (
|
|
|
1386
1366
|
let body;
|
|
1387
1367
|
body = JSON.stringify(
|
|
1388
1368
|
(0, import_smithy_client.take)(input, {
|
|
1389
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1369
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1390
1370
|
})
|
|
1391
1371
|
);
|
|
1392
1372
|
b.m("POST").h(headers).b(body);
|
|
@@ -1403,7 +1383,7 @@ var se_GetEnabledStandardsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1403
1383
|
(0, import_smithy_client.take)(input, {
|
|
1404
1384
|
MaxResults: [],
|
|
1405
1385
|
NextToken: [],
|
|
1406
|
-
StandardsSubscriptionArns: (_) => (0, import_smithy_client._json)(_)
|
|
1386
|
+
StandardsSubscriptionArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionArns")
|
|
1407
1387
|
})
|
|
1408
1388
|
);
|
|
1409
1389
|
b.m("POST").h(headers).b(body);
|
|
@@ -1427,11 +1407,11 @@ var se_GetFindingHistoryCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1427
1407
|
let body;
|
|
1428
1408
|
body = JSON.stringify(
|
|
1429
1409
|
(0, import_smithy_client.take)(input, {
|
|
1430
|
-
EndTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
1431
|
-
FindingIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
1410
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "EndTime"),
|
|
1411
|
+
FindingIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FindingIdentifier"),
|
|
1432
1412
|
MaxResults: [],
|
|
1433
1413
|
NextToken: [],
|
|
1434
|
-
StartTime: (_) => (0, import_smithy_client.serializeDateTime)(_)
|
|
1414
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "StartTime")
|
|
1435
1415
|
})
|
|
1436
1416
|
);
|
|
1437
1417
|
b.m("POST").h(headers).b(body);
|
|
@@ -1446,10 +1426,10 @@ var se_GetFindingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1446
1426
|
let body;
|
|
1447
1427
|
body = JSON.stringify(
|
|
1448
1428
|
(0, import_smithy_client.take)(input, {
|
|
1449
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1429
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1450
1430
|
MaxResults: [],
|
|
1451
1431
|
NextToken: [],
|
|
1452
|
-
SortCriteria: (_) => (0, import_smithy_client._json)(_)
|
|
1432
|
+
SortCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SortCriteria")
|
|
1453
1433
|
})
|
|
1454
1434
|
);
|
|
1455
1435
|
b.m("POST").h(headers).b(body);
|
|
@@ -1473,7 +1453,7 @@ var se_GetInsightsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1473
1453
|
let body;
|
|
1474
1454
|
body = JSON.stringify(
|
|
1475
1455
|
(0, import_smithy_client.take)(input, {
|
|
1476
|
-
InsightArns: (_) => (0, import_smithy_client._json)(_),
|
|
1456
|
+
InsightArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InsightArns"),
|
|
1477
1457
|
MaxResults: [],
|
|
1478
1458
|
NextToken: []
|
|
1479
1459
|
})
|
|
@@ -1506,7 +1486,7 @@ var se_GetMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1506
1486
|
let body;
|
|
1507
1487
|
body = JSON.stringify(
|
|
1508
1488
|
(0, import_smithy_client.take)(input, {
|
|
1509
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1489
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1510
1490
|
})
|
|
1511
1491
|
);
|
|
1512
1492
|
b.m("POST").h(headers).b(body);
|
|
@@ -1532,7 +1512,7 @@ var se_InviteMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1532
1512
|
let body;
|
|
1533
1513
|
body = JSON.stringify(
|
|
1534
1514
|
(0, import_smithy_client.take)(input, {
|
|
1535
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1515
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1536
1516
|
})
|
|
1537
1517
|
);
|
|
1538
1518
|
b.m("POST").h(headers).b(body);
|
|
@@ -1571,7 +1551,7 @@ var se_ListConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(async
|
|
|
1571
1551
|
let body;
|
|
1572
1552
|
body = JSON.stringify(
|
|
1573
1553
|
(0, import_smithy_client.take)(input, {
|
|
1574
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1554
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1575
1555
|
MaxResults: [],
|
|
1576
1556
|
NextToken: []
|
|
1577
1557
|
})
|
|
@@ -1685,7 +1665,7 @@ var se_StartConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
1685
1665
|
body = JSON.stringify(
|
|
1686
1666
|
(0, import_smithy_client.take)(input, {
|
|
1687
1667
|
ConfigurationPolicyIdentifier: [],
|
|
1688
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1668
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1689
1669
|
})
|
|
1690
1670
|
);
|
|
1691
1671
|
b.m("POST").h(headers).b(body);
|
|
@@ -1701,7 +1681,7 @@ var se_StartConfigurationPolicyDisassociationCommand = /* @__PURE__ */ __name(as
|
|
|
1701
1681
|
body = JSON.stringify(
|
|
1702
1682
|
(0, import_smithy_client.take)(input, {
|
|
1703
1683
|
ConfigurationPolicyIdentifier: [],
|
|
1704
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1684
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1705
1685
|
})
|
|
1706
1686
|
);
|
|
1707
1687
|
b.m("POST").h(headers).b(body);
|
|
@@ -1717,7 +1697,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1717
1697
|
let body;
|
|
1718
1698
|
body = JSON.stringify(
|
|
1719
1699
|
(0, import_smithy_client.take)(input, {
|
|
1720
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1700
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1721
1701
|
})
|
|
1722
1702
|
);
|
|
1723
1703
|
b.m("POST").h(headers).b(body);
|
|
@@ -1762,7 +1742,7 @@ var se_UpdateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1762
1742
|
let body;
|
|
1763
1743
|
body = JSON.stringify(
|
|
1764
1744
|
(0, import_smithy_client.take)(input, {
|
|
1765
|
-
ConfigurationPolicy: (_) => se_Policy(_, context),
|
|
1745
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => se_Policy(_, context), "ConfigurationPolicy"),
|
|
1766
1746
|
Description: [],
|
|
1767
1747
|
Name: [],
|
|
1768
1748
|
UpdatedReason: []
|
|
@@ -1782,7 +1762,7 @@ var se_UpdateFindingAggregatorCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1782
1762
|
(0, import_smithy_client.take)(input, {
|
|
1783
1763
|
FindingAggregatorArn: [],
|
|
1784
1764
|
RegionLinkingMode: [],
|
|
1785
|
-
Regions: (_) => (0, import_smithy_client._json)(_)
|
|
1765
|
+
Regions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Regions")
|
|
1786
1766
|
})
|
|
1787
1767
|
);
|
|
1788
1768
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1797,8 +1777,8 @@ var se_UpdateFindingsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1797
1777
|
let body;
|
|
1798
1778
|
body = JSON.stringify(
|
|
1799
1779
|
(0, import_smithy_client.take)(input, {
|
|
1800
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1801
|
-
Note: (_) => (0, import_smithy_client._json)(_),
|
|
1780
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1781
|
+
Note: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Note"),
|
|
1802
1782
|
RecordState: []
|
|
1803
1783
|
})
|
|
1804
1784
|
);
|
|
@@ -1815,7 +1795,7 @@ var se_UpdateInsightCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1815
1795
|
let body;
|
|
1816
1796
|
body = JSON.stringify(
|
|
1817
1797
|
(0, import_smithy_client.take)(input, {
|
|
1818
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1798
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1819
1799
|
GroupByAttribute: [],
|
|
1820
1800
|
Name: []
|
|
1821
1801
|
})
|
|
@@ -1834,7 +1814,7 @@ var se_UpdateOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1834
1814
|
(0, import_smithy_client.take)(input, {
|
|
1835
1815
|
AutoEnable: [],
|
|
1836
1816
|
AutoEnableStandards: [],
|
|
1837
|
-
OrganizationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1817
|
+
OrganizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OrganizationConfiguration")
|
|
1838
1818
|
})
|
|
1839
1819
|
);
|
|
1840
1820
|
b.m("POST").h(headers).b(body);
|
|
@@ -1850,7 +1830,7 @@ var se_UpdateSecurityControlCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1850
1830
|
body = JSON.stringify(
|
|
1851
1831
|
(0, import_smithy_client.take)(input, {
|
|
1852
1832
|
LastUpdateReason: [],
|
|
1853
|
-
Parameters: (_) => se_Parameters(_, context),
|
|
1833
|
+
Parameters: /* @__PURE__ */ __name((_) => se_Parameters(_, context), "Parameters"),
|
|
1854
1834
|
SecurityControlId: []
|
|
1855
1835
|
})
|
|
1856
1836
|
);
|
|
@@ -1962,7 +1942,7 @@ var de_BatchGetAutomationRulesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1962
1942
|
});
|
|
1963
1943
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1964
1944
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1965
|
-
Rules: (_) => de_AutomationRulesConfigList(_, context),
|
|
1945
|
+
Rules: /* @__PURE__ */ __name((_) => de_AutomationRulesConfigList(_, context), "Rules"),
|
|
1966
1946
|
UnprocessedAutomationRules: import_smithy_client._json
|
|
1967
1947
|
});
|
|
1968
1948
|
Object.assign(contents, doc);
|
|
@@ -1977,7 +1957,7 @@ var de_BatchGetConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
1977
1957
|
});
|
|
1978
1958
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1979
1959
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1980
|
-
ConfigurationPolicyAssociations: (_) => de_ConfigurationPolicyAssociationList(_, context),
|
|
1960
|
+
ConfigurationPolicyAssociations: /* @__PURE__ */ __name((_) => de_ConfigurationPolicyAssociationList(_, context), "ConfigurationPolicyAssociations"),
|
|
1981
1961
|
UnprocessedConfigurationPolicyAssociations: import_smithy_client._json
|
|
1982
1962
|
});
|
|
1983
1963
|
Object.assign(contents, doc);
|
|
@@ -1992,7 +1972,7 @@ var de_BatchGetSecurityControlsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1992
1972
|
});
|
|
1993
1973
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1994
1974
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1995
|
-
SecurityControls: (_) => de_SecurityControls(_, context),
|
|
1975
|
+
SecurityControls: /* @__PURE__ */ __name((_) => de_SecurityControls(_, context), "SecurityControls"),
|
|
1996
1976
|
UnprocessedIds: import_smithy_client._json
|
|
1997
1977
|
});
|
|
1998
1978
|
Object.assign(contents, doc);
|
|
@@ -2007,7 +1987,7 @@ var de_BatchGetStandardsControlAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
2007
1987
|
});
|
|
2008
1988
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2009
1989
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2010
|
-
StandardsControlAssociationDetails: (_) => de_StandardsControlAssociationDetails(_, context),
|
|
1990
|
+
StandardsControlAssociationDetails: /* @__PURE__ */ __name((_) => de_StandardsControlAssociationDetails(_, context), "StandardsControlAssociationDetails"),
|
|
2011
1991
|
UnprocessedAssociations: import_smithy_client._json
|
|
2012
1992
|
});
|
|
2013
1993
|
Object.assign(contents, doc);
|
|
@@ -2111,12 +2091,12 @@ var de_CreateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2111
2091
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2112
2092
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2113
2093
|
Arn: import_smithy_client.expectString,
|
|
2114
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2115
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2094
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => de_Policy((0, import_core2.awsExpectUnion)(_), context), "ConfigurationPolicy"),
|
|
2095
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2116
2096
|
Description: import_smithy_client.expectString,
|
|
2117
2097
|
Id: import_smithy_client.expectString,
|
|
2118
2098
|
Name: import_smithy_client.expectString,
|
|
2119
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2099
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2120
2100
|
});
|
|
2121
2101
|
Object.assign(contents, doc);
|
|
2122
2102
|
return contents;
|
|
@@ -2344,7 +2324,7 @@ var de_DescribeStandardsControlsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2344
2324
|
});
|
|
2345
2325
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2346
2326
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2347
|
-
Controls: (_) => de_StandardsControls(_, context),
|
|
2327
|
+
Controls: /* @__PURE__ */ __name((_) => de_StandardsControls(_, context), "Controls"),
|
|
2348
2328
|
NextToken: import_smithy_client.expectString
|
|
2349
2329
|
});
|
|
2350
2330
|
Object.assign(contents, doc);
|
|
@@ -2453,7 +2433,7 @@ var de_GetAdministratorAccountCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2453
2433
|
});
|
|
2454
2434
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2455
2435
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2456
|
-
Administrator: (_) => de_Invitation(_, context)
|
|
2436
|
+
Administrator: /* @__PURE__ */ __name((_) => de_Invitation(_, context), "Administrator")
|
|
2457
2437
|
});
|
|
2458
2438
|
Object.assign(contents, doc);
|
|
2459
2439
|
return contents;
|
|
@@ -2468,12 +2448,12 @@ var de_GetConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2468
2448
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2469
2449
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2470
2450
|
Arn: import_smithy_client.expectString,
|
|
2471
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2472
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2451
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => de_Policy((0, import_core2.awsExpectUnion)(_), context), "ConfigurationPolicy"),
|
|
2452
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2473
2453
|
Description: import_smithy_client.expectString,
|
|
2474
2454
|
Id: import_smithy_client.expectString,
|
|
2475
2455
|
Name: import_smithy_client.expectString,
|
|
2476
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2456
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2477
2457
|
});
|
|
2478
2458
|
Object.assign(contents, doc);
|
|
2479
2459
|
return contents;
|
|
@@ -2493,7 +2473,7 @@ var de_GetConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async (
|
|
|
2493
2473
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
2494
2474
|
TargetId: import_smithy_client.expectString,
|
|
2495
2475
|
TargetType: import_smithy_client.expectString,
|
|
2496
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2476
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2497
2477
|
});
|
|
2498
2478
|
Object.assign(contents, doc);
|
|
2499
2479
|
return contents;
|
|
@@ -2540,7 +2520,7 @@ var de_GetFindingHistoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2540
2520
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2541
2521
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2542
2522
|
NextToken: import_smithy_client.expectString,
|
|
2543
|
-
Records: (_) => de_FindingHistoryRecordList(_, context)
|
|
2523
|
+
Records: /* @__PURE__ */ __name((_) => de_FindingHistoryRecordList(_, context), "Records")
|
|
2544
2524
|
});
|
|
2545
2525
|
Object.assign(contents, doc);
|
|
2546
2526
|
return contents;
|
|
@@ -2554,7 +2534,7 @@ var de_GetFindingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2554
2534
|
});
|
|
2555
2535
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2556
2536
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2557
|
-
Findings: (_) => de_AwsSecurityFindingList(_, context),
|
|
2537
|
+
Findings: /* @__PURE__ */ __name((_) => de_AwsSecurityFindingList(_, context), "Findings"),
|
|
2558
2538
|
NextToken: import_smithy_client.expectString
|
|
2559
2539
|
});
|
|
2560
2540
|
Object.assign(contents, doc);
|
|
@@ -2583,7 +2563,7 @@ var de_GetInsightsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2583
2563
|
});
|
|
2584
2564
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2585
2565
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2586
|
-
Insights: (_) => de_InsightList(_, context),
|
|
2566
|
+
Insights: /* @__PURE__ */ __name((_) => de_InsightList(_, context), "Insights"),
|
|
2587
2567
|
NextToken: import_smithy_client.expectString
|
|
2588
2568
|
});
|
|
2589
2569
|
Object.assign(contents, doc);
|
|
@@ -2612,7 +2592,7 @@ var de_GetMasterAccountCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2612
2592
|
});
|
|
2613
2593
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2614
2594
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2615
|
-
Master: (_) => de_Invitation(_, context)
|
|
2595
|
+
Master: /* @__PURE__ */ __name((_) => de_Invitation(_, context), "Master")
|
|
2616
2596
|
});
|
|
2617
2597
|
Object.assign(contents, doc);
|
|
2618
2598
|
return contents;
|
|
@@ -2626,7 +2606,7 @@ var de_GetMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2626
2606
|
});
|
|
2627
2607
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2628
2608
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2629
|
-
Members: (_) => de_MemberList(_, context),
|
|
2609
|
+
Members: /* @__PURE__ */ __name((_) => de_MemberList(_, context), "Members"),
|
|
2630
2610
|
UnprocessedAccounts: import_smithy_client._json
|
|
2631
2611
|
});
|
|
2632
2612
|
Object.assign(contents, doc);
|
|
@@ -2641,7 +2621,7 @@ var de_GetSecurityControlDefinitionCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2641
2621
|
});
|
|
2642
2622
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2643
2623
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2644
|
-
SecurityControlDefinition: (_) => de_SecurityControlDefinition(_, context)
|
|
2624
|
+
SecurityControlDefinition: /* @__PURE__ */ __name((_) => de_SecurityControlDefinition(_, context), "SecurityControlDefinition")
|
|
2645
2625
|
});
|
|
2646
2626
|
Object.assign(contents, doc);
|
|
2647
2627
|
return contents;
|
|
@@ -2669,7 +2649,7 @@ var de_ListAutomationRulesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2669
2649
|
});
|
|
2670
2650
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2671
2651
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2672
|
-
AutomationRulesMetadata: (_) => de_AutomationRulesMetadataList(_, context),
|
|
2652
|
+
AutomationRulesMetadata: /* @__PURE__ */ __name((_) => de_AutomationRulesMetadataList(_, context), "AutomationRulesMetadata"),
|
|
2673
2653
|
NextToken: import_smithy_client.expectString
|
|
2674
2654
|
});
|
|
2675
2655
|
Object.assign(contents, doc);
|
|
@@ -2684,7 +2664,7 @@ var de_ListConfigurationPoliciesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2684
2664
|
});
|
|
2685
2665
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2686
2666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2687
|
-
ConfigurationPolicySummaries: (_) => de_ConfigurationPolicySummaryList(_, context),
|
|
2667
|
+
ConfigurationPolicySummaries: /* @__PURE__ */ __name((_) => de_ConfigurationPolicySummaryList(_, context), "ConfigurationPolicySummaries"),
|
|
2688
2668
|
NextToken: import_smithy_client.expectString
|
|
2689
2669
|
});
|
|
2690
2670
|
Object.assign(contents, doc);
|
|
@@ -2699,7 +2679,7 @@ var de_ListConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(async
|
|
|
2699
2679
|
});
|
|
2700
2680
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2701
2681
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2702
|
-
ConfigurationPolicyAssociationSummaries: (_) => de_ConfigurationPolicyAssociationSummaryList(_, context),
|
|
2682
|
+
ConfigurationPolicyAssociationSummaries: /* @__PURE__ */ __name((_) => de_ConfigurationPolicyAssociationSummaryList(_, context), "ConfigurationPolicyAssociationSummaries"),
|
|
2703
2683
|
NextToken: import_smithy_client.expectString
|
|
2704
2684
|
});
|
|
2705
2685
|
Object.assign(contents, doc);
|
|
@@ -2744,7 +2724,7 @@ var de_ListInvitationsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2744
2724
|
});
|
|
2745
2725
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2746
2726
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2747
|
-
Invitations: (_) => de_InvitationList(_, context),
|
|
2727
|
+
Invitations: /* @__PURE__ */ __name((_) => de_InvitationList(_, context), "Invitations"),
|
|
2748
2728
|
NextToken: import_smithy_client.expectString
|
|
2749
2729
|
});
|
|
2750
2730
|
Object.assign(contents, doc);
|
|
@@ -2759,7 +2739,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2759
2739
|
});
|
|
2760
2740
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2761
2741
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2762
|
-
Members: (_) => de_MemberList(_, context),
|
|
2742
|
+
Members: /* @__PURE__ */ __name((_) => de_MemberList(_, context), "Members"),
|
|
2763
2743
|
NextToken: import_smithy_client.expectString
|
|
2764
2744
|
});
|
|
2765
2745
|
Object.assign(contents, doc);
|
|
@@ -2790,7 +2770,7 @@ var de_ListSecurityControlDefinitionsCommand = /* @__PURE__ */ __name(async (out
|
|
|
2790
2770
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2791
2771
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2792
2772
|
NextToken: import_smithy_client.expectString,
|
|
2793
|
-
SecurityControlDefinitions: (_) => de_SecurityControlDefinitions(_, context)
|
|
2773
|
+
SecurityControlDefinitions: /* @__PURE__ */ __name((_) => de_SecurityControlDefinitions(_, context), "SecurityControlDefinitions")
|
|
2794
2774
|
});
|
|
2795
2775
|
Object.assign(contents, doc);
|
|
2796
2776
|
return contents;
|
|
@@ -2805,7 +2785,7 @@ var de_ListStandardsControlAssociationsCommand = /* @__PURE__ */ __name(async (o
|
|
|
2805
2785
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2806
2786
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2807
2787
|
NextToken: import_smithy_client.expectString,
|
|
2808
|
-
StandardsControlAssociationSummaries: (_) => de_StandardsControlAssociationSummaries(_, context)
|
|
2788
|
+
StandardsControlAssociationSummaries: /* @__PURE__ */ __name((_) => de_StandardsControlAssociationSummaries(_, context), "StandardsControlAssociationSummaries")
|
|
2809
2789
|
});
|
|
2810
2790
|
Object.assign(contents, doc);
|
|
2811
2791
|
return contents;
|
|
@@ -2839,7 +2819,7 @@ var de_StartConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
2839
2819
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
2840
2820
|
TargetId: import_smithy_client.expectString,
|
|
2841
2821
|
TargetType: import_smithy_client.expectString,
|
|
2842
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2822
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2843
2823
|
});
|
|
2844
2824
|
Object.assign(contents, doc);
|
|
2845
2825
|
return contents;
|
|
@@ -2894,12 +2874,12 @@ var de_UpdateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2894
2874
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2895
2875
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2896
2876
|
Arn: import_smithy_client.expectString,
|
|
2897
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2898
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2877
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => de_Policy((0, import_core2.awsExpectUnion)(_), context), "ConfigurationPolicy"),
|
|
2878
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
2899
2879
|
Description: import_smithy_client.expectString,
|
|
2900
2880
|
Id: import_smithy_client.expectString,
|
|
2901
2881
|
Name: import_smithy_client.expectString,
|
|
2902
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2882
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
2903
2883
|
});
|
|
2904
2884
|
Object.assign(contents, doc);
|
|
2905
2885
|
return contents;
|
|
@@ -3137,10 +3117,10 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
3137
3117
|
var se_Action = /* @__PURE__ */ __name((input, context) => {
|
|
3138
3118
|
return (0, import_smithy_client.take)(input, {
|
|
3139
3119
|
ActionType: [],
|
|
3140
|
-
AwsApiCallAction: (_) => se_AwsApiCallAction(_, context),
|
|
3120
|
+
AwsApiCallAction: /* @__PURE__ */ __name((_) => se_AwsApiCallAction(_, context), "AwsApiCallAction"),
|
|
3141
3121
|
DnsRequestAction: import_smithy_client._json,
|
|
3142
|
-
NetworkConnectionAction: (_) => se_NetworkConnectionAction(_, context),
|
|
3143
|
-
PortProbeAction: (_) => se_PortProbeAction(_, context)
|
|
3122
|
+
NetworkConnectionAction: /* @__PURE__ */ __name((_) => se_NetworkConnectionAction(_, context), "NetworkConnectionAction"),
|
|
3123
|
+
PortProbeAction: /* @__PURE__ */ __name((_) => se_PortProbeAction(_, context), "PortProbeAction")
|
|
3144
3124
|
});
|
|
3145
3125
|
}, "se_Action");
|
|
3146
3126
|
var se_ActionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3152,14 +3132,14 @@ var se_ActionRemoteIpDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3152
3132
|
return (0, import_smithy_client.take)(input, {
|
|
3153
3133
|
City: import_smithy_client._json,
|
|
3154
3134
|
Country: import_smithy_client._json,
|
|
3155
|
-
GeoLocation: (_) => se_GeoLocation(_, context),
|
|
3135
|
+
GeoLocation: /* @__PURE__ */ __name((_) => se_GeoLocation(_, context), "GeoLocation"),
|
|
3156
3136
|
IpAddressV4: [],
|
|
3157
3137
|
Organization: import_smithy_client._json
|
|
3158
3138
|
});
|
|
3159
3139
|
}, "se_ActionRemoteIpDetails");
|
|
3160
3140
|
var se_AutomationRulesAction = /* @__PURE__ */ __name((input, context) => {
|
|
3161
3141
|
return (0, import_smithy_client.take)(input, {
|
|
3162
|
-
FindingFieldsUpdate: (_) => se_AutomationRulesFindingFieldsUpdate(_, context),
|
|
3142
|
+
FindingFieldsUpdate: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFieldsUpdate(_, context), "FindingFieldsUpdate"),
|
|
3163
3143
|
Type: []
|
|
3164
3144
|
});
|
|
3165
3145
|
}, "se_AutomationRulesAction");
|
|
@@ -3169,7 +3149,7 @@ var se_AutomationRulesFindingFieldsUpdate = /* @__PURE__ */ __name((input, conte
|
|
|
3169
3149
|
Criticality: [],
|
|
3170
3150
|
Note: import_smithy_client._json,
|
|
3171
3151
|
RelatedFindings: import_smithy_client._json,
|
|
3172
|
-
Severity: (_) => se_SeverityUpdate(_, context),
|
|
3152
|
+
Severity: /* @__PURE__ */ __name((_) => se_SeverityUpdate(_, context), "Severity"),
|
|
3173
3153
|
Types: import_smithy_client._json,
|
|
3174
3154
|
UserDefinedFields: import_smithy_client._json,
|
|
3175
3155
|
VerificationState: [],
|
|
@@ -3184,9 +3164,9 @@ var se_AutomationRulesFindingFilters = /* @__PURE__ */ __name((input, context) =
|
|
|
3184
3164
|
ComplianceAssociatedStandardsId: import_smithy_client._json,
|
|
3185
3165
|
ComplianceSecurityControlId: import_smithy_client._json,
|
|
3186
3166
|
ComplianceStatus: import_smithy_client._json,
|
|
3187
|
-
Confidence: (_) => se_NumberFilterList(_, context),
|
|
3167
|
+
Confidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Confidence"),
|
|
3188
3168
|
CreatedAt: import_smithy_client._json,
|
|
3189
|
-
Criticality: (_) => se_NumberFilterList(_, context),
|
|
3169
|
+
Criticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Criticality"),
|
|
3190
3170
|
Description: import_smithy_client._json,
|
|
3191
3171
|
FirstObservedAt: import_smithy_client._json,
|
|
3192
3172
|
GeneratorId: import_smithy_client._json,
|
|
@@ -3226,7 +3206,7 @@ var se_AwsApiCallAction = /* @__PURE__ */ __name((input, context) => {
|
|
|
3226
3206
|
DomainDetails: import_smithy_client._json,
|
|
3227
3207
|
FirstSeen: [],
|
|
3228
3208
|
LastSeen: [],
|
|
3229
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context),
|
|
3209
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
3230
3210
|
ServiceName: []
|
|
3231
3211
|
});
|
|
3232
3212
|
}, "se_AwsApiCallAction");
|
|
@@ -3265,14 +3245,14 @@ var se_AwsApiGatewayStageDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3265
3245
|
CacheClusterEnabled: [],
|
|
3266
3246
|
CacheClusterSize: [],
|
|
3267
3247
|
CacheClusterStatus: [],
|
|
3268
|
-
CanarySettings: (_) => se_AwsApiGatewayCanarySettings(_, context),
|
|
3248
|
+
CanarySettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayCanarySettings(_, context), "CanarySettings"),
|
|
3269
3249
|
ClientCertificateId: [],
|
|
3270
3250
|
CreatedDate: [],
|
|
3271
3251
|
DeploymentId: [],
|
|
3272
3252
|
Description: [],
|
|
3273
3253
|
DocumentationVersion: [],
|
|
3274
3254
|
LastUpdatedDate: [],
|
|
3275
|
-
MethodSettings: (_) => se_AwsApiGatewayMethodSettingsList(_, context),
|
|
3255
|
+
MethodSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayMethodSettingsList(_, context), "MethodSettings"),
|
|
3276
3256
|
StageName: [],
|
|
3277
3257
|
TracingEnabled: [],
|
|
3278
3258
|
Variables: import_smithy_client._json,
|
|
@@ -3295,12 +3275,12 @@ var se_AwsApiGatewayV2StageDetails = /* @__PURE__ */ __name((input, context) =>
|
|
|
3295
3275
|
AutoDeploy: [],
|
|
3296
3276
|
ClientCertificateId: [],
|
|
3297
3277
|
CreatedDate: [],
|
|
3298
|
-
DefaultRouteSettings: (_) => se_AwsApiGatewayV2RouteSettings(_, context),
|
|
3278
|
+
DefaultRouteSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2RouteSettings(_, context), "DefaultRouteSettings"),
|
|
3299
3279
|
DeploymentId: [],
|
|
3300
3280
|
Description: [],
|
|
3301
3281
|
LastDeploymentStatusMessage: [],
|
|
3302
3282
|
LastUpdatedDate: [],
|
|
3303
|
-
RouteSettings: (_) => se_AwsApiGatewayV2RouteSettings(_, context),
|
|
3283
|
+
RouteSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2RouteSettings(_, context), "RouteSettings"),
|
|
3304
3284
|
StageName: [],
|
|
3305
3285
|
StageVariables: import_smithy_client._json
|
|
3306
3286
|
});
|
|
@@ -3348,7 +3328,7 @@ var se_AwsEc2LaunchTemplateDataDetails = /* @__PURE__ */ __name((input, context)
|
|
|
3348
3328
|
ImageId: [],
|
|
3349
3329
|
InstanceInitiatedShutdownBehavior: [],
|
|
3350
3330
|
InstanceMarketOptions: import_smithy_client._json,
|
|
3351
|
-
InstanceRequirements: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context),
|
|
3331
|
+
InstanceRequirements: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context), "InstanceRequirements"),
|
|
3352
3332
|
InstanceType: [],
|
|
3353
3333
|
KernelId: [],
|
|
3354
3334
|
KeyName: [],
|
|
@@ -3380,13 +3360,13 @@ var se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails = /* @__PURE__ */ __n
|
|
|
3380
3360
|
InstanceGenerations: import_smithy_client._json,
|
|
3381
3361
|
LocalStorage: [],
|
|
3382
3362
|
LocalStorageTypes: import_smithy_client._json,
|
|
3383
|
-
MemoryGiBPerVCpu: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context),
|
|
3363
|
+
MemoryGiBPerVCpu: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context), "MemoryGiBPerVCpu"),
|
|
3384
3364
|
MemoryMiB: import_smithy_client._json,
|
|
3385
3365
|
NetworkInterfaceCount: import_smithy_client._json,
|
|
3386
3366
|
OnDemandMaxPricePercentageOverLowestPrice: [],
|
|
3387
3367
|
RequireHibernateSupport: [],
|
|
3388
3368
|
SpotMaxPricePercentageOverLowestPrice: [],
|
|
3389
|
-
TotalLocalStorageGB: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context),
|
|
3369
|
+
TotalLocalStorageGB: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context), "TotalLocalStorageGB"),
|
|
3390
3370
|
VCpuCount: import_smithy_client._json
|
|
3391
3371
|
});
|
|
3392
3372
|
}, "se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails");
|
|
@@ -3407,7 +3387,7 @@ var se_AwsEc2LaunchTemplateDetails = /* @__PURE__ */ __name((input, context) =>
|
|
|
3407
3387
|
DefaultVersionNumber: [],
|
|
3408
3388
|
Id: [],
|
|
3409
3389
|
LatestVersionNumber: [],
|
|
3410
|
-
LaunchTemplateData: (_) => se_AwsEc2LaunchTemplateDataDetails(_, context),
|
|
3390
|
+
LaunchTemplateData: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataDetails(_, context), "LaunchTemplateData"),
|
|
3411
3391
|
LaunchTemplateName: []
|
|
3412
3392
|
});
|
|
3413
3393
|
}, "se_AwsEc2LaunchTemplateDetails");
|
|
@@ -3475,7 +3455,7 @@ var se_AwsRedshiftClusterDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3475
3455
|
PreferredMaintenanceWindow: [],
|
|
3476
3456
|
PubliclyAccessible: [],
|
|
3477
3457
|
ResizeInfo: import_smithy_client._json,
|
|
3478
|
-
RestoreStatus: (_) => se_AwsRedshiftClusterRestoreStatus(_, context),
|
|
3458
|
+
RestoreStatus: /* @__PURE__ */ __name((_) => se_AwsRedshiftClusterRestoreStatus(_, context), "RestoreStatus"),
|
|
3479
3459
|
SnapshotScheduleIdentifier: [],
|
|
3480
3460
|
SnapshotScheduleState: [],
|
|
3481
3461
|
VpcId: [],
|
|
@@ -3494,7 +3474,7 @@ var se_AwsRedshiftClusterRestoreStatus = /* @__PURE__ */ __name((input, context)
|
|
|
3494
3474
|
}, "se_AwsRedshiftClusterRestoreStatus");
|
|
3495
3475
|
var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
3496
3476
|
return (0, import_smithy_client.take)(input, {
|
|
3497
|
-
Action: (_) => se_Action(_, context),
|
|
3477
|
+
Action: /* @__PURE__ */ __name((_) => se_Action(_, context), "Action"),
|
|
3498
3478
|
AwsAccountId: [],
|
|
3499
3479
|
AwsAccountName: [],
|
|
3500
3480
|
CompanyName: [],
|
|
@@ -3503,7 +3483,7 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3503
3483
|
CreatedAt: [],
|
|
3504
3484
|
Criticality: [],
|
|
3505
3485
|
Description: [],
|
|
3506
|
-
Detection: (_) => se_Detection(_, context),
|
|
3486
|
+
Detection: /* @__PURE__ */ __name((_) => se_Detection(_, context), "Detection"),
|
|
3507
3487
|
FindingProviderFields: import_smithy_client._json,
|
|
3508
3488
|
FirstObservedAt: [],
|
|
3509
3489
|
GeneratorDetails: import_smithy_client._json,
|
|
@@ -3524,10 +3504,10 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3524
3504
|
Region: [],
|
|
3525
3505
|
RelatedFindings: import_smithy_client._json,
|
|
3526
3506
|
Remediation: import_smithy_client._json,
|
|
3527
|
-
Resources: (_) => se_ResourceList(_, context),
|
|
3507
|
+
Resources: /* @__PURE__ */ __name((_) => se_ResourceList(_, context), "Resources"),
|
|
3528
3508
|
Sample: [],
|
|
3529
3509
|
SchemaVersion: [],
|
|
3530
|
-
Severity: (_) => se_Severity(_, context),
|
|
3510
|
+
Severity: /* @__PURE__ */ __name((_) => se_Severity(_, context), "Severity"),
|
|
3531
3511
|
SourceUrl: [],
|
|
3532
3512
|
ThreatIntelIndicators: import_smithy_client._json,
|
|
3533
3513
|
Threats: import_smithy_client._json,
|
|
@@ -3536,7 +3516,7 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3536
3516
|
UpdatedAt: [],
|
|
3537
3517
|
UserDefinedFields: import_smithy_client._json,
|
|
3538
3518
|
VerificationState: [],
|
|
3539
|
-
Vulnerabilities: (_) => se_VulnerabilityList(_, context),
|
|
3519
|
+
Vulnerabilities: /* @__PURE__ */ __name((_) => se_VulnerabilityList(_, context), "Vulnerabilities"),
|
|
3540
3520
|
Workflow: import_smithy_client._json,
|
|
3541
3521
|
WorkflowState: []
|
|
3542
3522
|
});
|
|
@@ -3551,12 +3531,12 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3551
3531
|
ComplianceSecurityControlParametersName: import_smithy_client._json,
|
|
3552
3532
|
ComplianceSecurityControlParametersValue: import_smithy_client._json,
|
|
3553
3533
|
ComplianceStatus: import_smithy_client._json,
|
|
3554
|
-
Confidence: (_) => se_NumberFilterList(_, context),
|
|
3534
|
+
Confidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Confidence"),
|
|
3555
3535
|
CreatedAt: import_smithy_client._json,
|
|
3556
|
-
Criticality: (_) => se_NumberFilterList(_, context),
|
|
3536
|
+
Criticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Criticality"),
|
|
3557
3537
|
Description: import_smithy_client._json,
|
|
3558
|
-
FindingProviderFieldsConfidence: (_) => se_NumberFilterList(_, context),
|
|
3559
|
-
FindingProviderFieldsCriticality: (_) => se_NumberFilterList(_, context),
|
|
3538
|
+
FindingProviderFieldsConfidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "FindingProviderFieldsConfidence"),
|
|
3539
|
+
FindingProviderFieldsCriticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "FindingProviderFieldsCriticality"),
|
|
3560
3540
|
FindingProviderFieldsRelatedFindingsId: import_smithy_client._json,
|
|
3561
3541
|
FindingProviderFieldsRelatedFindingsProductArn: import_smithy_client._json,
|
|
3562
3542
|
FindingProviderFieldsSeverityLabel: import_smithy_client._json,
|
|
@@ -3574,22 +3554,22 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3574
3554
|
NetworkDestinationDomain: import_smithy_client._json,
|
|
3575
3555
|
NetworkDestinationIpV4: import_smithy_client._json,
|
|
3576
3556
|
NetworkDestinationIpV6: import_smithy_client._json,
|
|
3577
|
-
NetworkDestinationPort: (_) => se_NumberFilterList(_, context),
|
|
3557
|
+
NetworkDestinationPort: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "NetworkDestinationPort"),
|
|
3578
3558
|
NetworkDirection: import_smithy_client._json,
|
|
3579
3559
|
NetworkProtocol: import_smithy_client._json,
|
|
3580
3560
|
NetworkSourceDomain: import_smithy_client._json,
|
|
3581
3561
|
NetworkSourceIpV4: import_smithy_client._json,
|
|
3582
3562
|
NetworkSourceIpV6: import_smithy_client._json,
|
|
3583
3563
|
NetworkSourceMac: import_smithy_client._json,
|
|
3584
|
-
NetworkSourcePort: (_) => se_NumberFilterList(_, context),
|
|
3564
|
+
NetworkSourcePort: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "NetworkSourcePort"),
|
|
3585
3565
|
NoteText: import_smithy_client._json,
|
|
3586
3566
|
NoteUpdatedAt: import_smithy_client._json,
|
|
3587
3567
|
NoteUpdatedBy: import_smithy_client._json,
|
|
3588
3568
|
ProcessLaunchedAt: import_smithy_client._json,
|
|
3589
3569
|
ProcessName: import_smithy_client._json,
|
|
3590
|
-
ProcessParentPid: (_) => se_NumberFilterList(_, context),
|
|
3570
|
+
ProcessParentPid: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "ProcessParentPid"),
|
|
3591
3571
|
ProcessPath: import_smithy_client._json,
|
|
3592
|
-
ProcessPid: (_) => se_NumberFilterList(_, context),
|
|
3572
|
+
ProcessPid: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "ProcessPid"),
|
|
3593
3573
|
ProcessTerminatedAt: import_smithy_client._json,
|
|
3594
3574
|
ProductArn: import_smithy_client._json,
|
|
3595
3575
|
ProductFields: import_smithy_client._json,
|
|
@@ -3629,8 +3609,8 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3629
3609
|
ResourceType: import_smithy_client._json,
|
|
3630
3610
|
Sample: import_smithy_client._json,
|
|
3631
3611
|
SeverityLabel: import_smithy_client._json,
|
|
3632
|
-
SeverityNormalized: (_) => se_NumberFilterList(_, context),
|
|
3633
|
-
SeverityProduct: (_) => se_NumberFilterList(_, context),
|
|
3612
|
+
SeverityNormalized: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "SeverityNormalized"),
|
|
3613
|
+
SeverityProduct: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "SeverityProduct"),
|
|
3634
3614
|
SourceUrl: import_smithy_client._json,
|
|
3635
3615
|
ThreatIntelIndicatorCategory: import_smithy_client._json,
|
|
3636
3616
|
ThreatIntelIndicatorLastObservedAt: import_smithy_client._json,
|
|
@@ -3670,7 +3650,7 @@ var se_CvssList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3670
3650
|
}, "se_CvssList");
|
|
3671
3651
|
var se_Detection = /* @__PURE__ */ __name((input, context) => {
|
|
3672
3652
|
return (0, import_smithy_client.take)(input, {
|
|
3673
|
-
Sequence: (_) => se_Sequence(_, context)
|
|
3653
|
+
Sequence: /* @__PURE__ */ __name((_) => se_Sequence(_, context), "Sequence")
|
|
3674
3654
|
});
|
|
3675
3655
|
}, "se_Detection");
|
|
3676
3656
|
var se_GeoLocation = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3685,7 +3665,7 @@ var se_NetworkConnectionAction = /* @__PURE__ */ __name((input, context) => {
|
|
|
3685
3665
|
ConnectionDirection: [],
|
|
3686
3666
|
LocalPortDetails: import_smithy_client._json,
|
|
3687
3667
|
Protocol: [],
|
|
3688
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context),
|
|
3668
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
3689
3669
|
RemotePortDetails: import_smithy_client._json
|
|
3690
3670
|
});
|
|
3691
3671
|
}, "se_NetworkConnectionAction");
|
|
@@ -3696,7 +3676,7 @@ var se_NetworkEndpoint = /* @__PURE__ */ __name((input, context) => {
|
|
|
3696
3676
|
Domain: [],
|
|
3697
3677
|
Id: [],
|
|
3698
3678
|
Ip: [],
|
|
3699
|
-
Location: (_) => se_NetworkGeoLocation(_, context),
|
|
3679
|
+
Location: /* @__PURE__ */ __name((_) => se_NetworkGeoLocation(_, context), "Location"),
|
|
3700
3680
|
Port: []
|
|
3701
3681
|
});
|
|
3702
3682
|
}, "se_NetworkEndpoint");
|
|
@@ -3729,7 +3709,7 @@ var se_NumberFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3729
3709
|
}, "se_NumberFilterList");
|
|
3730
3710
|
var se_ParameterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3731
3711
|
return (0, import_smithy_client.take)(input, {
|
|
3732
|
-
Value: (_) => se_ParameterValue(_, context),
|
|
3712
|
+
Value: /* @__PURE__ */ __name((_) => se_ParameterValue(_, context), "Value"),
|
|
3733
3713
|
ValueType: []
|
|
3734
3714
|
});
|
|
3735
3715
|
}, "se_ParameterConfiguration");
|
|
@@ -3744,34 +3724,34 @@ var se_Parameters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3744
3724
|
}, "se_Parameters");
|
|
3745
3725
|
var se_ParameterValue = /* @__PURE__ */ __name((input, context) => {
|
|
3746
3726
|
return ParameterValue.visit(input, {
|
|
3747
|
-
Boolean: (value) => ({ Boolean: value }),
|
|
3748
|
-
Double: (value) => ({ Double: (0, import_smithy_client.serializeFloat)(value) }),
|
|
3749
|
-
Enum: (value) => ({ Enum: value }),
|
|
3750
|
-
EnumList: (value) => ({ EnumList: (0, import_smithy_client._json)(value) }),
|
|
3751
|
-
Integer: (value) => ({ Integer: value }),
|
|
3752
|
-
IntegerList: (value) => ({ IntegerList: (0, import_smithy_client._json)(value) }),
|
|
3753
|
-
String: (value) => ({ String: value }),
|
|
3754
|
-
StringList: (value) => ({ StringList: (0, import_smithy_client._json)(value) }),
|
|
3755
|
-
_: (name, value) => ({ [name]: value })
|
|
3727
|
+
Boolean: /* @__PURE__ */ __name((value) => ({ Boolean: value }), "Boolean"),
|
|
3728
|
+
Double: /* @__PURE__ */ __name((value) => ({ Double: (0, import_smithy_client.serializeFloat)(value) }), "Double"),
|
|
3729
|
+
Enum: /* @__PURE__ */ __name((value) => ({ Enum: value }), "Enum"),
|
|
3730
|
+
EnumList: /* @__PURE__ */ __name((value) => ({ EnumList: (0, import_smithy_client._json)(value) }), "EnumList"),
|
|
3731
|
+
Integer: /* @__PURE__ */ __name((value) => ({ Integer: value }), "Integer"),
|
|
3732
|
+
IntegerList: /* @__PURE__ */ __name((value) => ({ IntegerList: (0, import_smithy_client._json)(value) }), "IntegerList"),
|
|
3733
|
+
String: /* @__PURE__ */ __name((value) => ({ String: value }), "String"),
|
|
3734
|
+
StringList: /* @__PURE__ */ __name((value) => ({ StringList: (0, import_smithy_client._json)(value) }), "StringList"),
|
|
3735
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3756
3736
|
});
|
|
3757
3737
|
}, "se_ParameterValue");
|
|
3758
3738
|
var se_Policy = /* @__PURE__ */ __name((input, context) => {
|
|
3759
3739
|
return Policy.visit(input, {
|
|
3760
|
-
SecurityHub: (value) => ({ SecurityHub: se_SecurityHubPolicy(value, context) }),
|
|
3761
|
-
_: (name, value) => ({ [name]: value })
|
|
3740
|
+
SecurityHub: /* @__PURE__ */ __name((value) => ({ SecurityHub: se_SecurityHubPolicy(value, context) }), "SecurityHub"),
|
|
3741
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3762
3742
|
});
|
|
3763
3743
|
}, "se_Policy");
|
|
3764
3744
|
var se_PortProbeAction = /* @__PURE__ */ __name((input, context) => {
|
|
3765
3745
|
return (0, import_smithy_client.take)(input, {
|
|
3766
3746
|
Blocked: [],
|
|
3767
|
-
PortProbeDetails: (_) => se_PortProbeDetailList(_, context)
|
|
3747
|
+
PortProbeDetails: /* @__PURE__ */ __name((_) => se_PortProbeDetailList(_, context), "PortProbeDetails")
|
|
3768
3748
|
});
|
|
3769
3749
|
}, "se_PortProbeAction");
|
|
3770
3750
|
var se_PortProbeDetail = /* @__PURE__ */ __name((input, context) => {
|
|
3771
3751
|
return (0, import_smithy_client.take)(input, {
|
|
3772
3752
|
LocalIpDetails: import_smithy_client._json,
|
|
3773
3753
|
LocalPortDetails: import_smithy_client._json,
|
|
3774
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context)
|
|
3754
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails")
|
|
3775
3755
|
});
|
|
3776
3756
|
}, "se_PortProbeDetail");
|
|
3777
3757
|
var se_PortProbeDetailList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3784,7 +3764,7 @@ var se_Resource = /* @__PURE__ */ __name((input, context) => {
|
|
|
3784
3764
|
ApplicationArn: [],
|
|
3785
3765
|
ApplicationName: [],
|
|
3786
3766
|
DataClassification: import_smithy_client._json,
|
|
3787
|
-
Details: (_) => se_ResourceDetails(_, context),
|
|
3767
|
+
Details: /* @__PURE__ */ __name((_) => se_ResourceDetails(_, context), "Details"),
|
|
3788
3768
|
Id: [],
|
|
3789
3769
|
Partition: [],
|
|
3790
3770
|
Region: [],
|
|
@@ -3797,9 +3777,9 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3797
3777
|
return (0, import_smithy_client.take)(input, {
|
|
3798
3778
|
AwsAmazonMqBroker: import_smithy_client._json,
|
|
3799
3779
|
AwsApiGatewayRestApi: import_smithy_client._json,
|
|
3800
|
-
AwsApiGatewayStage: (_) => se_AwsApiGatewayStageDetails(_, context),
|
|
3780
|
+
AwsApiGatewayStage: /* @__PURE__ */ __name((_) => se_AwsApiGatewayStageDetails(_, context), "AwsApiGatewayStage"),
|
|
3801
3781
|
AwsApiGatewayV2Api: import_smithy_client._json,
|
|
3802
|
-
AwsApiGatewayV2Stage: (_) => se_AwsApiGatewayV2StageDetails(_, context),
|
|
3782
|
+
AwsApiGatewayV2Stage: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2StageDetails(_, context), "AwsApiGatewayV2Stage"),
|
|
3803
3783
|
AwsAppSyncGraphQlApi: import_smithy_client._json,
|
|
3804
3784
|
AwsAthenaWorkGroup: import_smithy_client._json,
|
|
3805
3785
|
AwsAutoScalingAutoScalingGroup: import_smithy_client._json,
|
|
@@ -3811,7 +3791,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3811
3791
|
AwsCloudFormationStack: import_smithy_client._json,
|
|
3812
3792
|
AwsCloudFrontDistribution: import_smithy_client._json,
|
|
3813
3793
|
AwsCloudTrailTrail: import_smithy_client._json,
|
|
3814
|
-
AwsCloudWatchAlarm: (_) => se_AwsCloudWatchAlarmDetails(_, context),
|
|
3794
|
+
AwsCloudWatchAlarm: /* @__PURE__ */ __name((_) => se_AwsCloudWatchAlarmDetails(_, context), "AwsCloudWatchAlarm"),
|
|
3815
3795
|
AwsCodeBuildProject: import_smithy_client._json,
|
|
3816
3796
|
AwsDmsEndpoint: import_smithy_client._json,
|
|
3817
3797
|
AwsDmsReplicationInstance: import_smithy_client._json,
|
|
@@ -3820,7 +3800,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3820
3800
|
AwsEc2ClientVpnEndpoint: import_smithy_client._json,
|
|
3821
3801
|
AwsEc2Eip: import_smithy_client._json,
|
|
3822
3802
|
AwsEc2Instance: import_smithy_client._json,
|
|
3823
|
-
AwsEc2LaunchTemplate: (_) => se_AwsEc2LaunchTemplateDetails(_, context),
|
|
3803
|
+
AwsEc2LaunchTemplate: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDetails(_, context), "AwsEc2LaunchTemplate"),
|
|
3824
3804
|
AwsEc2NetworkAcl: import_smithy_client._json,
|
|
3825
3805
|
AwsEc2NetworkInterface: import_smithy_client._json,
|
|
3826
3806
|
AwsEc2RouteTable: import_smithy_client._json,
|
|
@@ -3855,13 +3835,13 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3855
3835
|
AwsIamRole: import_smithy_client._json,
|
|
3856
3836
|
AwsIamUser: import_smithy_client._json,
|
|
3857
3837
|
AwsKinesisStream: import_smithy_client._json,
|
|
3858
|
-
AwsKmsKey: (_) => se_AwsKmsKeyDetails(_, context),
|
|
3838
|
+
AwsKmsKey: /* @__PURE__ */ __name((_) => se_AwsKmsKeyDetails(_, context), "AwsKmsKey"),
|
|
3859
3839
|
AwsLambdaFunction: import_smithy_client._json,
|
|
3860
3840
|
AwsLambdaLayerVersion: import_smithy_client._json,
|
|
3861
3841
|
AwsMskCluster: import_smithy_client._json,
|
|
3862
3842
|
AwsNetworkFirewallFirewall: import_smithy_client._json,
|
|
3863
3843
|
AwsNetworkFirewallFirewallPolicy: import_smithy_client._json,
|
|
3864
|
-
AwsNetworkFirewallRuleGroup: (_) => se_AwsNetworkFirewallRuleGroupDetails(_, context),
|
|
3844
|
+
AwsNetworkFirewallRuleGroup: /* @__PURE__ */ __name((_) => se_AwsNetworkFirewallRuleGroupDetails(_, context), "AwsNetworkFirewallRuleGroup"),
|
|
3865
3845
|
AwsOpenSearchServiceDomain: import_smithy_client._json,
|
|
3866
3846
|
AwsRdsDbCluster: import_smithy_client._json,
|
|
3867
3847
|
AwsRdsDbClusterSnapshot: import_smithy_client._json,
|
|
@@ -3869,7 +3849,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3869
3849
|
AwsRdsDbSecurityGroup: import_smithy_client._json,
|
|
3870
3850
|
AwsRdsDbSnapshot: import_smithy_client._json,
|
|
3871
3851
|
AwsRdsEventSubscription: import_smithy_client._json,
|
|
3872
|
-
AwsRedshiftCluster: (_) => se_AwsRedshiftClusterDetails(_, context),
|
|
3852
|
+
AwsRedshiftCluster: /* @__PURE__ */ __name((_) => se_AwsRedshiftClusterDetails(_, context), "AwsRedshiftCluster"),
|
|
3873
3853
|
AwsRoute53HostedZone: import_smithy_client._json,
|
|
3874
3854
|
AwsS3AccessPoint: import_smithy_client._json,
|
|
3875
3855
|
AwsS3AccountPublicAccessBlock: import_smithy_client._json,
|
|
@@ -3903,7 +3883,7 @@ var se_ResourceList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3903
3883
|
}, "se_ResourceList");
|
|
3904
3884
|
var se_SecurityControlCustomParameter = /* @__PURE__ */ __name((input, context) => {
|
|
3905
3885
|
return (0, import_smithy_client.take)(input, {
|
|
3906
|
-
Parameters: (_) => se_Parameters(_, context),
|
|
3886
|
+
Parameters: /* @__PURE__ */ __name((_) => se_Parameters(_, context), "Parameters"),
|
|
3907
3887
|
SecurityControlId: []
|
|
3908
3888
|
});
|
|
3909
3889
|
}, "se_SecurityControlCustomParameter");
|
|
@@ -3916,22 +3896,22 @@ var se_SecurityControlsConfiguration = /* @__PURE__ */ __name((input, context) =
|
|
|
3916
3896
|
return (0, import_smithy_client.take)(input, {
|
|
3917
3897
|
DisabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
3918
3898
|
EnabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
3919
|
-
SecurityControlCustomParameters: (_) => se_SecurityControlCustomParametersList(_, context)
|
|
3899
|
+
SecurityControlCustomParameters: /* @__PURE__ */ __name((_) => se_SecurityControlCustomParametersList(_, context), "SecurityControlCustomParameters")
|
|
3920
3900
|
});
|
|
3921
3901
|
}, "se_SecurityControlsConfiguration");
|
|
3922
3902
|
var se_SecurityHubPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
3923
3903
|
return (0, import_smithy_client.take)(input, {
|
|
3924
3904
|
EnabledStandardIdentifiers: import_smithy_client._json,
|
|
3925
|
-
SecurityControlsConfiguration: (_) => se_SecurityControlsConfiguration(_, context),
|
|
3905
|
+
SecurityControlsConfiguration: /* @__PURE__ */ __name((_) => se_SecurityControlsConfiguration(_, context), "SecurityControlsConfiguration"),
|
|
3926
3906
|
ServiceEnabled: []
|
|
3927
3907
|
});
|
|
3928
3908
|
}, "se_SecurityHubPolicy");
|
|
3929
3909
|
var se_Sequence = /* @__PURE__ */ __name((input, context) => {
|
|
3930
3910
|
return (0, import_smithy_client.take)(input, {
|
|
3931
3911
|
Actors: import_smithy_client._json,
|
|
3932
|
-
Endpoints: (_) => se_NetworkEndpointsList(_, context),
|
|
3912
|
+
Endpoints: /* @__PURE__ */ __name((_) => se_NetworkEndpointsList(_, context), "Endpoints"),
|
|
3933
3913
|
SequenceIndicators: import_smithy_client._json,
|
|
3934
|
-
Signals: (_) => se_SignalsList(_, context),
|
|
3914
|
+
Signals: /* @__PURE__ */ __name((_) => se_SignalsList(_, context), "Signals"),
|
|
3935
3915
|
Uid: []
|
|
3936
3916
|
});
|
|
3937
3917
|
}, "se_Sequence");
|
|
@@ -3976,8 +3956,8 @@ var se_SignalsList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3976
3956
|
}, "se_SignalsList");
|
|
3977
3957
|
var se_UpdateAutomationRulesRequestItem = /* @__PURE__ */ __name((input, context) => {
|
|
3978
3958
|
return (0, import_smithy_client.take)(input, {
|
|
3979
|
-
Actions: (_) => se_ActionList(_, context),
|
|
3980
|
-
Criteria: (_) => se_AutomationRulesFindingFilters(_, context),
|
|
3959
|
+
Actions: /* @__PURE__ */ __name((_) => se_ActionList(_, context), "Actions"),
|
|
3960
|
+
Criteria: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
3981
3961
|
Description: [],
|
|
3982
3962
|
IsTerminal: [],
|
|
3983
3963
|
RuleArn: [],
|
|
@@ -3994,7 +3974,7 @@ var se_UpdateAutomationRulesRequestItemsList = /* @__PURE__ */ __name((input, co
|
|
|
3994
3974
|
var se_Vulnerability = /* @__PURE__ */ __name((input, context) => {
|
|
3995
3975
|
return (0, import_smithy_client.take)(input, {
|
|
3996
3976
|
CodeVulnerabilities: import_smithy_client._json,
|
|
3997
|
-
Cvss: (_) => se_CvssList(_, context),
|
|
3977
|
+
Cvss: /* @__PURE__ */ __name((_) => se_CvssList(_, context), "Cvss"),
|
|
3998
3978
|
EpssScore: import_smithy_client.serializeFloat,
|
|
3999
3979
|
ExploitAvailable: [],
|
|
4000
3980
|
FixAvailable: [],
|
|
@@ -4014,10 +3994,10 @@ var se_VulnerabilityList = /* @__PURE__ */ __name((input, context) => {
|
|
|
4014
3994
|
var de_Action = /* @__PURE__ */ __name((output, context) => {
|
|
4015
3995
|
return (0, import_smithy_client.take)(output, {
|
|
4016
3996
|
ActionType: import_smithy_client.expectString,
|
|
4017
|
-
AwsApiCallAction: (_) => de_AwsApiCallAction(_, context),
|
|
3997
|
+
AwsApiCallAction: /* @__PURE__ */ __name((_) => de_AwsApiCallAction(_, context), "AwsApiCallAction"),
|
|
4018
3998
|
DnsRequestAction: import_smithy_client._json,
|
|
4019
|
-
NetworkConnectionAction: (_) => de_NetworkConnectionAction(_, context),
|
|
4020
|
-
PortProbeAction: (_) => de_PortProbeAction(_, context)
|
|
3999
|
+
NetworkConnectionAction: /* @__PURE__ */ __name((_) => de_NetworkConnectionAction(_, context), "NetworkConnectionAction"),
|
|
4000
|
+
PortProbeAction: /* @__PURE__ */ __name((_) => de_PortProbeAction(_, context), "PortProbeAction")
|
|
4021
4001
|
});
|
|
4022
4002
|
}, "de_Action");
|
|
4023
4003
|
var de_ActionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4030,30 +4010,30 @@ var de_ActionRemoteIpDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4030
4010
|
return (0, import_smithy_client.take)(output, {
|
|
4031
4011
|
City: import_smithy_client._json,
|
|
4032
4012
|
Country: import_smithy_client._json,
|
|
4033
|
-
GeoLocation: (_) => de_GeoLocation(_, context),
|
|
4013
|
+
GeoLocation: /* @__PURE__ */ __name((_) => de_GeoLocation(_, context), "GeoLocation"),
|
|
4034
4014
|
IpAddressV4: import_smithy_client.expectString,
|
|
4035
4015
|
Organization: import_smithy_client._json
|
|
4036
4016
|
});
|
|
4037
4017
|
}, "de_ActionRemoteIpDetails");
|
|
4038
4018
|
var de_AutomationRulesAction = /* @__PURE__ */ __name((output, context) => {
|
|
4039
4019
|
return (0, import_smithy_client.take)(output, {
|
|
4040
|
-
FindingFieldsUpdate: (_) => de_AutomationRulesFindingFieldsUpdate(_, context),
|
|
4020
|
+
FindingFieldsUpdate: /* @__PURE__ */ __name((_) => de_AutomationRulesFindingFieldsUpdate(_, context), "FindingFieldsUpdate"),
|
|
4041
4021
|
Type: import_smithy_client.expectString
|
|
4042
4022
|
});
|
|
4043
4023
|
}, "de_AutomationRulesAction");
|
|
4044
4024
|
var de_AutomationRulesConfig = /* @__PURE__ */ __name((output, context) => {
|
|
4045
4025
|
return (0, import_smithy_client.take)(output, {
|
|
4046
|
-
Actions: (_) => de_ActionList(_, context),
|
|
4047
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4026
|
+
Actions: /* @__PURE__ */ __name((_) => de_ActionList(_, context), "Actions"),
|
|
4027
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
4048
4028
|
CreatedBy: import_smithy_client.expectString,
|
|
4049
|
-
Criteria: (_) => de_AutomationRulesFindingFilters(_, context),
|
|
4029
|
+
Criteria: /* @__PURE__ */ __name((_) => de_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
4050
4030
|
Description: import_smithy_client.expectString,
|
|
4051
4031
|
IsTerminal: import_smithy_client.expectBoolean,
|
|
4052
4032
|
RuleArn: import_smithy_client.expectString,
|
|
4053
4033
|
RuleName: import_smithy_client.expectString,
|
|
4054
4034
|
RuleOrder: import_smithy_client.expectInt32,
|
|
4055
4035
|
RuleStatus: import_smithy_client.expectString,
|
|
4056
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4036
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
4057
4037
|
});
|
|
4058
4038
|
}, "de_AutomationRulesConfig");
|
|
4059
4039
|
var de_AutomationRulesConfigList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4068,7 +4048,7 @@ var de_AutomationRulesFindingFieldsUpdate = /* @__PURE__ */ __name((output, cont
|
|
|
4068
4048
|
Criticality: import_smithy_client.expectInt32,
|
|
4069
4049
|
Note: import_smithy_client._json,
|
|
4070
4050
|
RelatedFindings: import_smithy_client._json,
|
|
4071
|
-
Severity: (_) => de_SeverityUpdate(_, context),
|
|
4051
|
+
Severity: /* @__PURE__ */ __name((_) => de_SeverityUpdate(_, context), "Severity"),
|
|
4072
4052
|
Types: import_smithy_client._json,
|
|
4073
4053
|
UserDefinedFields: import_smithy_client._json,
|
|
4074
4054
|
VerificationState: import_smithy_client.expectString,
|
|
@@ -4083,9 +4063,9 @@ var de_AutomationRulesFindingFilters = /* @__PURE__ */ __name((output, context)
|
|
|
4083
4063
|
ComplianceAssociatedStandardsId: import_smithy_client._json,
|
|
4084
4064
|
ComplianceSecurityControlId: import_smithy_client._json,
|
|
4085
4065
|
ComplianceStatus: import_smithy_client._json,
|
|
4086
|
-
Confidence: (_) => de_NumberFilterList(_, context),
|
|
4066
|
+
Confidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Confidence"),
|
|
4087
4067
|
CreatedAt: import_smithy_client._json,
|
|
4088
|
-
Criticality: (_) => de_NumberFilterList(_, context),
|
|
4068
|
+
Criticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Criticality"),
|
|
4089
4069
|
Description: import_smithy_client._json,
|
|
4090
4070
|
FirstObservedAt: import_smithy_client._json,
|
|
4091
4071
|
GeneratorId: import_smithy_client._json,
|
|
@@ -4119,7 +4099,7 @@ var de_AutomationRulesFindingFilters = /* @__PURE__ */ __name((output, context)
|
|
|
4119
4099
|
}, "de_AutomationRulesFindingFilters");
|
|
4120
4100
|
var de_AutomationRulesMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
4121
4101
|
return (0, import_smithy_client.take)(output, {
|
|
4122
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4102
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreatedAt"),
|
|
4123
4103
|
CreatedBy: import_smithy_client.expectString,
|
|
4124
4104
|
Description: import_smithy_client.expectString,
|
|
4125
4105
|
IsTerminal: import_smithy_client.expectBoolean,
|
|
@@ -4127,7 +4107,7 @@ var de_AutomationRulesMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
4127
4107
|
RuleName: import_smithy_client.expectString,
|
|
4128
4108
|
RuleOrder: import_smithy_client.expectInt32,
|
|
4129
4109
|
RuleStatus: import_smithy_client.expectString,
|
|
4130
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4110
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
4131
4111
|
});
|
|
4132
4112
|
}, "de_AutomationRulesMetadata");
|
|
4133
4113
|
var de_AutomationRulesMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4144,7 +4124,7 @@ var de_AwsApiCallAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
4144
4124
|
DomainDetails: import_smithy_client._json,
|
|
4145
4125
|
FirstSeen: import_smithy_client.expectString,
|
|
4146
4126
|
LastSeen: import_smithy_client.expectString,
|
|
4147
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context),
|
|
4127
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
4148
4128
|
ServiceName: import_smithy_client.expectString
|
|
4149
4129
|
});
|
|
4150
4130
|
}, "de_AwsApiCallAction");
|
|
@@ -4184,14 +4164,14 @@ var de_AwsApiGatewayStageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4184
4164
|
CacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
4185
4165
|
CacheClusterSize: import_smithy_client.expectString,
|
|
4186
4166
|
CacheClusterStatus: import_smithy_client.expectString,
|
|
4187
|
-
CanarySettings: (_) => de_AwsApiGatewayCanarySettings(_, context),
|
|
4167
|
+
CanarySettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayCanarySettings(_, context), "CanarySettings"),
|
|
4188
4168
|
ClientCertificateId: import_smithy_client.expectString,
|
|
4189
4169
|
CreatedDate: import_smithy_client.expectString,
|
|
4190
4170
|
DeploymentId: import_smithy_client.expectString,
|
|
4191
4171
|
Description: import_smithy_client.expectString,
|
|
4192
4172
|
DocumentationVersion: import_smithy_client.expectString,
|
|
4193
4173
|
LastUpdatedDate: import_smithy_client.expectString,
|
|
4194
|
-
MethodSettings: (_) => de_AwsApiGatewayMethodSettingsList(_, context),
|
|
4174
|
+
MethodSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayMethodSettingsList(_, context), "MethodSettings"),
|
|
4195
4175
|
StageName: import_smithy_client.expectString,
|
|
4196
4176
|
TracingEnabled: import_smithy_client.expectBoolean,
|
|
4197
4177
|
Variables: import_smithy_client._json,
|
|
@@ -4214,12 +4194,12 @@ var de_AwsApiGatewayV2StageDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
4214
4194
|
AutoDeploy: import_smithy_client.expectBoolean,
|
|
4215
4195
|
ClientCertificateId: import_smithy_client.expectString,
|
|
4216
4196
|
CreatedDate: import_smithy_client.expectString,
|
|
4217
|
-
DefaultRouteSettings: (_) => de_AwsApiGatewayV2RouteSettings(_, context),
|
|
4197
|
+
DefaultRouteSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2RouteSettings(_, context), "DefaultRouteSettings"),
|
|
4218
4198
|
DeploymentId: import_smithy_client.expectString,
|
|
4219
4199
|
Description: import_smithy_client.expectString,
|
|
4220
4200
|
LastDeploymentStatusMessage: import_smithy_client.expectString,
|
|
4221
4201
|
LastUpdatedDate: import_smithy_client.expectString,
|
|
4222
|
-
RouteSettings: (_) => de_AwsApiGatewayV2RouteSettings(_, context),
|
|
4202
|
+
RouteSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2RouteSettings(_, context), "RouteSettings"),
|
|
4223
4203
|
StageName: import_smithy_client.expectString,
|
|
4224
4204
|
StageVariables: import_smithy_client._json
|
|
4225
4205
|
});
|
|
@@ -4267,7 +4247,7 @@ var de_AwsEc2LaunchTemplateDataDetails = /* @__PURE__ */ __name((output, context
|
|
|
4267
4247
|
ImageId: import_smithy_client.expectString,
|
|
4268
4248
|
InstanceInitiatedShutdownBehavior: import_smithy_client.expectString,
|
|
4269
4249
|
InstanceMarketOptions: import_smithy_client._json,
|
|
4270
|
-
InstanceRequirements: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context),
|
|
4250
|
+
InstanceRequirements: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context), "InstanceRequirements"),
|
|
4271
4251
|
InstanceType: import_smithy_client.expectString,
|
|
4272
4252
|
KernelId: import_smithy_client.expectString,
|
|
4273
4253
|
KeyName: import_smithy_client.expectString,
|
|
@@ -4299,13 +4279,13 @@ var de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails = /* @__PURE__ */ __n
|
|
|
4299
4279
|
InstanceGenerations: import_smithy_client._json,
|
|
4300
4280
|
LocalStorage: import_smithy_client.expectString,
|
|
4301
4281
|
LocalStorageTypes: import_smithy_client._json,
|
|
4302
|
-
MemoryGiBPerVCpu: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context),
|
|
4282
|
+
MemoryGiBPerVCpu: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context), "MemoryGiBPerVCpu"),
|
|
4303
4283
|
MemoryMiB: import_smithy_client._json,
|
|
4304
4284
|
NetworkInterfaceCount: import_smithy_client._json,
|
|
4305
4285
|
OnDemandMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
4306
4286
|
RequireHibernateSupport: import_smithy_client.expectBoolean,
|
|
4307
4287
|
SpotMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
4308
|
-
TotalLocalStorageGB: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context),
|
|
4288
|
+
TotalLocalStorageGB: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context), "TotalLocalStorageGB"),
|
|
4309
4289
|
VCpuCount: import_smithy_client._json
|
|
4310
4290
|
});
|
|
4311
4291
|
}, "de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails");
|
|
@@ -4326,7 +4306,7 @@ var de_AwsEc2LaunchTemplateDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
4326
4306
|
DefaultVersionNumber: import_smithy_client.expectLong,
|
|
4327
4307
|
Id: import_smithy_client.expectString,
|
|
4328
4308
|
LatestVersionNumber: import_smithy_client.expectLong,
|
|
4329
|
-
LaunchTemplateData: (_) => de_AwsEc2LaunchTemplateDataDetails(_, context),
|
|
4309
|
+
LaunchTemplateData: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataDetails(_, context), "LaunchTemplateData"),
|
|
4330
4310
|
LaunchTemplateName: import_smithy_client.expectString
|
|
4331
4311
|
});
|
|
4332
4312
|
}, "de_AwsEc2LaunchTemplateDetails");
|
|
@@ -4394,7 +4374,7 @@ var de_AwsRedshiftClusterDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4394
4374
|
PreferredMaintenanceWindow: import_smithy_client.expectString,
|
|
4395
4375
|
PubliclyAccessible: import_smithy_client.expectBoolean,
|
|
4396
4376
|
ResizeInfo: import_smithy_client._json,
|
|
4397
|
-
RestoreStatus: (_) => de_AwsRedshiftClusterRestoreStatus(_, context),
|
|
4377
|
+
RestoreStatus: /* @__PURE__ */ __name((_) => de_AwsRedshiftClusterRestoreStatus(_, context), "RestoreStatus"),
|
|
4398
4378
|
SnapshotScheduleIdentifier: import_smithy_client.expectString,
|
|
4399
4379
|
SnapshotScheduleState: import_smithy_client.expectString,
|
|
4400
4380
|
VpcId: import_smithy_client.expectString,
|
|
@@ -4413,7 +4393,7 @@ var de_AwsRedshiftClusterRestoreStatus = /* @__PURE__ */ __name((output, context
|
|
|
4413
4393
|
}, "de_AwsRedshiftClusterRestoreStatus");
|
|
4414
4394
|
var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
4415
4395
|
return (0, import_smithy_client.take)(output, {
|
|
4416
|
-
Action: (_) => de_Action(_, context),
|
|
4396
|
+
Action: /* @__PURE__ */ __name((_) => de_Action(_, context), "Action"),
|
|
4417
4397
|
AwsAccountId: import_smithy_client.expectString,
|
|
4418
4398
|
AwsAccountName: import_smithy_client.expectString,
|
|
4419
4399
|
CompanyName: import_smithy_client.expectString,
|
|
@@ -4422,7 +4402,7 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4422
4402
|
CreatedAt: import_smithy_client.expectString,
|
|
4423
4403
|
Criticality: import_smithy_client.expectInt32,
|
|
4424
4404
|
Description: import_smithy_client.expectString,
|
|
4425
|
-
Detection: (_) => de_Detection(_, context),
|
|
4405
|
+
Detection: /* @__PURE__ */ __name((_) => de_Detection(_, context), "Detection"),
|
|
4426
4406
|
FindingProviderFields: import_smithy_client._json,
|
|
4427
4407
|
FirstObservedAt: import_smithy_client.expectString,
|
|
4428
4408
|
GeneratorDetails: import_smithy_client._json,
|
|
@@ -4443,10 +4423,10 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4443
4423
|
Region: import_smithy_client.expectString,
|
|
4444
4424
|
RelatedFindings: import_smithy_client._json,
|
|
4445
4425
|
Remediation: import_smithy_client._json,
|
|
4446
|
-
Resources: (_) => de_ResourceList(_, context),
|
|
4426
|
+
Resources: /* @__PURE__ */ __name((_) => de_ResourceList(_, context), "Resources"),
|
|
4447
4427
|
Sample: import_smithy_client.expectBoolean,
|
|
4448
4428
|
SchemaVersion: import_smithy_client.expectString,
|
|
4449
|
-
Severity: (_) => de_Severity(_, context),
|
|
4429
|
+
Severity: /* @__PURE__ */ __name((_) => de_Severity(_, context), "Severity"),
|
|
4450
4430
|
SourceUrl: import_smithy_client.expectString,
|
|
4451
4431
|
ThreatIntelIndicators: import_smithy_client._json,
|
|
4452
4432
|
Threats: import_smithy_client._json,
|
|
@@ -4455,7 +4435,7 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4455
4435
|
UpdatedAt: import_smithy_client.expectString,
|
|
4456
4436
|
UserDefinedFields: import_smithy_client._json,
|
|
4457
4437
|
VerificationState: import_smithy_client.expectString,
|
|
4458
|
-
Vulnerabilities: (_) => de_VulnerabilityList(_, context),
|
|
4438
|
+
Vulnerabilities: /* @__PURE__ */ __name((_) => de_VulnerabilityList(_, context), "Vulnerabilities"),
|
|
4459
4439
|
Workflow: import_smithy_client._json,
|
|
4460
4440
|
WorkflowState: import_smithy_client.expectString
|
|
4461
4441
|
});
|
|
@@ -4470,12 +4450,12 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4470
4450
|
ComplianceSecurityControlParametersName: import_smithy_client._json,
|
|
4471
4451
|
ComplianceSecurityControlParametersValue: import_smithy_client._json,
|
|
4472
4452
|
ComplianceStatus: import_smithy_client._json,
|
|
4473
|
-
Confidence: (_) => de_NumberFilterList(_, context),
|
|
4453
|
+
Confidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Confidence"),
|
|
4474
4454
|
CreatedAt: import_smithy_client._json,
|
|
4475
|
-
Criticality: (_) => de_NumberFilterList(_, context),
|
|
4455
|
+
Criticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Criticality"),
|
|
4476
4456
|
Description: import_smithy_client._json,
|
|
4477
|
-
FindingProviderFieldsConfidence: (_) => de_NumberFilterList(_, context),
|
|
4478
|
-
FindingProviderFieldsCriticality: (_) => de_NumberFilterList(_, context),
|
|
4457
|
+
FindingProviderFieldsConfidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "FindingProviderFieldsConfidence"),
|
|
4458
|
+
FindingProviderFieldsCriticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "FindingProviderFieldsCriticality"),
|
|
4479
4459
|
FindingProviderFieldsRelatedFindingsId: import_smithy_client._json,
|
|
4480
4460
|
FindingProviderFieldsRelatedFindingsProductArn: import_smithy_client._json,
|
|
4481
4461
|
FindingProviderFieldsSeverityLabel: import_smithy_client._json,
|
|
@@ -4493,22 +4473,22 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4493
4473
|
NetworkDestinationDomain: import_smithy_client._json,
|
|
4494
4474
|
NetworkDestinationIpV4: import_smithy_client._json,
|
|
4495
4475
|
NetworkDestinationIpV6: import_smithy_client._json,
|
|
4496
|
-
NetworkDestinationPort: (_) => de_NumberFilterList(_, context),
|
|
4476
|
+
NetworkDestinationPort: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "NetworkDestinationPort"),
|
|
4497
4477
|
NetworkDirection: import_smithy_client._json,
|
|
4498
4478
|
NetworkProtocol: import_smithy_client._json,
|
|
4499
4479
|
NetworkSourceDomain: import_smithy_client._json,
|
|
4500
4480
|
NetworkSourceIpV4: import_smithy_client._json,
|
|
4501
4481
|
NetworkSourceIpV6: import_smithy_client._json,
|
|
4502
4482
|
NetworkSourceMac: import_smithy_client._json,
|
|
4503
|
-
NetworkSourcePort: (_) => de_NumberFilterList(_, context),
|
|
4483
|
+
NetworkSourcePort: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "NetworkSourcePort"),
|
|
4504
4484
|
NoteText: import_smithy_client._json,
|
|
4505
4485
|
NoteUpdatedAt: import_smithy_client._json,
|
|
4506
4486
|
NoteUpdatedBy: import_smithy_client._json,
|
|
4507
4487
|
ProcessLaunchedAt: import_smithy_client._json,
|
|
4508
4488
|
ProcessName: import_smithy_client._json,
|
|
4509
|
-
ProcessParentPid: (_) => de_NumberFilterList(_, context),
|
|
4489
|
+
ProcessParentPid: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "ProcessParentPid"),
|
|
4510
4490
|
ProcessPath: import_smithy_client._json,
|
|
4511
|
-
ProcessPid: (_) => de_NumberFilterList(_, context),
|
|
4491
|
+
ProcessPid: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "ProcessPid"),
|
|
4512
4492
|
ProcessTerminatedAt: import_smithy_client._json,
|
|
4513
4493
|
ProductArn: import_smithy_client._json,
|
|
4514
4494
|
ProductFields: import_smithy_client._json,
|
|
@@ -4548,8 +4528,8 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4548
4528
|
ResourceType: import_smithy_client._json,
|
|
4549
4529
|
Sample: import_smithy_client._json,
|
|
4550
4530
|
SeverityLabel: import_smithy_client._json,
|
|
4551
|
-
SeverityNormalized: (_) => de_NumberFilterList(_, context),
|
|
4552
|
-
SeverityProduct: (_) => de_NumberFilterList(_, context),
|
|
4531
|
+
SeverityNormalized: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "SeverityNormalized"),
|
|
4532
|
+
SeverityProduct: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "SeverityProduct"),
|
|
4553
4533
|
SourceUrl: import_smithy_client._json,
|
|
4554
4534
|
ThreatIntelIndicatorCategory: import_smithy_client._json,
|
|
4555
4535
|
ThreatIntelIndicatorLastObservedAt: import_smithy_client._json,
|
|
@@ -4631,7 +4611,7 @@ var de_ConfigurationPolicyAssociationSummary = /* @__PURE__ */ __name((output, c
|
|
|
4631
4611
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
4632
4612
|
TargetId: import_smithy_client.expectString,
|
|
4633
4613
|
TargetType: import_smithy_client.expectString,
|
|
4634
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4614
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
4635
4615
|
});
|
|
4636
4616
|
}, "de_ConfigurationPolicyAssociationSummary");
|
|
4637
4617
|
var de_ConfigurationPolicyAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4647,7 +4627,7 @@ var de_ConfigurationPolicySummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
4647
4627
|
Id: import_smithy_client.expectString,
|
|
4648
4628
|
Name: import_smithy_client.expectString,
|
|
4649
4629
|
ServiceEnabled: import_smithy_client.expectBoolean,
|
|
4650
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4630
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
4651
4631
|
});
|
|
4652
4632
|
}, "de_ConfigurationPolicySummary");
|
|
4653
4633
|
var de_ConfigurationPolicySummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4673,7 +4653,7 @@ var de_CvssList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4673
4653
|
}, "de_CvssList");
|
|
4674
4654
|
var de_Detection = /* @__PURE__ */ __name((output, context) => {
|
|
4675
4655
|
return (0, import_smithy_client.take)(output, {
|
|
4676
|
-
Sequence: (_) => de_Sequence(_, context)
|
|
4656
|
+
Sequence: /* @__PURE__ */ __name((_) => de_Sequence(_, context), "Sequence")
|
|
4677
4657
|
});
|
|
4678
4658
|
}, "de_Detection");
|
|
4679
4659
|
var de_DoubleConfigurationOptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4689,7 +4669,7 @@ var de_FindingHistoryRecord = /* @__PURE__ */ __name((output, context) => {
|
|
|
4689
4669
|
FindingIdentifier: import_smithy_client._json,
|
|
4690
4670
|
NextToken: import_smithy_client.expectString,
|
|
4691
4671
|
UpdateSource: import_smithy_client._json,
|
|
4692
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4672
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdateTime"),
|
|
4693
4673
|
Updates: import_smithy_client._json
|
|
4694
4674
|
});
|
|
4695
4675
|
}, "de_FindingHistoryRecord");
|
|
@@ -4707,7 +4687,7 @@ var de_GeoLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
4707
4687
|
}, "de_GeoLocation");
|
|
4708
4688
|
var de_Insight = /* @__PURE__ */ __name((output, context) => {
|
|
4709
4689
|
return (0, import_smithy_client.take)(output, {
|
|
4710
|
-
Filters: (_) => de_AwsSecurityFindingFilters(_, context),
|
|
4690
|
+
Filters: /* @__PURE__ */ __name((_) => de_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
4711
4691
|
GroupByAttribute: import_smithy_client.expectString,
|
|
4712
4692
|
InsightArn: import_smithy_client.expectString,
|
|
4713
4693
|
Name: import_smithy_client.expectString
|
|
@@ -4723,7 +4703,7 @@ var de_Invitation = /* @__PURE__ */ __name((output, context) => {
|
|
|
4723
4703
|
return (0, import_smithy_client.take)(output, {
|
|
4724
4704
|
AccountId: import_smithy_client.expectString,
|
|
4725
4705
|
InvitationId: import_smithy_client.expectString,
|
|
4726
|
-
InvitedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4706
|
+
InvitedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitedAt"),
|
|
4727
4707
|
MemberStatus: import_smithy_client.expectString
|
|
4728
4708
|
});
|
|
4729
4709
|
}, "de_Invitation");
|
|
@@ -4738,10 +4718,10 @@ var de_Member = /* @__PURE__ */ __name((output, context) => {
|
|
|
4738
4718
|
AccountId: import_smithy_client.expectString,
|
|
4739
4719
|
AdministratorId: import_smithy_client.expectString,
|
|
4740
4720
|
Email: import_smithy_client.expectString,
|
|
4741
|
-
InvitedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
4721
|
+
InvitedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "InvitedAt"),
|
|
4742
4722
|
MasterId: import_smithy_client.expectString,
|
|
4743
4723
|
MemberStatus: import_smithy_client.expectString,
|
|
4744
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
4724
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt")
|
|
4745
4725
|
});
|
|
4746
4726
|
}, "de_Member");
|
|
4747
4727
|
var de_MemberList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4756,7 +4736,7 @@ var de_NetworkConnectionAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
4756
4736
|
ConnectionDirection: import_smithy_client.expectString,
|
|
4757
4737
|
LocalPortDetails: import_smithy_client._json,
|
|
4758
4738
|
Protocol: import_smithy_client.expectString,
|
|
4759
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context),
|
|
4739
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
4760
4740
|
RemotePortDetails: import_smithy_client._json
|
|
4761
4741
|
});
|
|
4762
4742
|
}, "de_NetworkConnectionAction");
|
|
@@ -4767,7 +4747,7 @@ var de_NetworkEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
4767
4747
|
Domain: import_smithy_client.expectString,
|
|
4768
4748
|
Id: import_smithy_client.expectString,
|
|
4769
4749
|
Ip: import_smithy_client.expectString,
|
|
4770
|
-
Location: (_) => de_NetworkGeoLocation(_, context),
|
|
4750
|
+
Location: /* @__PURE__ */ __name((_) => de_NetworkGeoLocation(_, context), "Location"),
|
|
4771
4751
|
Port: import_smithy_client.expectInt32
|
|
4772
4752
|
});
|
|
4773
4753
|
}, "de_NetworkEndpoint");
|
|
@@ -4802,13 +4782,13 @@ var de_NumberFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4802
4782
|
}, "de_NumberFilterList");
|
|
4803
4783
|
var de_ParameterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
4804
4784
|
return (0, import_smithy_client.take)(output, {
|
|
4805
|
-
Value: (_) => de_ParameterValue((0, import_core2.awsExpectUnion)(_), context),
|
|
4785
|
+
Value: /* @__PURE__ */ __name((_) => de_ParameterValue((0, import_core2.awsExpectUnion)(_), context), "Value"),
|
|
4806
4786
|
ValueType: import_smithy_client.expectString
|
|
4807
4787
|
});
|
|
4808
4788
|
}, "de_ParameterConfiguration");
|
|
4809
4789
|
var de_ParameterDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
4810
4790
|
return (0, import_smithy_client.take)(output, {
|
|
4811
|
-
ConfigurationOptions: (_) => de_ConfigurationOptions((0, import_core2.awsExpectUnion)(_), context),
|
|
4791
|
+
ConfigurationOptions: /* @__PURE__ */ __name((_) => de_ConfigurationOptions((0, import_core2.awsExpectUnion)(_), context), "ConfigurationOptions"),
|
|
4812
4792
|
Description: import_smithy_client.expectString
|
|
4813
4793
|
});
|
|
4814
4794
|
}, "de_ParameterDefinition");
|
|
@@ -4874,14 +4854,14 @@ var de_Policy = /* @__PURE__ */ __name((output, context) => {
|
|
|
4874
4854
|
var de_PortProbeAction = /* @__PURE__ */ __name((output, context) => {
|
|
4875
4855
|
return (0, import_smithy_client.take)(output, {
|
|
4876
4856
|
Blocked: import_smithy_client.expectBoolean,
|
|
4877
|
-
PortProbeDetails: (_) => de_PortProbeDetailList(_, context)
|
|
4857
|
+
PortProbeDetails: /* @__PURE__ */ __name((_) => de_PortProbeDetailList(_, context), "PortProbeDetails")
|
|
4878
4858
|
});
|
|
4879
4859
|
}, "de_PortProbeAction");
|
|
4880
4860
|
var de_PortProbeDetail = /* @__PURE__ */ __name((output, context) => {
|
|
4881
4861
|
return (0, import_smithy_client.take)(output, {
|
|
4882
4862
|
LocalIpDetails: import_smithy_client._json,
|
|
4883
4863
|
LocalPortDetails: import_smithy_client._json,
|
|
4884
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context)
|
|
4864
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails")
|
|
4885
4865
|
});
|
|
4886
4866
|
}, "de_PortProbeDetail");
|
|
4887
4867
|
var de_PortProbeDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4895,7 +4875,7 @@ var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
|
4895
4875
|
ApplicationArn: import_smithy_client.expectString,
|
|
4896
4876
|
ApplicationName: import_smithy_client.expectString,
|
|
4897
4877
|
DataClassification: import_smithy_client._json,
|
|
4898
|
-
Details: (_) => de_ResourceDetails(_, context),
|
|
4878
|
+
Details: /* @__PURE__ */ __name((_) => de_ResourceDetails(_, context), "Details"),
|
|
4899
4879
|
Id: import_smithy_client.expectString,
|
|
4900
4880
|
Partition: import_smithy_client.expectString,
|
|
4901
4881
|
Region: import_smithy_client.expectString,
|
|
@@ -4908,9 +4888,9 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4908
4888
|
return (0, import_smithy_client.take)(output, {
|
|
4909
4889
|
AwsAmazonMqBroker: import_smithy_client._json,
|
|
4910
4890
|
AwsApiGatewayRestApi: import_smithy_client._json,
|
|
4911
|
-
AwsApiGatewayStage: (_) => de_AwsApiGatewayStageDetails(_, context),
|
|
4891
|
+
AwsApiGatewayStage: /* @__PURE__ */ __name((_) => de_AwsApiGatewayStageDetails(_, context), "AwsApiGatewayStage"),
|
|
4912
4892
|
AwsApiGatewayV2Api: import_smithy_client._json,
|
|
4913
|
-
AwsApiGatewayV2Stage: (_) => de_AwsApiGatewayV2StageDetails(_, context),
|
|
4893
|
+
AwsApiGatewayV2Stage: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2StageDetails(_, context), "AwsApiGatewayV2Stage"),
|
|
4914
4894
|
AwsAppSyncGraphQlApi: import_smithy_client._json,
|
|
4915
4895
|
AwsAthenaWorkGroup: import_smithy_client._json,
|
|
4916
4896
|
AwsAutoScalingAutoScalingGroup: import_smithy_client._json,
|
|
@@ -4922,7 +4902,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4922
4902
|
AwsCloudFormationStack: import_smithy_client._json,
|
|
4923
4903
|
AwsCloudFrontDistribution: import_smithy_client._json,
|
|
4924
4904
|
AwsCloudTrailTrail: import_smithy_client._json,
|
|
4925
|
-
AwsCloudWatchAlarm: (_) => de_AwsCloudWatchAlarmDetails(_, context),
|
|
4905
|
+
AwsCloudWatchAlarm: /* @__PURE__ */ __name((_) => de_AwsCloudWatchAlarmDetails(_, context), "AwsCloudWatchAlarm"),
|
|
4926
4906
|
AwsCodeBuildProject: import_smithy_client._json,
|
|
4927
4907
|
AwsDmsEndpoint: import_smithy_client._json,
|
|
4928
4908
|
AwsDmsReplicationInstance: import_smithy_client._json,
|
|
@@ -4931,7 +4911,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4931
4911
|
AwsEc2ClientVpnEndpoint: import_smithy_client._json,
|
|
4932
4912
|
AwsEc2Eip: import_smithy_client._json,
|
|
4933
4913
|
AwsEc2Instance: import_smithy_client._json,
|
|
4934
|
-
AwsEc2LaunchTemplate: (_) => de_AwsEc2LaunchTemplateDetails(_, context),
|
|
4914
|
+
AwsEc2LaunchTemplate: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDetails(_, context), "AwsEc2LaunchTemplate"),
|
|
4935
4915
|
AwsEc2NetworkAcl: import_smithy_client._json,
|
|
4936
4916
|
AwsEc2NetworkInterface: import_smithy_client._json,
|
|
4937
4917
|
AwsEc2RouteTable: import_smithy_client._json,
|
|
@@ -4966,13 +4946,13 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4966
4946
|
AwsIamRole: import_smithy_client._json,
|
|
4967
4947
|
AwsIamUser: import_smithy_client._json,
|
|
4968
4948
|
AwsKinesisStream: import_smithy_client._json,
|
|
4969
|
-
AwsKmsKey: (_) => de_AwsKmsKeyDetails(_, context),
|
|
4949
|
+
AwsKmsKey: /* @__PURE__ */ __name((_) => de_AwsKmsKeyDetails(_, context), "AwsKmsKey"),
|
|
4970
4950
|
AwsLambdaFunction: import_smithy_client._json,
|
|
4971
4951
|
AwsLambdaLayerVersion: import_smithy_client._json,
|
|
4972
4952
|
AwsMskCluster: import_smithy_client._json,
|
|
4973
4953
|
AwsNetworkFirewallFirewall: import_smithy_client._json,
|
|
4974
4954
|
AwsNetworkFirewallFirewallPolicy: import_smithy_client._json,
|
|
4975
|
-
AwsNetworkFirewallRuleGroup: (_) => de_AwsNetworkFirewallRuleGroupDetails(_, context),
|
|
4955
|
+
AwsNetworkFirewallRuleGroup: /* @__PURE__ */ __name((_) => de_AwsNetworkFirewallRuleGroupDetails(_, context), "AwsNetworkFirewallRuleGroup"),
|
|
4976
4956
|
AwsOpenSearchServiceDomain: import_smithy_client._json,
|
|
4977
4957
|
AwsRdsDbCluster: import_smithy_client._json,
|
|
4978
4958
|
AwsRdsDbClusterSnapshot: import_smithy_client._json,
|
|
@@ -4980,7 +4960,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4980
4960
|
AwsRdsDbSecurityGroup: import_smithy_client._json,
|
|
4981
4961
|
AwsRdsDbSnapshot: import_smithy_client._json,
|
|
4982
4962
|
AwsRdsEventSubscription: import_smithy_client._json,
|
|
4983
|
-
AwsRedshiftCluster: (_) => de_AwsRedshiftClusterDetails(_, context),
|
|
4963
|
+
AwsRedshiftCluster: /* @__PURE__ */ __name((_) => de_AwsRedshiftClusterDetails(_, context), "AwsRedshiftCluster"),
|
|
4984
4964
|
AwsRoute53HostedZone: import_smithy_client._json,
|
|
4985
4965
|
AwsS3AccessPoint: import_smithy_client._json,
|
|
4986
4966
|
AwsS3AccountPublicAccessBlock: import_smithy_client._json,
|
|
@@ -5017,7 +4997,7 @@ var de_SecurityControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5017
4997
|
return (0, import_smithy_client.take)(output, {
|
|
5018
4998
|
Description: import_smithy_client.expectString,
|
|
5019
4999
|
LastUpdateReason: import_smithy_client.expectString,
|
|
5020
|
-
Parameters: (_) => de_Parameters(_, context),
|
|
5000
|
+
Parameters: /* @__PURE__ */ __name((_) => de_Parameters(_, context), "Parameters"),
|
|
5021
5001
|
RemediationUrl: import_smithy_client.expectString,
|
|
5022
5002
|
SecurityControlArn: import_smithy_client.expectString,
|
|
5023
5003
|
SecurityControlId: import_smithy_client.expectString,
|
|
@@ -5029,7 +5009,7 @@ var de_SecurityControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5029
5009
|
}, "de_SecurityControl");
|
|
5030
5010
|
var de_SecurityControlCustomParameter = /* @__PURE__ */ __name((output, context) => {
|
|
5031
5011
|
return (0, import_smithy_client.take)(output, {
|
|
5032
|
-
Parameters: (_) => de_Parameters(_, context),
|
|
5012
|
+
Parameters: /* @__PURE__ */ __name((_) => de_Parameters(_, context), "Parameters"),
|
|
5033
5013
|
SecurityControlId: import_smithy_client.expectString
|
|
5034
5014
|
});
|
|
5035
5015
|
}, "de_SecurityControlCustomParameter");
|
|
@@ -5044,7 +5024,7 @@ var de_SecurityControlDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
5044
5024
|
CurrentRegionAvailability: import_smithy_client.expectString,
|
|
5045
5025
|
CustomizableProperties: import_smithy_client._json,
|
|
5046
5026
|
Description: import_smithy_client.expectString,
|
|
5047
|
-
ParameterDefinitions: (_) => de_ParameterDefinitions(_, context),
|
|
5027
|
+
ParameterDefinitions: /* @__PURE__ */ __name((_) => de_ParameterDefinitions(_, context), "ParameterDefinitions"),
|
|
5048
5028
|
RemediationUrl: import_smithy_client.expectString,
|
|
5049
5029
|
SecurityControlId: import_smithy_client.expectString,
|
|
5050
5030
|
SeverityRating: import_smithy_client.expectString,
|
|
@@ -5067,22 +5047,22 @@ var de_SecurityControlsConfiguration = /* @__PURE__ */ __name((output, context)
|
|
|
5067
5047
|
return (0, import_smithy_client.take)(output, {
|
|
5068
5048
|
DisabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
5069
5049
|
EnabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
5070
|
-
SecurityControlCustomParameters: (_) => de_SecurityControlCustomParametersList(_, context)
|
|
5050
|
+
SecurityControlCustomParameters: /* @__PURE__ */ __name((_) => de_SecurityControlCustomParametersList(_, context), "SecurityControlCustomParameters")
|
|
5071
5051
|
});
|
|
5072
5052
|
}, "de_SecurityControlsConfiguration");
|
|
5073
5053
|
var de_SecurityHubPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
5074
5054
|
return (0, import_smithy_client.take)(output, {
|
|
5075
5055
|
EnabledStandardIdentifiers: import_smithy_client._json,
|
|
5076
|
-
SecurityControlsConfiguration: (_) => de_SecurityControlsConfiguration(_, context),
|
|
5056
|
+
SecurityControlsConfiguration: /* @__PURE__ */ __name((_) => de_SecurityControlsConfiguration(_, context), "SecurityControlsConfiguration"),
|
|
5077
5057
|
ServiceEnabled: import_smithy_client.expectBoolean
|
|
5078
5058
|
});
|
|
5079
5059
|
}, "de_SecurityHubPolicy");
|
|
5080
5060
|
var de_Sequence = /* @__PURE__ */ __name((output, context) => {
|
|
5081
5061
|
return (0, import_smithy_client.take)(output, {
|
|
5082
5062
|
Actors: import_smithy_client._json,
|
|
5083
|
-
Endpoints: (_) => de_NetworkEndpointsList(_, context),
|
|
5063
|
+
Endpoints: /* @__PURE__ */ __name((_) => de_NetworkEndpointsList(_, context), "Endpoints"),
|
|
5084
5064
|
SequenceIndicators: import_smithy_client._json,
|
|
5085
|
-
Signals: (_) => de_SignalsList(_, context),
|
|
5065
|
+
Signals: /* @__PURE__ */ __name((_) => de_SignalsList(_, context), "Signals"),
|
|
5086
5066
|
Uid: import_smithy_client.expectString
|
|
5087
5067
|
});
|
|
5088
5068
|
}, "de_Sequence");
|
|
@@ -5130,7 +5110,7 @@ var de_StandardsControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5130
5110
|
return (0, import_smithy_client.take)(output, {
|
|
5131
5111
|
ControlId: import_smithy_client.expectString,
|
|
5132
5112
|
ControlStatus: import_smithy_client.expectString,
|
|
5133
|
-
ControlStatusUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5113
|
+
ControlStatusUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ControlStatusUpdatedAt"),
|
|
5134
5114
|
Description: import_smithy_client.expectString,
|
|
5135
5115
|
DisabledReason: import_smithy_client.expectString,
|
|
5136
5116
|
RelatedRequirements: import_smithy_client._json,
|
|
@@ -5150,7 +5130,7 @@ var de_StandardsControlAssociationDetail = /* @__PURE__ */ __name((output, conte
|
|
|
5150
5130
|
StandardsControlArns: import_smithy_client._json,
|
|
5151
5131
|
StandardsControlDescription: import_smithy_client.expectString,
|
|
5152
5132
|
StandardsControlTitle: import_smithy_client.expectString,
|
|
5153
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5133
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt"),
|
|
5154
5134
|
UpdatedReason: import_smithy_client.expectString
|
|
5155
5135
|
});
|
|
5156
5136
|
}, "de_StandardsControlAssociationDetail");
|
|
@@ -5175,7 +5155,7 @@ var de_StandardsControlAssociationSummary = /* @__PURE__ */ __name((output, cont
|
|
|
5175
5155
|
StandardsArn: import_smithy_client.expectString,
|
|
5176
5156
|
StandardsControlDescription: import_smithy_client.expectString,
|
|
5177
5157
|
StandardsControlTitle: import_smithy_client.expectString,
|
|
5178
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5158
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "UpdatedAt"),
|
|
5179
5159
|
UpdatedReason: import_smithy_client.expectString
|
|
5180
5160
|
});
|
|
5181
5161
|
}, "de_StandardsControlAssociationSummary");
|
|
@@ -5188,7 +5168,7 @@ var de_StandardsControls = /* @__PURE__ */ __name((output, context) => {
|
|
|
5188
5168
|
var de_Vulnerability = /* @__PURE__ */ __name((output, context) => {
|
|
5189
5169
|
return (0, import_smithy_client.take)(output, {
|
|
5190
5170
|
CodeVulnerabilities: import_smithy_client._json,
|
|
5191
|
-
Cvss: (_) => de_CvssList(_, context),
|
|
5171
|
+
Cvss: /* @__PURE__ */ __name((_) => de_CvssList(_, context), "Cvss"),
|
|
5192
5172
|
EpssScore: import_smithy_client.limitedParseDouble,
|
|
5193
5173
|
ExploitAvailable: import_smithy_client.expectString,
|
|
5194
5174
|
FixAvailable: import_smithy_client.expectString,
|