@aws-sdk/client-connect 3.1110.0 → 3.1112.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/README.md +35 -0
- package/dist-cjs/index.js +206 -9
- package/dist-es/Connect.js +12 -0
- package/dist-es/commands/CreateExtractionDefinitionCommand.js +4 -0
- package/dist-es/commands/DeleteExtractionDefinitionCommand.js +4 -0
- package/dist-es/commands/DescribeExtractionDefinitionCommand.js +4 -0
- package/dist-es/commands/ListExtractionDefinitionsCommand.js +4 -0
- package/dist-es/commands/UpdateExtractionDefinitionCommand.js +4 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/pagination/ListExtractionDefinitionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +146 -8
- package/dist-types/Connect.d.ts +42 -0
- package/dist-types/ConnectClient.d.ts +7 -2
- package/dist-types/commands/CreateExtractionDefinitionCommand.d.ts +111 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +9 -2
- package/dist-types/commands/CreateTestCaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExtractionDefinitionCommand.d.ts +85 -0
- package/dist-types/commands/DescribeExtractionDefinitionCommand.d.ts +107 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +9 -2
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +1 -2
- package/dist-types/commands/ListExtractionDefinitionsCommand.d.ts +98 -0
- package/dist-types/commands/ListRulesCommand.d.ts +3 -3
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/SearchRulesCommand.d.ts +2 -2
- package/dist-types/commands/StartAssistantContactCommand.d.ts +4 -1
- package/dist-types/commands/UpdateExtractionDefinitionCommand.d.ts +100 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -1
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +128 -188
- package/dist-types/models/models_1.d.ts +285 -492
- package/dist-types/models/models_2.d.ts +1736 -1606
- package/dist-types/models/models_3.d.ts +2192 -2081
- package/dist-types/models/models_4.d.ts +367 -7
- package/dist-types/pagination/ListExtractionDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -40
- package/dist-types/runtimeConfig.d.ts +36 -36
- package/dist-types/runtimeConfig.native.d.ts +38 -38
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/Connect.d.ts +92 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateExtractionDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteExtractionDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeExtractionDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListExtractionDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExtractionDefinitionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -46
- package/dist-types/ts3.4/models/models_1.d.ts +72 -72
- package/dist-types/ts3.4/models/models_2.d.ts +89 -102
- package/dist-types/ts3.4/models/models_3.d.ts +112 -104
- package/dist-types/ts3.4/models/models_4.d.ts +109 -14
- package/dist-types/ts3.4/pagination/ListExtractionDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +56 -58
- package/dist-types/ts3.4/runtimeConfig.d.ts +58 -58
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +60 -62
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/package.json +5 -5
|
@@ -3,54 +3,54 @@ import type { ConnectClientConfig } from "./ConnectClient";
|
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
8
6
|
cacheMiddleware?: boolean;
|
|
9
|
-
|
|
7
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Endpoint | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<string> | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
8
|
+
tls?: boolean;
|
|
9
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
10
|
+
serviceConfiguredEndpoint?: never;
|
|
11
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
12
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
13
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
14
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
15
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
16
|
+
signingEscapePath?: boolean;
|
|
17
|
+
systemClockOffset?: number;
|
|
18
|
+
signingRegion?: string;
|
|
19
|
+
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
20
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
25
|
+
disableHostPrefix: boolean;
|
|
26
|
+
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
27
|
+
logger?: import("@smithy/types").Logger;
|
|
28
|
+
}) => import("@smithy/types").EndpointV2;
|
|
29
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
31
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
32
|
+
logger: import("@smithy/types").Logger;
|
|
33
|
+
protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
10
34
|
protocolSettings: {
|
|
11
|
-
defaultNamespace?: string;
|
|
12
35
|
[setting: string]: unknown;
|
|
36
|
+
defaultNamespace?: string;
|
|
13
37
|
};
|
|
14
|
-
|
|
38
|
+
serviceId: string;
|
|
15
39
|
sha256: import("@smithy/types").HashConstructor;
|
|
16
40
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
|
-
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
|
-
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
|
-
base64Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
base64Encoder: (_input: Uint8Array | string) => string;
|
|
21
41
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
42
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
serviceId: string;
|
|
25
|
-
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
26
|
-
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
28
43
|
profile?: string;
|
|
29
|
-
|
|
44
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode> | import("@smithy/core/client").DefaultsMode;
|
|
45
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
30
46
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
47
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
31
48
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
49
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
50
|
+
requestHandler: import("@smithy/fetch-http-handler").FetchHttpHandler | import("@smithy/types").FetchHttpHandlerOptions | import("@smithy/types").NodeHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any>;
|
|
32
51
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
39
|
-
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
40
|
-
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
41
|
-
logger?: import("@smithy/types").Logger;
|
|
42
|
-
}) => import("@smithy/types").EndpointV2;
|
|
43
|
-
tls?: boolean;
|
|
44
|
-
ignoreConfiguredEndpointUrls?: boolean;
|
|
45
|
-
serviceConfiguredEndpoint?: never;
|
|
46
|
-
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
47
|
-
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
48
|
-
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
49
|
-
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
|
|
50
|
-
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
|
|
51
|
-
signingEscapePath?: boolean;
|
|
52
|
-
systemClockOffset?: number;
|
|
53
|
-
signingRegion?: string;
|
|
54
|
-
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
55
|
-
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
52
|
+
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
53
|
+
useDualstackEndpoint: boolean | (() => Promise<boolean>);
|
|
54
|
+
useFipsEndpoint: boolean | (() => Promise<boolean>);
|
|
55
|
+
runtime: string;
|
|
56
56
|
};
|
|
@@ -8,14 +8,14 @@ export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
|
|
|
8
8
|
base64Decoder: import("@smithy/types").Decoder;
|
|
9
9
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
10
10
|
disableHostPrefix: boolean;
|
|
11
|
-
endpointProvider: (
|
|
11
|
+
endpointProvider: (params: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
12
12
|
logger?: import("@smithy/types").Logger;
|
|
13
13
|
}) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ConnectHttpAuthSchemeProvider;
|
|
16
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
17
17
|
logger: import("@smithy/types").Logger;
|
|
18
|
-
protocol: import("@smithy/types")
|
|
18
|
+
protocol: import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
19
|
protocolSettings: {
|
|
20
20
|
[setting: string]: unknown;
|
|
21
21
|
defaultNamespace?: string;
|
|
@@ -229,6 +229,8 @@ export declare var CreateEmailAddressRequest$: StaticStructureSchema;
|
|
|
229
229
|
export declare var CreateEmailAddressResponse$: StaticStructureSchema;
|
|
230
230
|
export declare var CreateEvaluationFormRequest$: StaticStructureSchema;
|
|
231
231
|
export declare var CreateEvaluationFormResponse$: StaticStructureSchema;
|
|
232
|
+
export declare var CreateExtractionDefinitionRequest$: StaticStructureSchema;
|
|
233
|
+
export declare var CreateExtractionDefinitionResponse$: StaticStructureSchema;
|
|
232
234
|
export declare var CreateHoursOfOperationOverrideRequest$: StaticStructureSchema;
|
|
233
235
|
export declare var CreateHoursOfOperationOverrideResponse$: StaticStructureSchema;
|
|
234
236
|
export declare var CreateHoursOfOperationRequest$: StaticStructureSchema;
|
|
@@ -333,6 +335,8 @@ export declare var DeleteDataTableResponse$: StaticStructureSchema;
|
|
|
333
335
|
export declare var DeleteEmailAddressRequest$: StaticStructureSchema;
|
|
334
336
|
export declare var DeleteEmailAddressResponse$: StaticStructureSchema;
|
|
335
337
|
export declare var DeleteEvaluationFormRequest$: StaticStructureSchema;
|
|
338
|
+
export declare var DeleteExtractionDefinitionRequest$: StaticStructureSchema;
|
|
339
|
+
export declare var DeleteExtractionDefinitionResponse$: StaticStructureSchema;
|
|
336
340
|
export declare var DeleteHoursOfOperationOverrideRequest$: StaticStructureSchema;
|
|
337
341
|
export declare var DeleteHoursOfOperationRequest$: StaticStructureSchema;
|
|
338
342
|
export declare var DeleteInstanceRequest$: StaticStructureSchema;
|
|
@@ -397,6 +401,8 @@ export declare var DescribeEmailAddressRequest$: StaticStructureSchema;
|
|
|
397
401
|
export declare var DescribeEmailAddressResponse$: StaticStructureSchema;
|
|
398
402
|
export declare var DescribeEvaluationFormRequest$: StaticStructureSchema;
|
|
399
403
|
export declare var DescribeEvaluationFormResponse$: StaticStructureSchema;
|
|
404
|
+
export declare var DescribeExtractionDefinitionRequest$: StaticStructureSchema;
|
|
405
|
+
export declare var DescribeExtractionDefinitionResponse$: StaticStructureSchema;
|
|
400
406
|
export declare var DescribeHoursOfOperationOverrideRequest$: StaticStructureSchema;
|
|
401
407
|
export declare var DescribeHoursOfOperationOverrideResponse$: StaticStructureSchema;
|
|
402
408
|
export declare var DescribeHoursOfOperationRequest$: StaticStructureSchema;
|
|
@@ -558,6 +564,12 @@ export declare var Expiry$: StaticStructureSchema;
|
|
|
558
564
|
export declare var Expression$: StaticStructureSchema;
|
|
559
565
|
export declare var ExtensionConfiguration$: StaticStructureSchema;
|
|
560
566
|
export declare var ExternalInvocationConfiguration$: StaticStructureSchema;
|
|
567
|
+
export declare var ExtractInformationActionDefinition$: StaticStructureSchema;
|
|
568
|
+
export declare var ExtractionConfiguration$: StaticStructureSchema;
|
|
569
|
+
export declare var ExtractionDefinition$: StaticStructureSchema;
|
|
570
|
+
export declare var ExtractionDefinitionDisplay$: StaticStructureSchema;
|
|
571
|
+
export declare var ExtractionDefinitionNotFoundBehavior$: StaticStructureSchema;
|
|
572
|
+
export declare var ExtractionDefinitionSummary$: StaticStructureSchema;
|
|
561
573
|
export declare var FailedBatchAssociationSummary$: StaticStructureSchema;
|
|
562
574
|
export declare var FailedRequest$: StaticStructureSchema;
|
|
563
575
|
export declare var FieldValue$: StaticStructureSchema;
|
|
@@ -697,6 +709,8 @@ export declare var ListEvaluationFormsRequest$: StaticStructureSchema;
|
|
|
697
709
|
export declare var ListEvaluationFormsResponse$: StaticStructureSchema;
|
|
698
710
|
export declare var ListEvaluationFormVersionsRequest$: StaticStructureSchema;
|
|
699
711
|
export declare var ListEvaluationFormVersionsResponse$: StaticStructureSchema;
|
|
712
|
+
export declare var ListExtractionDefinitionsRequest$: StaticStructureSchema;
|
|
713
|
+
export declare var ListExtractionDefinitionsResponse$: StaticStructureSchema;
|
|
700
714
|
export declare var ListFlowAssociationsRequest$: StaticStructureSchema;
|
|
701
715
|
export declare var ListFlowAssociationsResponse$: StaticStructureSchema;
|
|
702
716
|
export declare var ListHoursOfOperationOverridesRequest$: StaticStructureSchema;
|
|
@@ -945,6 +959,7 @@ export declare var RuleAttributeAndCondition$: StaticStructureSchema;
|
|
|
945
959
|
export declare var RuleAttributeFilter$: StaticStructureSchema;
|
|
946
960
|
export declare var RulesConfiguration$: StaticStructureSchema;
|
|
947
961
|
export declare var RuleSearchSummary$: StaticStructureSchema;
|
|
962
|
+
export declare var RulesExtractionDefinitionIdentifier$: StaticStructureSchema;
|
|
948
963
|
export declare var RulesSearchCriteria$: StaticStructureSchema;
|
|
949
964
|
export declare var RulesSearchFilter$: StaticStructureSchema;
|
|
950
965
|
export declare var RuleSummary$: StaticStructureSchema;
|
|
@@ -1170,6 +1185,8 @@ export declare var UpdateEmailAddressMetadataRequest$: StaticStructureSchema;
|
|
|
1170
1185
|
export declare var UpdateEmailAddressMetadataResponse$: StaticStructureSchema;
|
|
1171
1186
|
export declare var UpdateEvaluationFormRequest$: StaticStructureSchema;
|
|
1172
1187
|
export declare var UpdateEvaluationFormResponse$: StaticStructureSchema;
|
|
1188
|
+
export declare var UpdateExtractionDefinitionRequest$: StaticStructureSchema;
|
|
1189
|
+
export declare var UpdateExtractionDefinitionResponse$: StaticStructureSchema;
|
|
1173
1190
|
export declare var UpdateHoursOfOperationOverrideRequest$: StaticStructureSchema;
|
|
1174
1191
|
export declare var UpdateHoursOfOperationRequest$: StaticStructureSchema;
|
|
1175
1192
|
export declare var UpdateInstanceAttributeRequest$: StaticStructureSchema;
|
|
@@ -1352,6 +1369,7 @@ export declare var CreateDataTable$: StaticOperationSchema;
|
|
|
1352
1369
|
export declare var CreateDataTableAttribute$: StaticOperationSchema;
|
|
1353
1370
|
export declare var CreateEmailAddress$: StaticOperationSchema;
|
|
1354
1371
|
export declare var CreateEvaluationForm$: StaticOperationSchema;
|
|
1372
|
+
export declare var CreateExtractionDefinition$: StaticOperationSchema;
|
|
1355
1373
|
export declare var CreateHoursOfOperation$: StaticOperationSchema;
|
|
1356
1374
|
export declare var CreateHoursOfOperationOverride$: StaticOperationSchema;
|
|
1357
1375
|
export declare var CreateInstance$: StaticOperationSchema;
|
|
@@ -1392,6 +1410,7 @@ export declare var DeleteDataTable$: StaticOperationSchema;
|
|
|
1392
1410
|
export declare var DeleteDataTableAttribute$: StaticOperationSchema;
|
|
1393
1411
|
export declare var DeleteEmailAddress$: StaticOperationSchema;
|
|
1394
1412
|
export declare var DeleteEvaluationForm$: StaticOperationSchema;
|
|
1413
|
+
export declare var DeleteExtractionDefinition$: StaticOperationSchema;
|
|
1395
1414
|
export declare var DeleteHoursOfOperation$: StaticOperationSchema;
|
|
1396
1415
|
export declare var DeleteHoursOfOperationOverride$: StaticOperationSchema;
|
|
1397
1416
|
export declare var DeleteInstance$: StaticOperationSchema;
|
|
@@ -1431,6 +1450,7 @@ export declare var DescribeDataTable$: StaticOperationSchema;
|
|
|
1431
1450
|
export declare var DescribeDataTableAttribute$: StaticOperationSchema;
|
|
1432
1451
|
export declare var DescribeEmailAddress$: StaticOperationSchema;
|
|
1433
1452
|
export declare var DescribeEvaluationForm$: StaticOperationSchema;
|
|
1453
|
+
export declare var DescribeExtractionDefinition$: StaticOperationSchema;
|
|
1434
1454
|
export declare var DescribeHoursOfOperation$: StaticOperationSchema;
|
|
1435
1455
|
export declare var DescribeHoursOfOperationOverride$: StaticOperationSchema;
|
|
1436
1456
|
export declare var DescribeInstance$: StaticOperationSchema;
|
|
@@ -1515,6 +1535,7 @@ export declare var ListDefaultVocabularies$: StaticOperationSchema;
|
|
|
1515
1535
|
export declare var ListEntitySecurityProfiles$: StaticOperationSchema;
|
|
1516
1536
|
export declare var ListEvaluationForms$: StaticOperationSchema;
|
|
1517
1537
|
export declare var ListEvaluationFormVersions$: StaticOperationSchema;
|
|
1538
|
+
export declare var ListExtractionDefinitions$: StaticOperationSchema;
|
|
1518
1539
|
export declare var ListFlowAssociations$: StaticOperationSchema;
|
|
1519
1540
|
export declare var ListHoursOfOperationOverrides$: StaticOperationSchema;
|
|
1520
1541
|
export declare var ListHoursOfOperations$: StaticOperationSchema;
|
|
@@ -1648,6 +1669,7 @@ export declare var UpdateDataTableMetadata$: StaticOperationSchema;
|
|
|
1648
1669
|
export declare var UpdateDataTablePrimaryValues$: StaticOperationSchema;
|
|
1649
1670
|
export declare var UpdateEmailAddressMetadata$: StaticOperationSchema;
|
|
1650
1671
|
export declare var UpdateEvaluationForm$: StaticOperationSchema;
|
|
1672
|
+
export declare var UpdateExtractionDefinition$: StaticOperationSchema;
|
|
1651
1673
|
export declare var UpdateHoursOfOperation$: StaticOperationSchema;
|
|
1652
1674
|
export declare var UpdateHoursOfOperationOverride$: StaticOperationSchema;
|
|
1653
1675
|
export declare var UpdateInstanceAttribute$: StaticOperationSchema;
|
|
@@ -183,6 +183,10 @@ import {
|
|
|
183
183
|
CreateEvaluationFormCommandInput,
|
|
184
184
|
CreateEvaluationFormCommandOutput,
|
|
185
185
|
} from "./commands/CreateEvaluationFormCommand";
|
|
186
|
+
import {
|
|
187
|
+
CreateExtractionDefinitionCommandInput,
|
|
188
|
+
CreateExtractionDefinitionCommandOutput,
|
|
189
|
+
} from "./commands/CreateExtractionDefinitionCommand";
|
|
186
190
|
import {
|
|
187
191
|
CreateHoursOfOperationCommandInput,
|
|
188
192
|
CreateHoursOfOperationCommandOutput,
|
|
@@ -331,6 +335,10 @@ import {
|
|
|
331
335
|
DeleteEvaluationFormCommandInput,
|
|
332
336
|
DeleteEvaluationFormCommandOutput,
|
|
333
337
|
} from "./commands/DeleteEvaluationFormCommand";
|
|
338
|
+
import {
|
|
339
|
+
DeleteExtractionDefinitionCommandInput,
|
|
340
|
+
DeleteExtractionDefinitionCommandOutput,
|
|
341
|
+
} from "./commands/DeleteExtractionDefinitionCommand";
|
|
334
342
|
import {
|
|
335
343
|
DeleteHoursOfOperationCommandInput,
|
|
336
344
|
DeleteHoursOfOperationCommandOutput,
|
|
@@ -475,6 +483,10 @@ import {
|
|
|
475
483
|
DescribeEvaluationFormCommandInput,
|
|
476
484
|
DescribeEvaluationFormCommandOutput,
|
|
477
485
|
} from "./commands/DescribeEvaluationFormCommand";
|
|
486
|
+
import {
|
|
487
|
+
DescribeExtractionDefinitionCommandInput,
|
|
488
|
+
DescribeExtractionDefinitionCommandOutput,
|
|
489
|
+
} from "./commands/DescribeExtractionDefinitionCommand";
|
|
478
490
|
import {
|
|
479
491
|
DescribeHoursOfOperationCommandInput,
|
|
480
492
|
DescribeHoursOfOperationCommandOutput,
|
|
@@ -808,6 +820,10 @@ import {
|
|
|
808
820
|
ListEvaluationFormVersionsCommandInput,
|
|
809
821
|
ListEvaluationFormVersionsCommandOutput,
|
|
810
822
|
} from "./commands/ListEvaluationFormVersionsCommand";
|
|
823
|
+
import {
|
|
824
|
+
ListExtractionDefinitionsCommandInput,
|
|
825
|
+
ListExtractionDefinitionsCommandOutput,
|
|
826
|
+
} from "./commands/ListExtractionDefinitionsCommand";
|
|
811
827
|
import {
|
|
812
828
|
ListFlowAssociationsCommandInput,
|
|
813
829
|
ListFlowAssociationsCommandOutput,
|
|
@@ -1301,6 +1317,10 @@ import {
|
|
|
1301
1317
|
UpdateEvaluationFormCommandInput,
|
|
1302
1318
|
UpdateEvaluationFormCommandOutput,
|
|
1303
1319
|
} from "./commands/UpdateEvaluationFormCommand";
|
|
1320
|
+
import {
|
|
1321
|
+
UpdateExtractionDefinitionCommandInput,
|
|
1322
|
+
UpdateExtractionDefinitionCommandOutput,
|
|
1323
|
+
} from "./commands/UpdateExtractionDefinitionCommand";
|
|
1304
1324
|
import {
|
|
1305
1325
|
UpdateHoursOfOperationCommandInput,
|
|
1306
1326
|
UpdateHoursOfOperationCommandOutput,
|
|
@@ -2073,6 +2093,19 @@ export interface Connect {
|
|
|
2073
2093
|
options: __HttpHandlerOptions,
|
|
2074
2094
|
cb: (err: any, data?: CreateEvaluationFormCommandOutput) => void,
|
|
2075
2095
|
): void;
|
|
2096
|
+
createExtractionDefinition(
|
|
2097
|
+
args: CreateExtractionDefinitionCommandInput,
|
|
2098
|
+
options?: __HttpHandlerOptions,
|
|
2099
|
+
): Promise<CreateExtractionDefinitionCommandOutput>;
|
|
2100
|
+
createExtractionDefinition(
|
|
2101
|
+
args: CreateExtractionDefinitionCommandInput,
|
|
2102
|
+
cb: (err: any, data?: CreateExtractionDefinitionCommandOutput) => void,
|
|
2103
|
+
): void;
|
|
2104
|
+
createExtractionDefinition(
|
|
2105
|
+
args: CreateExtractionDefinitionCommandInput,
|
|
2106
|
+
options: __HttpHandlerOptions,
|
|
2107
|
+
cb: (err: any, data?: CreateExtractionDefinitionCommandOutput) => void,
|
|
2108
|
+
): void;
|
|
2076
2109
|
createHoursOfOperation(
|
|
2077
2110
|
args: CreateHoursOfOperationCommandInput,
|
|
2078
2111
|
options?: __HttpHandlerOptions,
|
|
@@ -2593,6 +2626,19 @@ export interface Connect {
|
|
|
2593
2626
|
options: __HttpHandlerOptions,
|
|
2594
2627
|
cb: (err: any, data?: DeleteEvaluationFormCommandOutput) => void,
|
|
2595
2628
|
): void;
|
|
2629
|
+
deleteExtractionDefinition(
|
|
2630
|
+
args: DeleteExtractionDefinitionCommandInput,
|
|
2631
|
+
options?: __HttpHandlerOptions,
|
|
2632
|
+
): Promise<DeleteExtractionDefinitionCommandOutput>;
|
|
2633
|
+
deleteExtractionDefinition(
|
|
2634
|
+
args: DeleteExtractionDefinitionCommandInput,
|
|
2635
|
+
cb: (err: any, data?: DeleteExtractionDefinitionCommandOutput) => void,
|
|
2636
|
+
): void;
|
|
2637
|
+
deleteExtractionDefinition(
|
|
2638
|
+
args: DeleteExtractionDefinitionCommandInput,
|
|
2639
|
+
options: __HttpHandlerOptions,
|
|
2640
|
+
cb: (err: any, data?: DeleteExtractionDefinitionCommandOutput) => void,
|
|
2641
|
+
): void;
|
|
2596
2642
|
deleteHoursOfOperation(
|
|
2597
2643
|
args: DeleteHoursOfOperationCommandInput,
|
|
2598
2644
|
options?: __HttpHandlerOptions,
|
|
@@ -3100,6 +3146,19 @@ export interface Connect {
|
|
|
3100
3146
|
options: __HttpHandlerOptions,
|
|
3101
3147
|
cb: (err: any, data?: DescribeEvaluationFormCommandOutput) => void,
|
|
3102
3148
|
): void;
|
|
3149
|
+
describeExtractionDefinition(
|
|
3150
|
+
args: DescribeExtractionDefinitionCommandInput,
|
|
3151
|
+
options?: __HttpHandlerOptions,
|
|
3152
|
+
): Promise<DescribeExtractionDefinitionCommandOutput>;
|
|
3153
|
+
describeExtractionDefinition(
|
|
3154
|
+
args: DescribeExtractionDefinitionCommandInput,
|
|
3155
|
+
cb: (err: any, data?: DescribeExtractionDefinitionCommandOutput) => void,
|
|
3156
|
+
): void;
|
|
3157
|
+
describeExtractionDefinition(
|
|
3158
|
+
args: DescribeExtractionDefinitionCommandInput,
|
|
3159
|
+
options: __HttpHandlerOptions,
|
|
3160
|
+
cb: (err: any, data?: DescribeExtractionDefinitionCommandOutput) => void,
|
|
3161
|
+
): void;
|
|
3103
3162
|
describeHoursOfOperation(
|
|
3104
3163
|
args: DescribeHoursOfOperationCommandInput,
|
|
3105
3164
|
options?: __HttpHandlerOptions,
|
|
@@ -4189,6 +4248,19 @@ export interface Connect {
|
|
|
4189
4248
|
options: __HttpHandlerOptions,
|
|
4190
4249
|
cb: (err: any, data?: ListEvaluationFormVersionsCommandOutput) => void,
|
|
4191
4250
|
): void;
|
|
4251
|
+
listExtractionDefinitions(
|
|
4252
|
+
args: ListExtractionDefinitionsCommandInput,
|
|
4253
|
+
options?: __HttpHandlerOptions,
|
|
4254
|
+
): Promise<ListExtractionDefinitionsCommandOutput>;
|
|
4255
|
+
listExtractionDefinitions(
|
|
4256
|
+
args: ListExtractionDefinitionsCommandInput,
|
|
4257
|
+
cb: (err: any, data?: ListExtractionDefinitionsCommandOutput) => void,
|
|
4258
|
+
): void;
|
|
4259
|
+
listExtractionDefinitions(
|
|
4260
|
+
args: ListExtractionDefinitionsCommandInput,
|
|
4261
|
+
options: __HttpHandlerOptions,
|
|
4262
|
+
cb: (err: any, data?: ListExtractionDefinitionsCommandOutput) => void,
|
|
4263
|
+
): void;
|
|
4192
4264
|
listFlowAssociations(
|
|
4193
4265
|
args: ListFlowAssociationsCommandInput,
|
|
4194
4266
|
options?: __HttpHandlerOptions,
|
|
@@ -5923,6 +5995,19 @@ export interface Connect {
|
|
|
5923
5995
|
options: __HttpHandlerOptions,
|
|
5924
5996
|
cb: (err: any, data?: UpdateEvaluationFormCommandOutput) => void,
|
|
5925
5997
|
): void;
|
|
5998
|
+
updateExtractionDefinition(
|
|
5999
|
+
args: UpdateExtractionDefinitionCommandInput,
|
|
6000
|
+
options?: __HttpHandlerOptions,
|
|
6001
|
+
): Promise<UpdateExtractionDefinitionCommandOutput>;
|
|
6002
|
+
updateExtractionDefinition(
|
|
6003
|
+
args: UpdateExtractionDefinitionCommandInput,
|
|
6004
|
+
cb: (err: any, data?: UpdateExtractionDefinitionCommandOutput) => void,
|
|
6005
|
+
): void;
|
|
6006
|
+
updateExtractionDefinition(
|
|
6007
|
+
args: UpdateExtractionDefinitionCommandInput,
|
|
6008
|
+
options: __HttpHandlerOptions,
|
|
6009
|
+
cb: (err: any, data?: UpdateExtractionDefinitionCommandOutput) => void,
|
|
6010
|
+
): void;
|
|
5926
6011
|
updateHoursOfOperation(
|
|
5927
6012
|
args: UpdateHoursOfOperationCommandInput,
|
|
5928
6013
|
options?: __HttpHandlerOptions,
|
|
@@ -6716,6 +6801,13 @@ export interface Connect {
|
|
|
6716
6801
|
Exclude<keyof PaginationConfiguration, "client">
|
|
6717
6802
|
>,
|
|
6718
6803
|
): Paginator<ListEvaluationFormVersionsCommandOutput>;
|
|
6804
|
+
paginateListExtractionDefinitions(
|
|
6805
|
+
args: ListExtractionDefinitionsCommandInput,
|
|
6806
|
+
paginationConfig?: Pick<
|
|
6807
|
+
PaginationConfiguration,
|
|
6808
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6809
|
+
>,
|
|
6810
|
+
): Paginator<ListExtractionDefinitionsCommandOutput>;
|
|
6719
6811
|
paginateListFlowAssociations(
|
|
6720
6812
|
args: ListFlowAssociationsCommandInput,
|
|
6721
6813
|
paginationConfig?: Pick<
|
|
@@ -213,6 +213,10 @@ import {
|
|
|
213
213
|
CreateEvaluationFormCommandInput,
|
|
214
214
|
CreateEvaluationFormCommandOutput,
|
|
215
215
|
} from "./commands/CreateEvaluationFormCommand";
|
|
216
|
+
import {
|
|
217
|
+
CreateExtractionDefinitionCommandInput,
|
|
218
|
+
CreateExtractionDefinitionCommandOutput,
|
|
219
|
+
} from "./commands/CreateExtractionDefinitionCommand";
|
|
216
220
|
import {
|
|
217
221
|
CreateHoursOfOperationCommandInput,
|
|
218
222
|
CreateHoursOfOperationCommandOutput,
|
|
@@ -361,6 +365,10 @@ import {
|
|
|
361
365
|
DeleteEvaluationFormCommandInput,
|
|
362
366
|
DeleteEvaluationFormCommandOutput,
|
|
363
367
|
} from "./commands/DeleteEvaluationFormCommand";
|
|
368
|
+
import {
|
|
369
|
+
DeleteExtractionDefinitionCommandInput,
|
|
370
|
+
DeleteExtractionDefinitionCommandOutput,
|
|
371
|
+
} from "./commands/DeleteExtractionDefinitionCommand";
|
|
364
372
|
import {
|
|
365
373
|
DeleteHoursOfOperationCommandInput,
|
|
366
374
|
DeleteHoursOfOperationCommandOutput,
|
|
@@ -505,6 +513,10 @@ import {
|
|
|
505
513
|
DescribeEvaluationFormCommandInput,
|
|
506
514
|
DescribeEvaluationFormCommandOutput,
|
|
507
515
|
} from "./commands/DescribeEvaluationFormCommand";
|
|
516
|
+
import {
|
|
517
|
+
DescribeExtractionDefinitionCommandInput,
|
|
518
|
+
DescribeExtractionDefinitionCommandOutput,
|
|
519
|
+
} from "./commands/DescribeExtractionDefinitionCommand";
|
|
508
520
|
import {
|
|
509
521
|
DescribeHoursOfOperationCommandInput,
|
|
510
522
|
DescribeHoursOfOperationCommandOutput,
|
|
@@ -838,6 +850,10 @@ import {
|
|
|
838
850
|
ListEvaluationFormVersionsCommandInput,
|
|
839
851
|
ListEvaluationFormVersionsCommandOutput,
|
|
840
852
|
} from "./commands/ListEvaluationFormVersionsCommand";
|
|
853
|
+
import {
|
|
854
|
+
ListExtractionDefinitionsCommandInput,
|
|
855
|
+
ListExtractionDefinitionsCommandOutput,
|
|
856
|
+
} from "./commands/ListExtractionDefinitionsCommand";
|
|
841
857
|
import {
|
|
842
858
|
ListFlowAssociationsCommandInput,
|
|
843
859
|
ListFlowAssociationsCommandOutput,
|
|
@@ -1331,6 +1347,10 @@ import {
|
|
|
1331
1347
|
UpdateEvaluationFormCommandInput,
|
|
1332
1348
|
UpdateEvaluationFormCommandOutput,
|
|
1333
1349
|
} from "./commands/UpdateEvaluationFormCommand";
|
|
1350
|
+
import {
|
|
1351
|
+
UpdateExtractionDefinitionCommandInput,
|
|
1352
|
+
UpdateExtractionDefinitionCommandOutput,
|
|
1353
|
+
} from "./commands/UpdateExtractionDefinitionCommand";
|
|
1334
1354
|
import {
|
|
1335
1355
|
UpdateHoursOfOperationCommandInput,
|
|
1336
1356
|
UpdateHoursOfOperationCommandOutput,
|
|
@@ -1569,6 +1589,7 @@ export type ServiceInputTypes =
|
|
|
1569
1589
|
| CreateDataTableCommandInput
|
|
1570
1590
|
| CreateEmailAddressCommandInput
|
|
1571
1591
|
| CreateEvaluationFormCommandInput
|
|
1592
|
+
| CreateExtractionDefinitionCommandInput
|
|
1572
1593
|
| CreateHoursOfOperationCommandInput
|
|
1573
1594
|
| CreateHoursOfOperationOverrideCommandInput
|
|
1574
1595
|
| CreateInstanceCommandInput
|
|
@@ -1609,6 +1630,7 @@ export type ServiceInputTypes =
|
|
|
1609
1630
|
| DeleteDataTableCommandInput
|
|
1610
1631
|
| DeleteEmailAddressCommandInput
|
|
1611
1632
|
| DeleteEvaluationFormCommandInput
|
|
1633
|
+
| DeleteExtractionDefinitionCommandInput
|
|
1612
1634
|
| DeleteHoursOfOperationCommandInput
|
|
1613
1635
|
| DeleteHoursOfOperationOverrideCommandInput
|
|
1614
1636
|
| DeleteInstanceCommandInput
|
|
@@ -1648,6 +1670,7 @@ export type ServiceInputTypes =
|
|
|
1648
1670
|
| DescribeDataTableCommandInput
|
|
1649
1671
|
| DescribeEmailAddressCommandInput
|
|
1650
1672
|
| DescribeEvaluationFormCommandInput
|
|
1673
|
+
| DescribeExtractionDefinitionCommandInput
|
|
1651
1674
|
| DescribeHoursOfOperationCommandInput
|
|
1652
1675
|
| DescribeHoursOfOperationOverrideCommandInput
|
|
1653
1676
|
| DescribeInstanceAttributeCommandInput
|
|
@@ -1732,6 +1755,7 @@ export type ServiceInputTypes =
|
|
|
1732
1755
|
| ListEntitySecurityProfilesCommandInput
|
|
1733
1756
|
| ListEvaluationFormVersionsCommandInput
|
|
1734
1757
|
| ListEvaluationFormsCommandInput
|
|
1758
|
+
| ListExtractionDefinitionsCommandInput
|
|
1735
1759
|
| ListFlowAssociationsCommandInput
|
|
1736
1760
|
| ListHoursOfOperationOverridesCommandInput
|
|
1737
1761
|
| ListHoursOfOperationsCommandInput
|
|
@@ -1865,6 +1889,7 @@ export type ServiceInputTypes =
|
|
|
1865
1889
|
| UpdateDataTablePrimaryValuesCommandInput
|
|
1866
1890
|
| UpdateEmailAddressMetadataCommandInput
|
|
1867
1891
|
| UpdateEvaluationFormCommandInput
|
|
1892
|
+
| UpdateExtractionDefinitionCommandInput
|
|
1868
1893
|
| UpdateHoursOfOperationCommandInput
|
|
1869
1894
|
| UpdateHoursOfOperationOverrideCommandInput
|
|
1870
1895
|
| UpdateInstanceAttributeCommandInput
|
|
@@ -1958,6 +1983,7 @@ export type ServiceOutputTypes =
|
|
|
1958
1983
|
| CreateDataTableCommandOutput
|
|
1959
1984
|
| CreateEmailAddressCommandOutput
|
|
1960
1985
|
| CreateEvaluationFormCommandOutput
|
|
1986
|
+
| CreateExtractionDefinitionCommandOutput
|
|
1961
1987
|
| CreateHoursOfOperationCommandOutput
|
|
1962
1988
|
| CreateHoursOfOperationOverrideCommandOutput
|
|
1963
1989
|
| CreateInstanceCommandOutput
|
|
@@ -1998,6 +2024,7 @@ export type ServiceOutputTypes =
|
|
|
1998
2024
|
| DeleteDataTableCommandOutput
|
|
1999
2025
|
| DeleteEmailAddressCommandOutput
|
|
2000
2026
|
| DeleteEvaluationFormCommandOutput
|
|
2027
|
+
| DeleteExtractionDefinitionCommandOutput
|
|
2001
2028
|
| DeleteHoursOfOperationCommandOutput
|
|
2002
2029
|
| DeleteHoursOfOperationOverrideCommandOutput
|
|
2003
2030
|
| DeleteInstanceCommandOutput
|
|
@@ -2037,6 +2064,7 @@ export type ServiceOutputTypes =
|
|
|
2037
2064
|
| DescribeDataTableCommandOutput
|
|
2038
2065
|
| DescribeEmailAddressCommandOutput
|
|
2039
2066
|
| DescribeEvaluationFormCommandOutput
|
|
2067
|
+
| DescribeExtractionDefinitionCommandOutput
|
|
2040
2068
|
| DescribeHoursOfOperationCommandOutput
|
|
2041
2069
|
| DescribeHoursOfOperationOverrideCommandOutput
|
|
2042
2070
|
| DescribeInstanceAttributeCommandOutput
|
|
@@ -2121,6 +2149,7 @@ export type ServiceOutputTypes =
|
|
|
2121
2149
|
| ListEntitySecurityProfilesCommandOutput
|
|
2122
2150
|
| ListEvaluationFormVersionsCommandOutput
|
|
2123
2151
|
| ListEvaluationFormsCommandOutput
|
|
2152
|
+
| ListExtractionDefinitionsCommandOutput
|
|
2124
2153
|
| ListFlowAssociationsCommandOutput
|
|
2125
2154
|
| ListHoursOfOperationOverridesCommandOutput
|
|
2126
2155
|
| ListHoursOfOperationsCommandOutput
|
|
@@ -2254,6 +2283,7 @@ export type ServiceOutputTypes =
|
|
|
2254
2283
|
| UpdateDataTablePrimaryValuesCommandOutput
|
|
2255
2284
|
| UpdateEmailAddressMetadataCommandOutput
|
|
2256
2285
|
| UpdateEvaluationFormCommandOutput
|
|
2286
|
+
| UpdateExtractionDefinitionCommandOutput
|
|
2257
2287
|
| UpdateHoursOfOperationCommandOutput
|
|
2258
2288
|
| UpdateHoursOfOperationOverrideCommandOutput
|
|
2259
2289
|
| UpdateInstanceAttributeCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateExtractionDefinitionRequest,
|
|
4
|
+
CreateExtractionDefinitionResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface CreateExtractionDefinitionCommandInput extends CreateExtractionDefinitionRequest {}
|
|
8
|
+
export interface CreateExtractionDefinitionCommandOutput
|
|
9
|
+
extends CreateExtractionDefinitionResponse, __MetadataBearer {}
|
|
10
|
+
declare const CreateExtractionDefinitionCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: CreateExtractionDefinitionCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
CreateExtractionDefinitionCommandInput,
|
|
15
|
+
CreateExtractionDefinitionCommandOutput,
|
|
16
|
+
import("..").ConnectClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: CreateExtractionDefinitionCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateExtractionDefinitionCommandInput,
|
|
24
|
+
CreateExtractionDefinitionCommandOutput,
|
|
25
|
+
import("..").ConnectClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class CreateExtractionDefinitionCommand extends CreateExtractionDefinitionCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: CreateExtractionDefinitionRequest;
|
|
35
|
+
output: CreateExtractionDefinitionResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: CreateExtractionDefinitionCommandInput;
|
|
39
|
+
output: CreateExtractionDefinitionCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { CreateTestCaseRequest, CreateTestCaseResponse } from "../models/
|
|
2
|
+
import { CreateTestCaseRequest, CreateTestCaseResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateTestCaseCommandInput extends CreateTestCaseRequest {}
|
|
5
5
|
export interface CreateTestCaseCommandOutput extends CreateTestCaseResponse, __MetadataBearer {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
CreateTrafficDistributionGroupRequest,
|
|
4
4
|
CreateTrafficDistributionGroupResponse,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface CreateTrafficDistributionGroupCommandInput extends CreateTrafficDistributionGroupRequest {}
|
|
8
8
|
export interface CreateTrafficDistributionGroupCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/
|
|
2
|
+
import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateUseCaseCommandInput extends CreateUseCaseRequest {}
|
|
5
5
|
export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __MetadataBearer {}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DeleteExtractionDefinitionRequest,
|
|
4
|
+
DeleteExtractionDefinitionResponse,
|
|
5
|
+
} from "../models/models_1";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DeleteExtractionDefinitionCommandInput extends DeleteExtractionDefinitionRequest {}
|
|
8
|
+
export interface DeleteExtractionDefinitionCommandOutput
|
|
9
|
+
extends DeleteExtractionDefinitionResponse, __MetadataBearer {}
|
|
10
|
+
declare const DeleteExtractionDefinitionCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: DeleteExtractionDefinitionCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
DeleteExtractionDefinitionCommandInput,
|
|
15
|
+
DeleteExtractionDefinitionCommandOutput,
|
|
16
|
+
import("..").ConnectClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteExtractionDefinitionCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteExtractionDefinitionCommandInput,
|
|
24
|
+
DeleteExtractionDefinitionCommandOutput,
|
|
25
|
+
import("..").ConnectClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class DeleteExtractionDefinitionCommand extends DeleteExtractionDefinitionCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: DeleteExtractionDefinitionRequest;
|
|
35
|
+
output: {};
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: DeleteExtractionDefinitionCommandInput;
|
|
39
|
+
output: DeleteExtractionDefinitionCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|