@aws-sdk/client-personalize-events 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +26 -27
- package/dist-cjs/models/PersonalizeEventsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/PersonalizeEvents.js +1 -1
- package/dist-es/PersonalizeEventsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/PutActionInteractionsCommand.js +2 -2
- package/dist-es/commands/PutActionsCommand.js +2 -2
- package/dist-es/commands/PutEventsCommand.js +2 -2
- package/dist-es/commands/PutItemsCommand.js +2 -2
- package/dist-es/commands/PutUsersCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/PersonalizeEventsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/PersonalizeEventsClient.d.ts +5 -5
- package/dist-types/commands/PutActionInteractionsCommand.d.ts +6 -4
- package/dist-types/commands/PutActionsCommand.d.ts +6 -4
- package/dist-types/commands/PutEventsCommand.d.ts +6 -4
- package/dist-types/commands/PutItemsCommand.d.ts +6 -4
- package/dist-types/commands/PutUsersCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/PersonalizeEventsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/PersonalizeEventsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/PutActionInteractionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutItemsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutUsersCommand.d.ts +6 -8
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PersonalizeEventsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutActionsRequest } from "../models/models_0";
|
|
4
4
|
import type { PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeEventsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutActionsCommandInput extends PutActionsRequest {
|
|
|
22
22
|
export interface PutActionsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutActionsCommand_base: {
|
|
25
|
-
new (input: PutActionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutActionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutActionsCommandInput): import("@smithy/core/client").CommandImpl<PutActionsCommandInput, PutActionsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutActionsCommandInput): import("@smithy/core/client").CommandImpl<PutActionsCommandInput, PutActionsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more actions to an Actions dataset. For more information see
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutEventsRequest } from "../models/models_0";
|
|
4
4
|
import type { PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeEventsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutEventsCommandInput extends PutEventsRequest {
|
|
|
22
22
|
export interface PutEventsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutEventsCommand_base: {
|
|
25
|
-
new (input: PutEventsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutEventsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Records item interaction event data. For more information see
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutItemsRequest } from "../models/models_0";
|
|
4
4
|
import type { PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeEventsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutItemsCommandInput extends PutItemsRequest {
|
|
|
22
22
|
export interface PutItemsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutItemsCommand_base: {
|
|
25
|
-
new (input: PutItemsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutItemsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutItemsCommandInput): import("@smithy/core/client").CommandImpl<PutItemsCommandInput, PutItemsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutItemsCommandInput): import("@smithy/core/client").CommandImpl<PutItemsCommandInput, PutItemsCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more items to an Items dataset. For more information see
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutUsersRequest } from "../models/models_0";
|
|
4
4
|
import type { PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeEventsClient";
|
|
@@ -22,9 +22,11 @@ export interface PutUsersCommandInput extends PutUsersRequest {
|
|
|
22
22
|
export interface PutUsersCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutUsersCommand_base: {
|
|
25
|
-
new (input: PutUsersCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutUsersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutUsersCommandInput): import("@smithy/core/client").CommandImpl<PutUsersCommandInput, PutUsersCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutUsersCommandInput): import("@smithy/core/client").CommandImpl<PutUsersCommandInput, PutUsersCommandOutput, PersonalizeEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more users to a Users dataset. For more information see
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { PersonalizeEventsServiceException as __BaseException } from "./PersonalizeEventsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Provide a valid value for the field or parameter.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/
|
|
1
|
+
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/core/serde";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Represents action metadata added to an Action dataset using the
|
|
4
4
|
* <code>PutActions</code> API. For more information see
|
|
@@ -5,13 +5,13 @@ import type { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PersonalizeEventsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: PersonalizeEventsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { PersonalizeEventsClientConfig } from "./PersonalizeEventsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: PersonalizeEventsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: PersonalizeEventsClientConfig) =
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutActionInteractionsRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -14,7 +14,7 @@ export interface PutActionInteractionsCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const PutActionInteractionsCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: PutActionInteractionsCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
PutActionInteractionsCommandInput,
|
|
19
19
|
PutActionInteractionsCommandOutput,
|
|
20
20
|
PersonalizeEventsClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const PutActionInteractionsCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: PutActionInteractionsCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
PutActionInteractionsCommandInput,
|
|
28
28
|
PutActionInteractionsCommandOutput,
|
|
29
29
|
PersonalizeEventsClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class PutActionInteractionsCommand extends PutActionInteractionsCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutActionsRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface PutActionsCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PutActionsCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PutActionsCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PutActionsCommandInput,
|
|
18
18
|
PutActionsCommandOutput,
|
|
19
19
|
PersonalizeEventsClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PutActionsCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PutActionsCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PutActionsCommandInput,
|
|
27
27
|
PutActionsCommandOutput,
|
|
28
28
|
PersonalizeEventsClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PutActionsCommand extends PutActionsCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutEventsRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,25 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface PutEventsCommandInput extends PutEventsRequest {}
|
|
12
12
|
export interface PutEventsCommandOutput extends __MetadataBearer {}
|
|
13
13
|
declare const PutEventsCommand_base: {
|
|
14
|
-
new (
|
|
15
|
-
input: PutEventsCommandInput
|
|
16
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
15
|
PutEventsCommandInput,
|
|
18
16
|
PutEventsCommandOutput,
|
|
19
17
|
PersonalizeEventsClientResolvedConfig,
|
|
20
18
|
ServiceInputTypes,
|
|
21
19
|
ServiceOutputTypes
|
|
22
20
|
>;
|
|
23
|
-
new (
|
|
24
|
-
input: PutEventsCommandInput
|
|
25
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
26
22
|
PutEventsCommandInput,
|
|
27
23
|
PutEventsCommandOutput,
|
|
28
24
|
PersonalizeEventsClientResolvedConfig,
|
|
29
25
|
ServiceInputTypes,
|
|
30
26
|
ServiceOutputTypes
|
|
31
27
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
33
31
|
};
|
|
34
32
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
35
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutItemsRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,25 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface PutItemsCommandInput extends PutItemsRequest {}
|
|
12
12
|
export interface PutItemsCommandOutput extends __MetadataBearer {}
|
|
13
13
|
declare const PutItemsCommand_base: {
|
|
14
|
-
new (
|
|
15
|
-
input: PutItemsCommandInput
|
|
16
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
new (input: PutItemsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
15
|
PutItemsCommandInput,
|
|
18
16
|
PutItemsCommandOutput,
|
|
19
17
|
PersonalizeEventsClientResolvedConfig,
|
|
20
18
|
ServiceInputTypes,
|
|
21
19
|
ServiceOutputTypes
|
|
22
20
|
>;
|
|
23
|
-
new (
|
|
24
|
-
input: PutItemsCommandInput
|
|
25
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
new (input: PutItemsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
26
22
|
PutItemsCommandInput,
|
|
27
23
|
PutItemsCommandOutput,
|
|
28
24
|
PersonalizeEventsClientResolvedConfig,
|
|
29
25
|
ServiceInputTypes,
|
|
30
26
|
ServiceOutputTypes
|
|
31
27
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
33
31
|
};
|
|
34
32
|
export declare class PutItemsCommand extends PutItemsCommand_base {
|
|
35
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutUsersRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -11,25 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface PutUsersCommandInput extends PutUsersRequest {}
|
|
12
12
|
export interface PutUsersCommandOutput extends __MetadataBearer {}
|
|
13
13
|
declare const PutUsersCommand_base: {
|
|
14
|
-
new (
|
|
15
|
-
input: PutUsersCommandInput
|
|
16
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
14
|
+
new (input: PutUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
15
|
PutUsersCommandInput,
|
|
18
16
|
PutUsersCommandOutput,
|
|
19
17
|
PersonalizeEventsClientResolvedConfig,
|
|
20
18
|
ServiceInputTypes,
|
|
21
19
|
ServiceOutputTypes
|
|
22
20
|
>;
|
|
23
|
-
new (
|
|
24
|
-
input: PutUsersCommandInput
|
|
25
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
new (input: PutUsersCommandInput): import("@smithy/core/client").CommandImpl<
|
|
26
22
|
PutUsersCommandInput,
|
|
27
23
|
PutUsersCommandOutput,
|
|
28
24
|
PersonalizeEventsClientResolvedConfig,
|
|
29
25
|
ServiceInputTypes,
|
|
30
26
|
ServiceOutputTypes
|
|
31
27
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
33
31
|
};
|
|
34
32
|
export declare class PutUsersCommand extends PutUsersCommand_base {
|
|
35
33
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface PersonalizeEventsExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class PersonalizeEventsServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { PersonalizeEventsServiceException as __BaseException } from "./PersonalizeEventsServiceException";
|
|
3
3
|
export declare class InvalidInputException extends __BaseException {
|
|
4
4
|
readonly name: "InvalidInputException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/
|
|
1
|
+
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/core/serde";
|
|
2
2
|
export interface Action {
|
|
3
3
|
actionId: string | undefined;
|
|
4
4
|
properties?: __AutomaticJsonStringConversion | string | undefined;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
|
|
|
48
48
|
logger: import("@smithy/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
defaultsMode:
|
|
51
|
-
| import("@smithy/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
53
|
+
import("@smithy/core/client").DefaultsMode
|
|
54
54
|
>;
|
|
55
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
56
|
userAgentAppId?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1046.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-personalize-events",
|
|
@@ -21,42 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.40",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.39",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/hash-node": "^4.2.14",
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.32",
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
47
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.25",
|
|
35
|
+
"@smithy/core": "^3.24.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
37
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
49
38
|
"@smithy/types": "^4.14.1",
|
|
50
|
-
"@smithy/url-parser": "^4.2.14",
|
|
51
|
-
"@smithy/util-base64": "^4.3.2",
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
56
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
57
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.6",
|
|
59
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
60
39
|
"tslib": "^2.6.2"
|
|
61
40
|
},
|
|
62
41
|
"devDependencies": {
|