@aws-sdk/client-securityhub 3.758.0 → 3.772.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 +252 -265
- package/dist-es/models/models_2.js +5 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -1
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +32 -0
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/package.json +3 -3
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,
|
|
@@ -132,6 +132,7 @@ __export(src_exports, {
|
|
|
132
132
|
SeverityLabel: () => SeverityLabel,
|
|
133
133
|
SeverityRating: () => SeverityRating,
|
|
134
134
|
SortOrder: () => SortOrder,
|
|
135
|
+
StandardsControlsUpdatable: () => StandardsControlsUpdatable,
|
|
135
136
|
StandardsStatus: () => StandardsStatus,
|
|
136
137
|
StartConfigurationPolicyAssociationCommand: () => StartConfigurationPolicyAssociationCommand,
|
|
137
138
|
StartConfigurationPolicyDisassociationCommand: () => StartConfigurationPolicyDisassociationCommand,
|
|
@@ -178,7 +179,7 @@ __export(src_exports, {
|
|
|
178
179
|
paginateListSecurityControlDefinitions: () => paginateListSecurityControlDefinitions,
|
|
179
180
|
paginateListStandardsControlAssociations: () => paginateListStandardsControlAssociations
|
|
180
181
|
});
|
|
181
|
-
module.exports = __toCommonJS(
|
|
182
|
+
module.exports = __toCommonJS(index_exports);
|
|
182
183
|
|
|
183
184
|
// src/SecurityHubClient.ts
|
|
184
185
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -305,9 +306,9 @@ var SecurityHubClient = class extends import_smithy_client.Client {
|
|
|
305
306
|
this.middlewareStack.use(
|
|
306
307
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
307
308
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSecurityHubHttpAuthSchemeParametersProvider,
|
|
308
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
309
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
309
310
|
"aws.auth#sigv4": config.credentials
|
|
310
|
-
})
|
|
311
|
+
}), "identityProviderConfigProvider")
|
|
311
312
|
})
|
|
312
313
|
);
|
|
313
314
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -595,6 +596,10 @@ var WorkflowState = {
|
|
|
595
596
|
NEW: "NEW",
|
|
596
597
|
RESOLVED: "RESOLVED"
|
|
597
598
|
};
|
|
599
|
+
var StandardsControlsUpdatable = {
|
|
600
|
+
NOT_READY_FOR_UPDATES: "NOT_READY_FOR_UPDATES",
|
|
601
|
+
READY_FOR_UPDATES: "READY_FOR_UPDATES"
|
|
602
|
+
};
|
|
598
603
|
var StandardsStatus = {
|
|
599
604
|
DELETING: "DELETING",
|
|
600
605
|
FAILED: "FAILED",
|
|
@@ -604,17 +609,15 @@ var StandardsStatus = {
|
|
|
604
609
|
};
|
|
605
610
|
var StatusReasonCode = {
|
|
606
611
|
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
612
|
+
MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED: "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED",
|
|
607
613
|
NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER"
|
|
608
614
|
};
|
|
609
615
|
var Target;
|
|
610
616
|
((Target3) => {
|
|
611
617
|
Target3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
612
|
-
if (value.AccountId !== void 0)
|
|
613
|
-
|
|
614
|
-
if (value.
|
|
615
|
-
return visitor.OrganizationalUnitId(value.OrganizationalUnitId);
|
|
616
|
-
if (value.RootId !== void 0)
|
|
617
|
-
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);
|
|
618
621
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
619
622
|
}, "visit");
|
|
620
623
|
})(Target || (Target = {}));
|
|
@@ -626,22 +629,14 @@ var TargetType = {
|
|
|
626
629
|
var ParameterValue;
|
|
627
630
|
((ParameterValue2) => {
|
|
628
631
|
ParameterValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
629
|
-
if (value.Integer !== void 0)
|
|
630
|
-
|
|
631
|
-
if (value.
|
|
632
|
-
|
|
633
|
-
if (value.
|
|
634
|
-
|
|
635
|
-
if (value.
|
|
636
|
-
|
|
637
|
-
if (value.StringList !== void 0)
|
|
638
|
-
return visitor.StringList(value.StringList);
|
|
639
|
-
if (value.Boolean !== void 0)
|
|
640
|
-
return visitor.Boolean(value.Boolean);
|
|
641
|
-
if (value.Enum !== void 0)
|
|
642
|
-
return visitor.Enum(value.Enum);
|
|
643
|
-
if (value.EnumList !== void 0)
|
|
644
|
-
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);
|
|
645
640
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
646
641
|
}, "visit");
|
|
647
642
|
})(ParameterValue || (ParameterValue = {}));
|
|
@@ -672,22 +667,14 @@ var UnprocessedErrorCode = {
|
|
|
672
667
|
var ConfigurationOptions;
|
|
673
668
|
((ConfigurationOptions3) => {
|
|
674
669
|
ConfigurationOptions3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
675
|
-
if (value.Integer !== void 0)
|
|
676
|
-
|
|
677
|
-
if (value.
|
|
678
|
-
|
|
679
|
-
if (value.
|
|
680
|
-
|
|
681
|
-
if (value.
|
|
682
|
-
|
|
683
|
-
if (value.StringList !== void 0)
|
|
684
|
-
return visitor.StringList(value.StringList);
|
|
685
|
-
if (value.Boolean !== void 0)
|
|
686
|
-
return visitor.Boolean(value.Boolean);
|
|
687
|
-
if (value.Enum !== void 0)
|
|
688
|
-
return visitor.Enum(value.Enum);
|
|
689
|
-
if (value.EnumList !== void 0)
|
|
690
|
-
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);
|
|
691
678
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
692
679
|
}, "visit");
|
|
693
680
|
})(ConfigurationOptions || (ConfigurationOptions = {}));
|
|
@@ -720,8 +707,7 @@ var ResourceConflictException = class _ResourceConflictException extends Securit
|
|
|
720
707
|
var Policy;
|
|
721
708
|
((Policy2) => {
|
|
722
709
|
Policy2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
723
|
-
if (value.SecurityHub !== void 0)
|
|
724
|
-
return visitor.SecurityHub(value.SecurityHub);
|
|
710
|
+
if (value.SecurityHub !== void 0) return visitor.SecurityHub(value.SecurityHub);
|
|
725
711
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
726
712
|
}, "visit");
|
|
727
713
|
})(Policy || (Policy = {}));
|
|
@@ -819,7 +805,7 @@ var se_BatchDeleteAutomationRulesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
819
805
|
let body;
|
|
820
806
|
body = JSON.stringify(
|
|
821
807
|
(0, import_smithy_client.take)(input, {
|
|
822
|
-
AutomationRulesArns: (_) => (0, import_smithy_client._json)(_)
|
|
808
|
+
AutomationRulesArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AutomationRulesArns")
|
|
823
809
|
})
|
|
824
810
|
);
|
|
825
811
|
b.m("POST").h(headers).b(body);
|
|
@@ -834,7 +820,7 @@ var se_BatchDisableStandardsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
834
820
|
let body;
|
|
835
821
|
body = JSON.stringify(
|
|
836
822
|
(0, import_smithy_client.take)(input, {
|
|
837
|
-
StandardsSubscriptionArns: (_) => (0, import_smithy_client._json)(_)
|
|
823
|
+
StandardsSubscriptionArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionArns")
|
|
838
824
|
})
|
|
839
825
|
);
|
|
840
826
|
b.m("POST").h(headers).b(body);
|
|
@@ -849,7 +835,7 @@ var se_BatchEnableStandardsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
849
835
|
let body;
|
|
850
836
|
body = JSON.stringify(
|
|
851
837
|
(0, import_smithy_client.take)(input, {
|
|
852
|
-
StandardsSubscriptionRequests: (_) => (0, import_smithy_client._json)(_)
|
|
838
|
+
StandardsSubscriptionRequests: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionRequests")
|
|
853
839
|
})
|
|
854
840
|
);
|
|
855
841
|
b.m("POST").h(headers).b(body);
|
|
@@ -864,7 +850,7 @@ var se_BatchGetAutomationRulesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
864
850
|
let body;
|
|
865
851
|
body = JSON.stringify(
|
|
866
852
|
(0, import_smithy_client.take)(input, {
|
|
867
|
-
AutomationRulesArns: (_) => (0, import_smithy_client._json)(_)
|
|
853
|
+
AutomationRulesArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AutomationRulesArns")
|
|
868
854
|
})
|
|
869
855
|
);
|
|
870
856
|
b.m("POST").h(headers).b(body);
|
|
@@ -879,7 +865,7 @@ var se_BatchGetConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
879
865
|
let body;
|
|
880
866
|
body = JSON.stringify(
|
|
881
867
|
(0, import_smithy_client.take)(input, {
|
|
882
|
-
ConfigurationPolicyAssociationIdentifiers: (_) => (0, import_smithy_client._json)(_)
|
|
868
|
+
ConfigurationPolicyAssociationIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ConfigurationPolicyAssociationIdentifiers")
|
|
883
869
|
})
|
|
884
870
|
);
|
|
885
871
|
b.m("POST").h(headers).b(body);
|
|
@@ -894,7 +880,7 @@ var se_BatchGetSecurityControlsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
894
880
|
let body;
|
|
895
881
|
body = JSON.stringify(
|
|
896
882
|
(0, import_smithy_client.take)(input, {
|
|
897
|
-
SecurityControlIds: (_) => (0, import_smithy_client._json)(_)
|
|
883
|
+
SecurityControlIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SecurityControlIds")
|
|
898
884
|
})
|
|
899
885
|
);
|
|
900
886
|
b.m("POST").h(headers).b(body);
|
|
@@ -909,7 +895,7 @@ var se_BatchGetStandardsControlAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
909
895
|
let body;
|
|
910
896
|
body = JSON.stringify(
|
|
911
897
|
(0, import_smithy_client.take)(input, {
|
|
912
|
-
StandardsControlAssociationIds: (_) => (0, import_smithy_client._json)(_)
|
|
898
|
+
StandardsControlAssociationIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsControlAssociationIds")
|
|
913
899
|
})
|
|
914
900
|
);
|
|
915
901
|
b.m("POST").h(headers).b(body);
|
|
@@ -924,7 +910,7 @@ var se_BatchImportFindingsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
924
910
|
let body;
|
|
925
911
|
body = JSON.stringify(
|
|
926
912
|
(0, import_smithy_client.take)(input, {
|
|
927
|
-
Findings: (_) => se_BatchImportFindingsRequestFindingList(_, context)
|
|
913
|
+
Findings: /* @__PURE__ */ __name((_) => se_BatchImportFindingsRequestFindingList(_, context), "Findings")
|
|
928
914
|
})
|
|
929
915
|
);
|
|
930
916
|
b.m("POST").h(headers).b(body);
|
|
@@ -939,7 +925,7 @@ var se_BatchUpdateAutomationRulesCommand = /* @__PURE__ */ __name(async (input,
|
|
|
939
925
|
let body;
|
|
940
926
|
body = JSON.stringify(
|
|
941
927
|
(0, import_smithy_client.take)(input, {
|
|
942
|
-
UpdateAutomationRulesRequestItems: (_) => se_UpdateAutomationRulesRequestItemsList(_, context)
|
|
928
|
+
UpdateAutomationRulesRequestItems: /* @__PURE__ */ __name((_) => se_UpdateAutomationRulesRequestItemsList(_, context), "UpdateAutomationRulesRequestItems")
|
|
943
929
|
})
|
|
944
930
|
);
|
|
945
931
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -956,14 +942,14 @@ var se_BatchUpdateFindingsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
956
942
|
(0, import_smithy_client.take)(input, {
|
|
957
943
|
Confidence: [],
|
|
958
944
|
Criticality: [],
|
|
959
|
-
FindingIdentifiers: (_) => (0, import_smithy_client._json)(_),
|
|
960
|
-
Note: (_) => (0, import_smithy_client._json)(_),
|
|
961
|
-
RelatedFindings: (_) => (0, import_smithy_client._json)(_),
|
|
962
|
-
Severity: (_) => se_SeverityUpdate(_, context),
|
|
963
|
-
Types: (_) => (0, import_smithy_client._json)(_),
|
|
964
|
-
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"),
|
|
965
951
|
VerificationState: [],
|
|
966
|
-
Workflow: (_) => (0, import_smithy_client._json)(_)
|
|
952
|
+
Workflow: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Workflow")
|
|
967
953
|
})
|
|
968
954
|
);
|
|
969
955
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -978,7 +964,7 @@ var se_BatchUpdateStandardsControlAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
978
964
|
let body;
|
|
979
965
|
body = JSON.stringify(
|
|
980
966
|
(0, import_smithy_client.take)(input, {
|
|
981
|
-
StandardsControlAssociationUpdates: (_) => (0, import_smithy_client._json)(_)
|
|
967
|
+
StandardsControlAssociationUpdates: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsControlAssociationUpdates")
|
|
982
968
|
})
|
|
983
969
|
);
|
|
984
970
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1010,14 +996,14 @@ var se_CreateAutomationRuleCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1010
996
|
let body;
|
|
1011
997
|
body = JSON.stringify(
|
|
1012
998
|
(0, import_smithy_client.take)(input, {
|
|
1013
|
-
Actions: (_) => se_ActionList(_, context),
|
|
1014
|
-
Criteria: (_) => se_AutomationRulesFindingFilters(_, context),
|
|
999
|
+
Actions: /* @__PURE__ */ __name((_) => se_ActionList(_, context), "Actions"),
|
|
1000
|
+
Criteria: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
1015
1001
|
Description: [],
|
|
1016
1002
|
IsTerminal: [],
|
|
1017
1003
|
RuleName: [],
|
|
1018
1004
|
RuleOrder: [],
|
|
1019
1005
|
RuleStatus: [],
|
|
1020
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1006
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1021
1007
|
})
|
|
1022
1008
|
);
|
|
1023
1009
|
b.m("POST").h(headers).b(body);
|
|
@@ -1032,10 +1018,10 @@ var se_CreateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1032
1018
|
let body;
|
|
1033
1019
|
body = JSON.stringify(
|
|
1034
1020
|
(0, import_smithy_client.take)(input, {
|
|
1035
|
-
ConfigurationPolicy: (_) => se_Policy(_, context),
|
|
1021
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => se_Policy(_, context), "ConfigurationPolicy"),
|
|
1036
1022
|
Description: [],
|
|
1037
1023
|
Name: [],
|
|
1038
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1024
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1039
1025
|
})
|
|
1040
1026
|
);
|
|
1041
1027
|
b.m("POST").h(headers).b(body);
|
|
@@ -1051,7 +1037,7 @@ var se_CreateFindingAggregatorCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1051
1037
|
body = JSON.stringify(
|
|
1052
1038
|
(0, import_smithy_client.take)(input, {
|
|
1053
1039
|
RegionLinkingMode: [],
|
|
1054
|
-
Regions: (_) => (0, import_smithy_client._json)(_)
|
|
1040
|
+
Regions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Regions")
|
|
1055
1041
|
})
|
|
1056
1042
|
);
|
|
1057
1043
|
b.m("POST").h(headers).b(body);
|
|
@@ -1066,7 +1052,7 @@ var se_CreateInsightCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1066
1052
|
let body;
|
|
1067
1053
|
body = JSON.stringify(
|
|
1068
1054
|
(0, import_smithy_client.take)(input, {
|
|
1069
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1055
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1070
1056
|
GroupByAttribute: [],
|
|
1071
1057
|
Name: []
|
|
1072
1058
|
})
|
|
@@ -1083,7 +1069,7 @@ var se_CreateMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1083
1069
|
let body;
|
|
1084
1070
|
body = JSON.stringify(
|
|
1085
1071
|
(0, import_smithy_client.take)(input, {
|
|
1086
|
-
AccountDetails: (_) => (0, import_smithy_client._json)(_)
|
|
1072
|
+
AccountDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountDetails")
|
|
1087
1073
|
})
|
|
1088
1074
|
);
|
|
1089
1075
|
b.m("POST").h(headers).b(body);
|
|
@@ -1098,7 +1084,7 @@ var se_DeclineInvitationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1098
1084
|
let body;
|
|
1099
1085
|
body = JSON.stringify(
|
|
1100
1086
|
(0, import_smithy_client.take)(input, {
|
|
1101
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1087
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1102
1088
|
})
|
|
1103
1089
|
);
|
|
1104
1090
|
b.m("POST").h(headers).b(body);
|
|
@@ -1149,7 +1135,7 @@ var se_DeleteInvitationsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1149
1135
|
let body;
|
|
1150
1136
|
body = JSON.stringify(
|
|
1151
1137
|
(0, import_smithy_client.take)(input, {
|
|
1152
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1138
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1153
1139
|
})
|
|
1154
1140
|
);
|
|
1155
1141
|
b.m("POST").h(headers).b(body);
|
|
@@ -1164,7 +1150,7 @@ var se_DeleteMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1164
1150
|
let body;
|
|
1165
1151
|
body = JSON.stringify(
|
|
1166
1152
|
(0, import_smithy_client.take)(input, {
|
|
1167
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1153
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1168
1154
|
})
|
|
1169
1155
|
);
|
|
1170
1156
|
b.m("POST").h(headers).b(body);
|
|
@@ -1179,7 +1165,7 @@ var se_DescribeActionTargetsCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1179
1165
|
let body;
|
|
1180
1166
|
body = JSON.stringify(
|
|
1181
1167
|
(0, import_smithy_client.take)(input, {
|
|
1182
|
-
ActionTargetArns: (_) => (0, import_smithy_client._json)(_),
|
|
1168
|
+
ActionTargetArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ActionTargetArns"),
|
|
1183
1169
|
MaxResults: [],
|
|
1184
1170
|
NextToken: []
|
|
1185
1171
|
})
|
|
@@ -1301,7 +1287,7 @@ var se_DisassociateMembersCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1301
1287
|
let body;
|
|
1302
1288
|
body = JSON.stringify(
|
|
1303
1289
|
(0, import_smithy_client.take)(input, {
|
|
1304
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1290
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1305
1291
|
})
|
|
1306
1292
|
);
|
|
1307
1293
|
b.m("POST").h(headers).b(body);
|
|
@@ -1348,7 +1334,7 @@ var se_EnableSecurityHubCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1348
1334
|
(0, import_smithy_client.take)(input, {
|
|
1349
1335
|
ControlFindingGenerator: [],
|
|
1350
1336
|
EnableDefaultStandards: [],
|
|
1351
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1337
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1352
1338
|
})
|
|
1353
1339
|
);
|
|
1354
1340
|
b.m("POST").h(headers).b(body);
|
|
@@ -1380,7 +1366,7 @@ var se_GetConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async (
|
|
|
1380
1366
|
let body;
|
|
1381
1367
|
body = JSON.stringify(
|
|
1382
1368
|
(0, import_smithy_client.take)(input, {
|
|
1383
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1369
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1384
1370
|
})
|
|
1385
1371
|
);
|
|
1386
1372
|
b.m("POST").h(headers).b(body);
|
|
@@ -1397,7 +1383,7 @@ var se_GetEnabledStandardsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1397
1383
|
(0, import_smithy_client.take)(input, {
|
|
1398
1384
|
MaxResults: [],
|
|
1399
1385
|
NextToken: [],
|
|
1400
|
-
StandardsSubscriptionArns: (_) => (0, import_smithy_client._json)(_)
|
|
1386
|
+
StandardsSubscriptionArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "StandardsSubscriptionArns")
|
|
1401
1387
|
})
|
|
1402
1388
|
);
|
|
1403
1389
|
b.m("POST").h(headers).b(body);
|
|
@@ -1421,11 +1407,11 @@ var se_GetFindingHistoryCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1421
1407
|
let body;
|
|
1422
1408
|
body = JSON.stringify(
|
|
1423
1409
|
(0, import_smithy_client.take)(input, {
|
|
1424
|
-
EndTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
1425
|
-
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"),
|
|
1426
1412
|
MaxResults: [],
|
|
1427
1413
|
NextToken: [],
|
|
1428
|
-
StartTime: (_) => (0, import_smithy_client.serializeDateTime)(_)
|
|
1414
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "StartTime")
|
|
1429
1415
|
})
|
|
1430
1416
|
);
|
|
1431
1417
|
b.m("POST").h(headers).b(body);
|
|
@@ -1440,10 +1426,10 @@ var se_GetFindingsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1440
1426
|
let body;
|
|
1441
1427
|
body = JSON.stringify(
|
|
1442
1428
|
(0, import_smithy_client.take)(input, {
|
|
1443
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1429
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1444
1430
|
MaxResults: [],
|
|
1445
1431
|
NextToken: [],
|
|
1446
|
-
SortCriteria: (_) => (0, import_smithy_client._json)(_)
|
|
1432
|
+
SortCriteria: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SortCriteria")
|
|
1447
1433
|
})
|
|
1448
1434
|
);
|
|
1449
1435
|
b.m("POST").h(headers).b(body);
|
|
@@ -1467,7 +1453,7 @@ var se_GetInsightsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1467
1453
|
let body;
|
|
1468
1454
|
body = JSON.stringify(
|
|
1469
1455
|
(0, import_smithy_client.take)(input, {
|
|
1470
|
-
InsightArns: (_) => (0, import_smithy_client._json)(_),
|
|
1456
|
+
InsightArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "InsightArns"),
|
|
1471
1457
|
MaxResults: [],
|
|
1472
1458
|
NextToken: []
|
|
1473
1459
|
})
|
|
@@ -1500,7 +1486,7 @@ var se_GetMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1500
1486
|
let body;
|
|
1501
1487
|
body = JSON.stringify(
|
|
1502
1488
|
(0, import_smithy_client.take)(input, {
|
|
1503
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1489
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1504
1490
|
})
|
|
1505
1491
|
);
|
|
1506
1492
|
b.m("POST").h(headers).b(body);
|
|
@@ -1526,7 +1512,7 @@ var se_InviteMembersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1526
1512
|
let body;
|
|
1527
1513
|
body = JSON.stringify(
|
|
1528
1514
|
(0, import_smithy_client.take)(input, {
|
|
1529
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_)
|
|
1515
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds")
|
|
1530
1516
|
})
|
|
1531
1517
|
);
|
|
1532
1518
|
b.m("POST").h(headers).b(body);
|
|
@@ -1565,7 +1551,7 @@ var se_ListConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(async
|
|
|
1565
1551
|
let body;
|
|
1566
1552
|
body = JSON.stringify(
|
|
1567
1553
|
(0, import_smithy_client.take)(input, {
|
|
1568
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1554
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1569
1555
|
MaxResults: [],
|
|
1570
1556
|
NextToken: []
|
|
1571
1557
|
})
|
|
@@ -1679,7 +1665,7 @@ var se_StartConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
1679
1665
|
body = JSON.stringify(
|
|
1680
1666
|
(0, import_smithy_client.take)(input, {
|
|
1681
1667
|
ConfigurationPolicyIdentifier: [],
|
|
1682
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1668
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1683
1669
|
})
|
|
1684
1670
|
);
|
|
1685
1671
|
b.m("POST").h(headers).b(body);
|
|
@@ -1695,7 +1681,7 @@ var se_StartConfigurationPolicyDisassociationCommand = /* @__PURE__ */ __name(as
|
|
|
1695
1681
|
body = JSON.stringify(
|
|
1696
1682
|
(0, import_smithy_client.take)(input, {
|
|
1697
1683
|
ConfigurationPolicyIdentifier: [],
|
|
1698
|
-
Target: (_) => (0, import_smithy_client._json)(_)
|
|
1684
|
+
Target: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Target")
|
|
1699
1685
|
})
|
|
1700
1686
|
);
|
|
1701
1687
|
b.m("POST").h(headers).b(body);
|
|
@@ -1711,7 +1697,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1711
1697
|
let body;
|
|
1712
1698
|
body = JSON.stringify(
|
|
1713
1699
|
(0, import_smithy_client.take)(input, {
|
|
1714
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1700
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1715
1701
|
})
|
|
1716
1702
|
);
|
|
1717
1703
|
b.m("POST").h(headers).b(body);
|
|
@@ -1756,7 +1742,7 @@ var se_UpdateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1756
1742
|
let body;
|
|
1757
1743
|
body = JSON.stringify(
|
|
1758
1744
|
(0, import_smithy_client.take)(input, {
|
|
1759
|
-
ConfigurationPolicy: (_) => se_Policy(_, context),
|
|
1745
|
+
ConfigurationPolicy: /* @__PURE__ */ __name((_) => se_Policy(_, context), "ConfigurationPolicy"),
|
|
1760
1746
|
Description: [],
|
|
1761
1747
|
Name: [],
|
|
1762
1748
|
UpdatedReason: []
|
|
@@ -1776,7 +1762,7 @@ var se_UpdateFindingAggregatorCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1776
1762
|
(0, import_smithy_client.take)(input, {
|
|
1777
1763
|
FindingAggregatorArn: [],
|
|
1778
1764
|
RegionLinkingMode: [],
|
|
1779
|
-
Regions: (_) => (0, import_smithy_client._json)(_)
|
|
1765
|
+
Regions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Regions")
|
|
1780
1766
|
})
|
|
1781
1767
|
);
|
|
1782
1768
|
b.m("PATCH").h(headers).b(body);
|
|
@@ -1791,8 +1777,8 @@ var se_UpdateFindingsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1791
1777
|
let body;
|
|
1792
1778
|
body = JSON.stringify(
|
|
1793
1779
|
(0, import_smithy_client.take)(input, {
|
|
1794
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1795
|
-
Note: (_) => (0, import_smithy_client._json)(_),
|
|
1780
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1781
|
+
Note: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Note"),
|
|
1796
1782
|
RecordState: []
|
|
1797
1783
|
})
|
|
1798
1784
|
);
|
|
@@ -1809,7 +1795,7 @@ var se_UpdateInsightCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1809
1795
|
let body;
|
|
1810
1796
|
body = JSON.stringify(
|
|
1811
1797
|
(0, import_smithy_client.take)(input, {
|
|
1812
|
-
Filters: (_) => se_AwsSecurityFindingFilters(_, context),
|
|
1798
|
+
Filters: /* @__PURE__ */ __name((_) => se_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
1813
1799
|
GroupByAttribute: [],
|
|
1814
1800
|
Name: []
|
|
1815
1801
|
})
|
|
@@ -1828,7 +1814,7 @@ var se_UpdateOrganizationConfigurationCommand = /* @__PURE__ */ __name(async (in
|
|
|
1828
1814
|
(0, import_smithy_client.take)(input, {
|
|
1829
1815
|
AutoEnable: [],
|
|
1830
1816
|
AutoEnableStandards: [],
|
|
1831
|
-
OrganizationConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1817
|
+
OrganizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "OrganizationConfiguration")
|
|
1832
1818
|
})
|
|
1833
1819
|
);
|
|
1834
1820
|
b.m("POST").h(headers).b(body);
|
|
@@ -1844,7 +1830,7 @@ var se_UpdateSecurityControlCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1844
1830
|
body = JSON.stringify(
|
|
1845
1831
|
(0, import_smithy_client.take)(input, {
|
|
1846
1832
|
LastUpdateReason: [],
|
|
1847
|
-
Parameters: (_) => se_Parameters(_, context),
|
|
1833
|
+
Parameters: /* @__PURE__ */ __name((_) => se_Parameters(_, context), "Parameters"),
|
|
1848
1834
|
SecurityControlId: []
|
|
1849
1835
|
})
|
|
1850
1836
|
);
|
|
@@ -1956,7 +1942,7 @@ var de_BatchGetAutomationRulesCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1956
1942
|
});
|
|
1957
1943
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1958
1944
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1959
|
-
Rules: (_) => de_AutomationRulesConfigList(_, context),
|
|
1945
|
+
Rules: /* @__PURE__ */ __name((_) => de_AutomationRulesConfigList(_, context), "Rules"),
|
|
1960
1946
|
UnprocessedAutomationRules: import_smithy_client._json
|
|
1961
1947
|
});
|
|
1962
1948
|
Object.assign(contents, doc);
|
|
@@ -1971,7 +1957,7 @@ var de_BatchGetConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(a
|
|
|
1971
1957
|
});
|
|
1972
1958
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1973
1959
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1974
|
-
ConfigurationPolicyAssociations: (_) => de_ConfigurationPolicyAssociationList(_, context),
|
|
1960
|
+
ConfigurationPolicyAssociations: /* @__PURE__ */ __name((_) => de_ConfigurationPolicyAssociationList(_, context), "ConfigurationPolicyAssociations"),
|
|
1975
1961
|
UnprocessedConfigurationPolicyAssociations: import_smithy_client._json
|
|
1976
1962
|
});
|
|
1977
1963
|
Object.assign(contents, doc);
|
|
@@ -1986,7 +1972,7 @@ var de_BatchGetSecurityControlsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1986
1972
|
});
|
|
1987
1973
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1988
1974
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1989
|
-
SecurityControls: (_) => de_SecurityControls(_, context),
|
|
1975
|
+
SecurityControls: /* @__PURE__ */ __name((_) => de_SecurityControls(_, context), "SecurityControls"),
|
|
1990
1976
|
UnprocessedIds: import_smithy_client._json
|
|
1991
1977
|
});
|
|
1992
1978
|
Object.assign(contents, doc);
|
|
@@ -2001,7 +1987,7 @@ var de_BatchGetStandardsControlAssociationsCommand = /* @__PURE__ */ __name(asyn
|
|
|
2001
1987
|
});
|
|
2002
1988
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2003
1989
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2004
|
-
StandardsControlAssociationDetails: (_) => de_StandardsControlAssociationDetails(_, context),
|
|
1990
|
+
StandardsControlAssociationDetails: /* @__PURE__ */ __name((_) => de_StandardsControlAssociationDetails(_, context), "StandardsControlAssociationDetails"),
|
|
2005
1991
|
UnprocessedAssociations: import_smithy_client._json
|
|
2006
1992
|
});
|
|
2007
1993
|
Object.assign(contents, doc);
|
|
@@ -2105,12 +2091,12 @@ var de_CreateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2105
2091
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2106
2092
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2107
2093
|
Arn: import_smithy_client.expectString,
|
|
2108
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2109
|
-
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"),
|
|
2110
2096
|
Description: import_smithy_client.expectString,
|
|
2111
2097
|
Id: import_smithy_client.expectString,
|
|
2112
2098
|
Name: import_smithy_client.expectString,
|
|
2113
|
-
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")
|
|
2114
2100
|
});
|
|
2115
2101
|
Object.assign(contents, doc);
|
|
2116
2102
|
return contents;
|
|
@@ -2338,7 +2324,7 @@ var de_DescribeStandardsControlsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2338
2324
|
});
|
|
2339
2325
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2340
2326
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2341
|
-
Controls: (_) => de_StandardsControls(_, context),
|
|
2327
|
+
Controls: /* @__PURE__ */ __name((_) => de_StandardsControls(_, context), "Controls"),
|
|
2342
2328
|
NextToken: import_smithy_client.expectString
|
|
2343
2329
|
});
|
|
2344
2330
|
Object.assign(contents, doc);
|
|
@@ -2447,7 +2433,7 @@ var de_GetAdministratorAccountCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2447
2433
|
});
|
|
2448
2434
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2449
2435
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2450
|
-
Administrator: (_) => de_Invitation(_, context)
|
|
2436
|
+
Administrator: /* @__PURE__ */ __name((_) => de_Invitation(_, context), "Administrator")
|
|
2451
2437
|
});
|
|
2452
2438
|
Object.assign(contents, doc);
|
|
2453
2439
|
return contents;
|
|
@@ -2462,12 +2448,12 @@ var de_GetConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2462
2448
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2463
2449
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2464
2450
|
Arn: import_smithy_client.expectString,
|
|
2465
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2466
|
-
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"),
|
|
2467
2453
|
Description: import_smithy_client.expectString,
|
|
2468
2454
|
Id: import_smithy_client.expectString,
|
|
2469
2455
|
Name: import_smithy_client.expectString,
|
|
2470
|
-
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")
|
|
2471
2457
|
});
|
|
2472
2458
|
Object.assign(contents, doc);
|
|
2473
2459
|
return contents;
|
|
@@ -2487,7 +2473,7 @@ var de_GetConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async (
|
|
|
2487
2473
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
2488
2474
|
TargetId: import_smithy_client.expectString,
|
|
2489
2475
|
TargetType: import_smithy_client.expectString,
|
|
2490
|
-
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")
|
|
2491
2477
|
});
|
|
2492
2478
|
Object.assign(contents, doc);
|
|
2493
2479
|
return contents;
|
|
@@ -2534,7 +2520,7 @@ var de_GetFindingHistoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2534
2520
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2535
2521
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2536
2522
|
NextToken: import_smithy_client.expectString,
|
|
2537
|
-
Records: (_) => de_FindingHistoryRecordList(_, context)
|
|
2523
|
+
Records: /* @__PURE__ */ __name((_) => de_FindingHistoryRecordList(_, context), "Records")
|
|
2538
2524
|
});
|
|
2539
2525
|
Object.assign(contents, doc);
|
|
2540
2526
|
return contents;
|
|
@@ -2548,7 +2534,7 @@ var de_GetFindingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2548
2534
|
});
|
|
2549
2535
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2550
2536
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2551
|
-
Findings: (_) => de_AwsSecurityFindingList(_, context),
|
|
2537
|
+
Findings: /* @__PURE__ */ __name((_) => de_AwsSecurityFindingList(_, context), "Findings"),
|
|
2552
2538
|
NextToken: import_smithy_client.expectString
|
|
2553
2539
|
});
|
|
2554
2540
|
Object.assign(contents, doc);
|
|
@@ -2577,7 +2563,7 @@ var de_GetInsightsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2577
2563
|
});
|
|
2578
2564
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2579
2565
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2580
|
-
Insights: (_) => de_InsightList(_, context),
|
|
2566
|
+
Insights: /* @__PURE__ */ __name((_) => de_InsightList(_, context), "Insights"),
|
|
2581
2567
|
NextToken: import_smithy_client.expectString
|
|
2582
2568
|
});
|
|
2583
2569
|
Object.assign(contents, doc);
|
|
@@ -2606,7 +2592,7 @@ var de_GetMasterAccountCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2606
2592
|
});
|
|
2607
2593
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2608
2594
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2609
|
-
Master: (_) => de_Invitation(_, context)
|
|
2595
|
+
Master: /* @__PURE__ */ __name((_) => de_Invitation(_, context), "Master")
|
|
2610
2596
|
});
|
|
2611
2597
|
Object.assign(contents, doc);
|
|
2612
2598
|
return contents;
|
|
@@ -2620,7 +2606,7 @@ var de_GetMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2620
2606
|
});
|
|
2621
2607
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2622
2608
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2623
|
-
Members: (_) => de_MemberList(_, context),
|
|
2609
|
+
Members: /* @__PURE__ */ __name((_) => de_MemberList(_, context), "Members"),
|
|
2624
2610
|
UnprocessedAccounts: import_smithy_client._json
|
|
2625
2611
|
});
|
|
2626
2612
|
Object.assign(contents, doc);
|
|
@@ -2635,7 +2621,7 @@ var de_GetSecurityControlDefinitionCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
2635
2621
|
});
|
|
2636
2622
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2637
2623
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2638
|
-
SecurityControlDefinition: (_) => de_SecurityControlDefinition(_, context)
|
|
2624
|
+
SecurityControlDefinition: /* @__PURE__ */ __name((_) => de_SecurityControlDefinition(_, context), "SecurityControlDefinition")
|
|
2639
2625
|
});
|
|
2640
2626
|
Object.assign(contents, doc);
|
|
2641
2627
|
return contents;
|
|
@@ -2663,7 +2649,7 @@ var de_ListAutomationRulesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2663
2649
|
});
|
|
2664
2650
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2665
2651
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2666
|
-
AutomationRulesMetadata: (_) => de_AutomationRulesMetadataList(_, context),
|
|
2652
|
+
AutomationRulesMetadata: /* @__PURE__ */ __name((_) => de_AutomationRulesMetadataList(_, context), "AutomationRulesMetadata"),
|
|
2667
2653
|
NextToken: import_smithy_client.expectString
|
|
2668
2654
|
});
|
|
2669
2655
|
Object.assign(contents, doc);
|
|
@@ -2678,7 +2664,7 @@ var de_ListConfigurationPoliciesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2678
2664
|
});
|
|
2679
2665
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2680
2666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2681
|
-
ConfigurationPolicySummaries: (_) => de_ConfigurationPolicySummaryList(_, context),
|
|
2667
|
+
ConfigurationPolicySummaries: /* @__PURE__ */ __name((_) => de_ConfigurationPolicySummaryList(_, context), "ConfigurationPolicySummaries"),
|
|
2682
2668
|
NextToken: import_smithy_client.expectString
|
|
2683
2669
|
});
|
|
2684
2670
|
Object.assign(contents, doc);
|
|
@@ -2693,7 +2679,7 @@ var de_ListConfigurationPolicyAssociationsCommand = /* @__PURE__ */ __name(async
|
|
|
2693
2679
|
});
|
|
2694
2680
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2695
2681
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2696
|
-
ConfigurationPolicyAssociationSummaries: (_) => de_ConfigurationPolicyAssociationSummaryList(_, context),
|
|
2682
|
+
ConfigurationPolicyAssociationSummaries: /* @__PURE__ */ __name((_) => de_ConfigurationPolicyAssociationSummaryList(_, context), "ConfigurationPolicyAssociationSummaries"),
|
|
2697
2683
|
NextToken: import_smithy_client.expectString
|
|
2698
2684
|
});
|
|
2699
2685
|
Object.assign(contents, doc);
|
|
@@ -2738,7 +2724,7 @@ var de_ListInvitationsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2738
2724
|
});
|
|
2739
2725
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2740
2726
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2741
|
-
Invitations: (_) => de_InvitationList(_, context),
|
|
2727
|
+
Invitations: /* @__PURE__ */ __name((_) => de_InvitationList(_, context), "Invitations"),
|
|
2742
2728
|
NextToken: import_smithy_client.expectString
|
|
2743
2729
|
});
|
|
2744
2730
|
Object.assign(contents, doc);
|
|
@@ -2753,7 +2739,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2753
2739
|
});
|
|
2754
2740
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2755
2741
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2756
|
-
Members: (_) => de_MemberList(_, context),
|
|
2742
|
+
Members: /* @__PURE__ */ __name((_) => de_MemberList(_, context), "Members"),
|
|
2757
2743
|
NextToken: import_smithy_client.expectString
|
|
2758
2744
|
});
|
|
2759
2745
|
Object.assign(contents, doc);
|
|
@@ -2784,7 +2770,7 @@ var de_ListSecurityControlDefinitionsCommand = /* @__PURE__ */ __name(async (out
|
|
|
2784
2770
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2785
2771
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2786
2772
|
NextToken: import_smithy_client.expectString,
|
|
2787
|
-
SecurityControlDefinitions: (_) => de_SecurityControlDefinitions(_, context)
|
|
2773
|
+
SecurityControlDefinitions: /* @__PURE__ */ __name((_) => de_SecurityControlDefinitions(_, context), "SecurityControlDefinitions")
|
|
2788
2774
|
});
|
|
2789
2775
|
Object.assign(contents, doc);
|
|
2790
2776
|
return contents;
|
|
@@ -2799,7 +2785,7 @@ var de_ListStandardsControlAssociationsCommand = /* @__PURE__ */ __name(async (o
|
|
|
2799
2785
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2800
2786
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2801
2787
|
NextToken: import_smithy_client.expectString,
|
|
2802
|
-
StandardsControlAssociationSummaries: (_) => de_StandardsControlAssociationSummaries(_, context)
|
|
2788
|
+
StandardsControlAssociationSummaries: /* @__PURE__ */ __name((_) => de_StandardsControlAssociationSummaries(_, context), "StandardsControlAssociationSummaries")
|
|
2803
2789
|
});
|
|
2804
2790
|
Object.assign(contents, doc);
|
|
2805
2791
|
return contents;
|
|
@@ -2833,7 +2819,7 @@ var de_StartConfigurationPolicyAssociationCommand = /* @__PURE__ */ __name(async
|
|
|
2833
2819
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
2834
2820
|
TargetId: import_smithy_client.expectString,
|
|
2835
2821
|
TargetType: import_smithy_client.expectString,
|
|
2836
|
-
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")
|
|
2837
2823
|
});
|
|
2838
2824
|
Object.assign(contents, doc);
|
|
2839
2825
|
return contents;
|
|
@@ -2888,12 +2874,12 @@ var de_UpdateConfigurationPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2888
2874
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2889
2875
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2890
2876
|
Arn: import_smithy_client.expectString,
|
|
2891
|
-
ConfigurationPolicy: (_) => de_Policy((0, import_core2.awsExpectUnion)(_), context),
|
|
2892
|
-
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"),
|
|
2893
2879
|
Description: import_smithy_client.expectString,
|
|
2894
2880
|
Id: import_smithy_client.expectString,
|
|
2895
2881
|
Name: import_smithy_client.expectString,
|
|
2896
|
-
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")
|
|
2897
2883
|
});
|
|
2898
2884
|
Object.assign(contents, doc);
|
|
2899
2885
|
return contents;
|
|
@@ -3131,10 +3117,10 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
3131
3117
|
var se_Action = /* @__PURE__ */ __name((input, context) => {
|
|
3132
3118
|
return (0, import_smithy_client.take)(input, {
|
|
3133
3119
|
ActionType: [],
|
|
3134
|
-
AwsApiCallAction: (_) => se_AwsApiCallAction(_, context),
|
|
3120
|
+
AwsApiCallAction: /* @__PURE__ */ __name((_) => se_AwsApiCallAction(_, context), "AwsApiCallAction"),
|
|
3135
3121
|
DnsRequestAction: import_smithy_client._json,
|
|
3136
|
-
NetworkConnectionAction: (_) => se_NetworkConnectionAction(_, context),
|
|
3137
|
-
PortProbeAction: (_) => se_PortProbeAction(_, context)
|
|
3122
|
+
NetworkConnectionAction: /* @__PURE__ */ __name((_) => se_NetworkConnectionAction(_, context), "NetworkConnectionAction"),
|
|
3123
|
+
PortProbeAction: /* @__PURE__ */ __name((_) => se_PortProbeAction(_, context), "PortProbeAction")
|
|
3138
3124
|
});
|
|
3139
3125
|
}, "se_Action");
|
|
3140
3126
|
var se_ActionList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3146,14 +3132,14 @@ var se_ActionRemoteIpDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3146
3132
|
return (0, import_smithy_client.take)(input, {
|
|
3147
3133
|
City: import_smithy_client._json,
|
|
3148
3134
|
Country: import_smithy_client._json,
|
|
3149
|
-
GeoLocation: (_) => se_GeoLocation(_, context),
|
|
3135
|
+
GeoLocation: /* @__PURE__ */ __name((_) => se_GeoLocation(_, context), "GeoLocation"),
|
|
3150
3136
|
IpAddressV4: [],
|
|
3151
3137
|
Organization: import_smithy_client._json
|
|
3152
3138
|
});
|
|
3153
3139
|
}, "se_ActionRemoteIpDetails");
|
|
3154
3140
|
var se_AutomationRulesAction = /* @__PURE__ */ __name((input, context) => {
|
|
3155
3141
|
return (0, import_smithy_client.take)(input, {
|
|
3156
|
-
FindingFieldsUpdate: (_) => se_AutomationRulesFindingFieldsUpdate(_, context),
|
|
3142
|
+
FindingFieldsUpdate: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFieldsUpdate(_, context), "FindingFieldsUpdate"),
|
|
3157
3143
|
Type: []
|
|
3158
3144
|
});
|
|
3159
3145
|
}, "se_AutomationRulesAction");
|
|
@@ -3163,7 +3149,7 @@ var se_AutomationRulesFindingFieldsUpdate = /* @__PURE__ */ __name((input, conte
|
|
|
3163
3149
|
Criticality: [],
|
|
3164
3150
|
Note: import_smithy_client._json,
|
|
3165
3151
|
RelatedFindings: import_smithy_client._json,
|
|
3166
|
-
Severity: (_) => se_SeverityUpdate(_, context),
|
|
3152
|
+
Severity: /* @__PURE__ */ __name((_) => se_SeverityUpdate(_, context), "Severity"),
|
|
3167
3153
|
Types: import_smithy_client._json,
|
|
3168
3154
|
UserDefinedFields: import_smithy_client._json,
|
|
3169
3155
|
VerificationState: [],
|
|
@@ -3178,9 +3164,9 @@ var se_AutomationRulesFindingFilters = /* @__PURE__ */ __name((input, context) =
|
|
|
3178
3164
|
ComplianceAssociatedStandardsId: import_smithy_client._json,
|
|
3179
3165
|
ComplianceSecurityControlId: import_smithy_client._json,
|
|
3180
3166
|
ComplianceStatus: import_smithy_client._json,
|
|
3181
|
-
Confidence: (_) => se_NumberFilterList(_, context),
|
|
3167
|
+
Confidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Confidence"),
|
|
3182
3168
|
CreatedAt: import_smithy_client._json,
|
|
3183
|
-
Criticality: (_) => se_NumberFilterList(_, context),
|
|
3169
|
+
Criticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Criticality"),
|
|
3184
3170
|
Description: import_smithy_client._json,
|
|
3185
3171
|
FirstObservedAt: import_smithy_client._json,
|
|
3186
3172
|
GeneratorId: import_smithy_client._json,
|
|
@@ -3220,7 +3206,7 @@ var se_AwsApiCallAction = /* @__PURE__ */ __name((input, context) => {
|
|
|
3220
3206
|
DomainDetails: import_smithy_client._json,
|
|
3221
3207
|
FirstSeen: [],
|
|
3222
3208
|
LastSeen: [],
|
|
3223
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context),
|
|
3209
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
3224
3210
|
ServiceName: []
|
|
3225
3211
|
});
|
|
3226
3212
|
}, "se_AwsApiCallAction");
|
|
@@ -3259,14 +3245,14 @@ var se_AwsApiGatewayStageDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3259
3245
|
CacheClusterEnabled: [],
|
|
3260
3246
|
CacheClusterSize: [],
|
|
3261
3247
|
CacheClusterStatus: [],
|
|
3262
|
-
CanarySettings: (_) => se_AwsApiGatewayCanarySettings(_, context),
|
|
3248
|
+
CanarySettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayCanarySettings(_, context), "CanarySettings"),
|
|
3263
3249
|
ClientCertificateId: [],
|
|
3264
3250
|
CreatedDate: [],
|
|
3265
3251
|
DeploymentId: [],
|
|
3266
3252
|
Description: [],
|
|
3267
3253
|
DocumentationVersion: [],
|
|
3268
3254
|
LastUpdatedDate: [],
|
|
3269
|
-
MethodSettings: (_) => se_AwsApiGatewayMethodSettingsList(_, context),
|
|
3255
|
+
MethodSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayMethodSettingsList(_, context), "MethodSettings"),
|
|
3270
3256
|
StageName: [],
|
|
3271
3257
|
TracingEnabled: [],
|
|
3272
3258
|
Variables: import_smithy_client._json,
|
|
@@ -3289,12 +3275,12 @@ var se_AwsApiGatewayV2StageDetails = /* @__PURE__ */ __name((input, context) =>
|
|
|
3289
3275
|
AutoDeploy: [],
|
|
3290
3276
|
ClientCertificateId: [],
|
|
3291
3277
|
CreatedDate: [],
|
|
3292
|
-
DefaultRouteSettings: (_) => se_AwsApiGatewayV2RouteSettings(_, context),
|
|
3278
|
+
DefaultRouteSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2RouteSettings(_, context), "DefaultRouteSettings"),
|
|
3293
3279
|
DeploymentId: [],
|
|
3294
3280
|
Description: [],
|
|
3295
3281
|
LastDeploymentStatusMessage: [],
|
|
3296
3282
|
LastUpdatedDate: [],
|
|
3297
|
-
RouteSettings: (_) => se_AwsApiGatewayV2RouteSettings(_, context),
|
|
3283
|
+
RouteSettings: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2RouteSettings(_, context), "RouteSettings"),
|
|
3298
3284
|
StageName: [],
|
|
3299
3285
|
StageVariables: import_smithy_client._json
|
|
3300
3286
|
});
|
|
@@ -3342,7 +3328,7 @@ var se_AwsEc2LaunchTemplateDataDetails = /* @__PURE__ */ __name((input, context)
|
|
|
3342
3328
|
ImageId: [],
|
|
3343
3329
|
InstanceInitiatedShutdownBehavior: [],
|
|
3344
3330
|
InstanceMarketOptions: import_smithy_client._json,
|
|
3345
|
-
InstanceRequirements: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context),
|
|
3331
|
+
InstanceRequirements: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context), "InstanceRequirements"),
|
|
3346
3332
|
InstanceType: [],
|
|
3347
3333
|
KernelId: [],
|
|
3348
3334
|
KeyName: [],
|
|
@@ -3374,13 +3360,13 @@ var se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails = /* @__PURE__ */ __n
|
|
|
3374
3360
|
InstanceGenerations: import_smithy_client._json,
|
|
3375
3361
|
LocalStorage: [],
|
|
3376
3362
|
LocalStorageTypes: import_smithy_client._json,
|
|
3377
|
-
MemoryGiBPerVCpu: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context),
|
|
3363
|
+
MemoryGiBPerVCpu: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context), "MemoryGiBPerVCpu"),
|
|
3378
3364
|
MemoryMiB: import_smithy_client._json,
|
|
3379
3365
|
NetworkInterfaceCount: import_smithy_client._json,
|
|
3380
3366
|
OnDemandMaxPricePercentageOverLowestPrice: [],
|
|
3381
3367
|
RequireHibernateSupport: [],
|
|
3382
3368
|
SpotMaxPricePercentageOverLowestPrice: [],
|
|
3383
|
-
TotalLocalStorageGB: (_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context),
|
|
3369
|
+
TotalLocalStorageGB: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context), "TotalLocalStorageGB"),
|
|
3384
3370
|
VCpuCount: import_smithy_client._json
|
|
3385
3371
|
});
|
|
3386
3372
|
}, "se_AwsEc2LaunchTemplateDataInstanceRequirementsDetails");
|
|
@@ -3401,7 +3387,7 @@ var se_AwsEc2LaunchTemplateDetails = /* @__PURE__ */ __name((input, context) =>
|
|
|
3401
3387
|
DefaultVersionNumber: [],
|
|
3402
3388
|
Id: [],
|
|
3403
3389
|
LatestVersionNumber: [],
|
|
3404
|
-
LaunchTemplateData: (_) => se_AwsEc2LaunchTemplateDataDetails(_, context),
|
|
3390
|
+
LaunchTemplateData: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDataDetails(_, context), "LaunchTemplateData"),
|
|
3405
3391
|
LaunchTemplateName: []
|
|
3406
3392
|
});
|
|
3407
3393
|
}, "se_AwsEc2LaunchTemplateDetails");
|
|
@@ -3469,7 +3455,7 @@ var se_AwsRedshiftClusterDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3469
3455
|
PreferredMaintenanceWindow: [],
|
|
3470
3456
|
PubliclyAccessible: [],
|
|
3471
3457
|
ResizeInfo: import_smithy_client._json,
|
|
3472
|
-
RestoreStatus: (_) => se_AwsRedshiftClusterRestoreStatus(_, context),
|
|
3458
|
+
RestoreStatus: /* @__PURE__ */ __name((_) => se_AwsRedshiftClusterRestoreStatus(_, context), "RestoreStatus"),
|
|
3473
3459
|
SnapshotScheduleIdentifier: [],
|
|
3474
3460
|
SnapshotScheduleState: [],
|
|
3475
3461
|
VpcId: [],
|
|
@@ -3488,7 +3474,7 @@ var se_AwsRedshiftClusterRestoreStatus = /* @__PURE__ */ __name((input, context)
|
|
|
3488
3474
|
}, "se_AwsRedshiftClusterRestoreStatus");
|
|
3489
3475
|
var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
3490
3476
|
return (0, import_smithy_client.take)(input, {
|
|
3491
|
-
Action: (_) => se_Action(_, context),
|
|
3477
|
+
Action: /* @__PURE__ */ __name((_) => se_Action(_, context), "Action"),
|
|
3492
3478
|
AwsAccountId: [],
|
|
3493
3479
|
AwsAccountName: [],
|
|
3494
3480
|
CompanyName: [],
|
|
@@ -3497,7 +3483,7 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3497
3483
|
CreatedAt: [],
|
|
3498
3484
|
Criticality: [],
|
|
3499
3485
|
Description: [],
|
|
3500
|
-
Detection: (_) => se_Detection(_, context),
|
|
3486
|
+
Detection: /* @__PURE__ */ __name((_) => se_Detection(_, context), "Detection"),
|
|
3501
3487
|
FindingProviderFields: import_smithy_client._json,
|
|
3502
3488
|
FirstObservedAt: [],
|
|
3503
3489
|
GeneratorDetails: import_smithy_client._json,
|
|
@@ -3518,10 +3504,10 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3518
3504
|
Region: [],
|
|
3519
3505
|
RelatedFindings: import_smithy_client._json,
|
|
3520
3506
|
Remediation: import_smithy_client._json,
|
|
3521
|
-
Resources: (_) => se_ResourceList(_, context),
|
|
3507
|
+
Resources: /* @__PURE__ */ __name((_) => se_ResourceList(_, context), "Resources"),
|
|
3522
3508
|
Sample: [],
|
|
3523
3509
|
SchemaVersion: [],
|
|
3524
|
-
Severity: (_) => se_Severity(_, context),
|
|
3510
|
+
Severity: /* @__PURE__ */ __name((_) => se_Severity(_, context), "Severity"),
|
|
3525
3511
|
SourceUrl: [],
|
|
3526
3512
|
ThreatIntelIndicators: import_smithy_client._json,
|
|
3527
3513
|
Threats: import_smithy_client._json,
|
|
@@ -3530,7 +3516,7 @@ var se_AwsSecurityFinding = /* @__PURE__ */ __name((input, context) => {
|
|
|
3530
3516
|
UpdatedAt: [],
|
|
3531
3517
|
UserDefinedFields: import_smithy_client._json,
|
|
3532
3518
|
VerificationState: [],
|
|
3533
|
-
Vulnerabilities: (_) => se_VulnerabilityList(_, context),
|
|
3519
|
+
Vulnerabilities: /* @__PURE__ */ __name((_) => se_VulnerabilityList(_, context), "Vulnerabilities"),
|
|
3534
3520
|
Workflow: import_smithy_client._json,
|
|
3535
3521
|
WorkflowState: []
|
|
3536
3522
|
});
|
|
@@ -3545,12 +3531,12 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3545
3531
|
ComplianceSecurityControlParametersName: import_smithy_client._json,
|
|
3546
3532
|
ComplianceSecurityControlParametersValue: import_smithy_client._json,
|
|
3547
3533
|
ComplianceStatus: import_smithy_client._json,
|
|
3548
|
-
Confidence: (_) => se_NumberFilterList(_, context),
|
|
3534
|
+
Confidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Confidence"),
|
|
3549
3535
|
CreatedAt: import_smithy_client._json,
|
|
3550
|
-
Criticality: (_) => se_NumberFilterList(_, context),
|
|
3536
|
+
Criticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "Criticality"),
|
|
3551
3537
|
Description: import_smithy_client._json,
|
|
3552
|
-
FindingProviderFieldsConfidence: (_) => se_NumberFilterList(_, context),
|
|
3553
|
-
FindingProviderFieldsCriticality: (_) => se_NumberFilterList(_, context),
|
|
3538
|
+
FindingProviderFieldsConfidence: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "FindingProviderFieldsConfidence"),
|
|
3539
|
+
FindingProviderFieldsCriticality: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "FindingProviderFieldsCriticality"),
|
|
3554
3540
|
FindingProviderFieldsRelatedFindingsId: import_smithy_client._json,
|
|
3555
3541
|
FindingProviderFieldsRelatedFindingsProductArn: import_smithy_client._json,
|
|
3556
3542
|
FindingProviderFieldsSeverityLabel: import_smithy_client._json,
|
|
@@ -3568,22 +3554,22 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3568
3554
|
NetworkDestinationDomain: import_smithy_client._json,
|
|
3569
3555
|
NetworkDestinationIpV4: import_smithy_client._json,
|
|
3570
3556
|
NetworkDestinationIpV6: import_smithy_client._json,
|
|
3571
|
-
NetworkDestinationPort: (_) => se_NumberFilterList(_, context),
|
|
3557
|
+
NetworkDestinationPort: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "NetworkDestinationPort"),
|
|
3572
3558
|
NetworkDirection: import_smithy_client._json,
|
|
3573
3559
|
NetworkProtocol: import_smithy_client._json,
|
|
3574
3560
|
NetworkSourceDomain: import_smithy_client._json,
|
|
3575
3561
|
NetworkSourceIpV4: import_smithy_client._json,
|
|
3576
3562
|
NetworkSourceIpV6: import_smithy_client._json,
|
|
3577
3563
|
NetworkSourceMac: import_smithy_client._json,
|
|
3578
|
-
NetworkSourcePort: (_) => se_NumberFilterList(_, context),
|
|
3564
|
+
NetworkSourcePort: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "NetworkSourcePort"),
|
|
3579
3565
|
NoteText: import_smithy_client._json,
|
|
3580
3566
|
NoteUpdatedAt: import_smithy_client._json,
|
|
3581
3567
|
NoteUpdatedBy: import_smithy_client._json,
|
|
3582
3568
|
ProcessLaunchedAt: import_smithy_client._json,
|
|
3583
3569
|
ProcessName: import_smithy_client._json,
|
|
3584
|
-
ProcessParentPid: (_) => se_NumberFilterList(_, context),
|
|
3570
|
+
ProcessParentPid: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "ProcessParentPid"),
|
|
3585
3571
|
ProcessPath: import_smithy_client._json,
|
|
3586
|
-
ProcessPid: (_) => se_NumberFilterList(_, context),
|
|
3572
|
+
ProcessPid: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "ProcessPid"),
|
|
3587
3573
|
ProcessTerminatedAt: import_smithy_client._json,
|
|
3588
3574
|
ProductArn: import_smithy_client._json,
|
|
3589
3575
|
ProductFields: import_smithy_client._json,
|
|
@@ -3623,8 +3609,8 @@ var se_AwsSecurityFindingFilters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3623
3609
|
ResourceType: import_smithy_client._json,
|
|
3624
3610
|
Sample: import_smithy_client._json,
|
|
3625
3611
|
SeverityLabel: import_smithy_client._json,
|
|
3626
|
-
SeverityNormalized: (_) => se_NumberFilterList(_, context),
|
|
3627
|
-
SeverityProduct: (_) => se_NumberFilterList(_, context),
|
|
3612
|
+
SeverityNormalized: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "SeverityNormalized"),
|
|
3613
|
+
SeverityProduct: /* @__PURE__ */ __name((_) => se_NumberFilterList(_, context), "SeverityProduct"),
|
|
3628
3614
|
SourceUrl: import_smithy_client._json,
|
|
3629
3615
|
ThreatIntelIndicatorCategory: import_smithy_client._json,
|
|
3630
3616
|
ThreatIntelIndicatorLastObservedAt: import_smithy_client._json,
|
|
@@ -3664,7 +3650,7 @@ var se_CvssList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3664
3650
|
}, "se_CvssList");
|
|
3665
3651
|
var se_Detection = /* @__PURE__ */ __name((input, context) => {
|
|
3666
3652
|
return (0, import_smithy_client.take)(input, {
|
|
3667
|
-
Sequence: (_) => se_Sequence(_, context)
|
|
3653
|
+
Sequence: /* @__PURE__ */ __name((_) => se_Sequence(_, context), "Sequence")
|
|
3668
3654
|
});
|
|
3669
3655
|
}, "se_Detection");
|
|
3670
3656
|
var se_GeoLocation = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3679,7 +3665,7 @@ var se_NetworkConnectionAction = /* @__PURE__ */ __name((input, context) => {
|
|
|
3679
3665
|
ConnectionDirection: [],
|
|
3680
3666
|
LocalPortDetails: import_smithy_client._json,
|
|
3681
3667
|
Protocol: [],
|
|
3682
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context),
|
|
3668
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
3683
3669
|
RemotePortDetails: import_smithy_client._json
|
|
3684
3670
|
});
|
|
3685
3671
|
}, "se_NetworkConnectionAction");
|
|
@@ -3690,7 +3676,7 @@ var se_NetworkEndpoint = /* @__PURE__ */ __name((input, context) => {
|
|
|
3690
3676
|
Domain: [],
|
|
3691
3677
|
Id: [],
|
|
3692
3678
|
Ip: [],
|
|
3693
|
-
Location: (_) => se_NetworkGeoLocation(_, context),
|
|
3679
|
+
Location: /* @__PURE__ */ __name((_) => se_NetworkGeoLocation(_, context), "Location"),
|
|
3694
3680
|
Port: []
|
|
3695
3681
|
});
|
|
3696
3682
|
}, "se_NetworkEndpoint");
|
|
@@ -3723,7 +3709,7 @@ var se_NumberFilterList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3723
3709
|
}, "se_NumberFilterList");
|
|
3724
3710
|
var se_ParameterConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3725
3711
|
return (0, import_smithy_client.take)(input, {
|
|
3726
|
-
Value: (_) => se_ParameterValue(_, context),
|
|
3712
|
+
Value: /* @__PURE__ */ __name((_) => se_ParameterValue(_, context), "Value"),
|
|
3727
3713
|
ValueType: []
|
|
3728
3714
|
});
|
|
3729
3715
|
}, "se_ParameterConfiguration");
|
|
@@ -3738,34 +3724,34 @@ var se_Parameters = /* @__PURE__ */ __name((input, context) => {
|
|
|
3738
3724
|
}, "se_Parameters");
|
|
3739
3725
|
var se_ParameterValue = /* @__PURE__ */ __name((input, context) => {
|
|
3740
3726
|
return ParameterValue.visit(input, {
|
|
3741
|
-
Boolean: (value) => ({ Boolean: value }),
|
|
3742
|
-
Double: (value) => ({ Double: (0, import_smithy_client.serializeFloat)(value) }),
|
|
3743
|
-
Enum: (value) => ({ Enum: value }),
|
|
3744
|
-
EnumList: (value) => ({ EnumList: (0, import_smithy_client._json)(value) }),
|
|
3745
|
-
Integer: (value) => ({ Integer: value }),
|
|
3746
|
-
IntegerList: (value) => ({ IntegerList: (0, import_smithy_client._json)(value) }),
|
|
3747
|
-
String: (value) => ({ String: value }),
|
|
3748
|
-
StringList: (value) => ({ StringList: (0, import_smithy_client._json)(value) }),
|
|
3749
|
-
_: (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 }), "_")
|
|
3750
3736
|
});
|
|
3751
3737
|
}, "se_ParameterValue");
|
|
3752
3738
|
var se_Policy = /* @__PURE__ */ __name((input, context) => {
|
|
3753
3739
|
return Policy.visit(input, {
|
|
3754
|
-
SecurityHub: (value) => ({ SecurityHub: se_SecurityHubPolicy(value, context) }),
|
|
3755
|
-
_: (name, value) => ({ [name]: value })
|
|
3740
|
+
SecurityHub: /* @__PURE__ */ __name((value) => ({ SecurityHub: se_SecurityHubPolicy(value, context) }), "SecurityHub"),
|
|
3741
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
3756
3742
|
});
|
|
3757
3743
|
}, "se_Policy");
|
|
3758
3744
|
var se_PortProbeAction = /* @__PURE__ */ __name((input, context) => {
|
|
3759
3745
|
return (0, import_smithy_client.take)(input, {
|
|
3760
3746
|
Blocked: [],
|
|
3761
|
-
PortProbeDetails: (_) => se_PortProbeDetailList(_, context)
|
|
3747
|
+
PortProbeDetails: /* @__PURE__ */ __name((_) => se_PortProbeDetailList(_, context), "PortProbeDetails")
|
|
3762
3748
|
});
|
|
3763
3749
|
}, "se_PortProbeAction");
|
|
3764
3750
|
var se_PortProbeDetail = /* @__PURE__ */ __name((input, context) => {
|
|
3765
3751
|
return (0, import_smithy_client.take)(input, {
|
|
3766
3752
|
LocalIpDetails: import_smithy_client._json,
|
|
3767
3753
|
LocalPortDetails: import_smithy_client._json,
|
|
3768
|
-
RemoteIpDetails: (_) => se_ActionRemoteIpDetails(_, context)
|
|
3754
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => se_ActionRemoteIpDetails(_, context), "RemoteIpDetails")
|
|
3769
3755
|
});
|
|
3770
3756
|
}, "se_PortProbeDetail");
|
|
3771
3757
|
var se_PortProbeDetailList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3778,7 +3764,7 @@ var se_Resource = /* @__PURE__ */ __name((input, context) => {
|
|
|
3778
3764
|
ApplicationArn: [],
|
|
3779
3765
|
ApplicationName: [],
|
|
3780
3766
|
DataClassification: import_smithy_client._json,
|
|
3781
|
-
Details: (_) => se_ResourceDetails(_, context),
|
|
3767
|
+
Details: /* @__PURE__ */ __name((_) => se_ResourceDetails(_, context), "Details"),
|
|
3782
3768
|
Id: [],
|
|
3783
3769
|
Partition: [],
|
|
3784
3770
|
Region: [],
|
|
@@ -3791,9 +3777,9 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3791
3777
|
return (0, import_smithy_client.take)(input, {
|
|
3792
3778
|
AwsAmazonMqBroker: import_smithy_client._json,
|
|
3793
3779
|
AwsApiGatewayRestApi: import_smithy_client._json,
|
|
3794
|
-
AwsApiGatewayStage: (_) => se_AwsApiGatewayStageDetails(_, context),
|
|
3780
|
+
AwsApiGatewayStage: /* @__PURE__ */ __name((_) => se_AwsApiGatewayStageDetails(_, context), "AwsApiGatewayStage"),
|
|
3795
3781
|
AwsApiGatewayV2Api: import_smithy_client._json,
|
|
3796
|
-
AwsApiGatewayV2Stage: (_) => se_AwsApiGatewayV2StageDetails(_, context),
|
|
3782
|
+
AwsApiGatewayV2Stage: /* @__PURE__ */ __name((_) => se_AwsApiGatewayV2StageDetails(_, context), "AwsApiGatewayV2Stage"),
|
|
3797
3783
|
AwsAppSyncGraphQlApi: import_smithy_client._json,
|
|
3798
3784
|
AwsAthenaWorkGroup: import_smithy_client._json,
|
|
3799
3785
|
AwsAutoScalingAutoScalingGroup: import_smithy_client._json,
|
|
@@ -3805,7 +3791,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3805
3791
|
AwsCloudFormationStack: import_smithy_client._json,
|
|
3806
3792
|
AwsCloudFrontDistribution: import_smithy_client._json,
|
|
3807
3793
|
AwsCloudTrailTrail: import_smithy_client._json,
|
|
3808
|
-
AwsCloudWatchAlarm: (_) => se_AwsCloudWatchAlarmDetails(_, context),
|
|
3794
|
+
AwsCloudWatchAlarm: /* @__PURE__ */ __name((_) => se_AwsCloudWatchAlarmDetails(_, context), "AwsCloudWatchAlarm"),
|
|
3809
3795
|
AwsCodeBuildProject: import_smithy_client._json,
|
|
3810
3796
|
AwsDmsEndpoint: import_smithy_client._json,
|
|
3811
3797
|
AwsDmsReplicationInstance: import_smithy_client._json,
|
|
@@ -3814,7 +3800,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3814
3800
|
AwsEc2ClientVpnEndpoint: import_smithy_client._json,
|
|
3815
3801
|
AwsEc2Eip: import_smithy_client._json,
|
|
3816
3802
|
AwsEc2Instance: import_smithy_client._json,
|
|
3817
|
-
AwsEc2LaunchTemplate: (_) => se_AwsEc2LaunchTemplateDetails(_, context),
|
|
3803
|
+
AwsEc2LaunchTemplate: /* @__PURE__ */ __name((_) => se_AwsEc2LaunchTemplateDetails(_, context), "AwsEc2LaunchTemplate"),
|
|
3818
3804
|
AwsEc2NetworkAcl: import_smithy_client._json,
|
|
3819
3805
|
AwsEc2NetworkInterface: import_smithy_client._json,
|
|
3820
3806
|
AwsEc2RouteTable: import_smithy_client._json,
|
|
@@ -3849,13 +3835,13 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3849
3835
|
AwsIamRole: import_smithy_client._json,
|
|
3850
3836
|
AwsIamUser: import_smithy_client._json,
|
|
3851
3837
|
AwsKinesisStream: import_smithy_client._json,
|
|
3852
|
-
AwsKmsKey: (_) => se_AwsKmsKeyDetails(_, context),
|
|
3838
|
+
AwsKmsKey: /* @__PURE__ */ __name((_) => se_AwsKmsKeyDetails(_, context), "AwsKmsKey"),
|
|
3853
3839
|
AwsLambdaFunction: import_smithy_client._json,
|
|
3854
3840
|
AwsLambdaLayerVersion: import_smithy_client._json,
|
|
3855
3841
|
AwsMskCluster: import_smithy_client._json,
|
|
3856
3842
|
AwsNetworkFirewallFirewall: import_smithy_client._json,
|
|
3857
3843
|
AwsNetworkFirewallFirewallPolicy: import_smithy_client._json,
|
|
3858
|
-
AwsNetworkFirewallRuleGroup: (_) => se_AwsNetworkFirewallRuleGroupDetails(_, context),
|
|
3844
|
+
AwsNetworkFirewallRuleGroup: /* @__PURE__ */ __name((_) => se_AwsNetworkFirewallRuleGroupDetails(_, context), "AwsNetworkFirewallRuleGroup"),
|
|
3859
3845
|
AwsOpenSearchServiceDomain: import_smithy_client._json,
|
|
3860
3846
|
AwsRdsDbCluster: import_smithy_client._json,
|
|
3861
3847
|
AwsRdsDbClusterSnapshot: import_smithy_client._json,
|
|
@@ -3863,7 +3849,7 @@ var se_ResourceDetails = /* @__PURE__ */ __name((input, context) => {
|
|
|
3863
3849
|
AwsRdsDbSecurityGroup: import_smithy_client._json,
|
|
3864
3850
|
AwsRdsDbSnapshot: import_smithy_client._json,
|
|
3865
3851
|
AwsRdsEventSubscription: import_smithy_client._json,
|
|
3866
|
-
AwsRedshiftCluster: (_) => se_AwsRedshiftClusterDetails(_, context),
|
|
3852
|
+
AwsRedshiftCluster: /* @__PURE__ */ __name((_) => se_AwsRedshiftClusterDetails(_, context), "AwsRedshiftCluster"),
|
|
3867
3853
|
AwsRoute53HostedZone: import_smithy_client._json,
|
|
3868
3854
|
AwsS3AccessPoint: import_smithy_client._json,
|
|
3869
3855
|
AwsS3AccountPublicAccessBlock: import_smithy_client._json,
|
|
@@ -3897,7 +3883,7 @@ var se_ResourceList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3897
3883
|
}, "se_ResourceList");
|
|
3898
3884
|
var se_SecurityControlCustomParameter = /* @__PURE__ */ __name((input, context) => {
|
|
3899
3885
|
return (0, import_smithy_client.take)(input, {
|
|
3900
|
-
Parameters: (_) => se_Parameters(_, context),
|
|
3886
|
+
Parameters: /* @__PURE__ */ __name((_) => se_Parameters(_, context), "Parameters"),
|
|
3901
3887
|
SecurityControlId: []
|
|
3902
3888
|
});
|
|
3903
3889
|
}, "se_SecurityControlCustomParameter");
|
|
@@ -3910,22 +3896,22 @@ var se_SecurityControlsConfiguration = /* @__PURE__ */ __name((input, context) =
|
|
|
3910
3896
|
return (0, import_smithy_client.take)(input, {
|
|
3911
3897
|
DisabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
3912
3898
|
EnabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
3913
|
-
SecurityControlCustomParameters: (_) => se_SecurityControlCustomParametersList(_, context)
|
|
3899
|
+
SecurityControlCustomParameters: /* @__PURE__ */ __name((_) => se_SecurityControlCustomParametersList(_, context), "SecurityControlCustomParameters")
|
|
3914
3900
|
});
|
|
3915
3901
|
}, "se_SecurityControlsConfiguration");
|
|
3916
3902
|
var se_SecurityHubPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
3917
3903
|
return (0, import_smithy_client.take)(input, {
|
|
3918
3904
|
EnabledStandardIdentifiers: import_smithy_client._json,
|
|
3919
|
-
SecurityControlsConfiguration: (_) => se_SecurityControlsConfiguration(_, context),
|
|
3905
|
+
SecurityControlsConfiguration: /* @__PURE__ */ __name((_) => se_SecurityControlsConfiguration(_, context), "SecurityControlsConfiguration"),
|
|
3920
3906
|
ServiceEnabled: []
|
|
3921
3907
|
});
|
|
3922
3908
|
}, "se_SecurityHubPolicy");
|
|
3923
3909
|
var se_Sequence = /* @__PURE__ */ __name((input, context) => {
|
|
3924
3910
|
return (0, import_smithy_client.take)(input, {
|
|
3925
3911
|
Actors: import_smithy_client._json,
|
|
3926
|
-
Endpoints: (_) => se_NetworkEndpointsList(_, context),
|
|
3912
|
+
Endpoints: /* @__PURE__ */ __name((_) => se_NetworkEndpointsList(_, context), "Endpoints"),
|
|
3927
3913
|
SequenceIndicators: import_smithy_client._json,
|
|
3928
|
-
Signals: (_) => se_SignalsList(_, context),
|
|
3914
|
+
Signals: /* @__PURE__ */ __name((_) => se_SignalsList(_, context), "Signals"),
|
|
3929
3915
|
Uid: []
|
|
3930
3916
|
});
|
|
3931
3917
|
}, "se_Sequence");
|
|
@@ -3970,8 +3956,8 @@ var se_SignalsList = /* @__PURE__ */ __name((input, context) => {
|
|
|
3970
3956
|
}, "se_SignalsList");
|
|
3971
3957
|
var se_UpdateAutomationRulesRequestItem = /* @__PURE__ */ __name((input, context) => {
|
|
3972
3958
|
return (0, import_smithy_client.take)(input, {
|
|
3973
|
-
Actions: (_) => se_ActionList(_, context),
|
|
3974
|
-
Criteria: (_) => se_AutomationRulesFindingFilters(_, context),
|
|
3959
|
+
Actions: /* @__PURE__ */ __name((_) => se_ActionList(_, context), "Actions"),
|
|
3960
|
+
Criteria: /* @__PURE__ */ __name((_) => se_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
3975
3961
|
Description: [],
|
|
3976
3962
|
IsTerminal: [],
|
|
3977
3963
|
RuleArn: [],
|
|
@@ -3988,7 +3974,7 @@ var se_UpdateAutomationRulesRequestItemsList = /* @__PURE__ */ __name((input, co
|
|
|
3988
3974
|
var se_Vulnerability = /* @__PURE__ */ __name((input, context) => {
|
|
3989
3975
|
return (0, import_smithy_client.take)(input, {
|
|
3990
3976
|
CodeVulnerabilities: import_smithy_client._json,
|
|
3991
|
-
Cvss: (_) => se_CvssList(_, context),
|
|
3977
|
+
Cvss: /* @__PURE__ */ __name((_) => se_CvssList(_, context), "Cvss"),
|
|
3992
3978
|
EpssScore: import_smithy_client.serializeFloat,
|
|
3993
3979
|
ExploitAvailable: [],
|
|
3994
3980
|
FixAvailable: [],
|
|
@@ -4008,10 +3994,10 @@ var se_VulnerabilityList = /* @__PURE__ */ __name((input, context) => {
|
|
|
4008
3994
|
var de_Action = /* @__PURE__ */ __name((output, context) => {
|
|
4009
3995
|
return (0, import_smithy_client.take)(output, {
|
|
4010
3996
|
ActionType: import_smithy_client.expectString,
|
|
4011
|
-
AwsApiCallAction: (_) => de_AwsApiCallAction(_, context),
|
|
3997
|
+
AwsApiCallAction: /* @__PURE__ */ __name((_) => de_AwsApiCallAction(_, context), "AwsApiCallAction"),
|
|
4012
3998
|
DnsRequestAction: import_smithy_client._json,
|
|
4013
|
-
NetworkConnectionAction: (_) => de_NetworkConnectionAction(_, context),
|
|
4014
|
-
PortProbeAction: (_) => de_PortProbeAction(_, context)
|
|
3999
|
+
NetworkConnectionAction: /* @__PURE__ */ __name((_) => de_NetworkConnectionAction(_, context), "NetworkConnectionAction"),
|
|
4000
|
+
PortProbeAction: /* @__PURE__ */ __name((_) => de_PortProbeAction(_, context), "PortProbeAction")
|
|
4015
4001
|
});
|
|
4016
4002
|
}, "de_Action");
|
|
4017
4003
|
var de_ActionList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4024,30 +4010,30 @@ var de_ActionRemoteIpDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4024
4010
|
return (0, import_smithy_client.take)(output, {
|
|
4025
4011
|
City: import_smithy_client._json,
|
|
4026
4012
|
Country: import_smithy_client._json,
|
|
4027
|
-
GeoLocation: (_) => de_GeoLocation(_, context),
|
|
4013
|
+
GeoLocation: /* @__PURE__ */ __name((_) => de_GeoLocation(_, context), "GeoLocation"),
|
|
4028
4014
|
IpAddressV4: import_smithy_client.expectString,
|
|
4029
4015
|
Organization: import_smithy_client._json
|
|
4030
4016
|
});
|
|
4031
4017
|
}, "de_ActionRemoteIpDetails");
|
|
4032
4018
|
var de_AutomationRulesAction = /* @__PURE__ */ __name((output, context) => {
|
|
4033
4019
|
return (0, import_smithy_client.take)(output, {
|
|
4034
|
-
FindingFieldsUpdate: (_) => de_AutomationRulesFindingFieldsUpdate(_, context),
|
|
4020
|
+
FindingFieldsUpdate: /* @__PURE__ */ __name((_) => de_AutomationRulesFindingFieldsUpdate(_, context), "FindingFieldsUpdate"),
|
|
4035
4021
|
Type: import_smithy_client.expectString
|
|
4036
4022
|
});
|
|
4037
4023
|
}, "de_AutomationRulesAction");
|
|
4038
4024
|
var de_AutomationRulesConfig = /* @__PURE__ */ __name((output, context) => {
|
|
4039
4025
|
return (0, import_smithy_client.take)(output, {
|
|
4040
|
-
Actions: (_) => de_ActionList(_, context),
|
|
4041
|
-
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"),
|
|
4042
4028
|
CreatedBy: import_smithy_client.expectString,
|
|
4043
|
-
Criteria: (_) => de_AutomationRulesFindingFilters(_, context),
|
|
4029
|
+
Criteria: /* @__PURE__ */ __name((_) => de_AutomationRulesFindingFilters(_, context), "Criteria"),
|
|
4044
4030
|
Description: import_smithy_client.expectString,
|
|
4045
4031
|
IsTerminal: import_smithy_client.expectBoolean,
|
|
4046
4032
|
RuleArn: import_smithy_client.expectString,
|
|
4047
4033
|
RuleName: import_smithy_client.expectString,
|
|
4048
4034
|
RuleOrder: import_smithy_client.expectInt32,
|
|
4049
4035
|
RuleStatus: import_smithy_client.expectString,
|
|
4050
|
-
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")
|
|
4051
4037
|
});
|
|
4052
4038
|
}, "de_AutomationRulesConfig");
|
|
4053
4039
|
var de_AutomationRulesConfigList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4062,7 +4048,7 @@ var de_AutomationRulesFindingFieldsUpdate = /* @__PURE__ */ __name((output, cont
|
|
|
4062
4048
|
Criticality: import_smithy_client.expectInt32,
|
|
4063
4049
|
Note: import_smithy_client._json,
|
|
4064
4050
|
RelatedFindings: import_smithy_client._json,
|
|
4065
|
-
Severity: (_) => de_SeverityUpdate(_, context),
|
|
4051
|
+
Severity: /* @__PURE__ */ __name((_) => de_SeverityUpdate(_, context), "Severity"),
|
|
4066
4052
|
Types: import_smithy_client._json,
|
|
4067
4053
|
UserDefinedFields: import_smithy_client._json,
|
|
4068
4054
|
VerificationState: import_smithy_client.expectString,
|
|
@@ -4077,9 +4063,9 @@ var de_AutomationRulesFindingFilters = /* @__PURE__ */ __name((output, context)
|
|
|
4077
4063
|
ComplianceAssociatedStandardsId: import_smithy_client._json,
|
|
4078
4064
|
ComplianceSecurityControlId: import_smithy_client._json,
|
|
4079
4065
|
ComplianceStatus: import_smithy_client._json,
|
|
4080
|
-
Confidence: (_) => de_NumberFilterList(_, context),
|
|
4066
|
+
Confidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Confidence"),
|
|
4081
4067
|
CreatedAt: import_smithy_client._json,
|
|
4082
|
-
Criticality: (_) => de_NumberFilterList(_, context),
|
|
4068
|
+
Criticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Criticality"),
|
|
4083
4069
|
Description: import_smithy_client._json,
|
|
4084
4070
|
FirstObservedAt: import_smithy_client._json,
|
|
4085
4071
|
GeneratorId: import_smithy_client._json,
|
|
@@ -4113,7 +4099,7 @@ var de_AutomationRulesFindingFilters = /* @__PURE__ */ __name((output, context)
|
|
|
4113
4099
|
}, "de_AutomationRulesFindingFilters");
|
|
4114
4100
|
var de_AutomationRulesMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
4115
4101
|
return (0, import_smithy_client.take)(output, {
|
|
4116
|
-
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"),
|
|
4117
4103
|
CreatedBy: import_smithy_client.expectString,
|
|
4118
4104
|
Description: import_smithy_client.expectString,
|
|
4119
4105
|
IsTerminal: import_smithy_client.expectBoolean,
|
|
@@ -4121,7 +4107,7 @@ var de_AutomationRulesMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
4121
4107
|
RuleName: import_smithy_client.expectString,
|
|
4122
4108
|
RuleOrder: import_smithy_client.expectInt32,
|
|
4123
4109
|
RuleStatus: import_smithy_client.expectString,
|
|
4124
|
-
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")
|
|
4125
4111
|
});
|
|
4126
4112
|
}, "de_AutomationRulesMetadata");
|
|
4127
4113
|
var de_AutomationRulesMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4138,7 +4124,7 @@ var de_AwsApiCallAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
4138
4124
|
DomainDetails: import_smithy_client._json,
|
|
4139
4125
|
FirstSeen: import_smithy_client.expectString,
|
|
4140
4126
|
LastSeen: import_smithy_client.expectString,
|
|
4141
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context),
|
|
4127
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
4142
4128
|
ServiceName: import_smithy_client.expectString
|
|
4143
4129
|
});
|
|
4144
4130
|
}, "de_AwsApiCallAction");
|
|
@@ -4178,14 +4164,14 @@ var de_AwsApiGatewayStageDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4178
4164
|
CacheClusterEnabled: import_smithy_client.expectBoolean,
|
|
4179
4165
|
CacheClusterSize: import_smithy_client.expectString,
|
|
4180
4166
|
CacheClusterStatus: import_smithy_client.expectString,
|
|
4181
|
-
CanarySettings: (_) => de_AwsApiGatewayCanarySettings(_, context),
|
|
4167
|
+
CanarySettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayCanarySettings(_, context), "CanarySettings"),
|
|
4182
4168
|
ClientCertificateId: import_smithy_client.expectString,
|
|
4183
4169
|
CreatedDate: import_smithy_client.expectString,
|
|
4184
4170
|
DeploymentId: import_smithy_client.expectString,
|
|
4185
4171
|
Description: import_smithy_client.expectString,
|
|
4186
4172
|
DocumentationVersion: import_smithy_client.expectString,
|
|
4187
4173
|
LastUpdatedDate: import_smithy_client.expectString,
|
|
4188
|
-
MethodSettings: (_) => de_AwsApiGatewayMethodSettingsList(_, context),
|
|
4174
|
+
MethodSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayMethodSettingsList(_, context), "MethodSettings"),
|
|
4189
4175
|
StageName: import_smithy_client.expectString,
|
|
4190
4176
|
TracingEnabled: import_smithy_client.expectBoolean,
|
|
4191
4177
|
Variables: import_smithy_client._json,
|
|
@@ -4208,12 +4194,12 @@ var de_AwsApiGatewayV2StageDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
4208
4194
|
AutoDeploy: import_smithy_client.expectBoolean,
|
|
4209
4195
|
ClientCertificateId: import_smithy_client.expectString,
|
|
4210
4196
|
CreatedDate: import_smithy_client.expectString,
|
|
4211
|
-
DefaultRouteSettings: (_) => de_AwsApiGatewayV2RouteSettings(_, context),
|
|
4197
|
+
DefaultRouteSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2RouteSettings(_, context), "DefaultRouteSettings"),
|
|
4212
4198
|
DeploymentId: import_smithy_client.expectString,
|
|
4213
4199
|
Description: import_smithy_client.expectString,
|
|
4214
4200
|
LastDeploymentStatusMessage: import_smithy_client.expectString,
|
|
4215
4201
|
LastUpdatedDate: import_smithy_client.expectString,
|
|
4216
|
-
RouteSettings: (_) => de_AwsApiGatewayV2RouteSettings(_, context),
|
|
4202
|
+
RouteSettings: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2RouteSettings(_, context), "RouteSettings"),
|
|
4217
4203
|
StageName: import_smithy_client.expectString,
|
|
4218
4204
|
StageVariables: import_smithy_client._json
|
|
4219
4205
|
});
|
|
@@ -4261,7 +4247,7 @@ var de_AwsEc2LaunchTemplateDataDetails = /* @__PURE__ */ __name((output, context
|
|
|
4261
4247
|
ImageId: import_smithy_client.expectString,
|
|
4262
4248
|
InstanceInitiatedShutdownBehavior: import_smithy_client.expectString,
|
|
4263
4249
|
InstanceMarketOptions: import_smithy_client._json,
|
|
4264
|
-
InstanceRequirements: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context),
|
|
4250
|
+
InstanceRequirements: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails(_, context), "InstanceRequirements"),
|
|
4265
4251
|
InstanceType: import_smithy_client.expectString,
|
|
4266
4252
|
KernelId: import_smithy_client.expectString,
|
|
4267
4253
|
KeyName: import_smithy_client.expectString,
|
|
@@ -4293,13 +4279,13 @@ var de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails = /* @__PURE__ */ __n
|
|
|
4293
4279
|
InstanceGenerations: import_smithy_client._json,
|
|
4294
4280
|
LocalStorage: import_smithy_client.expectString,
|
|
4295
4281
|
LocalStorageTypes: import_smithy_client._json,
|
|
4296
|
-
MemoryGiBPerVCpu: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context),
|
|
4282
|
+
MemoryGiBPerVCpu: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails(_, context), "MemoryGiBPerVCpu"),
|
|
4297
4283
|
MemoryMiB: import_smithy_client._json,
|
|
4298
4284
|
NetworkInterfaceCount: import_smithy_client._json,
|
|
4299
4285
|
OnDemandMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
4300
4286
|
RequireHibernateSupport: import_smithy_client.expectBoolean,
|
|
4301
4287
|
SpotMaxPricePercentageOverLowestPrice: import_smithy_client.expectInt32,
|
|
4302
|
-
TotalLocalStorageGB: (_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context),
|
|
4288
|
+
TotalLocalStorageGB: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetails(_, context), "TotalLocalStorageGB"),
|
|
4303
4289
|
VCpuCount: import_smithy_client._json
|
|
4304
4290
|
});
|
|
4305
4291
|
}, "de_AwsEc2LaunchTemplateDataInstanceRequirementsDetails");
|
|
@@ -4320,7 +4306,7 @@ var de_AwsEc2LaunchTemplateDetails = /* @__PURE__ */ __name((output, context) =>
|
|
|
4320
4306
|
DefaultVersionNumber: import_smithy_client.expectLong,
|
|
4321
4307
|
Id: import_smithy_client.expectString,
|
|
4322
4308
|
LatestVersionNumber: import_smithy_client.expectLong,
|
|
4323
|
-
LaunchTemplateData: (_) => de_AwsEc2LaunchTemplateDataDetails(_, context),
|
|
4309
|
+
LaunchTemplateData: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDataDetails(_, context), "LaunchTemplateData"),
|
|
4324
4310
|
LaunchTemplateName: import_smithy_client.expectString
|
|
4325
4311
|
});
|
|
4326
4312
|
}, "de_AwsEc2LaunchTemplateDetails");
|
|
@@ -4388,7 +4374,7 @@ var de_AwsRedshiftClusterDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4388
4374
|
PreferredMaintenanceWindow: import_smithy_client.expectString,
|
|
4389
4375
|
PubliclyAccessible: import_smithy_client.expectBoolean,
|
|
4390
4376
|
ResizeInfo: import_smithy_client._json,
|
|
4391
|
-
RestoreStatus: (_) => de_AwsRedshiftClusterRestoreStatus(_, context),
|
|
4377
|
+
RestoreStatus: /* @__PURE__ */ __name((_) => de_AwsRedshiftClusterRestoreStatus(_, context), "RestoreStatus"),
|
|
4392
4378
|
SnapshotScheduleIdentifier: import_smithy_client.expectString,
|
|
4393
4379
|
SnapshotScheduleState: import_smithy_client.expectString,
|
|
4394
4380
|
VpcId: import_smithy_client.expectString,
|
|
@@ -4407,7 +4393,7 @@ var de_AwsRedshiftClusterRestoreStatus = /* @__PURE__ */ __name((output, context
|
|
|
4407
4393
|
}, "de_AwsRedshiftClusterRestoreStatus");
|
|
4408
4394
|
var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
4409
4395
|
return (0, import_smithy_client.take)(output, {
|
|
4410
|
-
Action: (_) => de_Action(_, context),
|
|
4396
|
+
Action: /* @__PURE__ */ __name((_) => de_Action(_, context), "Action"),
|
|
4411
4397
|
AwsAccountId: import_smithy_client.expectString,
|
|
4412
4398
|
AwsAccountName: import_smithy_client.expectString,
|
|
4413
4399
|
CompanyName: import_smithy_client.expectString,
|
|
@@ -4416,7 +4402,7 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4416
4402
|
CreatedAt: import_smithy_client.expectString,
|
|
4417
4403
|
Criticality: import_smithy_client.expectInt32,
|
|
4418
4404
|
Description: import_smithy_client.expectString,
|
|
4419
|
-
Detection: (_) => de_Detection(_, context),
|
|
4405
|
+
Detection: /* @__PURE__ */ __name((_) => de_Detection(_, context), "Detection"),
|
|
4420
4406
|
FindingProviderFields: import_smithy_client._json,
|
|
4421
4407
|
FirstObservedAt: import_smithy_client.expectString,
|
|
4422
4408
|
GeneratorDetails: import_smithy_client._json,
|
|
@@ -4437,10 +4423,10 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4437
4423
|
Region: import_smithy_client.expectString,
|
|
4438
4424
|
RelatedFindings: import_smithy_client._json,
|
|
4439
4425
|
Remediation: import_smithy_client._json,
|
|
4440
|
-
Resources: (_) => de_ResourceList(_, context),
|
|
4426
|
+
Resources: /* @__PURE__ */ __name((_) => de_ResourceList(_, context), "Resources"),
|
|
4441
4427
|
Sample: import_smithy_client.expectBoolean,
|
|
4442
4428
|
SchemaVersion: import_smithy_client.expectString,
|
|
4443
|
-
Severity: (_) => de_Severity(_, context),
|
|
4429
|
+
Severity: /* @__PURE__ */ __name((_) => de_Severity(_, context), "Severity"),
|
|
4444
4430
|
SourceUrl: import_smithy_client.expectString,
|
|
4445
4431
|
ThreatIntelIndicators: import_smithy_client._json,
|
|
4446
4432
|
Threats: import_smithy_client._json,
|
|
@@ -4449,7 +4435,7 @@ var de_AwsSecurityFinding = /* @__PURE__ */ __name((output, context) => {
|
|
|
4449
4435
|
UpdatedAt: import_smithy_client.expectString,
|
|
4450
4436
|
UserDefinedFields: import_smithy_client._json,
|
|
4451
4437
|
VerificationState: import_smithy_client.expectString,
|
|
4452
|
-
Vulnerabilities: (_) => de_VulnerabilityList(_, context),
|
|
4438
|
+
Vulnerabilities: /* @__PURE__ */ __name((_) => de_VulnerabilityList(_, context), "Vulnerabilities"),
|
|
4453
4439
|
Workflow: import_smithy_client._json,
|
|
4454
4440
|
WorkflowState: import_smithy_client.expectString
|
|
4455
4441
|
});
|
|
@@ -4464,12 +4450,12 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4464
4450
|
ComplianceSecurityControlParametersName: import_smithy_client._json,
|
|
4465
4451
|
ComplianceSecurityControlParametersValue: import_smithy_client._json,
|
|
4466
4452
|
ComplianceStatus: import_smithy_client._json,
|
|
4467
|
-
Confidence: (_) => de_NumberFilterList(_, context),
|
|
4453
|
+
Confidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Confidence"),
|
|
4468
4454
|
CreatedAt: import_smithy_client._json,
|
|
4469
|
-
Criticality: (_) => de_NumberFilterList(_, context),
|
|
4455
|
+
Criticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "Criticality"),
|
|
4470
4456
|
Description: import_smithy_client._json,
|
|
4471
|
-
FindingProviderFieldsConfidence: (_) => de_NumberFilterList(_, context),
|
|
4472
|
-
FindingProviderFieldsCriticality: (_) => de_NumberFilterList(_, context),
|
|
4457
|
+
FindingProviderFieldsConfidence: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "FindingProviderFieldsConfidence"),
|
|
4458
|
+
FindingProviderFieldsCriticality: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "FindingProviderFieldsCriticality"),
|
|
4473
4459
|
FindingProviderFieldsRelatedFindingsId: import_smithy_client._json,
|
|
4474
4460
|
FindingProviderFieldsRelatedFindingsProductArn: import_smithy_client._json,
|
|
4475
4461
|
FindingProviderFieldsSeverityLabel: import_smithy_client._json,
|
|
@@ -4487,22 +4473,22 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4487
4473
|
NetworkDestinationDomain: import_smithy_client._json,
|
|
4488
4474
|
NetworkDestinationIpV4: import_smithy_client._json,
|
|
4489
4475
|
NetworkDestinationIpV6: import_smithy_client._json,
|
|
4490
|
-
NetworkDestinationPort: (_) => de_NumberFilterList(_, context),
|
|
4476
|
+
NetworkDestinationPort: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "NetworkDestinationPort"),
|
|
4491
4477
|
NetworkDirection: import_smithy_client._json,
|
|
4492
4478
|
NetworkProtocol: import_smithy_client._json,
|
|
4493
4479
|
NetworkSourceDomain: import_smithy_client._json,
|
|
4494
4480
|
NetworkSourceIpV4: import_smithy_client._json,
|
|
4495
4481
|
NetworkSourceIpV6: import_smithy_client._json,
|
|
4496
4482
|
NetworkSourceMac: import_smithy_client._json,
|
|
4497
|
-
NetworkSourcePort: (_) => de_NumberFilterList(_, context),
|
|
4483
|
+
NetworkSourcePort: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "NetworkSourcePort"),
|
|
4498
4484
|
NoteText: import_smithy_client._json,
|
|
4499
4485
|
NoteUpdatedAt: import_smithy_client._json,
|
|
4500
4486
|
NoteUpdatedBy: import_smithy_client._json,
|
|
4501
4487
|
ProcessLaunchedAt: import_smithy_client._json,
|
|
4502
4488
|
ProcessName: import_smithy_client._json,
|
|
4503
|
-
ProcessParentPid: (_) => de_NumberFilterList(_, context),
|
|
4489
|
+
ProcessParentPid: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "ProcessParentPid"),
|
|
4504
4490
|
ProcessPath: import_smithy_client._json,
|
|
4505
|
-
ProcessPid: (_) => de_NumberFilterList(_, context),
|
|
4491
|
+
ProcessPid: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "ProcessPid"),
|
|
4506
4492
|
ProcessTerminatedAt: import_smithy_client._json,
|
|
4507
4493
|
ProductArn: import_smithy_client._json,
|
|
4508
4494
|
ProductFields: import_smithy_client._json,
|
|
@@ -4542,8 +4528,8 @@ var de_AwsSecurityFindingFilters = /* @__PURE__ */ __name((output, context) => {
|
|
|
4542
4528
|
ResourceType: import_smithy_client._json,
|
|
4543
4529
|
Sample: import_smithy_client._json,
|
|
4544
4530
|
SeverityLabel: import_smithy_client._json,
|
|
4545
|
-
SeverityNormalized: (_) => de_NumberFilterList(_, context),
|
|
4546
|
-
SeverityProduct: (_) => de_NumberFilterList(_, context),
|
|
4531
|
+
SeverityNormalized: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "SeverityNormalized"),
|
|
4532
|
+
SeverityProduct: /* @__PURE__ */ __name((_) => de_NumberFilterList(_, context), "SeverityProduct"),
|
|
4547
4533
|
SourceUrl: import_smithy_client._json,
|
|
4548
4534
|
ThreatIntelIndicatorCategory: import_smithy_client._json,
|
|
4549
4535
|
ThreatIntelIndicatorLastObservedAt: import_smithy_client._json,
|
|
@@ -4625,7 +4611,7 @@ var de_ConfigurationPolicyAssociationSummary = /* @__PURE__ */ __name((output, c
|
|
|
4625
4611
|
ConfigurationPolicyId: import_smithy_client.expectString,
|
|
4626
4612
|
TargetId: import_smithy_client.expectString,
|
|
4627
4613
|
TargetType: import_smithy_client.expectString,
|
|
4628
|
-
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")
|
|
4629
4615
|
});
|
|
4630
4616
|
}, "de_ConfigurationPolicyAssociationSummary");
|
|
4631
4617
|
var de_ConfigurationPolicyAssociationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4641,7 +4627,7 @@ var de_ConfigurationPolicySummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
4641
4627
|
Id: import_smithy_client.expectString,
|
|
4642
4628
|
Name: import_smithy_client.expectString,
|
|
4643
4629
|
ServiceEnabled: import_smithy_client.expectBoolean,
|
|
4644
|
-
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")
|
|
4645
4631
|
});
|
|
4646
4632
|
}, "de_ConfigurationPolicySummary");
|
|
4647
4633
|
var de_ConfigurationPolicySummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4667,7 +4653,7 @@ var de_CvssList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4667
4653
|
}, "de_CvssList");
|
|
4668
4654
|
var de_Detection = /* @__PURE__ */ __name((output, context) => {
|
|
4669
4655
|
return (0, import_smithy_client.take)(output, {
|
|
4670
|
-
Sequence: (_) => de_Sequence(_, context)
|
|
4656
|
+
Sequence: /* @__PURE__ */ __name((_) => de_Sequence(_, context), "Sequence")
|
|
4671
4657
|
});
|
|
4672
4658
|
}, "de_Detection");
|
|
4673
4659
|
var de_DoubleConfigurationOptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4683,7 +4669,7 @@ var de_FindingHistoryRecord = /* @__PURE__ */ __name((output, context) => {
|
|
|
4683
4669
|
FindingIdentifier: import_smithy_client._json,
|
|
4684
4670
|
NextToken: import_smithy_client.expectString,
|
|
4685
4671
|
UpdateSource: import_smithy_client._json,
|
|
4686
|
-
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"),
|
|
4687
4673
|
Updates: import_smithy_client._json
|
|
4688
4674
|
});
|
|
4689
4675
|
}, "de_FindingHistoryRecord");
|
|
@@ -4701,7 +4687,7 @@ var de_GeoLocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
4701
4687
|
}, "de_GeoLocation");
|
|
4702
4688
|
var de_Insight = /* @__PURE__ */ __name((output, context) => {
|
|
4703
4689
|
return (0, import_smithy_client.take)(output, {
|
|
4704
|
-
Filters: (_) => de_AwsSecurityFindingFilters(_, context),
|
|
4690
|
+
Filters: /* @__PURE__ */ __name((_) => de_AwsSecurityFindingFilters(_, context), "Filters"),
|
|
4705
4691
|
GroupByAttribute: import_smithy_client.expectString,
|
|
4706
4692
|
InsightArn: import_smithy_client.expectString,
|
|
4707
4693
|
Name: import_smithy_client.expectString
|
|
@@ -4717,7 +4703,7 @@ var de_Invitation = /* @__PURE__ */ __name((output, context) => {
|
|
|
4717
4703
|
return (0, import_smithy_client.take)(output, {
|
|
4718
4704
|
AccountId: import_smithy_client.expectString,
|
|
4719
4705
|
InvitationId: import_smithy_client.expectString,
|
|
4720
|
-
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"),
|
|
4721
4707
|
MemberStatus: import_smithy_client.expectString
|
|
4722
4708
|
});
|
|
4723
4709
|
}, "de_Invitation");
|
|
@@ -4732,10 +4718,10 @@ var de_Member = /* @__PURE__ */ __name((output, context) => {
|
|
|
4732
4718
|
AccountId: import_smithy_client.expectString,
|
|
4733
4719
|
AdministratorId: import_smithy_client.expectString,
|
|
4734
4720
|
Email: import_smithy_client.expectString,
|
|
4735
|
-
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"),
|
|
4736
4722
|
MasterId: import_smithy_client.expectString,
|
|
4737
4723
|
MemberStatus: import_smithy_client.expectString,
|
|
4738
|
-
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")
|
|
4739
4725
|
});
|
|
4740
4726
|
}, "de_Member");
|
|
4741
4727
|
var de_MemberList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4750,7 +4736,7 @@ var de_NetworkConnectionAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
4750
4736
|
ConnectionDirection: import_smithy_client.expectString,
|
|
4751
4737
|
LocalPortDetails: import_smithy_client._json,
|
|
4752
4738
|
Protocol: import_smithy_client.expectString,
|
|
4753
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context),
|
|
4739
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails"),
|
|
4754
4740
|
RemotePortDetails: import_smithy_client._json
|
|
4755
4741
|
});
|
|
4756
4742
|
}, "de_NetworkConnectionAction");
|
|
@@ -4761,7 +4747,7 @@ var de_NetworkEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
4761
4747
|
Domain: import_smithy_client.expectString,
|
|
4762
4748
|
Id: import_smithy_client.expectString,
|
|
4763
4749
|
Ip: import_smithy_client.expectString,
|
|
4764
|
-
Location: (_) => de_NetworkGeoLocation(_, context),
|
|
4750
|
+
Location: /* @__PURE__ */ __name((_) => de_NetworkGeoLocation(_, context), "Location"),
|
|
4765
4751
|
Port: import_smithy_client.expectInt32
|
|
4766
4752
|
});
|
|
4767
4753
|
}, "de_NetworkEndpoint");
|
|
@@ -4796,13 +4782,13 @@ var de_NumberFilterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4796
4782
|
}, "de_NumberFilterList");
|
|
4797
4783
|
var de_ParameterConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
4798
4784
|
return (0, import_smithy_client.take)(output, {
|
|
4799
|
-
Value: (_) => de_ParameterValue((0, import_core2.awsExpectUnion)(_), context),
|
|
4785
|
+
Value: /* @__PURE__ */ __name((_) => de_ParameterValue((0, import_core2.awsExpectUnion)(_), context), "Value"),
|
|
4800
4786
|
ValueType: import_smithy_client.expectString
|
|
4801
4787
|
});
|
|
4802
4788
|
}, "de_ParameterConfiguration");
|
|
4803
4789
|
var de_ParameterDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
4804
4790
|
return (0, import_smithy_client.take)(output, {
|
|
4805
|
-
ConfigurationOptions: (_) => de_ConfigurationOptions((0, import_core2.awsExpectUnion)(_), context),
|
|
4791
|
+
ConfigurationOptions: /* @__PURE__ */ __name((_) => de_ConfigurationOptions((0, import_core2.awsExpectUnion)(_), context), "ConfigurationOptions"),
|
|
4806
4792
|
Description: import_smithy_client.expectString
|
|
4807
4793
|
});
|
|
4808
4794
|
}, "de_ParameterDefinition");
|
|
@@ -4868,14 +4854,14 @@ var de_Policy = /* @__PURE__ */ __name((output, context) => {
|
|
|
4868
4854
|
var de_PortProbeAction = /* @__PURE__ */ __name((output, context) => {
|
|
4869
4855
|
return (0, import_smithy_client.take)(output, {
|
|
4870
4856
|
Blocked: import_smithy_client.expectBoolean,
|
|
4871
|
-
PortProbeDetails: (_) => de_PortProbeDetailList(_, context)
|
|
4857
|
+
PortProbeDetails: /* @__PURE__ */ __name((_) => de_PortProbeDetailList(_, context), "PortProbeDetails")
|
|
4872
4858
|
});
|
|
4873
4859
|
}, "de_PortProbeAction");
|
|
4874
4860
|
var de_PortProbeDetail = /* @__PURE__ */ __name((output, context) => {
|
|
4875
4861
|
return (0, import_smithy_client.take)(output, {
|
|
4876
4862
|
LocalIpDetails: import_smithy_client._json,
|
|
4877
4863
|
LocalPortDetails: import_smithy_client._json,
|
|
4878
|
-
RemoteIpDetails: (_) => de_ActionRemoteIpDetails(_, context)
|
|
4864
|
+
RemoteIpDetails: /* @__PURE__ */ __name((_) => de_ActionRemoteIpDetails(_, context), "RemoteIpDetails")
|
|
4879
4865
|
});
|
|
4880
4866
|
}, "de_PortProbeDetail");
|
|
4881
4867
|
var de_PortProbeDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4889,7 +4875,7 @@ var de_Resource = /* @__PURE__ */ __name((output, context) => {
|
|
|
4889
4875
|
ApplicationArn: import_smithy_client.expectString,
|
|
4890
4876
|
ApplicationName: import_smithy_client.expectString,
|
|
4891
4877
|
DataClassification: import_smithy_client._json,
|
|
4892
|
-
Details: (_) => de_ResourceDetails(_, context),
|
|
4878
|
+
Details: /* @__PURE__ */ __name((_) => de_ResourceDetails(_, context), "Details"),
|
|
4893
4879
|
Id: import_smithy_client.expectString,
|
|
4894
4880
|
Partition: import_smithy_client.expectString,
|
|
4895
4881
|
Region: import_smithy_client.expectString,
|
|
@@ -4902,9 +4888,9 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4902
4888
|
return (0, import_smithy_client.take)(output, {
|
|
4903
4889
|
AwsAmazonMqBroker: import_smithy_client._json,
|
|
4904
4890
|
AwsApiGatewayRestApi: import_smithy_client._json,
|
|
4905
|
-
AwsApiGatewayStage: (_) => de_AwsApiGatewayStageDetails(_, context),
|
|
4891
|
+
AwsApiGatewayStage: /* @__PURE__ */ __name((_) => de_AwsApiGatewayStageDetails(_, context), "AwsApiGatewayStage"),
|
|
4906
4892
|
AwsApiGatewayV2Api: import_smithy_client._json,
|
|
4907
|
-
AwsApiGatewayV2Stage: (_) => de_AwsApiGatewayV2StageDetails(_, context),
|
|
4893
|
+
AwsApiGatewayV2Stage: /* @__PURE__ */ __name((_) => de_AwsApiGatewayV2StageDetails(_, context), "AwsApiGatewayV2Stage"),
|
|
4908
4894
|
AwsAppSyncGraphQlApi: import_smithy_client._json,
|
|
4909
4895
|
AwsAthenaWorkGroup: import_smithy_client._json,
|
|
4910
4896
|
AwsAutoScalingAutoScalingGroup: import_smithy_client._json,
|
|
@@ -4916,7 +4902,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4916
4902
|
AwsCloudFormationStack: import_smithy_client._json,
|
|
4917
4903
|
AwsCloudFrontDistribution: import_smithy_client._json,
|
|
4918
4904
|
AwsCloudTrailTrail: import_smithy_client._json,
|
|
4919
|
-
AwsCloudWatchAlarm: (_) => de_AwsCloudWatchAlarmDetails(_, context),
|
|
4905
|
+
AwsCloudWatchAlarm: /* @__PURE__ */ __name((_) => de_AwsCloudWatchAlarmDetails(_, context), "AwsCloudWatchAlarm"),
|
|
4920
4906
|
AwsCodeBuildProject: import_smithy_client._json,
|
|
4921
4907
|
AwsDmsEndpoint: import_smithy_client._json,
|
|
4922
4908
|
AwsDmsReplicationInstance: import_smithy_client._json,
|
|
@@ -4925,7 +4911,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4925
4911
|
AwsEc2ClientVpnEndpoint: import_smithy_client._json,
|
|
4926
4912
|
AwsEc2Eip: import_smithy_client._json,
|
|
4927
4913
|
AwsEc2Instance: import_smithy_client._json,
|
|
4928
|
-
AwsEc2LaunchTemplate: (_) => de_AwsEc2LaunchTemplateDetails(_, context),
|
|
4914
|
+
AwsEc2LaunchTemplate: /* @__PURE__ */ __name((_) => de_AwsEc2LaunchTemplateDetails(_, context), "AwsEc2LaunchTemplate"),
|
|
4929
4915
|
AwsEc2NetworkAcl: import_smithy_client._json,
|
|
4930
4916
|
AwsEc2NetworkInterface: import_smithy_client._json,
|
|
4931
4917
|
AwsEc2RouteTable: import_smithy_client._json,
|
|
@@ -4960,13 +4946,13 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4960
4946
|
AwsIamRole: import_smithy_client._json,
|
|
4961
4947
|
AwsIamUser: import_smithy_client._json,
|
|
4962
4948
|
AwsKinesisStream: import_smithy_client._json,
|
|
4963
|
-
AwsKmsKey: (_) => de_AwsKmsKeyDetails(_, context),
|
|
4949
|
+
AwsKmsKey: /* @__PURE__ */ __name((_) => de_AwsKmsKeyDetails(_, context), "AwsKmsKey"),
|
|
4964
4950
|
AwsLambdaFunction: import_smithy_client._json,
|
|
4965
4951
|
AwsLambdaLayerVersion: import_smithy_client._json,
|
|
4966
4952
|
AwsMskCluster: import_smithy_client._json,
|
|
4967
4953
|
AwsNetworkFirewallFirewall: import_smithy_client._json,
|
|
4968
4954
|
AwsNetworkFirewallFirewallPolicy: import_smithy_client._json,
|
|
4969
|
-
AwsNetworkFirewallRuleGroup: (_) => de_AwsNetworkFirewallRuleGroupDetails(_, context),
|
|
4955
|
+
AwsNetworkFirewallRuleGroup: /* @__PURE__ */ __name((_) => de_AwsNetworkFirewallRuleGroupDetails(_, context), "AwsNetworkFirewallRuleGroup"),
|
|
4970
4956
|
AwsOpenSearchServiceDomain: import_smithy_client._json,
|
|
4971
4957
|
AwsRdsDbCluster: import_smithy_client._json,
|
|
4972
4958
|
AwsRdsDbClusterSnapshot: import_smithy_client._json,
|
|
@@ -4974,7 +4960,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
4974
4960
|
AwsRdsDbSecurityGroup: import_smithy_client._json,
|
|
4975
4961
|
AwsRdsDbSnapshot: import_smithy_client._json,
|
|
4976
4962
|
AwsRdsEventSubscription: import_smithy_client._json,
|
|
4977
|
-
AwsRedshiftCluster: (_) => de_AwsRedshiftClusterDetails(_, context),
|
|
4963
|
+
AwsRedshiftCluster: /* @__PURE__ */ __name((_) => de_AwsRedshiftClusterDetails(_, context), "AwsRedshiftCluster"),
|
|
4978
4964
|
AwsRoute53HostedZone: import_smithy_client._json,
|
|
4979
4965
|
AwsS3AccessPoint: import_smithy_client._json,
|
|
4980
4966
|
AwsS3AccountPublicAccessBlock: import_smithy_client._json,
|
|
@@ -5011,7 +4997,7 @@ var de_SecurityControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5011
4997
|
return (0, import_smithy_client.take)(output, {
|
|
5012
4998
|
Description: import_smithy_client.expectString,
|
|
5013
4999
|
LastUpdateReason: import_smithy_client.expectString,
|
|
5014
|
-
Parameters: (_) => de_Parameters(_, context),
|
|
5000
|
+
Parameters: /* @__PURE__ */ __name((_) => de_Parameters(_, context), "Parameters"),
|
|
5015
5001
|
RemediationUrl: import_smithy_client.expectString,
|
|
5016
5002
|
SecurityControlArn: import_smithy_client.expectString,
|
|
5017
5003
|
SecurityControlId: import_smithy_client.expectString,
|
|
@@ -5023,7 +5009,7 @@ var de_SecurityControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5023
5009
|
}, "de_SecurityControl");
|
|
5024
5010
|
var de_SecurityControlCustomParameter = /* @__PURE__ */ __name((output, context) => {
|
|
5025
5011
|
return (0, import_smithy_client.take)(output, {
|
|
5026
|
-
Parameters: (_) => de_Parameters(_, context),
|
|
5012
|
+
Parameters: /* @__PURE__ */ __name((_) => de_Parameters(_, context), "Parameters"),
|
|
5027
5013
|
SecurityControlId: import_smithy_client.expectString
|
|
5028
5014
|
});
|
|
5029
5015
|
}, "de_SecurityControlCustomParameter");
|
|
@@ -5038,7 +5024,7 @@ var de_SecurityControlDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
5038
5024
|
CurrentRegionAvailability: import_smithy_client.expectString,
|
|
5039
5025
|
CustomizableProperties: import_smithy_client._json,
|
|
5040
5026
|
Description: import_smithy_client.expectString,
|
|
5041
|
-
ParameterDefinitions: (_) => de_ParameterDefinitions(_, context),
|
|
5027
|
+
ParameterDefinitions: /* @__PURE__ */ __name((_) => de_ParameterDefinitions(_, context), "ParameterDefinitions"),
|
|
5042
5028
|
RemediationUrl: import_smithy_client.expectString,
|
|
5043
5029
|
SecurityControlId: import_smithy_client.expectString,
|
|
5044
5030
|
SeverityRating: import_smithy_client.expectString,
|
|
@@ -5061,22 +5047,22 @@ var de_SecurityControlsConfiguration = /* @__PURE__ */ __name((output, context)
|
|
|
5061
5047
|
return (0, import_smithy_client.take)(output, {
|
|
5062
5048
|
DisabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
5063
5049
|
EnabledSecurityControlIdentifiers: import_smithy_client._json,
|
|
5064
|
-
SecurityControlCustomParameters: (_) => de_SecurityControlCustomParametersList(_, context)
|
|
5050
|
+
SecurityControlCustomParameters: /* @__PURE__ */ __name((_) => de_SecurityControlCustomParametersList(_, context), "SecurityControlCustomParameters")
|
|
5065
5051
|
});
|
|
5066
5052
|
}, "de_SecurityControlsConfiguration");
|
|
5067
5053
|
var de_SecurityHubPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
5068
5054
|
return (0, import_smithy_client.take)(output, {
|
|
5069
5055
|
EnabledStandardIdentifiers: import_smithy_client._json,
|
|
5070
|
-
SecurityControlsConfiguration: (_) => de_SecurityControlsConfiguration(_, context),
|
|
5056
|
+
SecurityControlsConfiguration: /* @__PURE__ */ __name((_) => de_SecurityControlsConfiguration(_, context), "SecurityControlsConfiguration"),
|
|
5071
5057
|
ServiceEnabled: import_smithy_client.expectBoolean
|
|
5072
5058
|
});
|
|
5073
5059
|
}, "de_SecurityHubPolicy");
|
|
5074
5060
|
var de_Sequence = /* @__PURE__ */ __name((output, context) => {
|
|
5075
5061
|
return (0, import_smithy_client.take)(output, {
|
|
5076
5062
|
Actors: import_smithy_client._json,
|
|
5077
|
-
Endpoints: (_) => de_NetworkEndpointsList(_, context),
|
|
5063
|
+
Endpoints: /* @__PURE__ */ __name((_) => de_NetworkEndpointsList(_, context), "Endpoints"),
|
|
5078
5064
|
SequenceIndicators: import_smithy_client._json,
|
|
5079
|
-
Signals: (_) => de_SignalsList(_, context),
|
|
5065
|
+
Signals: /* @__PURE__ */ __name((_) => de_SignalsList(_, context), "Signals"),
|
|
5080
5066
|
Uid: import_smithy_client.expectString
|
|
5081
5067
|
});
|
|
5082
5068
|
}, "de_Sequence");
|
|
@@ -5124,7 +5110,7 @@ var de_StandardsControl = /* @__PURE__ */ __name((output, context) => {
|
|
|
5124
5110
|
return (0, import_smithy_client.take)(output, {
|
|
5125
5111
|
ControlId: import_smithy_client.expectString,
|
|
5126
5112
|
ControlStatus: import_smithy_client.expectString,
|
|
5127
|
-
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"),
|
|
5128
5114
|
Description: import_smithy_client.expectString,
|
|
5129
5115
|
DisabledReason: import_smithy_client.expectString,
|
|
5130
5116
|
RelatedRequirements: import_smithy_client._json,
|
|
@@ -5144,7 +5130,7 @@ var de_StandardsControlAssociationDetail = /* @__PURE__ */ __name((output, conte
|
|
|
5144
5130
|
StandardsControlArns: import_smithy_client._json,
|
|
5145
5131
|
StandardsControlDescription: import_smithy_client.expectString,
|
|
5146
5132
|
StandardsControlTitle: import_smithy_client.expectString,
|
|
5147
|
-
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"),
|
|
5148
5134
|
UpdatedReason: import_smithy_client.expectString
|
|
5149
5135
|
});
|
|
5150
5136
|
}, "de_StandardsControlAssociationDetail");
|
|
@@ -5169,7 +5155,7 @@ var de_StandardsControlAssociationSummary = /* @__PURE__ */ __name((output, cont
|
|
|
5169
5155
|
StandardsArn: import_smithy_client.expectString,
|
|
5170
5156
|
StandardsControlDescription: import_smithy_client.expectString,
|
|
5171
5157
|
StandardsControlTitle: import_smithy_client.expectString,
|
|
5172
|
-
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"),
|
|
5173
5159
|
UpdatedReason: import_smithy_client.expectString
|
|
5174
5160
|
});
|
|
5175
5161
|
}, "de_StandardsControlAssociationSummary");
|
|
@@ -5182,7 +5168,7 @@ var de_StandardsControls = /* @__PURE__ */ __name((output, context) => {
|
|
|
5182
5168
|
var de_Vulnerability = /* @__PURE__ */ __name((output, context) => {
|
|
5183
5169
|
return (0, import_smithy_client.take)(output, {
|
|
5184
5170
|
CodeVulnerabilities: import_smithy_client._json,
|
|
5185
|
-
Cvss: (_) => de_CvssList(_, context),
|
|
5171
|
+
Cvss: /* @__PURE__ */ __name((_) => de_CvssList(_, context), "Cvss"),
|
|
5186
5172
|
EpssScore: import_smithy_client.limitedParseDouble,
|
|
5187
5173
|
ExploitAvailable: import_smithy_client.expectString,
|
|
5188
5174
|
FixAvailable: import_smithy_client.expectString,
|
|
@@ -6742,6 +6728,7 @@ var RecordState = {
|
|
|
6742
6728
|
VulnerabilityExploitAvailable,
|
|
6743
6729
|
VulnerabilityFixAvailable,
|
|
6744
6730
|
WorkflowState,
|
|
6731
|
+
StandardsControlsUpdatable,
|
|
6745
6732
|
StandardsStatus,
|
|
6746
6733
|
StatusReasonCode,
|
|
6747
6734
|
Target,
|