@aws-sdk/client-mturk 3.289.0 → 3.290.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/AcceptQualificationRequestCommand.d.ts +7 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +7 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +7 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +7 -0
- package/dist-types/commands/CreateHITCommand.d.ts +7 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +7 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +7 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +7 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +7 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +7 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +7 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +7 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +7 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +7 -0
- package/dist-types/commands/GetHITCommand.d.ts +7 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +7 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +7 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +7 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +7 -0
- package/dist-types/commands/ListHITsCommand.d.ts +7 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +7 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +7 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +7 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +7 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +7 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +7 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +7 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +7 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +7 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +7 -0
- package/dist-types/commands/SendBonusCommand.d.ts +7 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +7 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +7 -0
- package/package.json +29 -29
|
@@ -38,6 +38,13 @@ export interface AcceptQualificationRequestCommandOutput extends AcceptQualifica
|
|
|
38
38
|
* @see {@link AcceptQualificationRequestCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link RequestError} (client fault)
|
|
42
|
+
* <p>Your request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceFault} (server fault)
|
|
45
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
41
48
|
*/
|
|
42
49
|
export declare class AcceptQualificationRequestCommand extends $Command<AcceptQualificationRequestCommandInput, AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
|
|
43
50
|
readonly input: AcceptQualificationRequestCommandInput;
|
|
@@ -58,6 +58,13 @@ export interface ApproveAssignmentCommandOutput extends ApproveAssignmentRespons
|
|
|
58
58
|
* @see {@link ApproveAssignmentCommandOutput} for command's `response` shape.
|
|
59
59
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
60
60
|
*
|
|
61
|
+
* @throws {@link RequestError} (client fault)
|
|
62
|
+
* <p>Your request is invalid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceFault} (server fault)
|
|
65
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
61
68
|
*/
|
|
62
69
|
export declare class ApproveAssignmentCommand extends $Command<ApproveAssignmentCommandInput, ApproveAssignmentCommandOutput, MTurkClientResolvedConfig> {
|
|
63
70
|
readonly input: ApproveAssignmentCommandInput;
|
|
@@ -49,6 +49,13 @@ export interface AssociateQualificationWithWorkerCommandOutput extends Associate
|
|
|
49
49
|
* @see {@link AssociateQualificationWithWorkerCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link RequestError} (client fault)
|
|
53
|
+
* <p>Your request is invalid.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceFault} (server fault)
|
|
56
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
52
59
|
*/
|
|
53
60
|
export declare class AssociateQualificationWithWorkerCommand extends $Command<AssociateQualificationWithWorkerCommandInput, AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig> {
|
|
54
61
|
readonly input: AssociateQualificationWithWorkerCommandInput;
|
|
@@ -51,6 +51,13 @@ export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAd
|
|
|
51
51
|
* @see {@link CreateAdditionalAssignmentsForHITCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link RequestError} (client fault)
|
|
55
|
+
* <p>Your request is invalid.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceFault} (server fault)
|
|
58
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
54
61
|
*/
|
|
55
62
|
export declare class CreateAdditionalAssignmentsForHITCommand extends $Command<CreateAdditionalAssignmentsForHITCommandInput, CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateAdditionalAssignmentsForHITCommandInput;
|
|
@@ -45,6 +45,13 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
|
|
|
45
45
|
* @see {@link CreateHITCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link RequestError} (client fault)
|
|
49
|
+
* <p>Your request is invalid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceFault} (server fault)
|
|
52
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
48
55
|
*/
|
|
49
56
|
export declare class CreateHITCommand extends $Command<CreateHITCommandInput, CreateHITCommandOutput, MTurkClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateHITCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __Met
|
|
|
34
34
|
* @see {@link CreateHITTypeCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link RequestError} (client fault)
|
|
38
|
+
* <p>Your request is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceFault} (server fault)
|
|
41
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class CreateHITTypeCommand extends $Command<CreateHITTypeCommandInput, CreateHITTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
39
46
|
readonly input: CreateHITTypeCommandInput;
|
|
@@ -46,6 +46,13 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR
|
|
|
46
46
|
* @see {@link CreateHITWithHITTypeCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link RequestError} (client fault)
|
|
50
|
+
* <p>Your request is invalid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFault} (server fault)
|
|
53
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
49
56
|
*/
|
|
50
57
|
export declare class CreateHITWithHITTypeCommand extends $Command<CreateHITWithHITTypeCommandInput, CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
51
58
|
readonly input: CreateHITWithHITTypeCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface CreateQualificationTypeCommandOutput extends CreateQualificatio
|
|
|
35
35
|
* @see {@link CreateQualificationTypeCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link RequestError} (client fault)
|
|
39
|
+
* <p>Your request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFault} (server fault)
|
|
42
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class CreateQualificationTypeCommand extends $Command<CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
40
47
|
readonly input: CreateQualificationTypeCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockRespons
|
|
|
29
29
|
* @see {@link CreateWorkerBlockCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link RequestError} (client fault)
|
|
33
|
+
* <p>Your request is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceFault} (server fault)
|
|
36
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class CreateWorkerBlockCommand extends $Command<CreateWorkerBlockCommandInput, CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig> {
|
|
34
41
|
readonly input: CreateWorkerBlockCommandInput;
|
|
@@ -64,6 +64,13 @@ export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBea
|
|
|
64
64
|
* @see {@link DeleteHITCommandOutput} for command's `response` shape.
|
|
65
65
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
66
66
|
*
|
|
67
|
+
* @throws {@link RequestError} (client fault)
|
|
68
|
+
* <p>Your request is invalid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link ServiceFault} (server fault)
|
|
71
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
72
|
+
*
|
|
73
|
+
*
|
|
67
74
|
*/
|
|
68
75
|
export declare class DeleteHITCommand extends $Command<DeleteHITCommandInput, DeleteHITCommandOutput, MTurkClientResolvedConfig> {
|
|
69
76
|
readonly input: DeleteHITCommandInput;
|
|
@@ -47,6 +47,13 @@ export interface DeleteQualificationTypeCommandOutput extends DeleteQualificatio
|
|
|
47
47
|
* @see {@link DeleteQualificationTypeCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link RequestError} (client fault)
|
|
51
|
+
* <p>Your request is invalid.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceFault} (server fault)
|
|
54
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
50
57
|
*/
|
|
51
58
|
export declare class DeleteQualificationTypeCommand extends $Command<DeleteQualificationTypeCommandInput, DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
52
59
|
readonly input: DeleteQualificationTypeCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockRespons
|
|
|
29
29
|
* @see {@link DeleteWorkerBlockCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link RequestError} (client fault)
|
|
33
|
+
* <p>Your request is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceFault} (server fault)
|
|
36
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteWorkerBlockCommand extends $Command<DeleteWorkerBlockCommandInput, DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteWorkerBlockCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface DisassociateQualificationFromWorkerCommandOutput extends Disass
|
|
|
36
36
|
* @see {@link DisassociateQualificationFromWorkerCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link RequestError} (client fault)
|
|
40
|
+
* <p>Your request is invalid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceFault} (server fault)
|
|
43
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class DisassociateQualificationFromWorkerCommand extends $Command<DisassociateQualificationFromWorkerCommandInput, DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig> {
|
|
41
48
|
readonly input: DisassociateQualificationFromWorkerCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetAccountBalanceCommandOutput extends GetAccountBalanceRespons
|
|
|
31
31
|
* @see {@link GetAccountBalanceCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link RequestError} (client fault)
|
|
35
|
+
* <p>Your request is invalid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ServiceFault} (server fault)
|
|
38
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetAccountBalanceCommand extends $Command<GetAccountBalanceCommandInput, GetAccountBalanceCommandOutput, MTurkClientResolvedConfig> {
|
|
36
43
|
readonly input: GetAccountBalanceCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __Met
|
|
|
31
31
|
* @see {@link GetAssignmentCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link RequestError} (client fault)
|
|
35
|
+
* <p>Your request is invalid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ServiceFault} (server fault)
|
|
38
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetAssignmentCommand extends $Command<GetAssignmentCommandInput, GetAssignmentCommandOutput, MTurkClientResolvedConfig> {
|
|
36
43
|
readonly input: GetAssignmentCommandInput;
|
|
@@ -46,6 +46,13 @@ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse,
|
|
|
46
46
|
* @see {@link GetFileUploadURLCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link RequestError} (client fault)
|
|
50
|
+
* <p>Your request is invalid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceFault} (server fault)
|
|
53
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
49
56
|
*/
|
|
50
57
|
export declare class GetFileUploadURLCommand extends $Command<GetFileUploadURLCommandInput, GetFileUploadURLCommandOutput, MTurkClientResolvedConfig> {
|
|
51
58
|
readonly input: GetFileUploadURLCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {
|
|
|
31
31
|
* @see {@link GetHITCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link RequestError} (client fault)
|
|
35
|
+
* <p>Your request is invalid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ServiceFault} (server fault)
|
|
38
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetHITCommand extends $Command<GetHITCommandInput, GetHITCommandOutput, MTurkClientResolvedConfig> {
|
|
36
43
|
readonly input: GetHITCommandInput;
|
|
@@ -42,6 +42,13 @@ export interface GetQualificationScoreCommandOutput extends GetQualificationScor
|
|
|
42
42
|
* @see {@link GetQualificationScoreCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link RequestError} (client fault)
|
|
46
|
+
* <p>Your request is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceFault} (server fault)
|
|
49
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
45
52
|
*/
|
|
46
53
|
export declare class GetQualificationScoreCommand extends $Command<GetQualificationScoreCommandInput, GetQualificationScoreCommandOutput, MTurkClientResolvedConfig> {
|
|
47
54
|
readonly input: GetQualificationScoreCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface GetQualificationTypeCommandOutput extends GetQualificationTypeR
|
|
|
31
31
|
* @see {@link GetQualificationTypeCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link RequestError} (client fault)
|
|
35
|
+
* <p>Your request is invalid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ServiceFault} (server fault)
|
|
38
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class GetQualificationTypeCommand extends $Command<GetQualificationTypeCommandInput, GetQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
36
43
|
readonly input: GetQualificationTypeCommandInput;
|
|
@@ -55,6 +55,13 @@ export interface ListAssignmentsForHITCommandOutput extends ListAssignmentsForHI
|
|
|
55
55
|
* @see {@link ListAssignmentsForHITCommandOutput} for command's `response` shape.
|
|
56
56
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link RequestError} (client fault)
|
|
59
|
+
* <p>Your request is invalid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceFault} (server fault)
|
|
62
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
58
65
|
*/
|
|
59
66
|
export declare class ListAssignmentsForHITCommand extends $Command<ListAssignmentsForHITCommandInput, ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig> {
|
|
60
67
|
readonly input: ListAssignmentsForHITCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface ListBonusPaymentsCommandOutput extends ListBonusPaymentsRespons
|
|
|
34
34
|
* @see {@link ListBonusPaymentsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link RequestError} (client fault)
|
|
38
|
+
* <p>Your request is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceFault} (server fault)
|
|
41
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class ListBonusPaymentsCommand extends $Command<ListBonusPaymentsCommandInput, ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig> {
|
|
39
46
|
readonly input: ListBonusPaymentsCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBeare
|
|
|
35
35
|
* @see {@link ListHITsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link RequestError} (client fault)
|
|
39
|
+
* <p>Your request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFault} (server fault)
|
|
42
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class ListHITsCommand extends $Command<ListHITsCommandInput, ListHITsCommandOutput, MTurkClientResolvedConfig> {
|
|
40
47
|
readonly input: ListHITsCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface ListHITsForQualificationTypeCommandOutput extends ListHITsForQu
|
|
|
34
34
|
* @see {@link ListHITsForQualificationTypeCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link RequestError} (client fault)
|
|
38
|
+
* <p>Your request is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceFault} (server fault)
|
|
41
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class ListHITsForQualificationTypeCommand extends $Command<ListHITsForQualificationTypeCommandInput, ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
39
46
|
readonly input: ListHITsForQualificationTypeCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface ListQualificationRequestsCommandOutput extends ListQualificatio
|
|
|
36
36
|
* @see {@link ListQualificationRequestsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link RequestError} (client fault)
|
|
40
|
+
* <p>Your request is invalid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceFault} (server fault)
|
|
43
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class ListQualificationRequestsCommand extends $Command<ListQualificationRequestsCommandInput, ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig> {
|
|
41
48
|
readonly input: ListQualificationRequestsCommandInput;
|
|
@@ -34,6 +34,13 @@ export interface ListQualificationTypesCommandOutput extends ListQualificationTy
|
|
|
34
34
|
* @see {@link ListQualificationTypesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link RequestError} (client fault)
|
|
38
|
+
* <p>Your request is invalid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceFault} (server fault)
|
|
41
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
37
44
|
*/
|
|
38
45
|
export declare class ListQualificationTypesCommand extends $Command<ListQualificationTypesCommandInput, ListQualificationTypesCommandOutput, MTurkClientResolvedConfig> {
|
|
39
46
|
readonly input: ListQualificationTypesCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface ListReviewPolicyResultsForHITCommandOutput extends ListReviewPo
|
|
|
35
35
|
* @see {@link ListReviewPolicyResultsForHITCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link RequestError} (client fault)
|
|
39
|
+
* <p>Your request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFault} (server fault)
|
|
42
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class ListReviewPolicyResultsForHITCommand extends $Command<ListReviewPolicyResultsForHITCommandInput, ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig> {
|
|
40
47
|
readonly input: ListReviewPolicyResultsForHITCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListReviewableHITsCommandOutput extends ListReviewableHITsRespo
|
|
|
32
32
|
* @see {@link ListReviewableHITsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link RequestError} (client fault)
|
|
36
|
+
* <p>Your request is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFault} (server fault)
|
|
39
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListReviewableHITsCommand extends $Command<ListReviewableHITsCommandInput, ListReviewableHITsCommandOutput, MTurkClientResolvedConfig> {
|
|
37
44
|
readonly input: ListReviewableHITsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListWorkerBlocksCommandOutput extends ListWorkerBlocksResponse,
|
|
|
29
29
|
* @see {@link ListWorkerBlocksCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link RequestError} (client fault)
|
|
33
|
+
* <p>Your request is invalid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceFault} (server fault)
|
|
36
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListWorkerBlocksCommand extends $Command<ListWorkerBlocksCommandInput, ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig> {
|
|
34
41
|
readonly input: ListWorkerBlocksCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface ListWorkersWithQualificationTypeCommandOutput extends ListWorke
|
|
|
32
32
|
* @see {@link ListWorkersWithQualificationTypeCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link RequestError} (client fault)
|
|
36
|
+
* <p>Your request is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFault} (server fault)
|
|
39
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class ListWorkersWithQualificationTypeCommand extends $Command<ListWorkersWithQualificationTypeCommandInput, ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
37
44
|
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
@@ -38,6 +38,13 @@ export interface NotifyWorkersCommandOutput extends NotifyWorkersResponse, __Met
|
|
|
38
38
|
* @see {@link NotifyWorkersCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link RequestError} (client fault)
|
|
42
|
+
* <p>Your request is invalid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceFault} (server fault)
|
|
45
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
41
48
|
*/
|
|
42
49
|
export declare class NotifyWorkersCommand extends $Command<NotifyWorkersCommandInput, NotifyWorkersCommandOutput, MTurkClientResolvedConfig> {
|
|
43
50
|
readonly input: NotifyWorkersCommandInput;
|
|
@@ -41,6 +41,13 @@ export interface RejectAssignmentCommandOutput extends RejectAssignmentResponse,
|
|
|
41
41
|
* @see {@link RejectAssignmentCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link RequestError} (client fault)
|
|
45
|
+
* <p>Your request is invalid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceFault} (server fault)
|
|
48
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
44
51
|
*/
|
|
45
52
|
export declare class RejectAssignmentCommand extends $Command<RejectAssignmentCommandInput, RejectAssignmentCommandOutput, MTurkClientResolvedConfig> {
|
|
46
53
|
readonly input: RejectAssignmentCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface RejectQualificationRequestCommandOutput extends RejectQualifica
|
|
|
35
35
|
* @see {@link RejectQualificationRequestCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link RequestError} (client fault)
|
|
39
|
+
* <p>Your request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFault} (server fault)
|
|
42
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class RejectQualificationRequestCommand extends $Command<RejectQualificationRequestCommandInput, RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig> {
|
|
40
47
|
readonly input: RejectQualificationRequestCommandInput;
|
|
@@ -42,6 +42,13 @@ export interface SendBonusCommandOutput extends SendBonusResponse, __MetadataBea
|
|
|
42
42
|
* @see {@link SendBonusCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link RequestError} (client fault)
|
|
46
|
+
* <p>Your request is invalid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceFault} (server fault)
|
|
49
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
45
52
|
*/
|
|
46
53
|
export declare class SendBonusCommand extends $Command<SendBonusCommandInput, SendBonusCommandOutput, MTurkClientResolvedConfig> {
|
|
47
54
|
readonly input: SendBonusCommandInput;
|
|
@@ -35,6 +35,13 @@ export interface SendTestEventNotificationCommandOutput extends SendTestEventNot
|
|
|
35
35
|
* @see {@link SendTestEventNotificationCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link RequestError} (client fault)
|
|
39
|
+
* <p>Your request is invalid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceFault} (server fault)
|
|
42
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
38
45
|
*/
|
|
39
46
|
export declare class SendTestEventNotificationCommand extends $Command<SendTestEventNotificationCommandInput, SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig> {
|
|
40
47
|
readonly input: SendTestEventNotificationCommandInput;
|
|
@@ -32,6 +32,13 @@ export interface UpdateExpirationForHITCommandOutput extends UpdateExpirationFor
|
|
|
32
32
|
* @see {@link UpdateExpirationForHITCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link RequestError} (client fault)
|
|
36
|
+
* <p>Your request is invalid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceFault} (server fault)
|
|
39
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
35
42
|
*/
|
|
36
43
|
export declare class UpdateExpirationForHITCommand extends $Command<UpdateExpirationForHITCommandInput, UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig> {
|
|
37
44
|
readonly input: UpdateExpirationForHITCommandInput;
|
|
@@ -33,6 +33,13 @@ export interface UpdateHITReviewStatusCommandOutput extends UpdateHITReviewStatu
|
|
|
33
33
|
* @see {@link UpdateHITReviewStatusCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link RequestError} (client fault)
|
|
37
|
+
* <p>Your request is invalid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceFault} (server fault)
|
|
40
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class UpdateHITReviewStatusCommand extends $Command<UpdateHITReviewStatusCommandInput, UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig> {
|
|
38
45
|
readonly input: UpdateHITReviewStatusCommandInput;
|
|
@@ -36,6 +36,13 @@ export interface UpdateHITTypeOfHITCommandOutput extends UpdateHITTypeOfHITRespo
|
|
|
36
36
|
* @see {@link UpdateHITTypeOfHITCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link RequestError} (client fault)
|
|
40
|
+
* <p>Your request is invalid.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceFault} (server fault)
|
|
43
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
39
46
|
*/
|
|
40
47
|
export declare class UpdateHITTypeOfHITCommand extends $Command<UpdateHITTypeOfHITCommandInput, UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig> {
|
|
41
48
|
readonly input: UpdateHITTypeOfHITCommandInput;
|
|
@@ -40,6 +40,13 @@ export interface UpdateNotificationSettingsCommandOutput extends UpdateNotificat
|
|
|
40
40
|
* @see {@link UpdateNotificationSettingsCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link RequestError} (client fault)
|
|
44
|
+
* <p>Your request is invalid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceFault} (server fault)
|
|
47
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
43
50
|
*/
|
|
44
51
|
export declare class UpdateNotificationSettingsCommand extends $Command<UpdateNotificationSettingsCommandInput, UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig> {
|
|
45
52
|
readonly input: UpdateNotificationSettingsCommandInput;
|
|
@@ -61,6 +61,13 @@ export interface UpdateQualificationTypeCommandOutput extends UpdateQualificatio
|
|
|
61
61
|
* @see {@link UpdateQualificationTypeCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link MTurkClientResolvedConfig | config} for MTurkClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link RequestError} (client fault)
|
|
65
|
+
* <p>Your request is invalid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ServiceFault} (server fault)
|
|
68
|
+
* <p>Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
64
71
|
*/
|
|
65
72
|
export declare class UpdateQualificationTypeCommand extends $Command<UpdateQualificationTypeCommandInput, UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig> {
|
|
66
73
|
readonly input: UpdateQualificationTypeCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mturk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|