@aws-sdk/client-mturk 3.194.0 → 3.195.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/CHANGELOG.md +11 -0
- package/dist-cjs/MTurkClient.js +11 -8
- package/dist-cjs/commands/AcceptQualificationRequestCommand.js +10 -0
- package/dist-cjs/commands/ApproveAssignmentCommand.js +10 -0
- package/dist-cjs/commands/AssociateQualificationWithWorkerCommand.js +10 -0
- package/dist-cjs/commands/CreateAdditionalAssignmentsForHITCommand.js +10 -0
- package/dist-cjs/commands/CreateHITCommand.js +10 -0
- package/dist-cjs/commands/CreateHITTypeCommand.js +10 -0
- package/dist-cjs/commands/CreateHITWithHITTypeCommand.js +10 -0
- package/dist-cjs/commands/CreateQualificationTypeCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkerBlockCommand.js +10 -0
- package/dist-cjs/commands/DeleteHITCommand.js +10 -0
- package/dist-cjs/commands/DeleteQualificationTypeCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkerBlockCommand.js +10 -0
- package/dist-cjs/commands/DisassociateQualificationFromWorkerCommand.js +10 -0
- package/dist-cjs/commands/GetAccountBalanceCommand.js +10 -0
- package/dist-cjs/commands/GetAssignmentCommand.js +10 -0
- package/dist-cjs/commands/GetFileUploadURLCommand.js +10 -0
- package/dist-cjs/commands/GetHITCommand.js +10 -0
- package/dist-cjs/commands/GetQualificationScoreCommand.js +10 -0
- package/dist-cjs/commands/GetQualificationTypeCommand.js +10 -0
- package/dist-cjs/commands/ListAssignmentsForHITCommand.js +10 -0
- package/dist-cjs/commands/ListBonusPaymentsCommand.js +10 -0
- package/dist-cjs/commands/ListHITsCommand.js +10 -0
- package/dist-cjs/commands/ListHITsForQualificationTypeCommand.js +10 -0
- package/dist-cjs/commands/ListQualificationRequestsCommand.js +10 -0
- package/dist-cjs/commands/ListQualificationTypesCommand.js +10 -0
- package/dist-cjs/commands/ListReviewPolicyResultsForHITCommand.js +10 -0
- package/dist-cjs/commands/ListReviewableHITsCommand.js +10 -0
- package/dist-cjs/commands/ListWorkerBlocksCommand.js +10 -0
- package/dist-cjs/commands/ListWorkersWithQualificationTypeCommand.js +10 -0
- package/dist-cjs/commands/NotifyWorkersCommand.js +10 -0
- package/dist-cjs/commands/RejectAssignmentCommand.js +10 -0
- package/dist-cjs/commands/RejectQualificationRequestCommand.js +10 -0
- package/dist-cjs/commands/SendBonusCommand.js +10 -0
- package/dist-cjs/commands/SendTestEventNotificationCommand.js +10 -0
- package/dist-cjs/commands/UpdateExpirationForHITCommand.js +10 -0
- package/dist-cjs/commands/UpdateHITReviewStatusCommand.js +10 -0
- package/dist-cjs/commands/UpdateHITTypeOfHITCommand.js +10 -0
- package/dist-cjs/commands/UpdateNotificationSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateQualificationTypeCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MTurkClient.js +12 -9
- package/dist-es/commands/AcceptQualificationRequestCommand.js +10 -0
- package/dist-es/commands/ApproveAssignmentCommand.js +10 -0
- package/dist-es/commands/AssociateQualificationWithWorkerCommand.js +10 -0
- package/dist-es/commands/CreateAdditionalAssignmentsForHITCommand.js +10 -0
- package/dist-es/commands/CreateHITCommand.js +10 -0
- package/dist-es/commands/CreateHITTypeCommand.js +10 -0
- package/dist-es/commands/CreateHITWithHITTypeCommand.js +10 -0
- package/dist-es/commands/CreateQualificationTypeCommand.js +10 -0
- package/dist-es/commands/CreateWorkerBlockCommand.js +10 -0
- package/dist-es/commands/DeleteHITCommand.js +10 -0
- package/dist-es/commands/DeleteQualificationTypeCommand.js +10 -0
- package/dist-es/commands/DeleteWorkerBlockCommand.js +10 -0
- package/dist-es/commands/DisassociateQualificationFromWorkerCommand.js +10 -0
- package/dist-es/commands/GetAccountBalanceCommand.js +10 -0
- package/dist-es/commands/GetAssignmentCommand.js +10 -0
- package/dist-es/commands/GetFileUploadURLCommand.js +10 -0
- package/dist-es/commands/GetHITCommand.js +10 -0
- package/dist-es/commands/GetQualificationScoreCommand.js +10 -0
- package/dist-es/commands/GetQualificationTypeCommand.js +10 -0
- package/dist-es/commands/ListAssignmentsForHITCommand.js +10 -0
- package/dist-es/commands/ListBonusPaymentsCommand.js +10 -0
- package/dist-es/commands/ListHITsCommand.js +10 -0
- package/dist-es/commands/ListHITsForQualificationTypeCommand.js +10 -0
- package/dist-es/commands/ListQualificationRequestsCommand.js +10 -0
- package/dist-es/commands/ListQualificationTypesCommand.js +10 -0
- package/dist-es/commands/ListReviewPolicyResultsForHITCommand.js +10 -0
- package/dist-es/commands/ListReviewableHITsCommand.js +10 -0
- package/dist-es/commands/ListWorkerBlocksCommand.js +10 -0
- package/dist-es/commands/ListWorkersWithQualificationTypeCommand.js +10 -0
- package/dist-es/commands/NotifyWorkersCommand.js +10 -0
- package/dist-es/commands/RejectAssignmentCommand.js +10 -0
- package/dist-es/commands/RejectQualificationRequestCommand.js +10 -0
- package/dist-es/commands/SendBonusCommand.js +10 -0
- package/dist-es/commands/SendTestEventNotificationCommand.js +10 -0
- package/dist-es/commands/UpdateExpirationForHITCommand.js +10 -0
- package/dist-es/commands/UpdateHITReviewStatusCommand.js +10 -0
- package/dist-es/commands/UpdateHITTypeOfHITCommand.js +10 -0
- package/dist-es/commands/UpdateNotificationSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateQualificationTypeCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MTurkClient.d.ts +6 -9
- package/dist-types/commands/AcceptQualificationRequestCommand.d.ts +2 -0
- package/dist-types/commands/ApproveAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -0
- package/dist-types/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateHITWithHITTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkerBlockCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHITCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkerBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountBalanceCommand.d.ts +2 -0
- package/dist-types/commands/GetAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/GetFileUploadURLCommand.d.ts +2 -0
- package/dist-types/commands/GetHITCommand.d.ts +2 -0
- package/dist-types/commands/GetQualificationScoreCommand.d.ts +2 -0
- package/dist-types/commands/GetQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/ListAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/commands/ListBonusPaymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListHITsCommand.d.ts +2 -0
- package/dist-types/commands/ListHITsForQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/ListQualificationRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ListQualificationTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewableHITsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkerBlocksCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -0
- package/dist-types/commands/NotifyWorkersCommand.d.ts +2 -0
- package/dist-types/commands/RejectAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectQualificationRequestCommand.d.ts +2 -0
- package/dist-types/commands/SendBonusCommand.d.ts +2 -0
- package/dist-types/commands/SendTestEventNotificationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExpirationForHITCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHITReviewStatusCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHITTypeOfHITCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNotificationSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateQualificationTypeCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MTurkClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptQualificationRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ApproveAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateQualificationWithWorkerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAdditionalAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHITTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateHITWithHITTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkerBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkerBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateQualificationFromWorkerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountBalanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFileUploadURLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQualificationScoreCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAssignmentsForHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBonusPaymentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHITsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListHITsForQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListQualificationRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListQualificationTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReviewPolicyResultsForHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListReviewableHITsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkerBlocksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkersWithQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/NotifyWorkersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectQualificationRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendBonusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendTestEventNotificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateExpirationForHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateHITReviewStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateHITTypeOfHITCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateNotificationSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateQualificationTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -142
- package/dist-es/endpoints.js +0 -138
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateWorkerBlockCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateWorkerBlockCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateWorkerBlockCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteHITCommand extends $Command<
|
|
|
21
22
|
MTurkClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteHITCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteHITCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteQualificationTypeCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteQualificationTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteQualificationTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteWorkerBlockCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteWorkerBlockCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteWorkerBlockCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateQualificationFromWorkerCommand extends $Command
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateQualificationFromWorkerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateQualificationFromWorkerCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetAccountBalanceCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetAccountBalanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAccountBalanceCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetAssignmentCommand extends $Command<
|
|
|
24
25
|
MTurkClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetAssignmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetAssignmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetFileUploadURLCommand extends $Command<
|
|
|
24
25
|
MTurkClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetFileUploadURLCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetFileUploadURLCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class GetHITCommand extends $Command<
|
|
|
19
20
|
MTurkClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: GetHITCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: GetHITCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetQualificationScoreCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetQualificationScoreCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetQualificationScoreCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetQualificationTypeCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetQualificationTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetQualificationTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListAssignmentsForHITCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListAssignmentsForHITCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAssignmentsForHITCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListBonusPaymentsCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListBonusPaymentsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListBonusPaymentsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ListHITsCommand extends $Command<
|
|
|
21
22
|
MTurkClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListHITsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListHITsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListHITsForQualificationTypeCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListHITsForQualificationTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListHITsForQualificationTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListQualificationRequestsCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListQualificationRequestsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListQualificationRequestsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListQualificationTypesCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListQualificationTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListQualificationTypesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListReviewPolicyResultsForHITCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListReviewPolicyResultsForHITCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListReviewPolicyResultsForHITCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListReviewableHITsCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListReviewableHITsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListReviewableHITsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListWorkerBlocksCommand extends $Command<
|
|
|
24
25
|
MTurkClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListWorkerBlocksCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListWorkerBlocksCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListWorkersWithQualificationTypeCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListWorkersWithQualificationTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkersWithQualificationTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class NotifyWorkersCommand extends $Command<
|
|
|
24
25
|
MTurkClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: NotifyWorkersCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: NotifyWorkersCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class RejectAssignmentCommand extends $Command<
|
|
|
24
25
|
MTurkClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: RejectAssignmentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: RejectAssignmentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RejectQualificationRequestCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RejectQualificationRequestCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RejectQualificationRequestCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class SendBonusCommand extends $Command<
|
|
|
21
22
|
MTurkClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: SendBonusCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: SendBonusCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class SendTestEventNotificationCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: SendTestEventNotificationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: SendTestEventNotificationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateExpirationForHITCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateExpirationForHITCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateExpirationForHITCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateHITReviewStatusCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateHITReviewStatusCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateHITReviewStatusCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateHITTypeOfHITCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateHITTypeOfHITCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateHITTypeOfHITCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateNotificationSettingsCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateNotificationSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateNotificationSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateQualificationTypeCommand extends $Command<
|
|
|
25
26
|
MTurkClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateQualificationTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateQualificationTypeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { MTurkClientConfig } from "./MTurkClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: MTurkClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
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.195.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",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.194.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|