@aws-sdk/client-frauddetector 3.39.0 → 3.43.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 +38 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/FraudDetectorClient.d.ts +8 -0
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetVariableCommand.d.ts +1 -1
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVariableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetEventCommand.d.ts +1 -1
- package/dist-types/commands/GetEventPredictionCommand.d.ts +1 -1
- package/dist-types/commands/GetEventTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetModelsCommand.d.ts +1 -1
- package/dist-types/commands/GetOutcomesCommand.d.ts +1 -1
- package/dist-types/commands/GetRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetVariablesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDetectorCommand.d.ts +1 -1
- package/dist-types/commands/PutEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/PutEventTypeCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalModelCommand.d.ts +1 -1
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/PutLabelCommand.d.ts +1 -1
- package/dist-types/commands/PutOutcomeCommand.d.ts +1 -1
- package/dist-types/commands/SendEventCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -21,7 +21,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteRuleCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteRuleCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteVariableCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteVariableCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteVariableCommand extends $Command<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDetectorCommand extends $Command<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeModelVersionsCommandOutput extends DescribeModelVersion
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeModelVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeModelVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeModelVersionsCommand extends $Command<DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetBatchImportJobsCommandOutput extends GetBatchImportJobsResul
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetBatchImportJobsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetBatchImportJobsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetBatchImportJobsCommand extends $Command<GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJ
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBatchPredictionJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBatchPredictionJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBatchPredictionJobsCommand extends $Command<GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeleteEventsByEventTypeStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeleteEventsByEventTypeStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeleteEventsByEventTypeStatusCommand extends $Command<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDetectorVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDetectorVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDetectorVersionCommand extends $Command<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetDetectorsCommandOutput extends GetDetectorsResult, __Metadat
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetDetectorsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetDetectorsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetDetectorsCommand extends $Command<GetDetectorsCommandInput, GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetEntityTypesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetEntityTypesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetEntityTypesCommand extends $Command<GetEntityTypesCommandInput, GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetEventCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetEventCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetEventCommand extends $Command<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetEventPredictionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetEventPredictionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetEventPredictionCommand extends $Command<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetEventTypesCommandOutput extends GetEventTypesResult, __Metad
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetEventTypesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetEventTypesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetEventTypesCommand extends $Command<GetEventTypesCommandInput, GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetExternalModelsCommandOutput extends GetExternalModelsResult,
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetExternalModelsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetExternalModelsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetExternalModelsCommand extends $Command<GetExternalModelsCommandInput, GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetKMSEncryptionKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetKMSEncryptionKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetKMSEncryptionKeyCommand extends $Command<GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetLabelsCommandOutput extends GetLabelsResult, __MetadataBeare
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetLabelsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetLabelsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetLabelsCommand extends $Command<GetLabelsCommandInput, GetLabelsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetModelVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetModelVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetModelVersionCommand extends $Command<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetModelsCommandOutput extends GetModelsResult, __MetadataBeare
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetModelsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetModelsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetOutcomesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetOutcomesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetOutcomesCommand extends $Command<GetOutcomesCommandInput, GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetRulesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetRulesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetRulesCommand extends $Command<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetVariablesCommandOutput extends GetVariablesResult, __Metadat
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetVariablesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetVariablesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetVariablesCommand extends $Command<GetVariablesCommandInput, GetVariablesCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutDetectorCommand extends $Command<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutEntityTypeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutEntityTypeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutEntityTypeCommand extends $Command<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutEventTypeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutEventTypeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutEventTypeCommand extends $Command<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutExternalModelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutExternalModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutExternalModelCommand extends $Command<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutKMSEncryptionKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutKMSEncryptionKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutKMSEncryptionKeyCommand extends $Command<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutLabelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutLabelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutLabelCommand extends $Command<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutOutcomeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutOutcomeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutOutcomeCommand extends $Command<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SendEventCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SendEventCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class SendEventCommand extends $Command<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDetectorVersionCommandOutput extends UpdateDetectorVersio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDetectorVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDetectorVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDetectorVersionCommand extends $Command<UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDetectorVersionMetadataCommandOutput extends UpdateDetect
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDetectorVersionMetadataCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDetectorVersionMetadataCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDetectorVersionMetadataCommand extends $Command<UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDetectorVersionStatusCommandOutput extends UpdateDetector
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDetectorVersionStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDetectorVersionStatusCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDetectorVersionStatusCommand extends $Command<UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateEventLabelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateEventLabelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateEventLabelCommand extends $Command<UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateModelCommandOutput extends UpdateModelResult, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateModelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateModelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateModelVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateModelVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link UpdateModelVersionStatusCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link UpdateModelVersionStatusCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRuleMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRuleMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRuleVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRuleVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateVariableCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateVariableCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link FraudDetectorClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link FraudDetectorClientResolvedConfig | config} for FraudDetectorClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateVariableCommand extends $Command<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -104,6 +104,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
104
104
|
|
|
105
105
|
logger?: __Logger;
|
|
106
106
|
|
|
107
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
108
|
+
|
|
109
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
110
|
+
|
|
107
111
|
serviceId?: string;
|
|
108
112
|
|
|
109
113
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: FraudDetectorClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|