@aws-sdk/client-accessanalyzer 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -3
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -3
- package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -3
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -3
- package/dist-cjs/commands/GetAnalyzerCommand.js +2 -3
- package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/GetFindingCommand.js +2 -3
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -3
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -3
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -3
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListAnalyzersCommand.js +2 -3
- package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -3
- package/dist-cjs/commands/ListFindingsCommand.js +2 -3
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -3
- package/dist-cjs/commands/StartResourceScanCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -3
- package/dist-cjs/commands/UpdateFindingsCommand.js +2 -3
- package/dist-cjs/commands/ValidatePolicyCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -498
- package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -3
- package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -3
- package/dist-es/commands/CreateAccessPreviewCommand.js +2 -3
- package/dist-es/commands/CreateAnalyzerCommand.js +2 -3
- package/dist-es/commands/CreateArchiveRuleCommand.js +2 -3
- package/dist-es/commands/DeleteAnalyzerCommand.js +2 -3
- package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -3
- package/dist-es/commands/GetAccessPreviewCommand.js +2 -3
- package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -3
- package/dist-es/commands/GetAnalyzerCommand.js +2 -3
- package/dist-es/commands/GetArchiveRuleCommand.js +2 -3
- package/dist-es/commands/GetFindingCommand.js +2 -3
- package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -3
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -3
- package/dist-es/commands/ListAccessPreviewsCommand.js +2 -3
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -3
- package/dist-es/commands/ListAnalyzersCommand.js +2 -3
- package/dist-es/commands/ListArchiveRulesCommand.js +2 -3
- package/dist-es/commands/ListFindingsCommand.js +2 -3
- package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartPolicyGenerationCommand.js +2 -3
- package/dist-es/commands/StartResourceScanCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -3
- package/dist-es/commands/UpdateFindingsCommand.js +2 -3
- package/dist-es/commands/ValidatePolicyCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -389
- package/dist-types/models/models_0.d.ts +0 -424
- package/dist-types/ts3.4/models/models_0.d.ts +0 -292
- package/package.json +4 -3
|
@@ -1006,295 +1006,3 @@ export interface ValidatePolicyResponse {
|
|
|
1006
1006
|
findings: ValidatePolicyFinding[] | undefined;
|
|
1007
1007
|
nextToken?: string;
|
|
1008
1008
|
}
|
|
1009
|
-
export declare const CriterionFilterSensitiveLog: (obj: Criterion) => any;
|
|
1010
|
-
export declare const CreateArchiveRuleRequestFilterSensitiveLog: (
|
|
1011
|
-
obj: CreateArchiveRuleRequest
|
|
1012
|
-
) => any;
|
|
1013
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1014
|
-
obj: ValidationExceptionField
|
|
1015
|
-
) => any;
|
|
1016
|
-
export declare const DeleteArchiveRuleRequestFilterSensitiveLog: (
|
|
1017
|
-
obj: DeleteArchiveRuleRequest
|
|
1018
|
-
) => any;
|
|
1019
|
-
export declare const GetArchiveRuleRequestFilterSensitiveLog: (
|
|
1020
|
-
obj: GetArchiveRuleRequest
|
|
1021
|
-
) => any;
|
|
1022
|
-
export declare const ArchiveRuleSummaryFilterSensitiveLog: (
|
|
1023
|
-
obj: ArchiveRuleSummary
|
|
1024
|
-
) => any;
|
|
1025
|
-
export declare const GetArchiveRuleResponseFilterSensitiveLog: (
|
|
1026
|
-
obj: GetArchiveRuleResponse
|
|
1027
|
-
) => any;
|
|
1028
|
-
export declare const ListArchiveRulesRequestFilterSensitiveLog: (
|
|
1029
|
-
obj: ListArchiveRulesRequest
|
|
1030
|
-
) => any;
|
|
1031
|
-
export declare const ListArchiveRulesResponseFilterSensitiveLog: (
|
|
1032
|
-
obj: ListArchiveRulesResponse
|
|
1033
|
-
) => any;
|
|
1034
|
-
export declare const UpdateArchiveRuleRequestFilterSensitiveLog: (
|
|
1035
|
-
obj: UpdateArchiveRuleRequest
|
|
1036
|
-
) => any;
|
|
1037
|
-
export declare const InlineArchiveRuleFilterSensitiveLog: (
|
|
1038
|
-
obj: InlineArchiveRule
|
|
1039
|
-
) => any;
|
|
1040
|
-
export declare const CreateAnalyzerRequestFilterSensitiveLog: (
|
|
1041
|
-
obj: CreateAnalyzerRequest
|
|
1042
|
-
) => any;
|
|
1043
|
-
export declare const CreateAnalyzerResponseFilterSensitiveLog: (
|
|
1044
|
-
obj: CreateAnalyzerResponse
|
|
1045
|
-
) => any;
|
|
1046
|
-
export declare const DeleteAnalyzerRequestFilterSensitiveLog: (
|
|
1047
|
-
obj: DeleteAnalyzerRequest
|
|
1048
|
-
) => any;
|
|
1049
|
-
export declare const GetAnalyzerRequestFilterSensitiveLog: (
|
|
1050
|
-
obj: GetAnalyzerRequest
|
|
1051
|
-
) => any;
|
|
1052
|
-
export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
|
|
1053
|
-
export declare const AnalyzerSummaryFilterSensitiveLog: (
|
|
1054
|
-
obj: AnalyzerSummary
|
|
1055
|
-
) => any;
|
|
1056
|
-
export declare const GetAnalyzerResponseFilterSensitiveLog: (
|
|
1057
|
-
obj: GetAnalyzerResponse
|
|
1058
|
-
) => any;
|
|
1059
|
-
export declare const ListAnalyzersRequestFilterSensitiveLog: (
|
|
1060
|
-
obj: ListAnalyzersRequest
|
|
1061
|
-
) => any;
|
|
1062
|
-
export declare const ListAnalyzersResponseFilterSensitiveLog: (
|
|
1063
|
-
obj: ListAnalyzersResponse
|
|
1064
|
-
) => any;
|
|
1065
|
-
export declare const ApplyArchiveRuleRequestFilterSensitiveLog: (
|
|
1066
|
-
obj: ApplyArchiveRuleRequest
|
|
1067
|
-
) => any;
|
|
1068
|
-
export declare const CancelPolicyGenerationRequestFilterSensitiveLog: (
|
|
1069
|
-
obj: CancelPolicyGenerationRequest
|
|
1070
|
-
) => any;
|
|
1071
|
-
export declare const CancelPolicyGenerationResponseFilterSensitiveLog: (
|
|
1072
|
-
obj: CancelPolicyGenerationResponse
|
|
1073
|
-
) => any;
|
|
1074
|
-
export declare const EbsSnapshotConfigurationFilterSensitiveLog: (
|
|
1075
|
-
obj: EbsSnapshotConfiguration
|
|
1076
|
-
) => any;
|
|
1077
|
-
export declare const EcrRepositoryConfigurationFilterSensitiveLog: (
|
|
1078
|
-
obj: EcrRepositoryConfiguration
|
|
1079
|
-
) => any;
|
|
1080
|
-
export declare const EfsFileSystemConfigurationFilterSensitiveLog: (
|
|
1081
|
-
obj: EfsFileSystemConfiguration
|
|
1082
|
-
) => any;
|
|
1083
|
-
export declare const IamRoleConfigurationFilterSensitiveLog: (
|
|
1084
|
-
obj: IamRoleConfiguration
|
|
1085
|
-
) => any;
|
|
1086
|
-
export declare const KmsGrantConstraintsFilterSensitiveLog: (
|
|
1087
|
-
obj: KmsGrantConstraints
|
|
1088
|
-
) => any;
|
|
1089
|
-
export declare const KmsGrantConfigurationFilterSensitiveLog: (
|
|
1090
|
-
obj: KmsGrantConfiguration
|
|
1091
|
-
) => any;
|
|
1092
|
-
export declare const KmsKeyConfigurationFilterSensitiveLog: (
|
|
1093
|
-
obj: KmsKeyConfiguration
|
|
1094
|
-
) => any;
|
|
1095
|
-
export declare const RdsDbClusterSnapshotAttributeValueFilterSensitiveLog: (
|
|
1096
|
-
obj: RdsDbClusterSnapshotAttributeValue
|
|
1097
|
-
) => any;
|
|
1098
|
-
export declare const RdsDbClusterSnapshotConfigurationFilterSensitiveLog: (
|
|
1099
|
-
obj: RdsDbClusterSnapshotConfiguration
|
|
1100
|
-
) => any;
|
|
1101
|
-
export declare const RdsDbSnapshotAttributeValueFilterSensitiveLog: (
|
|
1102
|
-
obj: RdsDbSnapshotAttributeValue
|
|
1103
|
-
) => any;
|
|
1104
|
-
export declare const RdsDbSnapshotConfigurationFilterSensitiveLog: (
|
|
1105
|
-
obj: RdsDbSnapshotConfiguration
|
|
1106
|
-
) => any;
|
|
1107
|
-
export declare const InternetConfigurationFilterSensitiveLog: (
|
|
1108
|
-
obj: InternetConfiguration
|
|
1109
|
-
) => any;
|
|
1110
|
-
export declare const VpcConfigurationFilterSensitiveLog: (
|
|
1111
|
-
obj: VpcConfiguration
|
|
1112
|
-
) => any;
|
|
1113
|
-
export declare const NetworkOriginConfigurationFilterSensitiveLog: (
|
|
1114
|
-
obj: NetworkOriginConfiguration
|
|
1115
|
-
) => any;
|
|
1116
|
-
export declare const S3PublicAccessBlockConfigurationFilterSensitiveLog: (
|
|
1117
|
-
obj: S3PublicAccessBlockConfiguration
|
|
1118
|
-
) => any;
|
|
1119
|
-
export declare const S3AccessPointConfigurationFilterSensitiveLog: (
|
|
1120
|
-
obj: S3AccessPointConfiguration
|
|
1121
|
-
) => any;
|
|
1122
|
-
export declare const AclGranteeFilterSensitiveLog: (obj: AclGrantee) => any;
|
|
1123
|
-
export declare const S3BucketAclGrantConfigurationFilterSensitiveLog: (
|
|
1124
|
-
obj: S3BucketAclGrantConfiguration
|
|
1125
|
-
) => any;
|
|
1126
|
-
export declare const S3BucketConfigurationFilterSensitiveLog: (
|
|
1127
|
-
obj: S3BucketConfiguration
|
|
1128
|
-
) => any;
|
|
1129
|
-
export declare const SecretsManagerSecretConfigurationFilterSensitiveLog: (
|
|
1130
|
-
obj: SecretsManagerSecretConfiguration
|
|
1131
|
-
) => any;
|
|
1132
|
-
export declare const SnsTopicConfigurationFilterSensitiveLog: (
|
|
1133
|
-
obj: SnsTopicConfiguration
|
|
1134
|
-
) => any;
|
|
1135
|
-
export declare const SqsQueueConfigurationFilterSensitiveLog: (
|
|
1136
|
-
obj: SqsQueueConfiguration
|
|
1137
|
-
) => any;
|
|
1138
|
-
export declare const ConfigurationFilterSensitiveLog: (
|
|
1139
|
-
obj: Configuration
|
|
1140
|
-
) => any;
|
|
1141
|
-
export declare const CreateAccessPreviewRequestFilterSensitiveLog: (
|
|
1142
|
-
obj: CreateAccessPreviewRequest
|
|
1143
|
-
) => any;
|
|
1144
|
-
export declare const CreateAccessPreviewResponseFilterSensitiveLog: (
|
|
1145
|
-
obj: CreateAccessPreviewResponse
|
|
1146
|
-
) => any;
|
|
1147
|
-
export declare const GetAccessPreviewRequestFilterSensitiveLog: (
|
|
1148
|
-
obj: GetAccessPreviewRequest
|
|
1149
|
-
) => any;
|
|
1150
|
-
export declare const AccessPreviewStatusReasonFilterSensitiveLog: (
|
|
1151
|
-
obj: AccessPreviewStatusReason
|
|
1152
|
-
) => any;
|
|
1153
|
-
export declare const AccessPreviewFilterSensitiveLog: (
|
|
1154
|
-
obj: AccessPreview
|
|
1155
|
-
) => any;
|
|
1156
|
-
export declare const GetAccessPreviewResponseFilterSensitiveLog: (
|
|
1157
|
-
obj: GetAccessPreviewResponse
|
|
1158
|
-
) => any;
|
|
1159
|
-
export declare const GetAnalyzedResourceRequestFilterSensitiveLog: (
|
|
1160
|
-
obj: GetAnalyzedResourceRequest
|
|
1161
|
-
) => any;
|
|
1162
|
-
export declare const AnalyzedResourceFilterSensitiveLog: (
|
|
1163
|
-
obj: AnalyzedResource
|
|
1164
|
-
) => any;
|
|
1165
|
-
export declare const GetAnalyzedResourceResponseFilterSensitiveLog: (
|
|
1166
|
-
obj: GetAnalyzedResourceResponse
|
|
1167
|
-
) => any;
|
|
1168
|
-
export declare const GetFindingRequestFilterSensitiveLog: (
|
|
1169
|
-
obj: GetFindingRequest
|
|
1170
|
-
) => any;
|
|
1171
|
-
export declare const FindingSourceDetailFilterSensitiveLog: (
|
|
1172
|
-
obj: FindingSourceDetail
|
|
1173
|
-
) => any;
|
|
1174
|
-
export declare const FindingSourceFilterSensitiveLog: (
|
|
1175
|
-
obj: FindingSource
|
|
1176
|
-
) => any;
|
|
1177
|
-
export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
|
|
1178
|
-
export declare const GetFindingResponseFilterSensitiveLog: (
|
|
1179
|
-
obj: GetFindingResponse
|
|
1180
|
-
) => any;
|
|
1181
|
-
export declare const GetGeneratedPolicyRequestFilterSensitiveLog: (
|
|
1182
|
-
obj: GetGeneratedPolicyRequest
|
|
1183
|
-
) => any;
|
|
1184
|
-
export declare const GeneratedPolicyFilterSensitiveLog: (
|
|
1185
|
-
obj: GeneratedPolicy
|
|
1186
|
-
) => any;
|
|
1187
|
-
export declare const TrailPropertiesFilterSensitiveLog: (
|
|
1188
|
-
obj: TrailProperties
|
|
1189
|
-
) => any;
|
|
1190
|
-
export declare const CloudTrailPropertiesFilterSensitiveLog: (
|
|
1191
|
-
obj: CloudTrailProperties
|
|
1192
|
-
) => any;
|
|
1193
|
-
export declare const GeneratedPolicyPropertiesFilterSensitiveLog: (
|
|
1194
|
-
obj: GeneratedPolicyProperties
|
|
1195
|
-
) => any;
|
|
1196
|
-
export declare const GeneratedPolicyResultFilterSensitiveLog: (
|
|
1197
|
-
obj: GeneratedPolicyResult
|
|
1198
|
-
) => any;
|
|
1199
|
-
export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
|
|
1200
|
-
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
1201
|
-
export declare const GetGeneratedPolicyResponseFilterSensitiveLog: (
|
|
1202
|
-
obj: GetGeneratedPolicyResponse
|
|
1203
|
-
) => any;
|
|
1204
|
-
export declare const ListAccessPreviewFindingsRequestFilterSensitiveLog: (
|
|
1205
|
-
obj: ListAccessPreviewFindingsRequest
|
|
1206
|
-
) => any;
|
|
1207
|
-
export declare const AccessPreviewFindingFilterSensitiveLog: (
|
|
1208
|
-
obj: AccessPreviewFinding
|
|
1209
|
-
) => any;
|
|
1210
|
-
export declare const ListAccessPreviewFindingsResponseFilterSensitiveLog: (
|
|
1211
|
-
obj: ListAccessPreviewFindingsResponse
|
|
1212
|
-
) => any;
|
|
1213
|
-
export declare const ListAccessPreviewsRequestFilterSensitiveLog: (
|
|
1214
|
-
obj: ListAccessPreviewsRequest
|
|
1215
|
-
) => any;
|
|
1216
|
-
export declare const AccessPreviewSummaryFilterSensitiveLog: (
|
|
1217
|
-
obj: AccessPreviewSummary
|
|
1218
|
-
) => any;
|
|
1219
|
-
export declare const ListAccessPreviewsResponseFilterSensitiveLog: (
|
|
1220
|
-
obj: ListAccessPreviewsResponse
|
|
1221
|
-
) => any;
|
|
1222
|
-
export declare const ListAnalyzedResourcesRequestFilterSensitiveLog: (
|
|
1223
|
-
obj: ListAnalyzedResourcesRequest
|
|
1224
|
-
) => any;
|
|
1225
|
-
export declare const AnalyzedResourceSummaryFilterSensitiveLog: (
|
|
1226
|
-
obj: AnalyzedResourceSummary
|
|
1227
|
-
) => any;
|
|
1228
|
-
export declare const ListAnalyzedResourcesResponseFilterSensitiveLog: (
|
|
1229
|
-
obj: ListAnalyzedResourcesResponse
|
|
1230
|
-
) => any;
|
|
1231
|
-
export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
|
|
1232
|
-
export declare const ListFindingsRequestFilterSensitiveLog: (
|
|
1233
|
-
obj: ListFindingsRequest
|
|
1234
|
-
) => any;
|
|
1235
|
-
export declare const FindingSummaryFilterSensitiveLog: (
|
|
1236
|
-
obj: FindingSummary
|
|
1237
|
-
) => any;
|
|
1238
|
-
export declare const ListFindingsResponseFilterSensitiveLog: (
|
|
1239
|
-
obj: ListFindingsResponse
|
|
1240
|
-
) => any;
|
|
1241
|
-
export declare const ListPolicyGenerationsRequestFilterSensitiveLog: (
|
|
1242
|
-
obj: ListPolicyGenerationsRequest
|
|
1243
|
-
) => any;
|
|
1244
|
-
export declare const PolicyGenerationFilterSensitiveLog: (
|
|
1245
|
-
obj: PolicyGeneration
|
|
1246
|
-
) => any;
|
|
1247
|
-
export declare const ListPolicyGenerationsResponseFilterSensitiveLog: (
|
|
1248
|
-
obj: ListPolicyGenerationsResponse
|
|
1249
|
-
) => any;
|
|
1250
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1251
|
-
obj: ListTagsForResourceRequest
|
|
1252
|
-
) => any;
|
|
1253
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1254
|
-
obj: ListTagsForResourceResponse
|
|
1255
|
-
) => any;
|
|
1256
|
-
export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
|
|
1257
|
-
export declare const CloudTrailDetailsFilterSensitiveLog: (
|
|
1258
|
-
obj: CloudTrailDetails
|
|
1259
|
-
) => any;
|
|
1260
|
-
export declare const PolicyGenerationDetailsFilterSensitiveLog: (
|
|
1261
|
-
obj: PolicyGenerationDetails
|
|
1262
|
-
) => any;
|
|
1263
|
-
export declare const StartPolicyGenerationRequestFilterSensitiveLog: (
|
|
1264
|
-
obj: StartPolicyGenerationRequest
|
|
1265
|
-
) => any;
|
|
1266
|
-
export declare const StartPolicyGenerationResponseFilterSensitiveLog: (
|
|
1267
|
-
obj: StartPolicyGenerationResponse
|
|
1268
|
-
) => any;
|
|
1269
|
-
export declare const StartResourceScanRequestFilterSensitiveLog: (
|
|
1270
|
-
obj: StartResourceScanRequest
|
|
1271
|
-
) => any;
|
|
1272
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1273
|
-
obj: TagResourceRequest
|
|
1274
|
-
) => any;
|
|
1275
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1276
|
-
obj: TagResourceResponse
|
|
1277
|
-
) => any;
|
|
1278
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1279
|
-
obj: UntagResourceRequest
|
|
1280
|
-
) => any;
|
|
1281
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1282
|
-
obj: UntagResourceResponse
|
|
1283
|
-
) => any;
|
|
1284
|
-
export declare const UpdateFindingsRequestFilterSensitiveLog: (
|
|
1285
|
-
obj: UpdateFindingsRequest
|
|
1286
|
-
) => any;
|
|
1287
|
-
export declare const ValidatePolicyRequestFilterSensitiveLog: (
|
|
1288
|
-
obj: ValidatePolicyRequest
|
|
1289
|
-
) => any;
|
|
1290
|
-
export declare const SubstringFilterSensitiveLog: (obj: Substring) => any;
|
|
1291
|
-
export declare const PathElementFilterSensitiveLog: (obj: PathElement) => any;
|
|
1292
|
-
export declare const PositionFilterSensitiveLog: (obj: Position) => any;
|
|
1293
|
-
export declare const SpanFilterSensitiveLog: (obj: Span) => any;
|
|
1294
|
-
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
1295
|
-
export declare const ValidatePolicyFindingFilterSensitiveLog: (
|
|
1296
|
-
obj: ValidatePolicyFinding
|
|
1297
|
-
) => any;
|
|
1298
|
-
export declare const ValidatePolicyResponseFilterSensitiveLog: (
|
|
1299
|
-
obj: ValidatePolicyResponse
|
|
1300
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-accessanalyzer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo accessanalyzer"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|