@aws-sdk/client-rekognition 3.750.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 +185 -185
- package/package.json +13 -13
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
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateFacesCommand: () => AssociateFacesCommand,
|
|
26
26
|
Attribute: () => Attribute,
|
|
@@ -191,7 +191,7 @@ __export(src_exports, {
|
|
|
191
191
|
waitUntilProjectVersionRunning: () => waitUntilProjectVersionRunning,
|
|
192
192
|
waitUntilProjectVersionTrainingCompleted: () => waitUntilProjectVersionTrainingCompleted
|
|
193
193
|
});
|
|
194
|
-
module.exports = __toCommonJS(
|
|
194
|
+
module.exports = __toCommonJS(index_exports);
|
|
195
195
|
|
|
196
196
|
// src/RekognitionClient.ts
|
|
197
197
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -318,9 +318,9 @@ var RekognitionClient = class extends import_smithy_client.Client {
|
|
|
318
318
|
this.middlewareStack.use(
|
|
319
319
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
320
320
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRekognitionHttpAuthSchemeParametersProvider,
|
|
321
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
321
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
322
322
|
"aws.auth#sigv4": config.credentials
|
|
323
|
-
})
|
|
323
|
+
}), "identityProviderConfigProvider")
|
|
324
324
|
})
|
|
325
325
|
);
|
|
326
326
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -3071,8 +3071,8 @@ var se_CompareFacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3071
3071
|
return (0, import_smithy_client.take)(input, {
|
|
3072
3072
|
QualityFilter: [],
|
|
3073
3073
|
SimilarityThreshold: import_smithy_client.serializeFloat,
|
|
3074
|
-
SourceImage: (_) => se_Image(_, context),
|
|
3075
|
-
TargetImage: (_) => se_Image(_, context)
|
|
3074
|
+
SourceImage: /* @__PURE__ */ __name((_) => se_Image(_, context), "SourceImage"),
|
|
3075
|
+
TargetImage: /* @__PURE__ */ __name((_) => se_Image(_, context), "TargetImage")
|
|
3076
3076
|
});
|
|
3077
3077
|
}, "se_CompareFacesRequest");
|
|
3078
3078
|
var se_ConnectedHomeSettings = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3089,7 +3089,7 @@ var se_ConnectedHomeSettingsForUpdate = /* @__PURE__ */ __name((input, context)
|
|
|
3089
3089
|
}, "se_ConnectedHomeSettingsForUpdate");
|
|
3090
3090
|
var se_CreateProjectVersionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3091
3091
|
return (0, import_smithy_client.take)(input, {
|
|
3092
|
-
FeatureConfig: (_) => se_CustomizationFeatureConfig(_, context),
|
|
3092
|
+
FeatureConfig: /* @__PURE__ */ __name((_) => se_CustomizationFeatureConfig(_, context), "FeatureConfig"),
|
|
3093
3093
|
KmsKeyId: [],
|
|
3094
3094
|
OutputConfig: import_smithy_client._json,
|
|
3095
3095
|
ProjectArn: [],
|
|
@@ -3108,9 +3108,9 @@ var se_CreateStreamProcessorRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
3108
3108
|
Name: [],
|
|
3109
3109
|
NotificationChannel: import_smithy_client._json,
|
|
3110
3110
|
Output: import_smithy_client._json,
|
|
3111
|
-
RegionsOfInterest: (_) => se_RegionsOfInterest(_, context),
|
|
3111
|
+
RegionsOfInterest: /* @__PURE__ */ __name((_) => se_RegionsOfInterest(_, context), "RegionsOfInterest"),
|
|
3112
3112
|
RoleArn: [],
|
|
3113
|
-
Settings: (_) => se_StreamProcessorSettings(_, context),
|
|
3113
|
+
Settings: /* @__PURE__ */ __name((_) => se_StreamProcessorSettings(_, context), "Settings"),
|
|
3114
3114
|
Tags: import_smithy_client._json
|
|
3115
3115
|
});
|
|
3116
3116
|
}, "se_CreateStreamProcessorRequest");
|
|
@@ -3123,7 +3123,7 @@ var se_CreateUserRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3123
3123
|
}, "se_CreateUserRequest");
|
|
3124
3124
|
var se_CustomizationFeatureConfig = /* @__PURE__ */ __name((input, context) => {
|
|
3125
3125
|
return (0, import_smithy_client.take)(input, {
|
|
3126
|
-
ContentModeration: (_) => se_CustomizationFeatureContentModerationConfig(_, context)
|
|
3126
|
+
ContentModeration: /* @__PURE__ */ __name((_) => se_CustomizationFeatureContentModerationConfig(_, context), "ContentModeration")
|
|
3127
3127
|
});
|
|
3128
3128
|
}, "se_CustomizationFeatureConfig");
|
|
3129
3129
|
var se_CustomizationFeatureContentModerationConfig = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3145,7 +3145,7 @@ var se_DeleteUserRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3145
3145
|
}, "se_DeleteUserRequest");
|
|
3146
3146
|
var se_DetectCustomLabelsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3147
3147
|
return (0, import_smithy_client.take)(input, {
|
|
3148
|
-
Image: (_) => se_Image(_, context),
|
|
3148
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3149
3149
|
MaxResults: [],
|
|
3150
3150
|
MinConfidence: import_smithy_client.serializeFloat,
|
|
3151
3151
|
ProjectVersionArn: []
|
|
@@ -3154,7 +3154,7 @@ var se_DetectCustomLabelsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3154
3154
|
var se_DetectFacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3155
3155
|
return (0, import_smithy_client.take)(input, {
|
|
3156
3156
|
Attributes: import_smithy_client._json,
|
|
3157
|
-
Image: (_) => se_Image(_, context)
|
|
3157
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image")
|
|
3158
3158
|
});
|
|
3159
3159
|
}, "se_DetectFacesRequest");
|
|
3160
3160
|
var se_DetectionFilter = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3167,7 +3167,7 @@ var se_DetectionFilter = /* @__PURE__ */ __name((input, context) => {
|
|
|
3167
3167
|
var se_DetectLabelsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3168
3168
|
return (0, import_smithy_client.take)(input, {
|
|
3169
3169
|
Features: import_smithy_client._json,
|
|
3170
|
-
Image: (_) => se_Image(_, context),
|
|
3170
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3171
3171
|
MaxLabels: [],
|
|
3172
3172
|
MinConfidence: import_smithy_client.serializeFloat,
|
|
3173
3173
|
Settings: import_smithy_client._json
|
|
@@ -3176,27 +3176,27 @@ var se_DetectLabelsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3176
3176
|
var se_DetectModerationLabelsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3177
3177
|
return (0, import_smithy_client.take)(input, {
|
|
3178
3178
|
HumanLoopConfig: import_smithy_client._json,
|
|
3179
|
-
Image: (_) => se_Image(_, context),
|
|
3179
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3180
3180
|
MinConfidence: import_smithy_client.serializeFloat,
|
|
3181
3181
|
ProjectVersion: []
|
|
3182
3182
|
});
|
|
3183
3183
|
}, "se_DetectModerationLabelsRequest");
|
|
3184
3184
|
var se_DetectProtectiveEquipmentRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3185
3185
|
return (0, import_smithy_client.take)(input, {
|
|
3186
|
-
Image: (_) => se_Image(_, context),
|
|
3187
|
-
SummarizationAttributes: (_) => se_ProtectiveEquipmentSummarizationAttributes(_, context)
|
|
3186
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3187
|
+
SummarizationAttributes: /* @__PURE__ */ __name((_) => se_ProtectiveEquipmentSummarizationAttributes(_, context), "SummarizationAttributes")
|
|
3188
3188
|
});
|
|
3189
3189
|
}, "se_DetectProtectiveEquipmentRequest");
|
|
3190
3190
|
var se_DetectTextFilters = /* @__PURE__ */ __name((input, context) => {
|
|
3191
3191
|
return (0, import_smithy_client.take)(input, {
|
|
3192
|
-
RegionsOfInterest: (_) => se_RegionsOfInterest(_, context),
|
|
3193
|
-
WordFilter: (_) => se_DetectionFilter(_, context)
|
|
3192
|
+
RegionsOfInterest: /* @__PURE__ */ __name((_) => se_RegionsOfInterest(_, context), "RegionsOfInterest"),
|
|
3193
|
+
WordFilter: /* @__PURE__ */ __name((_) => se_DetectionFilter(_, context), "WordFilter")
|
|
3194
3194
|
});
|
|
3195
3195
|
}, "se_DetectTextFilters");
|
|
3196
3196
|
var se_DetectTextRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3197
3197
|
return (0, import_smithy_client.take)(input, {
|
|
3198
|
-
Filters: (_) => se_DetectTextFilters(_, context),
|
|
3199
|
-
Image: (_) => se_Image(_, context)
|
|
3198
|
+
Filters: /* @__PURE__ */ __name((_) => se_DetectTextFilters(_, context), "Filters"),
|
|
3199
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image")
|
|
3200
3200
|
});
|
|
3201
3201
|
}, "se_DetectTextRequest");
|
|
3202
3202
|
var se_DisassociateFacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3224,7 +3224,7 @@ var se_IndexFacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3224
3224
|
CollectionId: [],
|
|
3225
3225
|
DetectionAttributes: import_smithy_client._json,
|
|
3226
3226
|
ExternalImageId: [],
|
|
3227
|
-
Image: (_) => se_Image(_, context),
|
|
3227
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3228
3228
|
MaxFaces: [],
|
|
3229
3229
|
QualityFilter: []
|
|
3230
3230
|
});
|
|
@@ -3237,7 +3237,7 @@ var se_MediaAnalysisDetectModerationLabelsConfig = /* @__PURE__ */ __name((input
|
|
|
3237
3237
|
}, "se_MediaAnalysisDetectModerationLabelsConfig");
|
|
3238
3238
|
var se_MediaAnalysisOperationsConfig = /* @__PURE__ */ __name((input, context) => {
|
|
3239
3239
|
return (0, import_smithy_client.take)(input, {
|
|
3240
|
-
DetectModerationLabels: (_) => se_MediaAnalysisDetectModerationLabelsConfig(_, context)
|
|
3240
|
+
DetectModerationLabels: /* @__PURE__ */ __name((_) => se_MediaAnalysisDetectModerationLabelsConfig(_, context), "DetectModerationLabels")
|
|
3241
3241
|
});
|
|
3242
3242
|
}, "se_MediaAnalysisOperationsConfig");
|
|
3243
3243
|
var se_Point = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3259,13 +3259,13 @@ var se_ProtectiveEquipmentSummarizationAttributes = /* @__PURE__ */ __name((inpu
|
|
|
3259
3259
|
}, "se_ProtectiveEquipmentSummarizationAttributes");
|
|
3260
3260
|
var se_RecognizeCelebritiesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3261
3261
|
return (0, import_smithy_client.take)(input, {
|
|
3262
|
-
Image: (_) => se_Image(_, context)
|
|
3262
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image")
|
|
3263
3263
|
});
|
|
3264
3264
|
}, "se_RecognizeCelebritiesRequest");
|
|
3265
3265
|
var se_RegionOfInterest = /* @__PURE__ */ __name((input, context) => {
|
|
3266
3266
|
return (0, import_smithy_client.take)(input, {
|
|
3267
|
-
BoundingBox: (_) => se_BoundingBox(_, context),
|
|
3268
|
-
Polygon: (_) => se_Polygon(_, context)
|
|
3267
|
+
BoundingBox: /* @__PURE__ */ __name((_) => se_BoundingBox(_, context), "BoundingBox"),
|
|
3268
|
+
Polygon: /* @__PURE__ */ __name((_) => se_Polygon(_, context), "Polygon")
|
|
3269
3269
|
});
|
|
3270
3270
|
}, "se_RegionOfInterest");
|
|
3271
3271
|
var se_RegionsOfInterest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3277,7 +3277,7 @@ var se_SearchFacesByImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3277
3277
|
return (0, import_smithy_client.take)(input, {
|
|
3278
3278
|
CollectionId: [],
|
|
3279
3279
|
FaceMatchThreshold: import_smithy_client.serializeFloat,
|
|
3280
|
-
Image: (_) => se_Image(_, context),
|
|
3280
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3281
3281
|
MaxFaces: [],
|
|
3282
3282
|
QualityFilter: []
|
|
3283
3283
|
});
|
|
@@ -3293,7 +3293,7 @@ var se_SearchFacesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3293
3293
|
var se_SearchUsersByImageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3294
3294
|
return (0, import_smithy_client.take)(input, {
|
|
3295
3295
|
CollectionId: [],
|
|
3296
|
-
Image: (_) => se_Image(_, context),
|
|
3296
|
+
Image: /* @__PURE__ */ __name((_) => se_Image(_, context), "Image"),
|
|
3297
3297
|
MaxUsers: [],
|
|
3298
3298
|
QualityFilter: [],
|
|
3299
3299
|
UserMatchThreshold: import_smithy_client.serializeFloat
|
|
@@ -3344,20 +3344,20 @@ var se_StartMediaAnalysisJobRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
3344
3344
|
Input: import_smithy_client._json,
|
|
3345
3345
|
JobName: [],
|
|
3346
3346
|
KmsKeyId: [],
|
|
3347
|
-
OperationsConfig: (_) => se_MediaAnalysisOperationsConfig(_, context),
|
|
3347
|
+
OperationsConfig: /* @__PURE__ */ __name((_) => se_MediaAnalysisOperationsConfig(_, context), "OperationsConfig"),
|
|
3348
3348
|
OutputConfig: import_smithy_client._json
|
|
3349
3349
|
});
|
|
3350
3350
|
}, "se_StartMediaAnalysisJobRequest");
|
|
3351
3351
|
var se_StartSegmentDetectionFilters = /* @__PURE__ */ __name((input, context) => {
|
|
3352
3352
|
return (0, import_smithy_client.take)(input, {
|
|
3353
|
-
ShotFilter: (_) => se_StartShotDetectionFilter(_, context),
|
|
3354
|
-
TechnicalCueFilter: (_) => se_StartTechnicalCueDetectionFilter(_, context)
|
|
3353
|
+
ShotFilter: /* @__PURE__ */ __name((_) => se_StartShotDetectionFilter(_, context), "ShotFilter"),
|
|
3354
|
+
TechnicalCueFilter: /* @__PURE__ */ __name((_) => se_StartTechnicalCueDetectionFilter(_, context), "TechnicalCueFilter")
|
|
3355
3355
|
});
|
|
3356
3356
|
}, "se_StartSegmentDetectionFilters");
|
|
3357
3357
|
var se_StartSegmentDetectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3358
3358
|
return (0, import_smithy_client.take)(input, {
|
|
3359
3359
|
ClientRequestToken: [],
|
|
3360
|
-
Filters: (_) => se_StartSegmentDetectionFilters(_, context),
|
|
3360
|
+
Filters: /* @__PURE__ */ __name((_) => se_StartSegmentDetectionFilters(_, context), "Filters"),
|
|
3361
3361
|
JobTag: [],
|
|
3362
3362
|
NotificationChannel: import_smithy_client._json,
|
|
3363
3363
|
SegmentTypes: import_smithy_client._json,
|
|
@@ -3371,20 +3371,20 @@ var se_StartShotDetectionFilter = /* @__PURE__ */ __name((input, context) => {
|
|
|
3371
3371
|
}, "se_StartShotDetectionFilter");
|
|
3372
3372
|
var se_StartTechnicalCueDetectionFilter = /* @__PURE__ */ __name((input, context) => {
|
|
3373
3373
|
return (0, import_smithy_client.take)(input, {
|
|
3374
|
-
BlackFrame: (_) => se_BlackFrame(_, context),
|
|
3374
|
+
BlackFrame: /* @__PURE__ */ __name((_) => se_BlackFrame(_, context), "BlackFrame"),
|
|
3375
3375
|
MinSegmentConfidence: import_smithy_client.serializeFloat
|
|
3376
3376
|
});
|
|
3377
3377
|
}, "se_StartTechnicalCueDetectionFilter");
|
|
3378
3378
|
var se_StartTextDetectionFilters = /* @__PURE__ */ __name((input, context) => {
|
|
3379
3379
|
return (0, import_smithy_client.take)(input, {
|
|
3380
|
-
RegionsOfInterest: (_) => se_RegionsOfInterest(_, context),
|
|
3381
|
-
WordFilter: (_) => se_DetectionFilter(_, context)
|
|
3380
|
+
RegionsOfInterest: /* @__PURE__ */ __name((_) => se_RegionsOfInterest(_, context), "RegionsOfInterest"),
|
|
3381
|
+
WordFilter: /* @__PURE__ */ __name((_) => se_DetectionFilter(_, context), "WordFilter")
|
|
3382
3382
|
});
|
|
3383
3383
|
}, "se_StartTextDetectionFilters");
|
|
3384
3384
|
var se_StartTextDetectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3385
3385
|
return (0, import_smithy_client.take)(input, {
|
|
3386
3386
|
ClientRequestToken: [],
|
|
3387
|
-
Filters: (_) => se_StartTextDetectionFilters(_, context),
|
|
3387
|
+
Filters: /* @__PURE__ */ __name((_) => se_StartTextDetectionFilters(_, context), "Filters"),
|
|
3388
3388
|
JobTag: [],
|
|
3389
3389
|
NotificationChannel: import_smithy_client._json,
|
|
3390
3390
|
Video: import_smithy_client._json
|
|
@@ -3392,18 +3392,18 @@ var se_StartTextDetectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
3392
3392
|
}, "se_StartTextDetectionRequest");
|
|
3393
3393
|
var se_StreamProcessorSettings = /* @__PURE__ */ __name((input, context) => {
|
|
3394
3394
|
return (0, import_smithy_client.take)(input, {
|
|
3395
|
-
ConnectedHome: (_) => se_ConnectedHomeSettings(_, context),
|
|
3396
|
-
FaceSearch: (_) => se_FaceSearchSettings(_, context)
|
|
3395
|
+
ConnectedHome: /* @__PURE__ */ __name((_) => se_ConnectedHomeSettings(_, context), "ConnectedHome"),
|
|
3396
|
+
FaceSearch: /* @__PURE__ */ __name((_) => se_FaceSearchSettings(_, context), "FaceSearch")
|
|
3397
3397
|
});
|
|
3398
3398
|
}, "se_StreamProcessorSettings");
|
|
3399
3399
|
var se_StreamProcessorSettingsForUpdate = /* @__PURE__ */ __name((input, context) => {
|
|
3400
3400
|
return (0, import_smithy_client.take)(input, {
|
|
3401
|
-
ConnectedHomeForUpdate: (_) => se_ConnectedHomeSettingsForUpdate(_, context)
|
|
3401
|
+
ConnectedHomeForUpdate: /* @__PURE__ */ __name((_) => se_ConnectedHomeSettingsForUpdate(_, context), "ConnectedHomeForUpdate")
|
|
3402
3402
|
});
|
|
3403
3403
|
}, "se_StreamProcessorSettingsForUpdate");
|
|
3404
3404
|
var se_UpdateDatasetEntriesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3405
3405
|
return (0, import_smithy_client.take)(input, {
|
|
3406
|
-
Changes: (_) => se_DatasetChanges(_, context),
|
|
3406
|
+
Changes: /* @__PURE__ */ __name((_) => se_DatasetChanges(_, context), "Changes"),
|
|
3407
3407
|
DatasetArn: []
|
|
3408
3408
|
});
|
|
3409
3409
|
}, "se_UpdateDatasetEntriesRequest");
|
|
@@ -3412,20 +3412,20 @@ var se_UpdateStreamProcessorRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
3412
3412
|
DataSharingPreferenceForUpdate: import_smithy_client._json,
|
|
3413
3413
|
Name: [],
|
|
3414
3414
|
ParametersToDelete: import_smithy_client._json,
|
|
3415
|
-
RegionsOfInterestForUpdate: (_) => se_RegionsOfInterest(_, context),
|
|
3416
|
-
SettingsForUpdate: (_) => se_StreamProcessorSettingsForUpdate(_, context)
|
|
3415
|
+
RegionsOfInterestForUpdate: /* @__PURE__ */ __name((_) => se_RegionsOfInterest(_, context), "RegionsOfInterestForUpdate"),
|
|
3416
|
+
SettingsForUpdate: /* @__PURE__ */ __name((_) => se_StreamProcessorSettingsForUpdate(_, context), "SettingsForUpdate")
|
|
3417
3417
|
});
|
|
3418
3418
|
}, "se_UpdateStreamProcessorRequest");
|
|
3419
3419
|
var de_AssociateFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3420
3420
|
return (0, import_smithy_client.take)(output, {
|
|
3421
3421
|
AssociatedFaces: import_smithy_client._json,
|
|
3422
|
-
UnsuccessfulFaceAssociations: (_) => de_UnsuccessfulFaceAssociationList(_, context),
|
|
3422
|
+
UnsuccessfulFaceAssociations: /* @__PURE__ */ __name((_) => de_UnsuccessfulFaceAssociationList(_, context), "UnsuccessfulFaceAssociations"),
|
|
3423
3423
|
UserStatus: import_smithy_client.expectString
|
|
3424
3424
|
});
|
|
3425
3425
|
}, "de_AssociateFacesResponse");
|
|
3426
3426
|
var de_AuditImage = /* @__PURE__ */ __name((output, context) => {
|
|
3427
3427
|
return (0, import_smithy_client.take)(output, {
|
|
3428
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3428
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3429
3429
|
Bytes: context.base64Decoder,
|
|
3430
3430
|
S3Object: import_smithy_client._json
|
|
3431
3431
|
});
|
|
@@ -3458,7 +3458,7 @@ var de_BoundingBox = /* @__PURE__ */ __name((output, context) => {
|
|
|
3458
3458
|
}, "de_BoundingBox");
|
|
3459
3459
|
var de_Celebrity = /* @__PURE__ */ __name((output, context) => {
|
|
3460
3460
|
return (0, import_smithy_client.take)(output, {
|
|
3461
|
-
Face: (_) => de_ComparedFace(_, context),
|
|
3461
|
+
Face: /* @__PURE__ */ __name((_) => de_ComparedFace(_, context), "Face"),
|
|
3462
3462
|
Id: import_smithy_client.expectString,
|
|
3463
3463
|
KnownGender: import_smithy_client._json,
|
|
3464
3464
|
MatchConfidence: import_smithy_client.limitedParseFloat32,
|
|
@@ -3468,9 +3468,9 @@ var de_Celebrity = /* @__PURE__ */ __name((output, context) => {
|
|
|
3468
3468
|
}, "de_Celebrity");
|
|
3469
3469
|
var de_CelebrityDetail = /* @__PURE__ */ __name((output, context) => {
|
|
3470
3470
|
return (0, import_smithy_client.take)(output, {
|
|
3471
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3471
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3472
3472
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3473
|
-
Face: (_) => de_FaceDetail(_, context),
|
|
3473
|
+
Face: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "Face"),
|
|
3474
3474
|
Id: import_smithy_client.expectString,
|
|
3475
3475
|
KnownGender: import_smithy_client._json,
|
|
3476
3476
|
Name: import_smithy_client.expectString,
|
|
@@ -3485,7 +3485,7 @@ var de_CelebrityList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3485
3485
|
}, "de_CelebrityList");
|
|
3486
3486
|
var de_CelebrityRecognition = /* @__PURE__ */ __name((output, context) => {
|
|
3487
3487
|
return (0, import_smithy_client.take)(output, {
|
|
3488
|
-
Celebrity: (_) => de_CelebrityDetail(_, context),
|
|
3488
|
+
Celebrity: /* @__PURE__ */ __name((_) => de_CelebrityDetail(_, context), "Celebrity"),
|
|
3489
3489
|
Timestamp: import_smithy_client.expectLong
|
|
3490
3490
|
});
|
|
3491
3491
|
}, "de_CelebrityRecognition");
|
|
@@ -3497,13 +3497,13 @@ var de_CelebrityRecognitions = /* @__PURE__ */ __name((output, context) => {
|
|
|
3497
3497
|
}, "de_CelebrityRecognitions");
|
|
3498
3498
|
var de_ComparedFace = /* @__PURE__ */ __name((output, context) => {
|
|
3499
3499
|
return (0, import_smithy_client.take)(output, {
|
|
3500
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3500
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3501
3501
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3502
|
-
Emotions: (_) => de_Emotions(_, context),
|
|
3503
|
-
Landmarks: (_) => de_Landmarks(_, context),
|
|
3504
|
-
Pose: (_) => de_Pose(_, context),
|
|
3505
|
-
Quality: (_) => de_ImageQuality(_, context),
|
|
3506
|
-
Smile: (_) => de_Smile(_, context)
|
|
3502
|
+
Emotions: /* @__PURE__ */ __name((_) => de_Emotions(_, context), "Emotions"),
|
|
3503
|
+
Landmarks: /* @__PURE__ */ __name((_) => de_Landmarks(_, context), "Landmarks"),
|
|
3504
|
+
Pose: /* @__PURE__ */ __name((_) => de_Pose(_, context), "Pose"),
|
|
3505
|
+
Quality: /* @__PURE__ */ __name((_) => de_ImageQuality(_, context), "Quality"),
|
|
3506
|
+
Smile: /* @__PURE__ */ __name((_) => de_Smile(_, context), "Smile")
|
|
3507
3507
|
});
|
|
3508
3508
|
}, "de_ComparedFace");
|
|
3509
3509
|
var de_ComparedFaceList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3514,13 +3514,13 @@ var de_ComparedFaceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3514
3514
|
}, "de_ComparedFaceList");
|
|
3515
3515
|
var de_ComparedSourceImageFace = /* @__PURE__ */ __name((output, context) => {
|
|
3516
3516
|
return (0, import_smithy_client.take)(output, {
|
|
3517
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3517
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3518
3518
|
Confidence: import_smithy_client.limitedParseFloat32
|
|
3519
3519
|
});
|
|
3520
3520
|
}, "de_ComparedSourceImageFace");
|
|
3521
3521
|
var de_CompareFacesMatch = /* @__PURE__ */ __name((output, context) => {
|
|
3522
3522
|
return (0, import_smithy_client.take)(output, {
|
|
3523
|
-
Face: (_) => de_ComparedFace(_, context),
|
|
3523
|
+
Face: /* @__PURE__ */ __name((_) => de_ComparedFace(_, context), "Face"),
|
|
3524
3524
|
Similarity: import_smithy_client.limitedParseFloat32
|
|
3525
3525
|
});
|
|
3526
3526
|
}, "de_CompareFacesMatch");
|
|
@@ -3532,11 +3532,11 @@ var de_CompareFacesMatchList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3532
3532
|
}, "de_CompareFacesMatchList");
|
|
3533
3533
|
var de_CompareFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3534
3534
|
return (0, import_smithy_client.take)(output, {
|
|
3535
|
-
FaceMatches: (_) => de_CompareFacesMatchList(_, context),
|
|
3536
|
-
SourceImageFace: (_) => de_ComparedSourceImageFace(_, context),
|
|
3535
|
+
FaceMatches: /* @__PURE__ */ __name((_) => de_CompareFacesMatchList(_, context), "FaceMatches"),
|
|
3536
|
+
SourceImageFace: /* @__PURE__ */ __name((_) => de_ComparedSourceImageFace(_, context), "SourceImageFace"),
|
|
3537
3537
|
SourceImageOrientationCorrection: import_smithy_client.expectString,
|
|
3538
3538
|
TargetImageOrientationCorrection: import_smithy_client.expectString,
|
|
3539
|
-
UnmatchedFaces: (_) => de_CompareFacesUnmatchList(_, context)
|
|
3539
|
+
UnmatchedFaces: /* @__PURE__ */ __name((_) => de_CompareFacesUnmatchList(_, context), "UnmatchedFaces")
|
|
3540
3540
|
});
|
|
3541
3541
|
}, "de_CompareFacesResponse");
|
|
3542
3542
|
var de_CompareFacesUnmatchList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3553,10 +3553,10 @@ var de_ConnectedHomeSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
3553
3553
|
}, "de_ConnectedHomeSettings");
|
|
3554
3554
|
var de_ContentModerationDetection = /* @__PURE__ */ __name((output, context) => {
|
|
3555
3555
|
return (0, import_smithy_client.take)(output, {
|
|
3556
|
-
ContentTypes: (_) => de_ContentTypes(_, context),
|
|
3556
|
+
ContentTypes: /* @__PURE__ */ __name((_) => de_ContentTypes(_, context), "ContentTypes"),
|
|
3557
3557
|
DurationMillis: import_smithy_client.expectLong,
|
|
3558
3558
|
EndTimestampMillis: import_smithy_client.expectLong,
|
|
3559
|
-
ModerationLabel: (_) => de_ModerationLabel(_, context),
|
|
3559
|
+
ModerationLabel: /* @__PURE__ */ __name((_) => de_ModerationLabel(_, context), "ModerationLabel"),
|
|
3560
3560
|
StartTimestampMillis: import_smithy_client.expectLong,
|
|
3561
3561
|
Timestamp: import_smithy_client.expectLong
|
|
3562
3562
|
});
|
|
@@ -3587,7 +3587,7 @@ var de_CoversBodyPart = /* @__PURE__ */ __name((output, context) => {
|
|
|
3587
3587
|
}, "de_CoversBodyPart");
|
|
3588
3588
|
var de_CustomizationFeatureConfig = /* @__PURE__ */ __name((output, context) => {
|
|
3589
3589
|
return (0, import_smithy_client.take)(output, {
|
|
3590
|
-
ContentModeration: (_) => de_CustomizationFeatureContentModerationConfig(_, context)
|
|
3590
|
+
ContentModeration: /* @__PURE__ */ __name((_) => de_CustomizationFeatureContentModerationConfig(_, context), "ContentModeration")
|
|
3591
3591
|
});
|
|
3592
3592
|
}, "de_CustomizationFeatureConfig");
|
|
3593
3593
|
var de_CustomizationFeatureContentModerationConfig = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3598,7 +3598,7 @@ var de_CustomizationFeatureContentModerationConfig = /* @__PURE__ */ __name((out
|
|
|
3598
3598
|
var de_CustomLabel = /* @__PURE__ */ __name((output, context) => {
|
|
3599
3599
|
return (0, import_smithy_client.take)(output, {
|
|
3600
3600
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3601
|
-
Geometry: (_) => de_Geometry(_, context),
|
|
3601
|
+
Geometry: /* @__PURE__ */ __name((_) => de_Geometry(_, context), "Geometry"),
|
|
3602
3602
|
Name: import_smithy_client.expectString
|
|
3603
3603
|
});
|
|
3604
3604
|
}, "de_CustomLabel");
|
|
@@ -3610,9 +3610,9 @@ var de_CustomLabels = /* @__PURE__ */ __name((output, context) => {
|
|
|
3610
3610
|
}, "de_CustomLabels");
|
|
3611
3611
|
var de_DatasetDescription = /* @__PURE__ */ __name((output, context) => {
|
|
3612
3612
|
return (0, import_smithy_client.take)(output, {
|
|
3613
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3613
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
3614
3614
|
DatasetStats: import_smithy_client._json,
|
|
3615
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3615
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
3616
3616
|
Status: import_smithy_client.expectString,
|
|
3617
3617
|
StatusMessage: import_smithy_client.expectString,
|
|
3618
3618
|
StatusMessageCode: import_smithy_client.expectString
|
|
@@ -3620,7 +3620,7 @@ var de_DatasetDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
3620
3620
|
}, "de_DatasetDescription");
|
|
3621
3621
|
var de_DatasetMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
3622
3622
|
return (0, import_smithy_client.take)(output, {
|
|
3623
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3623
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
3624
3624
|
DatasetArn: import_smithy_client.expectString,
|
|
3625
3625
|
DatasetType: import_smithy_client.expectString,
|
|
3626
3626
|
Status: import_smithy_client.expectString,
|
|
@@ -3637,7 +3637,7 @@ var de_DatasetMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3637
3637
|
var de_DescribeCollectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3638
3638
|
return (0, import_smithy_client.take)(output, {
|
|
3639
3639
|
CollectionARN: import_smithy_client.expectString,
|
|
3640
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3640
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
3641
3641
|
FaceCount: import_smithy_client.expectLong,
|
|
3642
3642
|
FaceModelVersion: import_smithy_client.expectString,
|
|
3643
3643
|
UserCount: import_smithy_client.expectLong
|
|
@@ -3645,34 +3645,34 @@ var de_DescribeCollectionResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
3645
3645
|
}, "de_DescribeCollectionResponse");
|
|
3646
3646
|
var de_DescribeDatasetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3647
3647
|
return (0, import_smithy_client.take)(output, {
|
|
3648
|
-
DatasetDescription: (_) => de_DatasetDescription(_, context)
|
|
3648
|
+
DatasetDescription: /* @__PURE__ */ __name((_) => de_DatasetDescription(_, context), "DatasetDescription")
|
|
3649
3649
|
});
|
|
3650
3650
|
}, "de_DescribeDatasetResponse");
|
|
3651
3651
|
var de_DescribeProjectsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3652
3652
|
return (0, import_smithy_client.take)(output, {
|
|
3653
3653
|
NextToken: import_smithy_client.expectString,
|
|
3654
|
-
ProjectDescriptions: (_) => de_ProjectDescriptions(_, context)
|
|
3654
|
+
ProjectDescriptions: /* @__PURE__ */ __name((_) => de_ProjectDescriptions(_, context), "ProjectDescriptions")
|
|
3655
3655
|
});
|
|
3656
3656
|
}, "de_DescribeProjectsResponse");
|
|
3657
3657
|
var de_DescribeProjectVersionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3658
3658
|
return (0, import_smithy_client.take)(output, {
|
|
3659
3659
|
NextToken: import_smithy_client.expectString,
|
|
3660
|
-
ProjectVersionDescriptions: (_) => de_ProjectVersionDescriptions(_, context)
|
|
3660
|
+
ProjectVersionDescriptions: /* @__PURE__ */ __name((_) => de_ProjectVersionDescriptions(_, context), "ProjectVersionDescriptions")
|
|
3661
3661
|
});
|
|
3662
3662
|
}, "de_DescribeProjectVersionsResponse");
|
|
3663
3663
|
var de_DescribeStreamProcessorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3664
3664
|
return (0, import_smithy_client.take)(output, {
|
|
3665
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3665
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
3666
3666
|
DataSharingPreference: import_smithy_client._json,
|
|
3667
3667
|
Input: import_smithy_client._json,
|
|
3668
3668
|
KmsKeyId: import_smithy_client.expectString,
|
|
3669
|
-
LastUpdateTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3669
|
+
LastUpdateTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTimestamp"),
|
|
3670
3670
|
Name: import_smithy_client.expectString,
|
|
3671
3671
|
NotificationChannel: import_smithy_client._json,
|
|
3672
3672
|
Output: import_smithy_client._json,
|
|
3673
|
-
RegionsOfInterest: (_) => de_RegionsOfInterest(_, context),
|
|
3673
|
+
RegionsOfInterest: /* @__PURE__ */ __name((_) => de_RegionsOfInterest(_, context), "RegionsOfInterest"),
|
|
3674
3674
|
RoleArn: import_smithy_client.expectString,
|
|
3675
|
-
Settings: (_) => de_StreamProcessorSettings(_, context),
|
|
3675
|
+
Settings: /* @__PURE__ */ __name((_) => de_StreamProcessorSettings(_, context), "Settings"),
|
|
3676
3676
|
Status: import_smithy_client.expectString,
|
|
3677
3677
|
StatusMessage: import_smithy_client.expectString,
|
|
3678
3678
|
StreamProcessorArn: import_smithy_client.expectString
|
|
@@ -3680,33 +3680,33 @@ var de_DescribeStreamProcessorResponse = /* @__PURE__ */ __name((output, context
|
|
|
3680
3680
|
}, "de_DescribeStreamProcessorResponse");
|
|
3681
3681
|
var de_DetectCustomLabelsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3682
3682
|
return (0, import_smithy_client.take)(output, {
|
|
3683
|
-
CustomLabels: (_) => de_CustomLabels(_, context)
|
|
3683
|
+
CustomLabels: /* @__PURE__ */ __name((_) => de_CustomLabels(_, context), "CustomLabels")
|
|
3684
3684
|
});
|
|
3685
3685
|
}, "de_DetectCustomLabelsResponse");
|
|
3686
3686
|
var de_DetectFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3687
3687
|
return (0, import_smithy_client.take)(output, {
|
|
3688
|
-
FaceDetails: (_) => de_FaceDetailList(_, context),
|
|
3688
|
+
FaceDetails: /* @__PURE__ */ __name((_) => de_FaceDetailList(_, context), "FaceDetails"),
|
|
3689
3689
|
OrientationCorrection: import_smithy_client.expectString
|
|
3690
3690
|
});
|
|
3691
3691
|
}, "de_DetectFacesResponse");
|
|
3692
3692
|
var de_DetectLabelsImageBackground = /* @__PURE__ */ __name((output, context) => {
|
|
3693
3693
|
return (0, import_smithy_client.take)(output, {
|
|
3694
|
-
DominantColors: (_) => de_DominantColors(_, context),
|
|
3695
|
-
Quality: (_) => de_DetectLabelsImageQuality(_, context)
|
|
3694
|
+
DominantColors: /* @__PURE__ */ __name((_) => de_DominantColors(_, context), "DominantColors"),
|
|
3695
|
+
Quality: /* @__PURE__ */ __name((_) => de_DetectLabelsImageQuality(_, context), "Quality")
|
|
3696
3696
|
});
|
|
3697
3697
|
}, "de_DetectLabelsImageBackground");
|
|
3698
3698
|
var de_DetectLabelsImageForeground = /* @__PURE__ */ __name((output, context) => {
|
|
3699
3699
|
return (0, import_smithy_client.take)(output, {
|
|
3700
|
-
DominantColors: (_) => de_DominantColors(_, context),
|
|
3701
|
-
Quality: (_) => de_DetectLabelsImageQuality(_, context)
|
|
3700
|
+
DominantColors: /* @__PURE__ */ __name((_) => de_DominantColors(_, context), "DominantColors"),
|
|
3701
|
+
Quality: /* @__PURE__ */ __name((_) => de_DetectLabelsImageQuality(_, context), "Quality")
|
|
3702
3702
|
});
|
|
3703
3703
|
}, "de_DetectLabelsImageForeground");
|
|
3704
3704
|
var de_DetectLabelsImageProperties = /* @__PURE__ */ __name((output, context) => {
|
|
3705
3705
|
return (0, import_smithy_client.take)(output, {
|
|
3706
|
-
Background: (_) => de_DetectLabelsImageBackground(_, context),
|
|
3707
|
-
DominantColors: (_) => de_DominantColors(_, context),
|
|
3708
|
-
Foreground: (_) => de_DetectLabelsImageForeground(_, context),
|
|
3709
|
-
Quality: (_) => de_DetectLabelsImageQuality(_, context)
|
|
3706
|
+
Background: /* @__PURE__ */ __name((_) => de_DetectLabelsImageBackground(_, context), "Background"),
|
|
3707
|
+
DominantColors: /* @__PURE__ */ __name((_) => de_DominantColors(_, context), "DominantColors"),
|
|
3708
|
+
Foreground: /* @__PURE__ */ __name((_) => de_DetectLabelsImageForeground(_, context), "Foreground"),
|
|
3709
|
+
Quality: /* @__PURE__ */ __name((_) => de_DetectLabelsImageQuality(_, context), "Quality")
|
|
3710
3710
|
});
|
|
3711
3711
|
}, "de_DetectLabelsImageProperties");
|
|
3712
3712
|
var de_DetectLabelsImageQuality = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3718,31 +3718,31 @@ var de_DetectLabelsImageQuality = /* @__PURE__ */ __name((output, context) => {
|
|
|
3718
3718
|
}, "de_DetectLabelsImageQuality");
|
|
3719
3719
|
var de_DetectLabelsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3720
3720
|
return (0, import_smithy_client.take)(output, {
|
|
3721
|
-
ImageProperties: (_) => de_DetectLabelsImageProperties(_, context),
|
|
3721
|
+
ImageProperties: /* @__PURE__ */ __name((_) => de_DetectLabelsImageProperties(_, context), "ImageProperties"),
|
|
3722
3722
|
LabelModelVersion: import_smithy_client.expectString,
|
|
3723
|
-
Labels: (_) => de_Labels(_, context),
|
|
3723
|
+
Labels: /* @__PURE__ */ __name((_) => de_Labels(_, context), "Labels"),
|
|
3724
3724
|
OrientationCorrection: import_smithy_client.expectString
|
|
3725
3725
|
});
|
|
3726
3726
|
}, "de_DetectLabelsResponse");
|
|
3727
3727
|
var de_DetectModerationLabelsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3728
3728
|
return (0, import_smithy_client.take)(output, {
|
|
3729
|
-
ContentTypes: (_) => de_ContentTypes(_, context),
|
|
3730
|
-
HumanLoopActivationOutput: (_) => de_HumanLoopActivationOutput(_, context),
|
|
3731
|
-
ModerationLabels: (_) => de_ModerationLabels(_, context),
|
|
3729
|
+
ContentTypes: /* @__PURE__ */ __name((_) => de_ContentTypes(_, context), "ContentTypes"),
|
|
3730
|
+
HumanLoopActivationOutput: /* @__PURE__ */ __name((_) => de_HumanLoopActivationOutput(_, context), "HumanLoopActivationOutput"),
|
|
3731
|
+
ModerationLabels: /* @__PURE__ */ __name((_) => de_ModerationLabels(_, context), "ModerationLabels"),
|
|
3732
3732
|
ModerationModelVersion: import_smithy_client.expectString,
|
|
3733
3733
|
ProjectVersion: import_smithy_client.expectString
|
|
3734
3734
|
});
|
|
3735
3735
|
}, "de_DetectModerationLabelsResponse");
|
|
3736
3736
|
var de_DetectProtectiveEquipmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3737
3737
|
return (0, import_smithy_client.take)(output, {
|
|
3738
|
-
Persons: (_) => de_ProtectiveEquipmentPersons(_, context),
|
|
3738
|
+
Persons: /* @__PURE__ */ __name((_) => de_ProtectiveEquipmentPersons(_, context), "Persons"),
|
|
3739
3739
|
ProtectiveEquipmentModelVersion: import_smithy_client.expectString,
|
|
3740
3740
|
Summary: import_smithy_client._json
|
|
3741
3741
|
});
|
|
3742
3742
|
}, "de_DetectProtectiveEquipmentResponse");
|
|
3743
3743
|
var de_DetectTextResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3744
3744
|
return (0, import_smithy_client.take)(output, {
|
|
3745
|
-
TextDetections: (_) => de_TextDetectionList(_, context),
|
|
3745
|
+
TextDetections: /* @__PURE__ */ __name((_) => de_TextDetectionList(_, context), "TextDetections"),
|
|
3746
3746
|
TextModelVersion: import_smithy_client.expectString
|
|
3747
3747
|
});
|
|
3748
3748
|
}, "de_DetectTextResponse");
|
|
@@ -3777,9 +3777,9 @@ var de_Emotions = /* @__PURE__ */ __name((output, context) => {
|
|
|
3777
3777
|
}, "de_Emotions");
|
|
3778
3778
|
var de_EquipmentDetection = /* @__PURE__ */ __name((output, context) => {
|
|
3779
3779
|
return (0, import_smithy_client.take)(output, {
|
|
3780
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3780
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3781
3781
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3782
|
-
CoversBodyPart: (_) => de_CoversBodyPart(_, context),
|
|
3782
|
+
CoversBodyPart: /* @__PURE__ */ __name((_) => de_CoversBodyPart(_, context), "CoversBodyPart"),
|
|
3783
3783
|
Type: import_smithy_client.expectString
|
|
3784
3784
|
});
|
|
3785
3785
|
}, "de_EquipmentDetection");
|
|
@@ -3816,7 +3816,7 @@ var de_EyeOpen = /* @__PURE__ */ __name((output, context) => {
|
|
|
3816
3816
|
}, "de_EyeOpen");
|
|
3817
3817
|
var de_Face = /* @__PURE__ */ __name((output, context) => {
|
|
3818
3818
|
return (0, import_smithy_client.take)(output, {
|
|
3819
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3819
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3820
3820
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3821
3821
|
ExternalImageId: import_smithy_client.expectString,
|
|
3822
3822
|
FaceId: import_smithy_client.expectString,
|
|
@@ -3828,22 +3828,22 @@ var de_Face = /* @__PURE__ */ __name((output, context) => {
|
|
|
3828
3828
|
var de_FaceDetail = /* @__PURE__ */ __name((output, context) => {
|
|
3829
3829
|
return (0, import_smithy_client.take)(output, {
|
|
3830
3830
|
AgeRange: import_smithy_client._json,
|
|
3831
|
-
Beard: (_) => de_Beard(_, context),
|
|
3832
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3831
|
+
Beard: /* @__PURE__ */ __name((_) => de_Beard(_, context), "Beard"),
|
|
3832
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3833
3833
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3834
|
-
Emotions: (_) => de_Emotions(_, context),
|
|
3835
|
-
EyeDirection: (_) => de_EyeDirection(_, context),
|
|
3836
|
-
Eyeglasses: (_) => de_Eyeglasses(_, context),
|
|
3837
|
-
EyesOpen: (_) => de_EyeOpen(_, context),
|
|
3838
|
-
FaceOccluded: (_) => de_FaceOccluded(_, context),
|
|
3839
|
-
Gender: (_) => de_Gender(_, context),
|
|
3840
|
-
Landmarks: (_) => de_Landmarks(_, context),
|
|
3841
|
-
MouthOpen: (_) => de_MouthOpen(_, context),
|
|
3842
|
-
Mustache: (_) => de_Mustache(_, context),
|
|
3843
|
-
Pose: (_) => de_Pose(_, context),
|
|
3844
|
-
Quality: (_) => de_ImageQuality(_, context),
|
|
3845
|
-
Smile: (_) => de_Smile(_, context),
|
|
3846
|
-
Sunglasses: (_) => de_Sunglasses(_, context)
|
|
3834
|
+
Emotions: /* @__PURE__ */ __name((_) => de_Emotions(_, context), "Emotions"),
|
|
3835
|
+
EyeDirection: /* @__PURE__ */ __name((_) => de_EyeDirection(_, context), "EyeDirection"),
|
|
3836
|
+
Eyeglasses: /* @__PURE__ */ __name((_) => de_Eyeglasses(_, context), "Eyeglasses"),
|
|
3837
|
+
EyesOpen: /* @__PURE__ */ __name((_) => de_EyeOpen(_, context), "EyesOpen"),
|
|
3838
|
+
FaceOccluded: /* @__PURE__ */ __name((_) => de_FaceOccluded(_, context), "FaceOccluded"),
|
|
3839
|
+
Gender: /* @__PURE__ */ __name((_) => de_Gender(_, context), "Gender"),
|
|
3840
|
+
Landmarks: /* @__PURE__ */ __name((_) => de_Landmarks(_, context), "Landmarks"),
|
|
3841
|
+
MouthOpen: /* @__PURE__ */ __name((_) => de_MouthOpen(_, context), "MouthOpen"),
|
|
3842
|
+
Mustache: /* @__PURE__ */ __name((_) => de_Mustache(_, context), "Mustache"),
|
|
3843
|
+
Pose: /* @__PURE__ */ __name((_) => de_Pose(_, context), "Pose"),
|
|
3844
|
+
Quality: /* @__PURE__ */ __name((_) => de_ImageQuality(_, context), "Quality"),
|
|
3845
|
+
Smile: /* @__PURE__ */ __name((_) => de_Smile(_, context), "Smile"),
|
|
3846
|
+
Sunglasses: /* @__PURE__ */ __name((_) => de_Sunglasses(_, context), "Sunglasses")
|
|
3847
3847
|
});
|
|
3848
3848
|
}, "de_FaceDetail");
|
|
3849
3849
|
var de_FaceDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3854,7 +3854,7 @@ var de_FaceDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3854
3854
|
}, "de_FaceDetailList");
|
|
3855
3855
|
var de_FaceDetection = /* @__PURE__ */ __name((output, context) => {
|
|
3856
3856
|
return (0, import_smithy_client.take)(output, {
|
|
3857
|
-
Face: (_) => de_FaceDetail(_, context),
|
|
3857
|
+
Face: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "Face"),
|
|
3858
3858
|
Timestamp: import_smithy_client.expectLong
|
|
3859
3859
|
});
|
|
3860
3860
|
}, "de_FaceDetection");
|
|
@@ -3872,7 +3872,7 @@ var de_FaceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3872
3872
|
}, "de_FaceList");
|
|
3873
3873
|
var de_FaceMatch = /* @__PURE__ */ __name((output, context) => {
|
|
3874
3874
|
return (0, import_smithy_client.take)(output, {
|
|
3875
|
-
Face: (_) => de_Face(_, context),
|
|
3875
|
+
Face: /* @__PURE__ */ __name((_) => de_Face(_, context), "Face"),
|
|
3876
3876
|
Similarity: import_smithy_client.limitedParseFloat32
|
|
3877
3877
|
});
|
|
3878
3878
|
}, "de_FaceMatch");
|
|
@@ -3890,8 +3890,8 @@ var de_FaceOccluded = /* @__PURE__ */ __name((output, context) => {
|
|
|
3890
3890
|
}, "de_FaceOccluded");
|
|
3891
3891
|
var de_FaceRecord = /* @__PURE__ */ __name((output, context) => {
|
|
3892
3892
|
return (0, import_smithy_client.take)(output, {
|
|
3893
|
-
Face: (_) => de_Face(_, context),
|
|
3894
|
-
FaceDetail: (_) => de_FaceDetail(_, context)
|
|
3893
|
+
Face: /* @__PURE__ */ __name((_) => de_Face(_, context), "Face"),
|
|
3894
|
+
FaceDetail: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "FaceDetail")
|
|
3895
3895
|
});
|
|
3896
3896
|
}, "de_FaceRecord");
|
|
3897
3897
|
var de_FaceRecordList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3914,20 +3914,20 @@ var de_Gender = /* @__PURE__ */ __name((output, context) => {
|
|
|
3914
3914
|
}, "de_Gender");
|
|
3915
3915
|
var de_Geometry = /* @__PURE__ */ __name((output, context) => {
|
|
3916
3916
|
return (0, import_smithy_client.take)(output, {
|
|
3917
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
3918
|
-
Polygon: (_) => de_Polygon(_, context)
|
|
3917
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
3918
|
+
Polygon: /* @__PURE__ */ __name((_) => de_Polygon(_, context), "Polygon")
|
|
3919
3919
|
});
|
|
3920
3920
|
}, "de_Geometry");
|
|
3921
3921
|
var de_GetCelebrityRecognitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3922
3922
|
return (0, import_smithy_client.take)(output, {
|
|
3923
|
-
Celebrities: (_) => de_CelebrityRecognitions(_, context),
|
|
3923
|
+
Celebrities: /* @__PURE__ */ __name((_) => de_CelebrityRecognitions(_, context), "Celebrities"),
|
|
3924
3924
|
JobId: import_smithy_client.expectString,
|
|
3925
3925
|
JobStatus: import_smithy_client.expectString,
|
|
3926
3926
|
JobTag: import_smithy_client.expectString,
|
|
3927
3927
|
NextToken: import_smithy_client.expectString,
|
|
3928
3928
|
StatusMessage: import_smithy_client.expectString,
|
|
3929
3929
|
Video: import_smithy_client._json,
|
|
3930
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
3930
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
3931
3931
|
});
|
|
3932
3932
|
}, "de_GetCelebrityRecognitionResponse");
|
|
3933
3933
|
var de_GetContentModerationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3936,31 +3936,31 @@ var de_GetContentModerationResponse = /* @__PURE__ */ __name((output, context) =
|
|
|
3936
3936
|
JobId: import_smithy_client.expectString,
|
|
3937
3937
|
JobStatus: import_smithy_client.expectString,
|
|
3938
3938
|
JobTag: import_smithy_client.expectString,
|
|
3939
|
-
ModerationLabels: (_) => de_ContentModerationDetections(_, context),
|
|
3939
|
+
ModerationLabels: /* @__PURE__ */ __name((_) => de_ContentModerationDetections(_, context), "ModerationLabels"),
|
|
3940
3940
|
ModerationModelVersion: import_smithy_client.expectString,
|
|
3941
3941
|
NextToken: import_smithy_client.expectString,
|
|
3942
3942
|
StatusMessage: import_smithy_client.expectString,
|
|
3943
3943
|
Video: import_smithy_client._json,
|
|
3944
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
3944
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
3945
3945
|
});
|
|
3946
3946
|
}, "de_GetContentModerationResponse");
|
|
3947
3947
|
var de_GetFaceDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3948
3948
|
return (0, import_smithy_client.take)(output, {
|
|
3949
|
-
Faces: (_) => de_FaceDetections(_, context),
|
|
3949
|
+
Faces: /* @__PURE__ */ __name((_) => de_FaceDetections(_, context), "Faces"),
|
|
3950
3950
|
JobId: import_smithy_client.expectString,
|
|
3951
3951
|
JobStatus: import_smithy_client.expectString,
|
|
3952
3952
|
JobTag: import_smithy_client.expectString,
|
|
3953
3953
|
NextToken: import_smithy_client.expectString,
|
|
3954
3954
|
StatusMessage: import_smithy_client.expectString,
|
|
3955
3955
|
Video: import_smithy_client._json,
|
|
3956
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
3956
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
3957
3957
|
});
|
|
3958
3958
|
}, "de_GetFaceDetectionResponse");
|
|
3959
3959
|
var de_GetFaceLivenessSessionResultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3960
3960
|
return (0, import_smithy_client.take)(output, {
|
|
3961
|
-
AuditImages: (_) => de_AuditImages(_, context),
|
|
3961
|
+
AuditImages: /* @__PURE__ */ __name((_) => de_AuditImages(_, context), "AuditImages"),
|
|
3962
3962
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
3963
|
-
ReferenceImage: (_) => de_AuditImage(_, context),
|
|
3963
|
+
ReferenceImage: /* @__PURE__ */ __name((_) => de_AuditImage(_, context), "ReferenceImage"),
|
|
3964
3964
|
SessionId: import_smithy_client.expectString,
|
|
3965
3965
|
Status: import_smithy_client.expectString
|
|
3966
3966
|
});
|
|
@@ -3971,10 +3971,10 @@ var de_GetFaceSearchResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
3971
3971
|
JobStatus: import_smithy_client.expectString,
|
|
3972
3972
|
JobTag: import_smithy_client.expectString,
|
|
3973
3973
|
NextToken: import_smithy_client.expectString,
|
|
3974
|
-
Persons: (_) => de_PersonMatches(_, context),
|
|
3974
|
+
Persons: /* @__PURE__ */ __name((_) => de_PersonMatches(_, context), "Persons"),
|
|
3975
3975
|
StatusMessage: import_smithy_client.expectString,
|
|
3976
3976
|
Video: import_smithy_client._json,
|
|
3977
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
3977
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
3978
3978
|
});
|
|
3979
3979
|
}, "de_GetFaceSearchResponse");
|
|
3980
3980
|
var de_GetLabelDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3984,24 +3984,24 @@ var de_GetLabelDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
3984
3984
|
JobStatus: import_smithy_client.expectString,
|
|
3985
3985
|
JobTag: import_smithy_client.expectString,
|
|
3986
3986
|
LabelModelVersion: import_smithy_client.expectString,
|
|
3987
|
-
Labels: (_) => de_LabelDetections(_, context),
|
|
3987
|
+
Labels: /* @__PURE__ */ __name((_) => de_LabelDetections(_, context), "Labels"),
|
|
3988
3988
|
NextToken: import_smithy_client.expectString,
|
|
3989
3989
|
StatusMessage: import_smithy_client.expectString,
|
|
3990
3990
|
Video: import_smithy_client._json,
|
|
3991
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
3991
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
3992
3992
|
});
|
|
3993
3993
|
}, "de_GetLabelDetectionResponse");
|
|
3994
3994
|
var de_GetMediaAnalysisJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
3995
3995
|
return (0, import_smithy_client.take)(output, {
|
|
3996
|
-
CompletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3997
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3996
|
+
CompletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTimestamp"),
|
|
3997
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
3998
3998
|
FailureDetails: import_smithy_client._json,
|
|
3999
3999
|
Input: import_smithy_client._json,
|
|
4000
4000
|
JobId: import_smithy_client.expectString,
|
|
4001
4001
|
JobName: import_smithy_client.expectString,
|
|
4002
4002
|
KmsKeyId: import_smithy_client.expectString,
|
|
4003
4003
|
ManifestSummary: import_smithy_client._json,
|
|
4004
|
-
OperationsConfig: (_) => de_MediaAnalysisOperationsConfig(_, context),
|
|
4004
|
+
OperationsConfig: /* @__PURE__ */ __name((_) => de_MediaAnalysisOperationsConfig(_, context), "OperationsConfig"),
|
|
4005
4005
|
OutputConfig: import_smithy_client._json,
|
|
4006
4006
|
Results: import_smithy_client._json,
|
|
4007
4007
|
Status: import_smithy_client.expectString
|
|
@@ -4013,10 +4013,10 @@ var de_GetPersonTrackingResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4013
4013
|
JobStatus: import_smithy_client.expectString,
|
|
4014
4014
|
JobTag: import_smithy_client.expectString,
|
|
4015
4015
|
NextToken: import_smithy_client.expectString,
|
|
4016
|
-
Persons: (_) => de_PersonDetections(_, context),
|
|
4016
|
+
Persons: /* @__PURE__ */ __name((_) => de_PersonDetections(_, context), "Persons"),
|
|
4017
4017
|
StatusMessage: import_smithy_client.expectString,
|
|
4018
4018
|
Video: import_smithy_client._json,
|
|
4019
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
4019
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
4020
4020
|
});
|
|
4021
4021
|
}, "de_GetPersonTrackingResponse");
|
|
4022
4022
|
var de_GetSegmentDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4026,11 +4026,11 @@ var de_GetSegmentDetectionResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
4026
4026
|
JobStatus: import_smithy_client.expectString,
|
|
4027
4027
|
JobTag: import_smithy_client.expectString,
|
|
4028
4028
|
NextToken: import_smithy_client.expectString,
|
|
4029
|
-
Segments: (_) => de_SegmentDetections(_, context),
|
|
4029
|
+
Segments: /* @__PURE__ */ __name((_) => de_SegmentDetections(_, context), "Segments"),
|
|
4030
4030
|
SelectedSegmentTypes: import_smithy_client._json,
|
|
4031
4031
|
StatusMessage: import_smithy_client.expectString,
|
|
4032
4032
|
Video: import_smithy_client._json,
|
|
4033
|
-
VideoMetadata: (_) => de_VideoMetadataList(_, context)
|
|
4033
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadataList(_, context), "VideoMetadata")
|
|
4034
4034
|
});
|
|
4035
4035
|
}, "de_GetSegmentDetectionResponse");
|
|
4036
4036
|
var de_GetTextDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4040,10 +4040,10 @@ var de_GetTextDetectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4040
4040
|
JobTag: import_smithy_client.expectString,
|
|
4041
4041
|
NextToken: import_smithy_client.expectString,
|
|
4042
4042
|
StatusMessage: import_smithy_client.expectString,
|
|
4043
|
-
TextDetections: (_) => de_TextDetectionResults(_, context),
|
|
4043
|
+
TextDetections: /* @__PURE__ */ __name((_) => de_TextDetectionResults(_, context), "TextDetections"),
|
|
4044
4044
|
TextModelVersion: import_smithy_client.expectString,
|
|
4045
4045
|
Video: import_smithy_client._json,
|
|
4046
|
-
VideoMetadata: (_) => de_VideoMetadata(_, context)
|
|
4046
|
+
VideoMetadata: /* @__PURE__ */ __name((_) => de_VideoMetadata(_, context), "VideoMetadata")
|
|
4047
4047
|
});
|
|
4048
4048
|
}, "de_GetTextDetectionResponse");
|
|
4049
4049
|
var de_HumanLoopActivationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4062,16 +4062,16 @@ var de_ImageQuality = /* @__PURE__ */ __name((output, context) => {
|
|
|
4062
4062
|
var de_IndexFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4063
4063
|
return (0, import_smithy_client.take)(output, {
|
|
4064
4064
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4065
|
-
FaceRecords: (_) => de_FaceRecordList(_, context),
|
|
4065
|
+
FaceRecords: /* @__PURE__ */ __name((_) => de_FaceRecordList(_, context), "FaceRecords"),
|
|
4066
4066
|
OrientationCorrection: import_smithy_client.expectString,
|
|
4067
|
-
UnindexedFaces: (_) => de_UnindexedFaces(_, context)
|
|
4067
|
+
UnindexedFaces: /* @__PURE__ */ __name((_) => de_UnindexedFaces(_, context), "UnindexedFaces")
|
|
4068
4068
|
});
|
|
4069
4069
|
}, "de_IndexFacesResponse");
|
|
4070
4070
|
var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
4071
4071
|
return (0, import_smithy_client.take)(output, {
|
|
4072
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
4072
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
4073
4073
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
4074
|
-
DominantColors: (_) => de_DominantColors(_, context)
|
|
4074
|
+
DominantColors: /* @__PURE__ */ __name((_) => de_DominantColors(_, context), "DominantColors")
|
|
4075
4075
|
});
|
|
4076
4076
|
}, "de_Instance");
|
|
4077
4077
|
var de_Instances = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4085,7 +4085,7 @@ var de_Label = /* @__PURE__ */ __name((output, context) => {
|
|
|
4085
4085
|
Aliases: import_smithy_client._json,
|
|
4086
4086
|
Categories: import_smithy_client._json,
|
|
4087
4087
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
4088
|
-
Instances: (_) => de_Instances(_, context),
|
|
4088
|
+
Instances: /* @__PURE__ */ __name((_) => de_Instances(_, context), "Instances"),
|
|
4089
4089
|
Name: import_smithy_client.expectString,
|
|
4090
4090
|
Parents: import_smithy_client._json
|
|
4091
4091
|
});
|
|
@@ -4094,7 +4094,7 @@ var de_LabelDetection = /* @__PURE__ */ __name((output, context) => {
|
|
|
4094
4094
|
return (0, import_smithy_client.take)(output, {
|
|
4095
4095
|
DurationMillis: import_smithy_client.expectLong,
|
|
4096
4096
|
EndTimestampMillis: import_smithy_client.expectLong,
|
|
4097
|
-
Label: (_) => de_Label(_, context),
|
|
4097
|
+
Label: /* @__PURE__ */ __name((_) => de_Label(_, context), "Label"),
|
|
4098
4098
|
StartTimestampMillis: import_smithy_client.expectLong,
|
|
4099
4099
|
Timestamp: import_smithy_client.expectLong
|
|
4100
4100
|
});
|
|
@@ -4127,20 +4127,20 @@ var de_Landmarks = /* @__PURE__ */ __name((output, context) => {
|
|
|
4127
4127
|
var de_ListFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4128
4128
|
return (0, import_smithy_client.take)(output, {
|
|
4129
4129
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4130
|
-
Faces: (_) => de_FaceList(_, context),
|
|
4130
|
+
Faces: /* @__PURE__ */ __name((_) => de_FaceList(_, context), "Faces"),
|
|
4131
4131
|
NextToken: import_smithy_client.expectString
|
|
4132
4132
|
});
|
|
4133
4133
|
}, "de_ListFacesResponse");
|
|
4134
4134
|
var de_ListMediaAnalysisJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4135
4135
|
return (0, import_smithy_client.take)(output, {
|
|
4136
|
-
MediaAnalysisJobs: (_) => de_MediaAnalysisJobDescriptions(_, context),
|
|
4136
|
+
MediaAnalysisJobs: /* @__PURE__ */ __name((_) => de_MediaAnalysisJobDescriptions(_, context), "MediaAnalysisJobs"),
|
|
4137
4137
|
NextToken: import_smithy_client.expectString
|
|
4138
4138
|
});
|
|
4139
4139
|
}, "de_ListMediaAnalysisJobsResponse");
|
|
4140
4140
|
var de_ListProjectPoliciesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4141
4141
|
return (0, import_smithy_client.take)(output, {
|
|
4142
4142
|
NextToken: import_smithy_client.expectString,
|
|
4143
|
-
ProjectPolicies: (_) => de_ProjectPolicies(_, context)
|
|
4143
|
+
ProjectPolicies: /* @__PURE__ */ __name((_) => de_ProjectPolicies(_, context), "ProjectPolicies")
|
|
4144
4144
|
});
|
|
4145
4145
|
}, "de_ListProjectPoliciesResponse");
|
|
4146
4146
|
var de_MediaAnalysisDetectModerationLabelsConfig = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4151,15 +4151,15 @@ var de_MediaAnalysisDetectModerationLabelsConfig = /* @__PURE__ */ __name((outpu
|
|
|
4151
4151
|
}, "de_MediaAnalysisDetectModerationLabelsConfig");
|
|
4152
4152
|
var de_MediaAnalysisJobDescription = /* @__PURE__ */ __name((output, context) => {
|
|
4153
4153
|
return (0, import_smithy_client.take)(output, {
|
|
4154
|
-
CompletionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4155
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4154
|
+
CompletionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletionTimestamp"),
|
|
4155
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
4156
4156
|
FailureDetails: import_smithy_client._json,
|
|
4157
4157
|
Input: import_smithy_client._json,
|
|
4158
4158
|
JobId: import_smithy_client.expectString,
|
|
4159
4159
|
JobName: import_smithy_client.expectString,
|
|
4160
4160
|
KmsKeyId: import_smithy_client.expectString,
|
|
4161
4161
|
ManifestSummary: import_smithy_client._json,
|
|
4162
|
-
OperationsConfig: (_) => de_MediaAnalysisOperationsConfig(_, context),
|
|
4162
|
+
OperationsConfig: /* @__PURE__ */ __name((_) => de_MediaAnalysisOperationsConfig(_, context), "OperationsConfig"),
|
|
4163
4163
|
OutputConfig: import_smithy_client._json,
|
|
4164
4164
|
Results: import_smithy_client._json,
|
|
4165
4165
|
Status: import_smithy_client.expectString
|
|
@@ -4173,7 +4173,7 @@ var de_MediaAnalysisJobDescriptions = /* @__PURE__ */ __name((output, context) =
|
|
|
4173
4173
|
}, "de_MediaAnalysisJobDescriptions");
|
|
4174
4174
|
var de_MediaAnalysisOperationsConfig = /* @__PURE__ */ __name((output, context) => {
|
|
4175
4175
|
return (0, import_smithy_client.take)(output, {
|
|
4176
|
-
DetectModerationLabels: (_) => de_MediaAnalysisDetectModerationLabelsConfig(_, context)
|
|
4176
|
+
DetectModerationLabels: /* @__PURE__ */ __name((_) => de_MediaAnalysisDetectModerationLabelsConfig(_, context), "DetectModerationLabels")
|
|
4177
4177
|
});
|
|
4178
4178
|
}, "de_MediaAnalysisOperationsConfig");
|
|
4179
4179
|
var de_ModerationLabel = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4204,14 +4204,14 @@ var de_Mustache = /* @__PURE__ */ __name((output, context) => {
|
|
|
4204
4204
|
}, "de_Mustache");
|
|
4205
4205
|
var de_PersonDetail = /* @__PURE__ */ __name((output, context) => {
|
|
4206
4206
|
return (0, import_smithy_client.take)(output, {
|
|
4207
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
4208
|
-
Face: (_) => de_FaceDetail(_, context),
|
|
4207
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
4208
|
+
Face: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "Face"),
|
|
4209
4209
|
Index: import_smithy_client.expectLong
|
|
4210
4210
|
});
|
|
4211
4211
|
}, "de_PersonDetail");
|
|
4212
4212
|
var de_PersonDetection = /* @__PURE__ */ __name((output, context) => {
|
|
4213
4213
|
return (0, import_smithy_client.take)(output, {
|
|
4214
|
-
Person: (_) => de_PersonDetail(_, context),
|
|
4214
|
+
Person: /* @__PURE__ */ __name((_) => de_PersonDetail(_, context), "Person"),
|
|
4215
4215
|
Timestamp: import_smithy_client.expectLong
|
|
4216
4216
|
});
|
|
4217
4217
|
}, "de_PersonDetection");
|
|
@@ -4223,8 +4223,8 @@ var de_PersonDetections = /* @__PURE__ */ __name((output, context) => {
|
|
|
4223
4223
|
}, "de_PersonDetections");
|
|
4224
4224
|
var de_PersonMatch = /* @__PURE__ */ __name((output, context) => {
|
|
4225
4225
|
return (0, import_smithy_client.take)(output, {
|
|
4226
|
-
FaceMatches: (_) => de_FaceMatchList(_, context),
|
|
4227
|
-
Person: (_) => de_PersonDetail(_, context),
|
|
4226
|
+
FaceMatches: /* @__PURE__ */ __name((_) => de_FaceMatchList(_, context), "FaceMatches"),
|
|
4227
|
+
Person: /* @__PURE__ */ __name((_) => de_PersonDetail(_, context), "Person"),
|
|
4228
4228
|
Timestamp: import_smithy_client.expectLong
|
|
4229
4229
|
});
|
|
4230
4230
|
}, "de_PersonMatch");
|
|
@@ -4256,8 +4256,8 @@ var de_Pose = /* @__PURE__ */ __name((output, context) => {
|
|
|
4256
4256
|
var de_ProjectDescription = /* @__PURE__ */ __name((output, context) => {
|
|
4257
4257
|
return (0, import_smithy_client.take)(output, {
|
|
4258
4258
|
AutoUpdate: import_smithy_client.expectString,
|
|
4259
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4260
|
-
Datasets: (_) => de_DatasetMetadataList(_, context),
|
|
4259
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
4260
|
+
Datasets: /* @__PURE__ */ __name((_) => de_DatasetMetadataList(_, context), "Datasets"),
|
|
4261
4261
|
Feature: import_smithy_client.expectString,
|
|
4262
4262
|
ProjectArn: import_smithy_client.expectString,
|
|
4263
4263
|
Status: import_smithy_client.expectString
|
|
@@ -4277,8 +4277,8 @@ var de_ProjectPolicies = /* @__PURE__ */ __name((output, context) => {
|
|
|
4277
4277
|
}, "de_ProjectPolicies");
|
|
4278
4278
|
var de_ProjectPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
4279
4279
|
return (0, import_smithy_client.take)(output, {
|
|
4280
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4281
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4280
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
4281
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
4282
4282
|
PolicyDocument: import_smithy_client.expectString,
|
|
4283
4283
|
PolicyName: import_smithy_client.expectString,
|
|
4284
4284
|
PolicyRevisionId: import_smithy_client.expectString,
|
|
@@ -4289,10 +4289,10 @@ var de_ProjectVersionDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4289
4289
|
return (0, import_smithy_client.take)(output, {
|
|
4290
4290
|
BaseModelVersion: import_smithy_client.expectString,
|
|
4291
4291
|
BillableTrainingTimeInSeconds: import_smithy_client.expectLong,
|
|
4292
|
-
CreationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4293
|
-
EvaluationResult: (_) => de_EvaluationResult(_, context),
|
|
4292
|
+
CreationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTimestamp"),
|
|
4293
|
+
EvaluationResult: /* @__PURE__ */ __name((_) => de_EvaluationResult(_, context), "EvaluationResult"),
|
|
4294
4294
|
Feature: import_smithy_client.expectString,
|
|
4295
|
-
FeatureConfig: (_) => de_CustomizationFeatureConfig(_, context),
|
|
4295
|
+
FeatureConfig: /* @__PURE__ */ __name((_) => de_CustomizationFeatureConfig(_, context), "FeatureConfig"),
|
|
4296
4296
|
KmsKeyId: import_smithy_client.expectString,
|
|
4297
4297
|
ManifestSummary: import_smithy_client._json,
|
|
4298
4298
|
MaxInferenceUnits: import_smithy_client.expectInt32,
|
|
@@ -4304,7 +4304,7 @@ var de_ProjectVersionDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
4304
4304
|
StatusMessage: import_smithy_client.expectString,
|
|
4305
4305
|
TestingDataResult: import_smithy_client._json,
|
|
4306
4306
|
TrainingDataResult: import_smithy_client._json,
|
|
4307
|
-
TrainingEndTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4307
|
+
TrainingEndTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "TrainingEndTimestamp"),
|
|
4308
4308
|
VersionDescription: import_smithy_client.expectString
|
|
4309
4309
|
});
|
|
4310
4310
|
}, "de_ProjectVersionDescription");
|
|
@@ -4317,14 +4317,14 @@ var de_ProjectVersionDescriptions = /* @__PURE__ */ __name((output, context) =>
|
|
|
4317
4317
|
var de_ProtectiveEquipmentBodyPart = /* @__PURE__ */ __name((output, context) => {
|
|
4318
4318
|
return (0, import_smithy_client.take)(output, {
|
|
4319
4319
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
4320
|
-
EquipmentDetections: (_) => de_EquipmentDetections(_, context),
|
|
4320
|
+
EquipmentDetections: /* @__PURE__ */ __name((_) => de_EquipmentDetections(_, context), "EquipmentDetections"),
|
|
4321
4321
|
Name: import_smithy_client.expectString
|
|
4322
4322
|
});
|
|
4323
4323
|
}, "de_ProtectiveEquipmentBodyPart");
|
|
4324
4324
|
var de_ProtectiveEquipmentPerson = /* @__PURE__ */ __name((output, context) => {
|
|
4325
4325
|
return (0, import_smithy_client.take)(output, {
|
|
4326
|
-
BodyParts: (_) => de_BodyParts(_, context),
|
|
4327
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
4326
|
+
BodyParts: /* @__PURE__ */ __name((_) => de_BodyParts(_, context), "BodyParts"),
|
|
4327
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
4328
4328
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
4329
4329
|
Id: import_smithy_client.expectInt32
|
|
4330
4330
|
});
|
|
@@ -4337,15 +4337,15 @@ var de_ProtectiveEquipmentPersons = /* @__PURE__ */ __name((output, context) =>
|
|
|
4337
4337
|
}, "de_ProtectiveEquipmentPersons");
|
|
4338
4338
|
var de_RecognizeCelebritiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4339
4339
|
return (0, import_smithy_client.take)(output, {
|
|
4340
|
-
CelebrityFaces: (_) => de_CelebrityList(_, context),
|
|
4340
|
+
CelebrityFaces: /* @__PURE__ */ __name((_) => de_CelebrityList(_, context), "CelebrityFaces"),
|
|
4341
4341
|
OrientationCorrection: import_smithy_client.expectString,
|
|
4342
|
-
UnrecognizedFaces: (_) => de_ComparedFaceList(_, context)
|
|
4342
|
+
UnrecognizedFaces: /* @__PURE__ */ __name((_) => de_ComparedFaceList(_, context), "UnrecognizedFaces")
|
|
4343
4343
|
});
|
|
4344
4344
|
}, "de_RecognizeCelebritiesResponse");
|
|
4345
4345
|
var de_RegionOfInterest = /* @__PURE__ */ __name((output, context) => {
|
|
4346
4346
|
return (0, import_smithy_client.take)(output, {
|
|
4347
|
-
BoundingBox: (_) => de_BoundingBox(_, context),
|
|
4348
|
-
Polygon: (_) => de_Polygon(_, context)
|
|
4347
|
+
BoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "BoundingBox"),
|
|
4348
|
+
Polygon: /* @__PURE__ */ __name((_) => de_Polygon(_, context), "Polygon")
|
|
4349
4349
|
});
|
|
4350
4350
|
}, "de_RegionOfInterest");
|
|
4351
4351
|
var de_RegionsOfInterest = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4356,20 +4356,20 @@ var de_RegionsOfInterest = /* @__PURE__ */ __name((output, context) => {
|
|
|
4356
4356
|
}, "de_RegionsOfInterest");
|
|
4357
4357
|
var de_SearchedFaceDetails = /* @__PURE__ */ __name((output, context) => {
|
|
4358
4358
|
return (0, import_smithy_client.take)(output, {
|
|
4359
|
-
FaceDetail: (_) => de_FaceDetail(_, context)
|
|
4359
|
+
FaceDetail: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "FaceDetail")
|
|
4360
4360
|
});
|
|
4361
4361
|
}, "de_SearchedFaceDetails");
|
|
4362
4362
|
var de_SearchFacesByImageResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4363
4363
|
return (0, import_smithy_client.take)(output, {
|
|
4364
|
-
FaceMatches: (_) => de_FaceMatchList(_, context),
|
|
4364
|
+
FaceMatches: /* @__PURE__ */ __name((_) => de_FaceMatchList(_, context), "FaceMatches"),
|
|
4365
4365
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4366
|
-
SearchedFaceBoundingBox: (_) => de_BoundingBox(_, context),
|
|
4366
|
+
SearchedFaceBoundingBox: /* @__PURE__ */ __name((_) => de_BoundingBox(_, context), "SearchedFaceBoundingBox"),
|
|
4367
4367
|
SearchedFaceConfidence: import_smithy_client.limitedParseFloat32
|
|
4368
4368
|
});
|
|
4369
4369
|
}, "de_SearchFacesByImageResponse");
|
|
4370
4370
|
var de_SearchFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4371
4371
|
return (0, import_smithy_client.take)(output, {
|
|
4372
|
-
FaceMatches: (_) => de_FaceMatchList(_, context),
|
|
4372
|
+
FaceMatches: /* @__PURE__ */ __name((_) => de_FaceMatchList(_, context), "FaceMatches"),
|
|
4373
4373
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4374
4374
|
SearchedFaceId: import_smithy_client.expectString
|
|
4375
4375
|
});
|
|
@@ -4377,9 +4377,9 @@ var de_SearchFacesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4377
4377
|
var de_SearchUsersByImageResponse = /* @__PURE__ */ __name((output, context) => {
|
|
4378
4378
|
return (0, import_smithy_client.take)(output, {
|
|
4379
4379
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4380
|
-
SearchedFace: (_) => de_SearchedFaceDetails(_, context),
|
|
4381
|
-
UnsearchedFaces: (_) => de_UnsearchedFacesList(_, context),
|
|
4382
|
-
UserMatches: (_) => de_UserMatchList(_, context)
|
|
4380
|
+
SearchedFace: /* @__PURE__ */ __name((_) => de_SearchedFaceDetails(_, context), "SearchedFace"),
|
|
4381
|
+
UnsearchedFaces: /* @__PURE__ */ __name((_) => de_UnsearchedFacesList(_, context), "UnsearchedFaces"),
|
|
4382
|
+
UserMatches: /* @__PURE__ */ __name((_) => de_UserMatchList(_, context), "UserMatches")
|
|
4383
4383
|
});
|
|
4384
4384
|
}, "de_SearchUsersByImageResponse");
|
|
4385
4385
|
var de_SearchUsersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4387,7 +4387,7 @@ var de_SearchUsersResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
4387
4387
|
FaceModelVersion: import_smithy_client.expectString,
|
|
4388
4388
|
SearchedFace: import_smithy_client._json,
|
|
4389
4389
|
SearchedUser: import_smithy_client._json,
|
|
4390
|
-
UserMatches: (_) => de_UserMatchList(_, context)
|
|
4390
|
+
UserMatches: /* @__PURE__ */ __name((_) => de_UserMatchList(_, context), "UserMatches")
|
|
4391
4391
|
});
|
|
4392
4392
|
}, "de_SearchUsersResponse");
|
|
4393
4393
|
var de_SegmentDetection = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4398,11 +4398,11 @@ var de_SegmentDetection = /* @__PURE__ */ __name((output, context) => {
|
|
|
4398
4398
|
EndFrameNumber: import_smithy_client.expectLong,
|
|
4399
4399
|
EndTimecodeSMPTE: import_smithy_client.expectString,
|
|
4400
4400
|
EndTimestampMillis: import_smithy_client.expectLong,
|
|
4401
|
-
ShotSegment: (_) => de_ShotSegment(_, context),
|
|
4401
|
+
ShotSegment: /* @__PURE__ */ __name((_) => de_ShotSegment(_, context), "ShotSegment"),
|
|
4402
4402
|
StartFrameNumber: import_smithy_client.expectLong,
|
|
4403
4403
|
StartTimecodeSMPTE: import_smithy_client.expectString,
|
|
4404
4404
|
StartTimestampMillis: import_smithy_client.expectLong,
|
|
4405
|
-
TechnicalCueSegment: (_) => de_TechnicalCueSegment(_, context),
|
|
4405
|
+
TechnicalCueSegment: /* @__PURE__ */ __name((_) => de_TechnicalCueSegment(_, context), "TechnicalCueSegment"),
|
|
4406
4406
|
Type: import_smithy_client.expectString
|
|
4407
4407
|
});
|
|
4408
4408
|
}, "de_SegmentDetection");
|
|
@@ -4426,8 +4426,8 @@ var de_Smile = /* @__PURE__ */ __name((output, context) => {
|
|
|
4426
4426
|
}, "de_Smile");
|
|
4427
4427
|
var de_StreamProcessorSettings = /* @__PURE__ */ __name((output, context) => {
|
|
4428
4428
|
return (0, import_smithy_client.take)(output, {
|
|
4429
|
-
ConnectedHome: (_) => de_ConnectedHomeSettings(_, context),
|
|
4430
|
-
FaceSearch: (_) => de_FaceSearchSettings(_, context)
|
|
4429
|
+
ConnectedHome: /* @__PURE__ */ __name((_) => de_ConnectedHomeSettings(_, context), "ConnectedHome"),
|
|
4430
|
+
FaceSearch: /* @__PURE__ */ __name((_) => de_FaceSearchSettings(_, context), "FaceSearch")
|
|
4431
4431
|
});
|
|
4432
4432
|
}, "de_StreamProcessorSettings");
|
|
4433
4433
|
var de_Sunglasses = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4446,7 +4446,7 @@ var de_TextDetection = /* @__PURE__ */ __name((output, context) => {
|
|
|
4446
4446
|
return (0, import_smithy_client.take)(output, {
|
|
4447
4447
|
Confidence: import_smithy_client.limitedParseFloat32,
|
|
4448
4448
|
DetectedText: import_smithy_client.expectString,
|
|
4449
|
-
Geometry: (_) => de_Geometry(_, context),
|
|
4449
|
+
Geometry: /* @__PURE__ */ __name((_) => de_Geometry(_, context), "Geometry"),
|
|
4450
4450
|
Id: import_smithy_client.expectInt32,
|
|
4451
4451
|
ParentId: import_smithy_client.expectInt32,
|
|
4452
4452
|
Type: import_smithy_client.expectString
|
|
@@ -4460,7 +4460,7 @@ var de_TextDetectionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4460
4460
|
}, "de_TextDetectionList");
|
|
4461
4461
|
var de_TextDetectionResult = /* @__PURE__ */ __name((output, context) => {
|
|
4462
4462
|
return (0, import_smithy_client.take)(output, {
|
|
4463
|
-
TextDetection: (_) => de_TextDetection(_, context),
|
|
4463
|
+
TextDetection: /* @__PURE__ */ __name((_) => de_TextDetection(_, context), "TextDetection"),
|
|
4464
4464
|
Timestamp: import_smithy_client.expectLong
|
|
4465
4465
|
});
|
|
4466
4466
|
}, "de_TextDetectionResult");
|
|
@@ -4472,7 +4472,7 @@ var de_TextDetectionResults = /* @__PURE__ */ __name((output, context) => {
|
|
|
4472
4472
|
}, "de_TextDetectionResults");
|
|
4473
4473
|
var de_UnindexedFace = /* @__PURE__ */ __name((output, context) => {
|
|
4474
4474
|
return (0, import_smithy_client.take)(output, {
|
|
4475
|
-
FaceDetail: (_) => de_FaceDetail(_, context),
|
|
4475
|
+
FaceDetail: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "FaceDetail"),
|
|
4476
4476
|
Reasons: import_smithy_client._json
|
|
4477
4477
|
});
|
|
4478
4478
|
}, "de_UnindexedFace");
|
|
@@ -4484,7 +4484,7 @@ var de_UnindexedFaces = /* @__PURE__ */ __name((output, context) => {
|
|
|
4484
4484
|
}, "de_UnindexedFaces");
|
|
4485
4485
|
var de_UnsearchedFace = /* @__PURE__ */ __name((output, context) => {
|
|
4486
4486
|
return (0, import_smithy_client.take)(output, {
|
|
4487
|
-
FaceDetails: (_) => de_FaceDetail(_, context),
|
|
4487
|
+
FaceDetails: /* @__PURE__ */ __name((_) => de_FaceDetail(_, context), "FaceDetails"),
|
|
4488
4488
|
Reasons: import_smithy_client._json
|
|
4489
4489
|
});
|
|
4490
4490
|
}, "de_UnsearchedFace");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognition",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rekognition",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|