@aws-sdk/client-mturk 3.588.0 → 3.592.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 (87) hide show
  1. package/dist-cjs/index.js +0 -39
  2. package/dist-types/MTurkClient.d.ts +4 -4
  3. package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +2 -1
  4. package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateHITCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteHITCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -1
  15. package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -1
  17. package/dist-types/commands/GetAssignmentCommand.d.ts +2 -1
  18. package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -1
  19. package/dist-types/commands/GetHITCommand.d.ts +2 -1
  20. package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -1
  21. package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -1
  23. package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListHITsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -1
  29. package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -1
  31. package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -1
  32. package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -1
  33. package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -1
  34. package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -1
  35. package/dist-types/commands/SendBonusCommand.d.ts +2 -1
  36. package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -1
  42. package/dist-types/index.d.ts +2 -2
  43. package/dist-types/models/MTurkServiceException.d.ts +2 -1
  44. package/dist-types/runtimeConfig.native.d.ts +1 -1
  45. package/dist-types/ts3.4/MTurkClient.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/GetHITCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/models/MTurkServiceException.d.ts +2 -1
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  87. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./MTurkClient";
7
7
  export * from "./MTurk";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { MTurkExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { MTurkExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -304,8 +304,8 @@ export interface ClientDefaults
304
304
  serviceId?: string;
305
305
  useDualstackEndpoint?: boolean | __Provider<boolean>;
306
306
  useFipsEndpoint?: boolean | __Provider<boolean>;
307
- defaultUserAgentProvider?: Provider<__UserAgent>;
308
307
  region?: string | __Provider<string>;
308
+ defaultUserAgentProvider?: Provider<__UserAgent>;
309
309
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
310
310
  maxAttempts?: number | __Provider<number>;
311
311
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AcceptQualificationRequestCommandInput
14
15
  extends AcceptQualificationRequestRequest {}
15
16
  export interface AcceptQualificationRequestCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ApproveAssignmentCommandInput
14
15
  extends ApproveAssignmentRequest {}
15
16
  export interface ApproveAssignmentCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateQualificationWithWorkerCommandInput
14
15
  extends AssociateQualificationWithWorkerRequest {}
15
16
  export interface AssociateQualificationWithWorkerCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAdditionalAssignmentsForHITCommandInput
14
15
  extends CreateAdditionalAssignmentsForHITRequest {}
15
16
  export interface CreateAdditionalAssignmentsForHITCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../MTurkClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateHITCommandInput extends CreateHITRequest {}
11
12
  export interface CreateHITCommandOutput
12
13
  extends CreateHITResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateHITTypeCommandInput extends CreateHITTypeRequest {}
14
15
  export interface CreateHITTypeCommandOutput
15
16
  extends CreateHITTypeResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateHITWithHITTypeCommandInput
14
15
  extends CreateHITWithHITTypeRequest {}
15
16
  export interface CreateHITWithHITTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateQualificationTypeCommandInput
14
15
  extends CreateQualificationTypeRequest {}
15
16
  export interface CreateQualificationTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateWorkerBlockCommandInput
14
15
  extends CreateWorkerBlockRequest {}
15
16
  export interface CreateWorkerBlockCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../MTurkClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteHITCommandInput extends DeleteHITRequest {}
11
12
  export interface DeleteHITCommandOutput
12
13
  extends DeleteHITResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteQualificationTypeCommandInput
14
15
  extends DeleteQualificationTypeRequest {}
15
16
  export interface DeleteQualificationTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteWorkerBlockCommandInput
14
15
  extends DeleteWorkerBlockRequest {}
15
16
  export interface DeleteWorkerBlockCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateQualificationFromWorkerCommandInput
14
15
  extends DisassociateQualificationFromWorkerRequest {}
15
16
  export interface DisassociateQualificationFromWorkerCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAccountBalanceCommandInput
14
15
  extends GetAccountBalanceRequest {}
15
16
  export interface GetAccountBalanceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAssignmentCommandInput extends GetAssignmentRequest {}
14
15
  export interface GetAssignmentCommandOutput
15
16
  extends GetAssignmentResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetFileUploadURLCommandInput extends GetFileUploadURLRequest {}
14
15
  export interface GetFileUploadURLCommandOutput
15
16
  extends GetFileUploadURLResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../MTurkClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetHITCommandInput extends GetHITRequest {}
11
12
  export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {}
12
13
  declare const GetHITCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQualificationScoreCommandInput
14
15
  extends GetQualificationScoreRequest {}
15
16
  export interface GetQualificationScoreCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetQualificationTypeCommandInput
14
15
  extends GetQualificationTypeRequest {}
15
16
  export interface GetQualificationTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAssignmentsForHITCommandInput
14
15
  extends ListAssignmentsForHITRequest {}
15
16
  export interface ListAssignmentsForHITCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListBonusPaymentsCommandInput
14
15
  extends ListBonusPaymentsRequest {}
15
16
  export interface ListBonusPaymentsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../MTurkClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListHITsCommandInput extends ListHITsRequest {}
11
12
  export interface ListHITsCommandOutput
12
13
  extends ListHITsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListHITsForQualificationTypeCommandInput
14
15
  extends ListHITsForQualificationTypeRequest {}
15
16
  export interface ListHITsForQualificationTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListQualificationRequestsCommandInput
14
15
  extends ListQualificationRequestsRequest {}
15
16
  export interface ListQualificationRequestsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListQualificationTypesCommandInput
14
15
  extends ListQualificationTypesRequest {}
15
16
  export interface ListQualificationTypesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListReviewPolicyResultsForHITCommandInput
14
15
  extends ListReviewPolicyResultsForHITRequest {}
15
16
  export interface ListReviewPolicyResultsForHITCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListReviewableHITsCommandInput
14
15
  extends ListReviewableHITsRequest {}
15
16
  export interface ListReviewableHITsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListWorkerBlocksCommandInput extends ListWorkerBlocksRequest {}
14
15
  export interface ListWorkerBlocksCommandOutput
15
16
  extends ListWorkerBlocksResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListWorkersWithQualificationTypeCommandInput
14
15
  extends ListWorkersWithQualificationTypeRequest {}
15
16
  export interface ListWorkersWithQualificationTypeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface NotifyWorkersCommandInput extends NotifyWorkersRequest {}
14
15
  export interface NotifyWorkersCommandOutput
15
16
  extends NotifyWorkersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RejectAssignmentCommandInput extends RejectAssignmentRequest {}
14
15
  export interface RejectAssignmentCommandOutput
15
16
  extends RejectAssignmentResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RejectQualificationRequestCommandInput
14
15
  extends RejectQualificationRequestRequest {}
15
16
  export interface RejectQualificationRequestCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../MTurkClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SendBonusCommandInput extends SendBonusRequest {}
11
12
  export interface SendBonusCommandOutput
12
13
  extends SendBonusResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface SendTestEventNotificationCommandInput
14
15
  extends SendTestEventNotificationRequest {}
15
16
  export interface SendTestEventNotificationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateExpirationForHITCommandInput
14
15
  extends UpdateExpirationForHITRequest {}
15
16
  export interface UpdateExpirationForHITCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateHITReviewStatusCommandInput
14
15
  extends UpdateHITReviewStatusRequest {}
15
16
  export interface UpdateHITReviewStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateHITTypeOfHITCommandInput
14
15
  extends UpdateHITTypeOfHITRequest {}
15
16
  export interface UpdateHITTypeOfHITCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateNotificationSettingsCommandInput
14
15
  extends UpdateNotificationSettingsRequest {}
15
16
  export interface UpdateNotificationSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../MTurkClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateQualificationTypeCommandInput
14
15
  extends UpdateQualificationTypeRequest {}
15
16
  export interface UpdateQualificationTypeCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class MTurkServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mturk",
@@ -20,10 +20,10 @@
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-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",