@aws-sdk/client-mturk 3.301.0 → 3.306.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/models/models_0.js +80 -93
- package/dist-es/models/models_0.js +80 -93
- package/dist-types/models/models_0.d.ts +145 -80
- package/dist-types/ts3.4/models/models_0.d.ts +103 -80
- package/package.json +34 -34
|
@@ -32,96 +32,83 @@ class ServiceFault extends MTurkServiceException_1.MTurkServiceException {
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
exports.ServiceFault = ServiceFault;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
ReviewActionStatus["Succeeded"] = "Succeeded";
|
|
116
|
-
})(ReviewActionStatus = exports.ReviewActionStatus || (exports.ReviewActionStatus = {}));
|
|
117
|
-
var NotifyWorkersFailureCode;
|
|
118
|
-
(function (NotifyWorkersFailureCode) {
|
|
119
|
-
NotifyWorkersFailureCode["HardFailure"] = "HardFailure";
|
|
120
|
-
NotifyWorkersFailureCode["SoftFailure"] = "SoftFailure";
|
|
121
|
-
})(NotifyWorkersFailureCode = exports.NotifyWorkersFailureCode || (exports.NotifyWorkersFailureCode = {}));
|
|
122
|
-
var NotificationTransport;
|
|
123
|
-
(function (NotificationTransport) {
|
|
124
|
-
NotificationTransport["Email"] = "Email";
|
|
125
|
-
NotificationTransport["SNS"] = "SNS";
|
|
126
|
-
NotificationTransport["SQS"] = "SQS";
|
|
127
|
-
})(NotificationTransport = exports.NotificationTransport || (exports.NotificationTransport = {}));
|
|
35
|
+
exports.AssignmentStatus = {
|
|
36
|
+
Approved: "Approved",
|
|
37
|
+
Rejected: "Rejected",
|
|
38
|
+
Submitted: "Submitted",
|
|
39
|
+
};
|
|
40
|
+
exports.Comparator = {
|
|
41
|
+
DoesNotExist: "DoesNotExist",
|
|
42
|
+
EqualTo: "EqualTo",
|
|
43
|
+
Exists: "Exists",
|
|
44
|
+
GreaterThan: "GreaterThan",
|
|
45
|
+
GreaterThanOrEqualTo: "GreaterThanOrEqualTo",
|
|
46
|
+
In: "In",
|
|
47
|
+
LessThan: "LessThan",
|
|
48
|
+
LessThanOrEqualTo: "LessThanOrEqualTo",
|
|
49
|
+
NotEqualTo: "NotEqualTo",
|
|
50
|
+
NotIn: "NotIn",
|
|
51
|
+
};
|
|
52
|
+
exports.HITAccessActions = {
|
|
53
|
+
Accept: "Accept",
|
|
54
|
+
DiscoverPreviewAndAccept: "DiscoverPreviewAndAccept",
|
|
55
|
+
PreviewAndAccept: "PreviewAndAccept",
|
|
56
|
+
};
|
|
57
|
+
exports.HITReviewStatus = {
|
|
58
|
+
MarkedForReview: "MarkedForReview",
|
|
59
|
+
NotReviewed: "NotReviewed",
|
|
60
|
+
ReviewedAppropriate: "ReviewedAppropriate",
|
|
61
|
+
ReviewedInappropriate: "ReviewedInappropriate",
|
|
62
|
+
};
|
|
63
|
+
exports.HITStatus = {
|
|
64
|
+
Assignable: "Assignable",
|
|
65
|
+
Disposed: "Disposed",
|
|
66
|
+
Reviewable: "Reviewable",
|
|
67
|
+
Reviewing: "Reviewing",
|
|
68
|
+
Unassignable: "Unassignable",
|
|
69
|
+
};
|
|
70
|
+
exports.QualificationTypeStatus = {
|
|
71
|
+
Active: "Active",
|
|
72
|
+
Inactive: "Inactive",
|
|
73
|
+
};
|
|
74
|
+
exports.EventType = {
|
|
75
|
+
AssignmentAbandoned: "AssignmentAbandoned",
|
|
76
|
+
AssignmentAccepted: "AssignmentAccepted",
|
|
77
|
+
AssignmentApproved: "AssignmentApproved",
|
|
78
|
+
AssignmentRejected: "AssignmentRejected",
|
|
79
|
+
AssignmentReturned: "AssignmentReturned",
|
|
80
|
+
AssignmentSubmitted: "AssignmentSubmitted",
|
|
81
|
+
HITCreated: "HITCreated",
|
|
82
|
+
HITDisposed: "HITDisposed",
|
|
83
|
+
HITExpired: "HITExpired",
|
|
84
|
+
HITExtended: "HITExtended",
|
|
85
|
+
HITReviewable: "HITReviewable",
|
|
86
|
+
Ping: "Ping",
|
|
87
|
+
};
|
|
88
|
+
exports.QualificationStatus = {
|
|
89
|
+
Granted: "Granted",
|
|
90
|
+
Revoked: "Revoked",
|
|
91
|
+
};
|
|
92
|
+
exports.ReviewableHITStatus = {
|
|
93
|
+
Reviewable: "Reviewable",
|
|
94
|
+
Reviewing: "Reviewing",
|
|
95
|
+
};
|
|
96
|
+
exports.ReviewPolicyLevel = {
|
|
97
|
+
Assignment: "Assignment",
|
|
98
|
+
HIT: "HIT",
|
|
99
|
+
};
|
|
100
|
+
exports.ReviewActionStatus = {
|
|
101
|
+
Cancelled: "Cancelled",
|
|
102
|
+
Failed: "Failed",
|
|
103
|
+
Intended: "Intended",
|
|
104
|
+
Succeeded: "Succeeded",
|
|
105
|
+
};
|
|
106
|
+
exports.NotifyWorkersFailureCode = {
|
|
107
|
+
HardFailure: "HardFailure",
|
|
108
|
+
SoftFailure: "SoftFailure",
|
|
109
|
+
};
|
|
110
|
+
exports.NotificationTransport = {
|
|
111
|
+
Email: "Email",
|
|
112
|
+
SNS: "SNS",
|
|
113
|
+
SQS: "SQS",
|
|
114
|
+
};
|
|
@@ -27,96 +27,83 @@ export class ServiceFault extends __BaseException {
|
|
|
27
27
|
this.TurkErrorCode = opts.TurkErrorCode;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
export
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
export
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
export
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
ReviewActionStatus["Succeeded"] = "Succeeded";
|
|
111
|
-
})(ReviewActionStatus || (ReviewActionStatus = {}));
|
|
112
|
-
export var NotifyWorkersFailureCode;
|
|
113
|
-
(function (NotifyWorkersFailureCode) {
|
|
114
|
-
NotifyWorkersFailureCode["HardFailure"] = "HardFailure";
|
|
115
|
-
NotifyWorkersFailureCode["SoftFailure"] = "SoftFailure";
|
|
116
|
-
})(NotifyWorkersFailureCode || (NotifyWorkersFailureCode = {}));
|
|
117
|
-
export var NotificationTransport;
|
|
118
|
-
(function (NotificationTransport) {
|
|
119
|
-
NotificationTransport["Email"] = "Email";
|
|
120
|
-
NotificationTransport["SNS"] = "SNS";
|
|
121
|
-
NotificationTransport["SQS"] = "SQS";
|
|
122
|
-
})(NotificationTransport || (NotificationTransport = {}));
|
|
30
|
+
export const AssignmentStatus = {
|
|
31
|
+
Approved: "Approved",
|
|
32
|
+
Rejected: "Rejected",
|
|
33
|
+
Submitted: "Submitted",
|
|
34
|
+
};
|
|
35
|
+
export const Comparator = {
|
|
36
|
+
DoesNotExist: "DoesNotExist",
|
|
37
|
+
EqualTo: "EqualTo",
|
|
38
|
+
Exists: "Exists",
|
|
39
|
+
GreaterThan: "GreaterThan",
|
|
40
|
+
GreaterThanOrEqualTo: "GreaterThanOrEqualTo",
|
|
41
|
+
In: "In",
|
|
42
|
+
LessThan: "LessThan",
|
|
43
|
+
LessThanOrEqualTo: "LessThanOrEqualTo",
|
|
44
|
+
NotEqualTo: "NotEqualTo",
|
|
45
|
+
NotIn: "NotIn",
|
|
46
|
+
};
|
|
47
|
+
export const HITAccessActions = {
|
|
48
|
+
Accept: "Accept",
|
|
49
|
+
DiscoverPreviewAndAccept: "DiscoverPreviewAndAccept",
|
|
50
|
+
PreviewAndAccept: "PreviewAndAccept",
|
|
51
|
+
};
|
|
52
|
+
export const HITReviewStatus = {
|
|
53
|
+
MarkedForReview: "MarkedForReview",
|
|
54
|
+
NotReviewed: "NotReviewed",
|
|
55
|
+
ReviewedAppropriate: "ReviewedAppropriate",
|
|
56
|
+
ReviewedInappropriate: "ReviewedInappropriate",
|
|
57
|
+
};
|
|
58
|
+
export const HITStatus = {
|
|
59
|
+
Assignable: "Assignable",
|
|
60
|
+
Disposed: "Disposed",
|
|
61
|
+
Reviewable: "Reviewable",
|
|
62
|
+
Reviewing: "Reviewing",
|
|
63
|
+
Unassignable: "Unassignable",
|
|
64
|
+
};
|
|
65
|
+
export const QualificationTypeStatus = {
|
|
66
|
+
Active: "Active",
|
|
67
|
+
Inactive: "Inactive",
|
|
68
|
+
};
|
|
69
|
+
export const EventType = {
|
|
70
|
+
AssignmentAbandoned: "AssignmentAbandoned",
|
|
71
|
+
AssignmentAccepted: "AssignmentAccepted",
|
|
72
|
+
AssignmentApproved: "AssignmentApproved",
|
|
73
|
+
AssignmentRejected: "AssignmentRejected",
|
|
74
|
+
AssignmentReturned: "AssignmentReturned",
|
|
75
|
+
AssignmentSubmitted: "AssignmentSubmitted",
|
|
76
|
+
HITCreated: "HITCreated",
|
|
77
|
+
HITDisposed: "HITDisposed",
|
|
78
|
+
HITExpired: "HITExpired",
|
|
79
|
+
HITExtended: "HITExtended",
|
|
80
|
+
HITReviewable: "HITReviewable",
|
|
81
|
+
Ping: "Ping",
|
|
82
|
+
};
|
|
83
|
+
export const QualificationStatus = {
|
|
84
|
+
Granted: "Granted",
|
|
85
|
+
Revoked: "Revoked",
|
|
86
|
+
};
|
|
87
|
+
export const ReviewableHITStatus = {
|
|
88
|
+
Reviewable: "Reviewable",
|
|
89
|
+
Reviewing: "Reviewing",
|
|
90
|
+
};
|
|
91
|
+
export const ReviewPolicyLevel = {
|
|
92
|
+
Assignment: "Assignment",
|
|
93
|
+
HIT: "HIT",
|
|
94
|
+
};
|
|
95
|
+
export const ReviewActionStatus = {
|
|
96
|
+
Cancelled: "Cancelled",
|
|
97
|
+
Failed: "Failed",
|
|
98
|
+
Intended: "Intended",
|
|
99
|
+
Succeeded: "Succeeded",
|
|
100
|
+
};
|
|
101
|
+
export const NotifyWorkersFailureCode = {
|
|
102
|
+
HardFailure: "HardFailure",
|
|
103
|
+
SoftFailure: "SoftFailure",
|
|
104
|
+
};
|
|
105
|
+
export const NotificationTransport = {
|
|
106
|
+
Email: "Email",
|
|
107
|
+
SNS: "SNS",
|
|
108
|
+
SQS: "SQS",
|
|
109
|
+
};
|
|
@@ -79,12 +79,17 @@ export interface ApproveAssignmentResponse {
|
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* @public
|
|
82
|
+
* @enum
|
|
82
83
|
*/
|
|
83
|
-
export declare
|
|
84
|
-
Approved
|
|
85
|
-
Rejected
|
|
86
|
-
Submitted
|
|
87
|
-
}
|
|
84
|
+
export declare const AssignmentStatus: {
|
|
85
|
+
readonly Approved: "Approved";
|
|
86
|
+
readonly Rejected: "Rejected";
|
|
87
|
+
readonly Submitted: "Submitted";
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
|
|
88
93
|
/**
|
|
89
94
|
* @public
|
|
90
95
|
* <p> The Assignment data structure represents a single assignment
|
|
@@ -223,19 +228,24 @@ export interface BonusPayment {
|
|
|
223
228
|
}
|
|
224
229
|
/**
|
|
225
230
|
* @public
|
|
231
|
+
* @enum
|
|
226
232
|
*/
|
|
227
|
-
export declare
|
|
228
|
-
DoesNotExist
|
|
229
|
-
EqualTo
|
|
230
|
-
Exists
|
|
231
|
-
GreaterThan
|
|
232
|
-
GreaterThanOrEqualTo
|
|
233
|
-
In
|
|
234
|
-
LessThan
|
|
235
|
-
LessThanOrEqualTo
|
|
236
|
-
NotEqualTo
|
|
237
|
-
NotIn
|
|
238
|
-
}
|
|
233
|
+
export declare const Comparator: {
|
|
234
|
+
readonly DoesNotExist: "DoesNotExist";
|
|
235
|
+
readonly EqualTo: "EqualTo";
|
|
236
|
+
readonly Exists: "Exists";
|
|
237
|
+
readonly GreaterThan: "GreaterThan";
|
|
238
|
+
readonly GreaterThanOrEqualTo: "GreaterThanOrEqualTo";
|
|
239
|
+
readonly In: "In";
|
|
240
|
+
readonly LessThan: "LessThan";
|
|
241
|
+
readonly LessThanOrEqualTo: "LessThanOrEqualTo";
|
|
242
|
+
readonly NotEqualTo: "NotEqualTo";
|
|
243
|
+
readonly NotIn: "NotIn";
|
|
244
|
+
};
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export type Comparator = (typeof Comparator)[keyof typeof Comparator];
|
|
239
249
|
/**
|
|
240
250
|
* @public
|
|
241
251
|
*/
|
|
@@ -349,12 +359,17 @@ export interface HITLayoutParameter {
|
|
|
349
359
|
}
|
|
350
360
|
/**
|
|
351
361
|
* @public
|
|
362
|
+
* @enum
|
|
352
363
|
*/
|
|
353
|
-
export declare
|
|
354
|
-
Accept
|
|
355
|
-
DiscoverPreviewAndAccept
|
|
356
|
-
PreviewAndAccept
|
|
357
|
-
}
|
|
364
|
+
export declare const HITAccessActions: {
|
|
365
|
+
readonly Accept: "Accept";
|
|
366
|
+
readonly DiscoverPreviewAndAccept: "DiscoverPreviewAndAccept";
|
|
367
|
+
readonly PreviewAndAccept: "PreviewAndAccept";
|
|
368
|
+
};
|
|
369
|
+
/**
|
|
370
|
+
* @public
|
|
371
|
+
*/
|
|
372
|
+
export type HITAccessActions = (typeof HITAccessActions)[keyof typeof HITAccessActions];
|
|
358
373
|
/**
|
|
359
374
|
* @public
|
|
360
375
|
* <p>The Locale data structure represents a geographical region or location.</p>
|
|
@@ -622,23 +637,33 @@ export interface CreateHITRequest {
|
|
|
622
637
|
}
|
|
623
638
|
/**
|
|
624
639
|
* @public
|
|
640
|
+
* @enum
|
|
625
641
|
*/
|
|
626
|
-
export declare
|
|
627
|
-
MarkedForReview
|
|
628
|
-
NotReviewed
|
|
629
|
-
ReviewedAppropriate
|
|
630
|
-
ReviewedInappropriate
|
|
631
|
-
}
|
|
642
|
+
export declare const HITReviewStatus: {
|
|
643
|
+
readonly MarkedForReview: "MarkedForReview";
|
|
644
|
+
readonly NotReviewed: "NotReviewed";
|
|
645
|
+
readonly ReviewedAppropriate: "ReviewedAppropriate";
|
|
646
|
+
readonly ReviewedInappropriate: "ReviewedInappropriate";
|
|
647
|
+
};
|
|
632
648
|
/**
|
|
633
649
|
* @public
|
|
634
650
|
*/
|
|
635
|
-
export
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
651
|
+
export type HITReviewStatus = (typeof HITReviewStatus)[keyof typeof HITReviewStatus];
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
* @enum
|
|
655
|
+
*/
|
|
656
|
+
export declare const HITStatus: {
|
|
657
|
+
readonly Assignable: "Assignable";
|
|
658
|
+
readonly Disposed: "Disposed";
|
|
659
|
+
readonly Reviewable: "Reviewable";
|
|
660
|
+
readonly Reviewing: "Reviewing";
|
|
661
|
+
readonly Unassignable: "Unassignable";
|
|
662
|
+
};
|
|
663
|
+
/**
|
|
664
|
+
* @public
|
|
665
|
+
*/
|
|
666
|
+
export type HITStatus = (typeof HITStatus)[keyof typeof HITStatus];
|
|
642
667
|
/**
|
|
643
668
|
* @public
|
|
644
669
|
* <p> The HIT data structure represents a single HIT, including
|
|
@@ -961,11 +986,16 @@ export interface CreateHITWithHITTypeResponse {
|
|
|
961
986
|
}
|
|
962
987
|
/**
|
|
963
988
|
* @public
|
|
989
|
+
* @enum
|
|
964
990
|
*/
|
|
965
|
-
export declare
|
|
966
|
-
Active
|
|
967
|
-
Inactive
|
|
968
|
-
}
|
|
991
|
+
export declare const QualificationTypeStatus: {
|
|
992
|
+
readonly Active: "Active";
|
|
993
|
+
readonly Inactive: "Inactive";
|
|
994
|
+
};
|
|
995
|
+
/**
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
export type QualificationTypeStatus = (typeof QualificationTypeStatus)[keyof typeof QualificationTypeStatus];
|
|
969
999
|
/**
|
|
970
1000
|
* @public
|
|
971
1001
|
*/
|
|
@@ -1251,21 +1281,26 @@ export interface DisassociateQualificationFromWorkerResponse {
|
|
|
1251
1281
|
}
|
|
1252
1282
|
/**
|
|
1253
1283
|
* @public
|
|
1284
|
+
* @enum
|
|
1254
1285
|
*/
|
|
1255
|
-
export declare
|
|
1256
|
-
AssignmentAbandoned
|
|
1257
|
-
AssignmentAccepted
|
|
1258
|
-
AssignmentApproved
|
|
1259
|
-
AssignmentRejected
|
|
1260
|
-
AssignmentReturned
|
|
1261
|
-
AssignmentSubmitted
|
|
1262
|
-
HITCreated
|
|
1263
|
-
HITDisposed
|
|
1264
|
-
HITExpired
|
|
1265
|
-
HITExtended
|
|
1266
|
-
HITReviewable
|
|
1267
|
-
Ping
|
|
1268
|
-
}
|
|
1286
|
+
export declare const EventType: {
|
|
1287
|
+
readonly AssignmentAbandoned: "AssignmentAbandoned";
|
|
1288
|
+
readonly AssignmentAccepted: "AssignmentAccepted";
|
|
1289
|
+
readonly AssignmentApproved: "AssignmentApproved";
|
|
1290
|
+
readonly AssignmentRejected: "AssignmentRejected";
|
|
1291
|
+
readonly AssignmentReturned: "AssignmentReturned";
|
|
1292
|
+
readonly AssignmentSubmitted: "AssignmentSubmitted";
|
|
1293
|
+
readonly HITCreated: "HITCreated";
|
|
1294
|
+
readonly HITDisposed: "HITDisposed";
|
|
1295
|
+
readonly HITExpired: "HITExpired";
|
|
1296
|
+
readonly HITExtended: "HITExtended";
|
|
1297
|
+
readonly HITReviewable: "HITReviewable";
|
|
1298
|
+
readonly Ping: "Ping";
|
|
1299
|
+
};
|
|
1300
|
+
/**
|
|
1301
|
+
* @public
|
|
1302
|
+
*/
|
|
1303
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
1269
1304
|
/**
|
|
1270
1305
|
* @public
|
|
1271
1306
|
*/
|
|
@@ -1368,11 +1403,16 @@ export interface GetQualificationScoreRequest {
|
|
|
1368
1403
|
}
|
|
1369
1404
|
/**
|
|
1370
1405
|
* @public
|
|
1406
|
+
* @enum
|
|
1371
1407
|
*/
|
|
1372
|
-
export declare
|
|
1373
|
-
Granted
|
|
1374
|
-
Revoked
|
|
1375
|
-
}
|
|
1408
|
+
export declare const QualificationStatus: {
|
|
1409
|
+
readonly Granted: "Granted";
|
|
1410
|
+
readonly Revoked: "Revoked";
|
|
1411
|
+
};
|
|
1412
|
+
/**
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
export type QualificationStatus = (typeof QualificationStatus)[keyof typeof QualificationStatus];
|
|
1376
1416
|
/**
|
|
1377
1417
|
* @public
|
|
1378
1418
|
* <p>The Qualification data structure represents a Qualification
|
|
@@ -1768,11 +1808,16 @@ export interface ListQualificationTypesResponse {
|
|
|
1768
1808
|
}
|
|
1769
1809
|
/**
|
|
1770
1810
|
* @public
|
|
1811
|
+
* @enum
|
|
1771
1812
|
*/
|
|
1772
|
-
export declare
|
|
1773
|
-
Reviewable
|
|
1774
|
-
Reviewing
|
|
1775
|
-
}
|
|
1813
|
+
export declare const ReviewableHITStatus: {
|
|
1814
|
+
readonly Reviewable: "Reviewable";
|
|
1815
|
+
readonly Reviewing: "Reviewing";
|
|
1816
|
+
};
|
|
1817
|
+
/**
|
|
1818
|
+
* @public
|
|
1819
|
+
*/
|
|
1820
|
+
export type ReviewableHITStatus = (typeof ReviewableHITStatus)[keyof typeof ReviewableHITStatus];
|
|
1776
1821
|
/**
|
|
1777
1822
|
* @public
|
|
1778
1823
|
*/
|
|
@@ -1826,11 +1871,16 @@ export interface ListReviewableHITsResponse {
|
|
|
1826
1871
|
}
|
|
1827
1872
|
/**
|
|
1828
1873
|
* @public
|
|
1874
|
+
* @enum
|
|
1829
1875
|
*/
|
|
1830
|
-
export declare
|
|
1831
|
-
Assignment
|
|
1832
|
-
HIT
|
|
1833
|
-
}
|
|
1876
|
+
export declare const ReviewPolicyLevel: {
|
|
1877
|
+
readonly Assignment: "Assignment";
|
|
1878
|
+
readonly HIT: "HIT";
|
|
1879
|
+
};
|
|
1880
|
+
/**
|
|
1881
|
+
* @public
|
|
1882
|
+
*/
|
|
1883
|
+
export type ReviewPolicyLevel = (typeof ReviewPolicyLevel)[keyof typeof ReviewPolicyLevel];
|
|
1834
1884
|
/**
|
|
1835
1885
|
* @public
|
|
1836
1886
|
*/
|
|
@@ -1871,13 +1921,18 @@ export interface ListReviewPolicyResultsForHITRequest {
|
|
|
1871
1921
|
}
|
|
1872
1922
|
/**
|
|
1873
1923
|
* @public
|
|
1924
|
+
* @enum
|
|
1874
1925
|
*/
|
|
1875
|
-
export declare
|
|
1876
|
-
Cancelled
|
|
1877
|
-
Failed
|
|
1878
|
-
Intended
|
|
1879
|
-
Succeeded
|
|
1880
|
-
}
|
|
1926
|
+
export declare const ReviewActionStatus: {
|
|
1927
|
+
readonly Cancelled: "Cancelled";
|
|
1928
|
+
readonly Failed: "Failed";
|
|
1929
|
+
readonly Intended: "Intended";
|
|
1930
|
+
readonly Succeeded: "Succeeded";
|
|
1931
|
+
};
|
|
1932
|
+
/**
|
|
1933
|
+
* @public
|
|
1934
|
+
*/
|
|
1935
|
+
export type ReviewActionStatus = (typeof ReviewActionStatus)[keyof typeof ReviewActionStatus];
|
|
1881
1936
|
/**
|
|
1882
1937
|
* @public
|
|
1883
1938
|
* <p> Both the AssignmentReviewReport and the HITReviewReport
|
|
@@ -2154,11 +2209,16 @@ export interface NotifyWorkersRequest {
|
|
|
2154
2209
|
}
|
|
2155
2210
|
/**
|
|
2156
2211
|
* @public
|
|
2212
|
+
* @enum
|
|
2157
2213
|
*/
|
|
2158
|
-
export declare
|
|
2159
|
-
HardFailure
|
|
2160
|
-
SoftFailure
|
|
2161
|
-
}
|
|
2214
|
+
export declare const NotifyWorkersFailureCode: {
|
|
2215
|
+
readonly HardFailure: "HardFailure";
|
|
2216
|
+
readonly SoftFailure: "SoftFailure";
|
|
2217
|
+
};
|
|
2218
|
+
/**
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
export type NotifyWorkersFailureCode = (typeof NotifyWorkersFailureCode)[keyof typeof NotifyWorkersFailureCode];
|
|
2162
2222
|
/**
|
|
2163
2223
|
* @public
|
|
2164
2224
|
* <p> When MTurk encounters an issue with notifying the Workers
|
|
@@ -2281,12 +2341,17 @@ export interface SendBonusResponse {
|
|
|
2281
2341
|
}
|
|
2282
2342
|
/**
|
|
2283
2343
|
* @public
|
|
2344
|
+
* @enum
|
|
2284
2345
|
*/
|
|
2285
|
-
export declare
|
|
2286
|
-
Email
|
|
2287
|
-
SNS
|
|
2288
|
-
SQS
|
|
2289
|
-
}
|
|
2346
|
+
export declare const NotificationTransport: {
|
|
2347
|
+
readonly Email: "Email";
|
|
2348
|
+
readonly SNS: "SNS";
|
|
2349
|
+
readonly SQS: "SQS";
|
|
2350
|
+
};
|
|
2351
|
+
/**
|
|
2352
|
+
* @public
|
|
2353
|
+
*/
|
|
2354
|
+
export type NotificationTransport = (typeof NotificationTransport)[keyof typeof NotificationTransport];
|
|
2290
2355
|
/**
|
|
2291
2356
|
* @public
|
|
2292
2357
|
* <p>The NotificationSpecification data structure describes a HIT
|
|
@@ -25,11 +25,13 @@ export interface ApproveAssignmentRequest {
|
|
|
25
25
|
OverrideRejection?: boolean;
|
|
26
26
|
}
|
|
27
27
|
export interface ApproveAssignmentResponse {}
|
|
28
|
-
export declare
|
|
29
|
-
Approved
|
|
30
|
-
Rejected
|
|
31
|
-
Submitted
|
|
32
|
-
}
|
|
28
|
+
export declare const AssignmentStatus: {
|
|
29
|
+
readonly Approved: "Approved";
|
|
30
|
+
readonly Rejected: "Rejected";
|
|
31
|
+
readonly Submitted: "Submitted";
|
|
32
|
+
};
|
|
33
|
+
export type AssignmentStatus =
|
|
34
|
+
(typeof AssignmentStatus)[keyof typeof AssignmentStatus];
|
|
33
35
|
export interface Assignment {
|
|
34
36
|
AssignmentId?: string;
|
|
35
37
|
WorkerId?: string;
|
|
@@ -58,18 +60,19 @@ export interface BonusPayment {
|
|
|
58
60
|
Reason?: string;
|
|
59
61
|
GrantTime?: Date;
|
|
60
62
|
}
|
|
61
|
-
export declare
|
|
62
|
-
DoesNotExist
|
|
63
|
-
EqualTo
|
|
64
|
-
Exists
|
|
65
|
-
GreaterThan
|
|
66
|
-
GreaterThanOrEqualTo
|
|
67
|
-
In
|
|
68
|
-
LessThan
|
|
69
|
-
LessThanOrEqualTo
|
|
70
|
-
NotEqualTo
|
|
71
|
-
NotIn
|
|
72
|
-
}
|
|
63
|
+
export declare const Comparator: {
|
|
64
|
+
readonly DoesNotExist: "DoesNotExist";
|
|
65
|
+
readonly EqualTo: "EqualTo";
|
|
66
|
+
readonly Exists: "Exists";
|
|
67
|
+
readonly GreaterThan: "GreaterThan";
|
|
68
|
+
readonly GreaterThanOrEqualTo: "GreaterThanOrEqualTo";
|
|
69
|
+
readonly In: "In";
|
|
70
|
+
readonly LessThan: "LessThan";
|
|
71
|
+
readonly LessThanOrEqualTo: "LessThanOrEqualTo";
|
|
72
|
+
readonly NotEqualTo: "NotEqualTo";
|
|
73
|
+
readonly NotIn: "NotIn";
|
|
74
|
+
};
|
|
75
|
+
export type Comparator = (typeof Comparator)[keyof typeof Comparator];
|
|
73
76
|
export interface CreateAdditionalAssignmentsForHITRequest {
|
|
74
77
|
HITId: string | undefined;
|
|
75
78
|
NumberOfAdditionalAssignments: number | undefined;
|
|
@@ -93,11 +96,13 @@ export interface HITLayoutParameter {
|
|
|
93
96
|
Name: string | undefined;
|
|
94
97
|
Value: string | undefined;
|
|
95
98
|
}
|
|
96
|
-
export declare
|
|
97
|
-
Accept
|
|
98
|
-
DiscoverPreviewAndAccept
|
|
99
|
-
PreviewAndAccept
|
|
100
|
-
}
|
|
99
|
+
export declare const HITAccessActions: {
|
|
100
|
+
readonly Accept: "Accept";
|
|
101
|
+
readonly DiscoverPreviewAndAccept: "DiscoverPreviewAndAccept";
|
|
102
|
+
readonly PreviewAndAccept: "PreviewAndAccept";
|
|
103
|
+
};
|
|
104
|
+
export type HITAccessActions =
|
|
105
|
+
(typeof HITAccessActions)[keyof typeof HITAccessActions];
|
|
101
106
|
export interface Locale {
|
|
102
107
|
Country: string | undefined;
|
|
103
108
|
Subdivision?: string;
|
|
@@ -128,19 +133,22 @@ export interface CreateHITRequest {
|
|
|
128
133
|
HITLayoutId?: string;
|
|
129
134
|
HITLayoutParameters?: HITLayoutParameter[];
|
|
130
135
|
}
|
|
131
|
-
export declare
|
|
132
|
-
MarkedForReview
|
|
133
|
-
NotReviewed
|
|
134
|
-
ReviewedAppropriate
|
|
135
|
-
ReviewedInappropriate
|
|
136
|
-
}
|
|
137
|
-
export
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
136
|
+
export declare const HITReviewStatus: {
|
|
137
|
+
readonly MarkedForReview: "MarkedForReview";
|
|
138
|
+
readonly NotReviewed: "NotReviewed";
|
|
139
|
+
readonly ReviewedAppropriate: "ReviewedAppropriate";
|
|
140
|
+
readonly ReviewedInappropriate: "ReviewedInappropriate";
|
|
141
|
+
};
|
|
142
|
+
export type HITReviewStatus =
|
|
143
|
+
(typeof HITReviewStatus)[keyof typeof HITReviewStatus];
|
|
144
|
+
export declare const HITStatus: {
|
|
145
|
+
readonly Assignable: "Assignable";
|
|
146
|
+
readonly Disposed: "Disposed";
|
|
147
|
+
readonly Reviewable: "Reviewable";
|
|
148
|
+
readonly Reviewing: "Reviewing";
|
|
149
|
+
readonly Unassignable: "Unassignable";
|
|
150
|
+
};
|
|
151
|
+
export type HITStatus = (typeof HITStatus)[keyof typeof HITStatus];
|
|
144
152
|
export interface HIT {
|
|
145
153
|
HITId?: string;
|
|
146
154
|
HITTypeId?: string;
|
|
@@ -194,10 +202,12 @@ export interface CreateHITWithHITTypeRequest {
|
|
|
194
202
|
export interface CreateHITWithHITTypeResponse {
|
|
195
203
|
HIT?: HIT;
|
|
196
204
|
}
|
|
197
|
-
export declare
|
|
198
|
-
Active
|
|
199
|
-
Inactive
|
|
200
|
-
}
|
|
205
|
+
export declare const QualificationTypeStatus: {
|
|
206
|
+
readonly Active: "Active";
|
|
207
|
+
readonly Inactive: "Inactive";
|
|
208
|
+
};
|
|
209
|
+
export type QualificationTypeStatus =
|
|
210
|
+
(typeof QualificationTypeStatus)[keyof typeof QualificationTypeStatus];
|
|
201
211
|
export interface CreateQualificationTypeRequest {
|
|
202
212
|
Name: string | undefined;
|
|
203
213
|
Keywords?: string;
|
|
@@ -252,20 +262,21 @@ export interface DisassociateQualificationFromWorkerRequest {
|
|
|
252
262
|
Reason?: string;
|
|
253
263
|
}
|
|
254
264
|
export interface DisassociateQualificationFromWorkerResponse {}
|
|
255
|
-
export declare
|
|
256
|
-
AssignmentAbandoned
|
|
257
|
-
AssignmentAccepted
|
|
258
|
-
AssignmentApproved
|
|
259
|
-
AssignmentRejected
|
|
260
|
-
AssignmentReturned
|
|
261
|
-
AssignmentSubmitted
|
|
262
|
-
HITCreated
|
|
263
|
-
HITDisposed
|
|
264
|
-
HITExpired
|
|
265
|
-
HITExtended
|
|
266
|
-
HITReviewable
|
|
267
|
-
Ping
|
|
268
|
-
}
|
|
265
|
+
export declare const EventType: {
|
|
266
|
+
readonly AssignmentAbandoned: "AssignmentAbandoned";
|
|
267
|
+
readonly AssignmentAccepted: "AssignmentAccepted";
|
|
268
|
+
readonly AssignmentApproved: "AssignmentApproved";
|
|
269
|
+
readonly AssignmentRejected: "AssignmentRejected";
|
|
270
|
+
readonly AssignmentReturned: "AssignmentReturned";
|
|
271
|
+
readonly AssignmentSubmitted: "AssignmentSubmitted";
|
|
272
|
+
readonly HITCreated: "HITCreated";
|
|
273
|
+
readonly HITDisposed: "HITDisposed";
|
|
274
|
+
readonly HITExpired: "HITExpired";
|
|
275
|
+
readonly HITExtended: "HITExtended";
|
|
276
|
+
readonly HITReviewable: "HITReviewable";
|
|
277
|
+
readonly Ping: "Ping";
|
|
278
|
+
};
|
|
279
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
269
280
|
export interface GetAccountBalanceRequest {}
|
|
270
281
|
export interface GetAccountBalanceResponse {
|
|
271
282
|
AvailableBalance?: string;
|
|
@@ -295,10 +306,12 @@ export interface GetQualificationScoreRequest {
|
|
|
295
306
|
QualificationTypeId: string | undefined;
|
|
296
307
|
WorkerId: string | undefined;
|
|
297
308
|
}
|
|
298
|
-
export declare
|
|
299
|
-
Granted
|
|
300
|
-
Revoked
|
|
301
|
-
}
|
|
309
|
+
export declare const QualificationStatus: {
|
|
310
|
+
readonly Granted: "Granted";
|
|
311
|
+
readonly Revoked: "Revoked";
|
|
312
|
+
};
|
|
313
|
+
export type QualificationStatus =
|
|
314
|
+
(typeof QualificationStatus)[keyof typeof QualificationStatus];
|
|
302
315
|
export interface Qualification {
|
|
303
316
|
QualificationTypeId?: string;
|
|
304
317
|
WorkerId?: string;
|
|
@@ -387,10 +400,12 @@ export interface ListQualificationTypesResponse {
|
|
|
387
400
|
NextToken?: string;
|
|
388
401
|
QualificationTypes?: QualificationType[];
|
|
389
402
|
}
|
|
390
|
-
export declare
|
|
391
|
-
Reviewable
|
|
392
|
-
Reviewing
|
|
393
|
-
}
|
|
403
|
+
export declare const ReviewableHITStatus: {
|
|
404
|
+
readonly Reviewable: "Reviewable";
|
|
405
|
+
readonly Reviewing: "Reviewing";
|
|
406
|
+
};
|
|
407
|
+
export type ReviewableHITStatus =
|
|
408
|
+
(typeof ReviewableHITStatus)[keyof typeof ReviewableHITStatus];
|
|
394
409
|
export interface ListReviewableHITsRequest {
|
|
395
410
|
HITTypeId?: string;
|
|
396
411
|
Status?: ReviewableHITStatus | string;
|
|
@@ -402,10 +417,12 @@ export interface ListReviewableHITsResponse {
|
|
|
402
417
|
NumResults?: number;
|
|
403
418
|
HITs?: HIT[];
|
|
404
419
|
}
|
|
405
|
-
export declare
|
|
406
|
-
Assignment
|
|
407
|
-
HIT
|
|
408
|
-
}
|
|
420
|
+
export declare const ReviewPolicyLevel: {
|
|
421
|
+
readonly Assignment: "Assignment";
|
|
422
|
+
readonly HIT: "HIT";
|
|
423
|
+
};
|
|
424
|
+
export type ReviewPolicyLevel =
|
|
425
|
+
(typeof ReviewPolicyLevel)[keyof typeof ReviewPolicyLevel];
|
|
409
426
|
export interface ListReviewPolicyResultsForHITRequest {
|
|
410
427
|
HITId: string | undefined;
|
|
411
428
|
PolicyLevels?: (ReviewPolicyLevel | string)[];
|
|
@@ -414,12 +431,14 @@ export interface ListReviewPolicyResultsForHITRequest {
|
|
|
414
431
|
NextToken?: string;
|
|
415
432
|
MaxResults?: number;
|
|
416
433
|
}
|
|
417
|
-
export declare
|
|
418
|
-
Cancelled
|
|
419
|
-
Failed
|
|
420
|
-
Intended
|
|
421
|
-
Succeeded
|
|
422
|
-
}
|
|
434
|
+
export declare const ReviewActionStatus: {
|
|
435
|
+
readonly Cancelled: "Cancelled";
|
|
436
|
+
readonly Failed: "Failed";
|
|
437
|
+
readonly Intended: "Intended";
|
|
438
|
+
readonly Succeeded: "Succeeded";
|
|
439
|
+
};
|
|
440
|
+
export type ReviewActionStatus =
|
|
441
|
+
(typeof ReviewActionStatus)[keyof typeof ReviewActionStatus];
|
|
423
442
|
export interface ReviewActionDetail {
|
|
424
443
|
ActionId?: string;
|
|
425
444
|
ActionName?: string;
|
|
@@ -479,10 +498,12 @@ export interface NotifyWorkersRequest {
|
|
|
479
498
|
MessageText: string | undefined;
|
|
480
499
|
WorkerIds: string[] | undefined;
|
|
481
500
|
}
|
|
482
|
-
export declare
|
|
483
|
-
HardFailure
|
|
484
|
-
SoftFailure
|
|
485
|
-
}
|
|
501
|
+
export declare const NotifyWorkersFailureCode: {
|
|
502
|
+
readonly HardFailure: "HardFailure";
|
|
503
|
+
readonly SoftFailure: "SoftFailure";
|
|
504
|
+
};
|
|
505
|
+
export type NotifyWorkersFailureCode =
|
|
506
|
+
(typeof NotifyWorkersFailureCode)[keyof typeof NotifyWorkersFailureCode];
|
|
486
507
|
export interface NotifyWorkersFailureStatus {
|
|
487
508
|
NotifyWorkersFailureCode?: NotifyWorkersFailureCode | string;
|
|
488
509
|
NotifyWorkersFailureMessage?: string;
|
|
@@ -509,11 +530,13 @@ export interface SendBonusRequest {
|
|
|
509
530
|
UniqueRequestToken?: string;
|
|
510
531
|
}
|
|
511
532
|
export interface SendBonusResponse {}
|
|
512
|
-
export declare
|
|
513
|
-
Email
|
|
514
|
-
SNS
|
|
515
|
-
SQS
|
|
516
|
-
}
|
|
533
|
+
export declare const NotificationTransport: {
|
|
534
|
+
readonly Email: "Email";
|
|
535
|
+
readonly SNS: "SNS";
|
|
536
|
+
readonly SQS: "SQS";
|
|
537
|
+
};
|
|
538
|
+
export type NotificationTransport =
|
|
539
|
+
(typeof NotificationTransport)[keyof typeof NotificationTransport];
|
|
517
540
|
export interface NotificationSpecification {
|
|
518
541
|
Destination: string | undefined;
|
|
519
542
|
Transport: NotificationTransport | string | undefined;
|
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.306.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",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|