@aws-sdk/client-mturk 3.300.0 → 3.303.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.
Files changed (43) hide show
  1. package/dist-cjs/models/models_0.js +80 -93
  2. package/dist-es/models/models_0.js +80 -93
  3. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +1 -1
  4. package/dist-types/commands/ApproveAssignmentCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateHITCommand.d.ts +14 -14
  8. package/dist-types/commands/CreateHITTypeCommand.d.ts +6 -6
  9. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +9 -9
  10. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteHITCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +1 -1
  15. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +1 -1
  16. package/dist-types/commands/GetAssignmentCommand.d.ts +1 -1
  17. package/dist-types/commands/GetFileUploadURLCommand.d.ts +1 -1
  18. package/dist-types/commands/GetHITCommand.d.ts +1 -1
  19. package/dist-types/commands/GetQualificationScoreCommand.d.ts +1 -1
  20. package/dist-types/commands/GetQualificationTypeCommand.d.ts +1 -1
  21. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -2
  22. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListHITsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListQualificationTypesCommand.d.ts +1 -1
  27. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -2
  28. package/dist-types/commands/ListReviewableHITsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +1 -1
  30. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +1 -1
  31. package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -2
  32. package/dist-types/commands/RejectAssignmentCommand.d.ts +1 -1
  33. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +1 -1
  34. package/dist-types/commands/SendBonusCommand.d.ts +1 -1
  35. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +1 -1
  41. package/dist-types/models/models_0.d.ts +145 -80
  42. package/dist-types/ts3.4/models/models_0.d.ts +103 -80
  43. 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
- var AssignmentStatus;
36
- (function (AssignmentStatus) {
37
- AssignmentStatus["Approved"] = "Approved";
38
- AssignmentStatus["Rejected"] = "Rejected";
39
- AssignmentStatus["Submitted"] = "Submitted";
40
- })(AssignmentStatus = exports.AssignmentStatus || (exports.AssignmentStatus = {}));
41
- var Comparator;
42
- (function (Comparator) {
43
- Comparator["DoesNotExist"] = "DoesNotExist";
44
- Comparator["EqualTo"] = "EqualTo";
45
- Comparator["Exists"] = "Exists";
46
- Comparator["GreaterThan"] = "GreaterThan";
47
- Comparator["GreaterThanOrEqualTo"] = "GreaterThanOrEqualTo";
48
- Comparator["In"] = "In";
49
- Comparator["LessThan"] = "LessThan";
50
- Comparator["LessThanOrEqualTo"] = "LessThanOrEqualTo";
51
- Comparator["NotEqualTo"] = "NotEqualTo";
52
- Comparator["NotIn"] = "NotIn";
53
- })(Comparator = exports.Comparator || (exports.Comparator = {}));
54
- var HITAccessActions;
55
- (function (HITAccessActions) {
56
- HITAccessActions["Accept"] = "Accept";
57
- HITAccessActions["DiscoverPreviewAndAccept"] = "DiscoverPreviewAndAccept";
58
- HITAccessActions["PreviewAndAccept"] = "PreviewAndAccept";
59
- })(HITAccessActions = exports.HITAccessActions || (exports.HITAccessActions = {}));
60
- var HITReviewStatus;
61
- (function (HITReviewStatus) {
62
- HITReviewStatus["MarkedForReview"] = "MarkedForReview";
63
- HITReviewStatus["NotReviewed"] = "NotReviewed";
64
- HITReviewStatus["ReviewedAppropriate"] = "ReviewedAppropriate";
65
- HITReviewStatus["ReviewedInappropriate"] = "ReviewedInappropriate";
66
- })(HITReviewStatus = exports.HITReviewStatus || (exports.HITReviewStatus = {}));
67
- var HITStatus;
68
- (function (HITStatus) {
69
- HITStatus["Assignable"] = "Assignable";
70
- HITStatus["Disposed"] = "Disposed";
71
- HITStatus["Reviewable"] = "Reviewable";
72
- HITStatus["Reviewing"] = "Reviewing";
73
- HITStatus["Unassignable"] = "Unassignable";
74
- })(HITStatus = exports.HITStatus || (exports.HITStatus = {}));
75
- var QualificationTypeStatus;
76
- (function (QualificationTypeStatus) {
77
- QualificationTypeStatus["Active"] = "Active";
78
- QualificationTypeStatus["Inactive"] = "Inactive";
79
- })(QualificationTypeStatus = exports.QualificationTypeStatus || (exports.QualificationTypeStatus = {}));
80
- var EventType;
81
- (function (EventType) {
82
- EventType["AssignmentAbandoned"] = "AssignmentAbandoned";
83
- EventType["AssignmentAccepted"] = "AssignmentAccepted";
84
- EventType["AssignmentApproved"] = "AssignmentApproved";
85
- EventType["AssignmentRejected"] = "AssignmentRejected";
86
- EventType["AssignmentReturned"] = "AssignmentReturned";
87
- EventType["AssignmentSubmitted"] = "AssignmentSubmitted";
88
- EventType["HITCreated"] = "HITCreated";
89
- EventType["HITDisposed"] = "HITDisposed";
90
- EventType["HITExpired"] = "HITExpired";
91
- EventType["HITExtended"] = "HITExtended";
92
- EventType["HITReviewable"] = "HITReviewable";
93
- EventType["Ping"] = "Ping";
94
- })(EventType = exports.EventType || (exports.EventType = {}));
95
- var QualificationStatus;
96
- (function (QualificationStatus) {
97
- QualificationStatus["Granted"] = "Granted";
98
- QualificationStatus["Revoked"] = "Revoked";
99
- })(QualificationStatus = exports.QualificationStatus || (exports.QualificationStatus = {}));
100
- var ReviewableHITStatus;
101
- (function (ReviewableHITStatus) {
102
- ReviewableHITStatus["Reviewable"] = "Reviewable";
103
- ReviewableHITStatus["Reviewing"] = "Reviewing";
104
- })(ReviewableHITStatus = exports.ReviewableHITStatus || (exports.ReviewableHITStatus = {}));
105
- var ReviewPolicyLevel;
106
- (function (ReviewPolicyLevel) {
107
- ReviewPolicyLevel["Assignment"] = "Assignment";
108
- ReviewPolicyLevel["HIT"] = "HIT";
109
- })(ReviewPolicyLevel = exports.ReviewPolicyLevel || (exports.ReviewPolicyLevel = {}));
110
- var ReviewActionStatus;
111
- (function (ReviewActionStatus) {
112
- ReviewActionStatus["Cancelled"] = "Cancelled";
113
- ReviewActionStatus["Failed"] = "Failed";
114
- ReviewActionStatus["Intended"] = "Intended";
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 var AssignmentStatus;
31
- (function (AssignmentStatus) {
32
- AssignmentStatus["Approved"] = "Approved";
33
- AssignmentStatus["Rejected"] = "Rejected";
34
- AssignmentStatus["Submitted"] = "Submitted";
35
- })(AssignmentStatus || (AssignmentStatus = {}));
36
- export var Comparator;
37
- (function (Comparator) {
38
- Comparator["DoesNotExist"] = "DoesNotExist";
39
- Comparator["EqualTo"] = "EqualTo";
40
- Comparator["Exists"] = "Exists";
41
- Comparator["GreaterThan"] = "GreaterThan";
42
- Comparator["GreaterThanOrEqualTo"] = "GreaterThanOrEqualTo";
43
- Comparator["In"] = "In";
44
- Comparator["LessThan"] = "LessThan";
45
- Comparator["LessThanOrEqualTo"] = "LessThanOrEqualTo";
46
- Comparator["NotEqualTo"] = "NotEqualTo";
47
- Comparator["NotIn"] = "NotIn";
48
- })(Comparator || (Comparator = {}));
49
- export var HITAccessActions;
50
- (function (HITAccessActions) {
51
- HITAccessActions["Accept"] = "Accept";
52
- HITAccessActions["DiscoverPreviewAndAccept"] = "DiscoverPreviewAndAccept";
53
- HITAccessActions["PreviewAndAccept"] = "PreviewAndAccept";
54
- })(HITAccessActions || (HITAccessActions = {}));
55
- export var HITReviewStatus;
56
- (function (HITReviewStatus) {
57
- HITReviewStatus["MarkedForReview"] = "MarkedForReview";
58
- HITReviewStatus["NotReviewed"] = "NotReviewed";
59
- HITReviewStatus["ReviewedAppropriate"] = "ReviewedAppropriate";
60
- HITReviewStatus["ReviewedInappropriate"] = "ReviewedInappropriate";
61
- })(HITReviewStatus || (HITReviewStatus = {}));
62
- export var HITStatus;
63
- (function (HITStatus) {
64
- HITStatus["Assignable"] = "Assignable";
65
- HITStatus["Disposed"] = "Disposed";
66
- HITStatus["Reviewable"] = "Reviewable";
67
- HITStatus["Reviewing"] = "Reviewing";
68
- HITStatus["Unassignable"] = "Unassignable";
69
- })(HITStatus || (HITStatus = {}));
70
- export var QualificationTypeStatus;
71
- (function (QualificationTypeStatus) {
72
- QualificationTypeStatus["Active"] = "Active";
73
- QualificationTypeStatus["Inactive"] = "Inactive";
74
- })(QualificationTypeStatus || (QualificationTypeStatus = {}));
75
- export var EventType;
76
- (function (EventType) {
77
- EventType["AssignmentAbandoned"] = "AssignmentAbandoned";
78
- EventType["AssignmentAccepted"] = "AssignmentAccepted";
79
- EventType["AssignmentApproved"] = "AssignmentApproved";
80
- EventType["AssignmentRejected"] = "AssignmentRejected";
81
- EventType["AssignmentReturned"] = "AssignmentReturned";
82
- EventType["AssignmentSubmitted"] = "AssignmentSubmitted";
83
- EventType["HITCreated"] = "HITCreated";
84
- EventType["HITDisposed"] = "HITDisposed";
85
- EventType["HITExpired"] = "HITExpired";
86
- EventType["HITExtended"] = "HITExtended";
87
- EventType["HITReviewable"] = "HITReviewable";
88
- EventType["Ping"] = "Ping";
89
- })(EventType || (EventType = {}));
90
- export var QualificationStatus;
91
- (function (QualificationStatus) {
92
- QualificationStatus["Granted"] = "Granted";
93
- QualificationStatus["Revoked"] = "Revoked";
94
- })(QualificationStatus || (QualificationStatus = {}));
95
- export var ReviewableHITStatus;
96
- (function (ReviewableHITStatus) {
97
- ReviewableHITStatus["Reviewable"] = "Reviewable";
98
- ReviewableHITStatus["Reviewing"] = "Reviewing";
99
- })(ReviewableHITStatus || (ReviewableHITStatus = {}));
100
- export var ReviewPolicyLevel;
101
- (function (ReviewPolicyLevel) {
102
- ReviewPolicyLevel["Assignment"] = "Assignment";
103
- ReviewPolicyLevel["HIT"] = "HIT";
104
- })(ReviewPolicyLevel || (ReviewPolicyLevel = {}));
105
- export var ReviewActionStatus;
106
- (function (ReviewActionStatus) {
107
- ReviewActionStatus["Cancelled"] = "Cancelled";
108
- ReviewActionStatus["Failed"] = "Failed";
109
- ReviewActionStatus["Intended"] = "Intended";
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
+ };
@@ -35,7 +35,7 @@ export interface AcceptQualificationRequestCommandOutput extends AcceptQualifica
35
35
  * import { MTurkClient, AcceptQualificationRequestCommand } from "@aws-sdk/client-mturk"; // ES Modules import
36
36
  * // const { MTurkClient, AcceptQualificationRequestCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
37
37
  * const client = new MTurkClient(config);
38
- * const input = {
38
+ * const input = { // AcceptQualificationRequestRequest
39
39
  * QualificationRequestId: "STRING_VALUE", // required
40
40
  * IntegerValue: Number("int"),
41
41
  * };
@@ -55,7 +55,7 @@ export interface ApproveAssignmentCommandOutput extends ApproveAssignmentRespons
55
55
  * import { MTurkClient, ApproveAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
56
56
  * // const { MTurkClient, ApproveAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
57
57
  * const client = new MTurkClient(config);
58
- * const input = {
58
+ * const input = { // ApproveAssignmentRequest
59
59
  * AssignmentId: "STRING_VALUE", // required
60
60
  * RequesterFeedback: "STRING_VALUE",
61
61
  * OverrideRejection: true || false,
@@ -46,7 +46,7 @@ export interface AssociateQualificationWithWorkerCommandOutput extends Associate
46
46
  * import { MTurkClient, AssociateQualificationWithWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import
47
47
  * // const { MTurkClient, AssociateQualificationWithWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
48
48
  * const client = new MTurkClient(config);
49
- * const input = {
49
+ * const input = { // AssociateQualificationWithWorkerRequest
50
50
  * QualificationTypeId: "STRING_VALUE", // required
51
51
  * WorkerId: "STRING_VALUE", // required
52
52
  * IntegerValue: Number("int"),
@@ -48,7 +48,7 @@ export interface CreateAdditionalAssignmentsForHITCommandOutput extends CreateAd
48
48
  * import { MTurkClient, CreateAdditionalAssignmentsForHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
49
49
  * // const { MTurkClient, CreateAdditionalAssignmentsForHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
50
50
  * const client = new MTurkClient(config);
51
- * const input = {
51
+ * const input = { // CreateAdditionalAssignmentsForHITRequest
52
52
  * HITId: "STRING_VALUE", // required
53
53
  * NumberOfAdditionalAssignments: Number("int"), // required
54
54
  * UniqueRequestToken: "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
42
42
  * import { MTurkClient, CreateHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
43
43
  * // const { MTurkClient, CreateHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
44
44
  * const client = new MTurkClient(config);
45
- * const input = {
45
+ * const input = { // CreateHITRequest
46
46
  * MaxAssignments: Number("int"),
47
47
  * AutoApprovalDelayInSeconds: Number("long"),
48
48
  * LifetimeInSeconds: Number("long"), // required
@@ -53,15 +53,15 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
53
53
  * Description: "STRING_VALUE", // required
54
54
  * Question: "STRING_VALUE",
55
55
  * RequesterAnnotation: "STRING_VALUE",
56
- * QualificationRequirements: [
57
- * {
56
+ * QualificationRequirements: [ // QualificationRequirementList
57
+ * { // QualificationRequirement
58
58
  * QualificationTypeId: "STRING_VALUE", // required
59
59
  * Comparator: "STRING_VALUE", // required
60
- * IntegerValues: [
60
+ * IntegerValues: [ // IntegerList
61
61
  * Number("int"),
62
62
  * ],
63
- * LocaleValues: [
64
- * {
63
+ * LocaleValues: [ // LocaleList
64
+ * { // Locale
65
65
  * Country: "STRING_VALUE", // required
66
66
  * Subdivision: "STRING_VALUE",
67
67
  * },
@@ -71,16 +71,16 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
71
71
  * },
72
72
  * ],
73
73
  * UniqueRequestToken: "STRING_VALUE",
74
- * AssignmentReviewPolicy: {
74
+ * AssignmentReviewPolicy: { // ReviewPolicy
75
75
  * PolicyName: "STRING_VALUE", // required
76
- * Parameters: [
77
- * {
76
+ * Parameters: [ // PolicyParameterList
77
+ * { // PolicyParameter
78
78
  * Key: "STRING_VALUE",
79
- * Values: [
79
+ * Values: [ // StringList
80
80
  * "STRING_VALUE",
81
81
  * ],
82
- * MapEntries: [
83
- * {
82
+ * MapEntries: [ // ParameterMapEntryList
83
+ * { // ParameterMapEntry
84
84
  * Key: "STRING_VALUE",
85
85
  * Values: [
86
86
  * "STRING_VALUE",
@@ -110,8 +110,8 @@ export interface CreateHITCommandOutput extends CreateHITResponse, __MetadataBea
110
110
  * ],
111
111
  * },
112
112
  * HITLayoutId: "STRING_VALUE",
113
- * HITLayoutParameters: [
114
- * {
113
+ * HITLayoutParameters: [ // HITLayoutParameterList
114
+ * { // HITLayoutParameter
115
115
  * Name: "STRING_VALUE", // required
116
116
  * Value: "STRING_VALUE", // required
117
117
  * },
@@ -31,22 +31,22 @@ export interface CreateHITTypeCommandOutput extends CreateHITTypeResponse, __Met
31
31
  * import { MTurkClient, CreateHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
32
32
  * // const { MTurkClient, CreateHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
33
33
  * const client = new MTurkClient(config);
34
- * const input = {
34
+ * const input = { // CreateHITTypeRequest
35
35
  * AutoApprovalDelayInSeconds: Number("long"),
36
36
  * AssignmentDurationInSeconds: Number("long"), // required
37
37
  * Reward: "STRING_VALUE", // required
38
38
  * Title: "STRING_VALUE", // required
39
39
  * Keywords: "STRING_VALUE",
40
40
  * Description: "STRING_VALUE", // required
41
- * QualificationRequirements: [
42
- * {
41
+ * QualificationRequirements: [ // QualificationRequirementList
42
+ * { // QualificationRequirement
43
43
  * QualificationTypeId: "STRING_VALUE", // required
44
44
  * Comparator: "STRING_VALUE", // required
45
- * IntegerValues: [
45
+ * IntegerValues: [ // IntegerList
46
46
  * Number("int"),
47
47
  * ],
48
- * LocaleValues: [
49
- * {
48
+ * LocaleValues: [ // LocaleList
49
+ * { // Locale
50
50
  * Country: "STRING_VALUE", // required
51
51
  * Subdivision: "STRING_VALUE",
52
52
  * },
@@ -43,23 +43,23 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR
43
43
  * import { MTurkClient, CreateHITWithHITTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
44
44
  * // const { MTurkClient, CreateHITWithHITTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
45
45
  * const client = new MTurkClient(config);
46
- * const input = {
46
+ * const input = { // CreateHITWithHITTypeRequest
47
47
  * HITTypeId: "STRING_VALUE", // required
48
48
  * MaxAssignments: Number("int"),
49
49
  * LifetimeInSeconds: Number("long"), // required
50
50
  * Question: "STRING_VALUE",
51
51
  * RequesterAnnotation: "STRING_VALUE",
52
52
  * UniqueRequestToken: "STRING_VALUE",
53
- * AssignmentReviewPolicy: {
53
+ * AssignmentReviewPolicy: { // ReviewPolicy
54
54
  * PolicyName: "STRING_VALUE", // required
55
- * Parameters: [
56
- * {
55
+ * Parameters: [ // PolicyParameterList
56
+ * { // PolicyParameter
57
57
  * Key: "STRING_VALUE",
58
- * Values: [
58
+ * Values: [ // StringList
59
59
  * "STRING_VALUE",
60
60
  * ],
61
- * MapEntries: [
62
- * {
61
+ * MapEntries: [ // ParameterMapEntryList
62
+ * { // ParameterMapEntry
63
63
  * Key: "STRING_VALUE",
64
64
  * Values: [
65
65
  * "STRING_VALUE",
@@ -89,8 +89,8 @@ export interface CreateHITWithHITTypeCommandOutput extends CreateHITWithHITTypeR
89
89
  * ],
90
90
  * },
91
91
  * HITLayoutId: "STRING_VALUE",
92
- * HITLayoutParameters: [
93
- * {
92
+ * HITLayoutParameters: [ // HITLayoutParameterList
93
+ * { // HITLayoutParameter
94
94
  * Name: "STRING_VALUE", // required
95
95
  * Value: "STRING_VALUE", // required
96
96
  * },
@@ -32,7 +32,7 @@ export interface CreateQualificationTypeCommandOutput extends CreateQualificatio
32
32
  * import { MTurkClient, CreateQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
33
33
  * // const { MTurkClient, CreateQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
34
34
  * const client = new MTurkClient(config);
35
- * const input = {
35
+ * const input = { // CreateQualificationTypeRequest
36
36
  * Name: "STRING_VALUE", // required
37
37
  * Keywords: "STRING_VALUE",
38
38
  * Description: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface CreateWorkerBlockCommandOutput extends CreateWorkerBlockRespons
26
26
  * import { MTurkClient, CreateWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import
27
27
  * // const { MTurkClient, CreateWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
28
28
  * const client = new MTurkClient(config);
29
- * const input = {
29
+ * const input = { // CreateWorkerBlockRequest
30
30
  * WorkerId: "STRING_VALUE", // required
31
31
  * Reason: "STRING_VALUE", // required
32
32
  * };
@@ -61,7 +61,7 @@ export interface DeleteHITCommandOutput extends DeleteHITResponse, __MetadataBea
61
61
  * import { MTurkClient, DeleteHITCommand } from "@aws-sdk/client-mturk"; // ES Modules import
62
62
  * // const { MTurkClient, DeleteHITCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
63
63
  * const client = new MTurkClient(config);
64
- * const input = {
64
+ * const input = { // DeleteHITRequest
65
65
  * HITId: "STRING_VALUE", // required
66
66
  * };
67
67
  * const command = new DeleteHITCommand(input);
@@ -44,7 +44,7 @@ export interface DeleteQualificationTypeCommandOutput extends DeleteQualificatio
44
44
  * import { MTurkClient, DeleteQualificationTypeCommand } from "@aws-sdk/client-mturk"; // ES Modules import
45
45
  * // const { MTurkClient, DeleteQualificationTypeCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
46
46
  * const client = new MTurkClient(config);
47
- * const input = {
47
+ * const input = { // DeleteQualificationTypeRequest
48
48
  * QualificationTypeId: "STRING_VALUE", // required
49
49
  * };
50
50
  * const command = new DeleteQualificationTypeCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteWorkerBlockCommandOutput extends DeleteWorkerBlockRespons
26
26
  * import { MTurkClient, DeleteWorkerBlockCommand } from "@aws-sdk/client-mturk"; // ES Modules import
27
27
  * // const { MTurkClient, DeleteWorkerBlockCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
28
28
  * const client = new MTurkClient(config);
29
- * const input = {
29
+ * const input = { // DeleteWorkerBlockRequest
30
30
  * WorkerId: "STRING_VALUE", // required
31
31
  * Reason: "STRING_VALUE",
32
32
  * };
@@ -33,7 +33,7 @@ export interface DisassociateQualificationFromWorkerCommandOutput extends Disass
33
33
  * import { MTurkClient, DisassociateQualificationFromWorkerCommand } from "@aws-sdk/client-mturk"; // ES Modules import
34
34
  * // const { MTurkClient, DisassociateQualificationFromWorkerCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
35
35
  * const client = new MTurkClient(config);
36
- * const input = {
36
+ * const input = { // DisassociateQualificationFromWorkerRequest
37
37
  * WorkerId: "STRING_VALUE", // required
38
38
  * QualificationTypeId: "STRING_VALUE", // required
39
39
  * Reason: "STRING_VALUE",
@@ -28,7 +28,7 @@ export interface GetAssignmentCommandOutput extends GetAssignmentResponse, __Met
28
28
  * import { MTurkClient, GetAssignmentCommand } from "@aws-sdk/client-mturk"; // ES Modules import
29
29
  * // const { MTurkClient, GetAssignmentCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
30
30
  * const client = new MTurkClient(config);
31
- * const input = {
31
+ * const input = { // GetAssignmentRequest
32
32
  * AssignmentId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetAssignmentCommand(input);
@@ -43,7 +43,7 @@ export interface GetFileUploadURLCommandOutput extends GetFileUploadURLResponse,
43
43
  * import { MTurkClient, GetFileUploadURLCommand } from "@aws-sdk/client-mturk"; // ES Modules import
44
44
  * // const { MTurkClient, GetFileUploadURLCommand } = require("@aws-sdk/client-mturk"); // CommonJS import
45
45
  * const client = new MTurkClient(config);
46
- * const input = {
46
+ * const input = { // GetFileUploadURLRequest
47
47
  * AssignmentId: "STRING_VALUE", // required
48
48
  * QuestionIdentifier: "STRING_VALUE", // required
49
49
  * };