@aws-sdk/client-rekognition 3.650.0 → 3.654.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-types/commands/AssociateFacesCommand.d.ts +11 -0
- package/dist-types/commands/CompareFacesCommand.d.ts +11 -0
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFacesCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCollectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProjectsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +11 -0
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +11 -0
- package/dist-types/commands/DetectFacesCommand.d.ts +11 -0
- package/dist-types/commands/DetectLabelsCommand.d.ts +11 -0
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +11 -0
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +11 -0
- package/dist-types/commands/DetectTextCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateFacesCommand.d.ts +11 -0
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +11 -0
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +11 -0
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +11 -0
- package/dist-types/commands/GetContentModerationCommand.d.ts +11 -0
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +11 -0
- package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +11 -0
- package/dist-types/commands/GetFaceSearchCommand.d.ts +11 -0
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +11 -0
- package/dist-types/commands/GetMediaAnalysisJobCommand.d.ts +11 -0
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +11 -0
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +11 -0
- package/dist-types/commands/GetTextDetectionCommand.d.ts +11 -0
- package/dist-types/commands/IndexFacesCommand.d.ts +11 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +11 -0
- package/dist-types/commands/ListFacesCommand.d.ts +11 -0
- package/dist-types/commands/ListMediaAnalysisJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersCommand.d.ts +11 -0
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +11 -0
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +11 -0
- package/dist-types/commands/SearchFacesCommand.d.ts +11 -0
- package/dist-types/commands/SearchUsersByImageCommand.d.ts +11 -0
- package/dist-types/commands/SearchUsersCommand.d.ts +11 -0
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +11 -0
- package/dist-types/commands/StartContentModerationCommand.d.ts +11 -0
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +11 -0
- package/dist-types/commands/StartFaceSearchCommand.d.ts +11 -0
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +11 -0
- package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +11 -0
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +11 -0
- package/dist-types/commands/StartProjectVersionCommand.d.ts +11 -0
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +11 -0
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +11 -0
- package/dist-types/commands/StartTextDetectionCommand.d.ts +11 -0
- package/dist-types/commands/StopProjectVersionCommand.d.ts +11 -0
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMediaAnalysisJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMediaAnalysisJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -37,4 +37,15 @@ declare const GetSegmentDetectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSegmentDetectionCommand extends GetSegmentDetectionCommand_base {
|
|
40
|
+
export declare class GetSegmentDetectionCommand extends GetSegmentDetectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSegmentDetectionRequest;
|
|
44
|
+
output: GetSegmentDetectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSegmentDetectionCommandInput;
|
|
48
|
+
output: GetSegmentDetectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetTextDetectionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetTextDetectionCommand extends GetTextDetectionCommand_base {
|
|
39
|
+
export declare class GetTextDetectionCommand extends GetTextDetectionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetTextDetectionRequest;
|
|
43
|
+
output: GetTextDetectionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetTextDetectionCommandInput;
|
|
47
|
+
output: GetTextDetectionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const IndexFacesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class IndexFacesCommand extends IndexFacesCommand_base {
|
|
36
|
+
export declare class IndexFacesCommand extends IndexFacesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: IndexFacesRequest;
|
|
40
|
+
output: IndexFacesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: IndexFacesCommandInput;
|
|
44
|
+
output: IndexFacesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCollectionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCollectionsCommand extends ListCollectionsCommand_base {
|
|
39
|
+
export declare class ListCollectionsCommand extends ListCollectionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCollectionsRequest;
|
|
43
|
+
output: ListCollectionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCollectionsCommandInput;
|
|
47
|
+
output: ListCollectionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDatasetEntriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDatasetEntriesCommand extends ListDatasetEntriesCommand_base {
|
|
40
|
+
export declare class ListDatasetEntriesCommand extends ListDatasetEntriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDatasetEntriesRequest;
|
|
44
|
+
output: ListDatasetEntriesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDatasetEntriesCommandInput;
|
|
48
|
+
output: ListDatasetEntriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDatasetLabelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDatasetLabelsCommand extends ListDatasetLabelsCommand_base {
|
|
40
|
+
export declare class ListDatasetLabelsCommand extends ListDatasetLabelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDatasetLabelsRequest;
|
|
44
|
+
output: ListDatasetLabelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDatasetLabelsCommandInput;
|
|
48
|
+
output: ListDatasetLabelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListFacesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListFacesCommand extends ListFacesCommand_base {
|
|
36
|
+
export declare class ListFacesCommand extends ListFacesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListFacesRequest;
|
|
40
|
+
output: ListFacesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListFacesCommandInput;
|
|
44
|
+
output: ListFacesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListMediaAnalysisJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListMediaAnalysisJobsCommand extends ListMediaAnalysisJobsCommand_base {
|
|
40
|
+
export declare class ListMediaAnalysisJobsCommand extends ListMediaAnalysisJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListMediaAnalysisJobsRequest;
|
|
44
|
+
output: ListMediaAnalysisJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListMediaAnalysisJobsCommandInput;
|
|
48
|
+
output: ListMediaAnalysisJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListProjectPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListProjectPoliciesCommand extends ListProjectPoliciesCommand_base {
|
|
40
|
+
export declare class ListProjectPoliciesCommand extends ListProjectPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListProjectPoliciesRequest;
|
|
44
|
+
output: ListProjectPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListProjectPoliciesCommandInput;
|
|
48
|
+
output: ListProjectPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListStreamProcessorsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListStreamProcessorsCommand extends ListStreamProcessorsCommand_base {
|
|
40
|
+
export declare class ListStreamProcessorsCommand extends ListStreamProcessorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListStreamProcessorsRequest;
|
|
44
|
+
output: ListStreamProcessorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListStreamProcessorsCommandInput;
|
|
48
|
+
output: ListStreamProcessorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListUsersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
36
|
+
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListUsersRequest;
|
|
40
|
+
output: ListUsersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListUsersCommandInput;
|
|
44
|
+
output: ListUsersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PutProjectPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PutProjectPolicyCommand extends PutProjectPolicyCommand_base {
|
|
39
|
+
export declare class PutProjectPolicyCommand extends PutProjectPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PutProjectPolicyRequest;
|
|
43
|
+
output: PutProjectPolicyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PutProjectPolicyCommandInput;
|
|
47
|
+
output: PutProjectPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RecognizeCelebritiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RecognizeCelebritiesCommand extends RecognizeCelebritiesCommand_base {
|
|
40
|
+
export declare class RecognizeCelebritiesCommand extends RecognizeCelebritiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RecognizeCelebritiesRequest;
|
|
44
|
+
output: RecognizeCelebritiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RecognizeCelebritiesCommandInput;
|
|
48
|
+
output: RecognizeCelebritiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchFacesByImageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchFacesByImageCommand extends SearchFacesByImageCommand_base {
|
|
40
|
+
export declare class SearchFacesByImageCommand extends SearchFacesByImageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchFacesByImageRequest;
|
|
44
|
+
output: SearchFacesByImageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchFacesByImageCommandInput;
|
|
48
|
+
output: SearchFacesByImageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SearchFacesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SearchFacesCommand extends SearchFacesCommand_base {
|
|
36
|
+
export declare class SearchFacesCommand extends SearchFacesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SearchFacesRequest;
|
|
40
|
+
output: SearchFacesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SearchFacesCommandInput;
|
|
44
|
+
output: SearchFacesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SearchUsersByImageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SearchUsersByImageCommand extends SearchUsersByImageCommand_base {
|
|
40
|
+
export declare class SearchUsersByImageCommand extends SearchUsersByImageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SearchUsersByImageRequest;
|
|
44
|
+
output: SearchUsersByImageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SearchUsersByImageCommandInput;
|
|
48
|
+
output: SearchUsersByImageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const SearchUsersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class SearchUsersCommand extends SearchUsersCommand_base {
|
|
36
|
+
export declare class SearchUsersCommand extends SearchUsersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: SearchUsersRequest;
|
|
40
|
+
output: SearchUsersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: SearchUsersCommandInput;
|
|
44
|
+
output: SearchUsersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartCelebrityRecognitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartCelebrityRecognitionCommand extends StartCelebrityRecognitionCommand_base {
|
|
40
|
+
export declare class StartCelebrityRecognitionCommand extends StartCelebrityRecognitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartCelebrityRecognitionRequest;
|
|
44
|
+
output: StartCelebrityRecognitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartCelebrityRecognitionCommandInput;
|
|
48
|
+
output: StartCelebrityRecognitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartContentModerationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartContentModerationCommand extends StartContentModerationCommand_base {
|
|
40
|
+
export declare class StartContentModerationCommand extends StartContentModerationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartContentModerationRequest;
|
|
44
|
+
output: StartContentModerationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartContentModerationCommandInput;
|
|
48
|
+
output: StartContentModerationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartFaceDetectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartFaceDetectionCommand extends StartFaceDetectionCommand_base {
|
|
40
|
+
export declare class StartFaceDetectionCommand extends StartFaceDetectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartFaceDetectionRequest;
|
|
44
|
+
output: StartFaceDetectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartFaceDetectionCommandInput;
|
|
48
|
+
output: StartFaceDetectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartFaceSearchCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartFaceSearchCommand extends StartFaceSearchCommand_base {
|
|
39
|
+
export declare class StartFaceSearchCommand extends StartFaceSearchCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartFaceSearchRequest;
|
|
43
|
+
output: StartFaceSearchResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartFaceSearchCommandInput;
|
|
47
|
+
output: StartFaceSearchCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartLabelDetectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartLabelDetectionCommand extends StartLabelDetectionCommand_base {
|
|
40
|
+
export declare class StartLabelDetectionCommand extends StartLabelDetectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartLabelDetectionRequest;
|
|
44
|
+
output: StartLabelDetectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartLabelDetectionCommandInput;
|
|
48
|
+
output: StartLabelDetectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartMediaAnalysisJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartMediaAnalysisJobCommand extends StartMediaAnalysisJobCommand_base {
|
|
40
|
+
export declare class StartMediaAnalysisJobCommand extends StartMediaAnalysisJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartMediaAnalysisJobRequest;
|
|
44
|
+
output: StartMediaAnalysisJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartMediaAnalysisJobCommandInput;
|
|
48
|
+
output: StartMediaAnalysisJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartPersonTrackingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartPersonTrackingCommand extends StartPersonTrackingCommand_base {
|
|
40
|
+
export declare class StartPersonTrackingCommand extends StartPersonTrackingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartPersonTrackingRequest;
|
|
44
|
+
output: StartPersonTrackingResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartPersonTrackingCommandInput;
|
|
48
|
+
output: StartPersonTrackingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartProjectVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartProjectVersionCommand extends StartProjectVersionCommand_base {
|
|
40
|
+
export declare class StartProjectVersionCommand extends StartProjectVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartProjectVersionRequest;
|
|
44
|
+
output: StartProjectVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartProjectVersionCommandInput;
|
|
48
|
+
output: StartProjectVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartSegmentDetectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartSegmentDetectionCommand extends StartSegmentDetectionCommand_base {
|
|
40
|
+
export declare class StartSegmentDetectionCommand extends StartSegmentDetectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartSegmentDetectionRequest;
|
|
44
|
+
output: StartSegmentDetectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartSegmentDetectionCommandInput;
|
|
48
|
+
output: StartSegmentDetectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartStreamProcessorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartStreamProcessorCommand extends StartStreamProcessorCommand_base {
|
|
40
|
+
export declare class StartStreamProcessorCommand extends StartStreamProcessorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartStreamProcessorRequest;
|
|
44
|
+
output: StartStreamProcessorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartStreamProcessorCommandInput;
|
|
48
|
+
output: StartStreamProcessorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartTextDetectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartTextDetectionCommand extends StartTextDetectionCommand_base {
|
|
40
|
+
export declare class StartTextDetectionCommand extends StartTextDetectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartTextDetectionRequest;
|
|
44
|
+
output: StartTextDetectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartTextDetectionCommandInput;
|
|
48
|
+
output: StartTextDetectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopProjectVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopProjectVersionCommand extends StopProjectVersionCommand_base {
|
|
40
|
+
export declare class StopProjectVersionCommand extends StopProjectVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopProjectVersionRequest;
|
|
44
|
+
output: StopProjectVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopProjectVersionCommandInput;
|
|
48
|
+
output: StopProjectVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopStreamProcessorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopStreamProcessorCommand extends StopStreamProcessorCommand_base {
|
|
40
|
+
export declare class StopStreamProcessorCommand extends StopStreamProcessorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopStreamProcessorRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopStreamProcessorCommandInput;
|
|
48
|
+
output: StopStreamProcessorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateDatasetEntriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateDatasetEntriesCommand extends UpdateDatasetEntriesCommand_base {
|
|
40
|
+
export declare class UpdateDatasetEntriesCommand extends UpdateDatasetEntriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateDatasetEntriesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateDatasetEntriesCommandInput;
|
|
48
|
+
output: UpdateDatasetEntriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateStreamProcessorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateStreamProcessorCommand extends UpdateStreamProcessorCommand_base {
|
|
40
|
+
export declare class UpdateStreamProcessorCommand extends UpdateStreamProcessorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateStreamProcessorRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateStreamProcessorCommandInput;
|
|
48
|
+
output: UpdateStreamProcessorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|