@wildix/wda-insights-client 1.1.34 → 1.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist-cjs/WdaInsights.js +0 -8
  2. package/dist-cjs/commands/index.js +0 -4
  3. package/dist-cjs/models/models_0.js +9 -6
  4. package/dist-cjs/protocols/Aws_restJson1.js +52 -151
  5. package/dist-es/WdaInsights.js +0 -8
  6. package/dist-es/commands/index.js +0 -4
  7. package/dist-es/models/models_0.js +8 -5
  8. package/dist-es/protocols/Aws_restJson1.js +48 -139
  9. package/dist-types/WdaInsights.d.ts +0 -28
  10. package/dist-types/WdaInsightsClient.d.ts +2 -6
  11. package/dist-types/commands/CreateProjectionCommand.d.ts +360 -6
  12. package/dist-types/commands/DisableProjectionCommand.d.ts +180 -3
  13. package/dist-types/commands/EnableProjectionCommand.d.ts +180 -3
  14. package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +178 -0
  15. package/dist-types/commands/GetProjectionCommand.d.ts +180 -3
  16. package/dist-types/commands/ListConversationsCommand.d.ts +22 -30
  17. package/dist-types/commands/ListPlaylistItemsCommand.d.ts +22 -30
  18. package/dist-types/commands/ListProjectionsCommand.d.ts +181 -10
  19. package/dist-types/commands/ListWatchHistoryCommand.d.ts +22 -30
  20. package/dist-types/commands/PauseProjectionCommand.d.ts +180 -3
  21. package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +356 -0
  22. package/dist-types/commands/UpdateProjectionCommand.d.ts +360 -4
  23. package/dist-types/commands/index.d.ts +0 -4
  24. package/dist-types/models/models_0.d.ts +126 -102
  25. package/dist-types/protocols/Aws_restJson1.d.ts +0 -36
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -6
  27. package/dist-types/runtimeConfig.d.ts +1 -6
  28. package/dist-types/runtimeConfig.native.d.ts +1 -6
  29. package/package.json +1 -1
  30. package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +0 -21
  31. package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +0 -21
  32. package/dist-cjs/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -21
  33. package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +0 -21
  34. package/dist-es/commands/CreateProjectionsCategoryCommand.js +0 -17
  35. package/dist-es/commands/DeleteProjectionsCategoryCommand.js +0 -17
  36. package/dist-es/commands/UpdateProjectionAnalysisSettingsCommand.js +0 -17
  37. package/dist-es/commands/UpdateProjectionsCategoryCommand.js +0 -17
  38. package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +0 -81
  39. package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +0 -75
  40. package/dist-types/commands/UpdateProjectionAnalysisSettingsCommand.d.ts +0 -145
  41. package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +0 -83
@@ -1,17 +0,0 @@
1
- import { de_UpdateProjectionAnalysisSettingsCommand, se_UpdateProjectionAnalysisSettingsCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class UpdateProjectionAnalysisSettingsCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaInsights", "UpdateProjectionAnalysisSettings", {})
12
- .n("WdaInsightsClient", "UpdateProjectionAnalysisSettingsCommand")
13
- .f(void 0, void 0)
14
- .ser(se_UpdateProjectionAnalysisSettingsCommand)
15
- .de(de_UpdateProjectionAnalysisSettingsCommand)
16
- .build() {
17
- }
@@ -1,17 +0,0 @@
1
- import { de_UpdateProjectionsCategoryCommand, se_UpdateProjectionsCategoryCommand, } from "../protocols/Aws_restJson1";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- export { $Command };
5
- export class UpdateProjectionsCategoryCommand extends $Command.classBuilder()
6
- .m(function (Command, cs, config, o) {
7
- return [
8
- getSerdePlugin(config, this.serialize, this.deserialize),
9
- ];
10
- })
11
- .s("WdaInsights", "UpdateProjectionsCategory", {})
12
- .n("WdaInsightsClient", "UpdateProjectionsCategoryCommand")
13
- .f(void 0, void 0)
14
- .ser(se_UpdateProjectionsCategoryCommand)
15
- .de(de_UpdateProjectionsCategoryCommand)
16
- .build() {
17
- }
@@ -1,81 +0,0 @@
1
- import { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
2
- import { CreateProjectionsCategoryInput, CreateProjectionsCategoryOutput } from "../models/models_0";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link CreateProjectionsCategoryCommand}.
14
- */
15
- export interface CreateProjectionsCategoryCommandInput extends CreateProjectionsCategoryInput {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link CreateProjectionsCategoryCommand}.
21
- */
22
- export interface CreateProjectionsCategoryCommandOutput extends CreateProjectionsCategoryOutput, __MetadataBearer {
23
- }
24
- declare const CreateProjectionsCategoryCommand_base: {
25
- new (input: CreateProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectionsCategoryCommandInput, CreateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * Creates a new projections category.
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { WdaInsightsClient, CreateProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
35
- * // const { WdaInsightsClient, CreateProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
36
- * const client = new WdaInsightsClient(config);
37
- * const input = { // CreateProjectionsCategoryInput
38
- * company: "STRING_VALUE",
39
- * id: "STRING_VALUE", // required
40
- * name: "STRING_VALUE", // required
41
- * };
42
- * const command = new CreateProjectionsCategoryCommand(input);
43
- * const response = await client.send(command);
44
- * // { // CreateProjectionsCategoryOutput
45
- * // category: { // ProjectionsCategory
46
- * // id: "STRING_VALUE", // required
47
- * // name: "STRING_VALUE", // required
48
- * // },
49
- * // };
50
- *
51
- * ```
52
- *
53
- * @param CreateProjectionsCategoryCommandInput - {@link CreateProjectionsCategoryCommandInput}
54
- * @returns {@link CreateProjectionsCategoryCommandOutput}
55
- * @see {@link CreateProjectionsCategoryCommandInput} for command's `input` shape.
56
- * @see {@link CreateProjectionsCategoryCommandOutput} for command's `response` shape.
57
- * @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
58
- *
59
- * @throws {@link ValidationException} (client fault)
60
- *
61
- * @throws {@link ForbiddenException} (client fault)
62
- *
63
- * @throws {@link WdaInsightsServiceException}
64
- * <p>Base exception class for all service exceptions from WdaInsights service.</p>
65
- *
66
- *
67
- * @public
68
- */
69
- export declare class CreateProjectionsCategoryCommand extends CreateProjectionsCategoryCommand_base {
70
- /** @internal type navigation helper, not in runtime. */
71
- protected static __types: {
72
- api: {
73
- input: CreateProjectionsCategoryInput;
74
- output: CreateProjectionsCategoryOutput;
75
- };
76
- sdk: {
77
- input: CreateProjectionsCategoryCommandInput;
78
- output: CreateProjectionsCategoryCommandOutput;
79
- };
80
- };
81
- }
@@ -1,75 +0,0 @@
1
- import { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
2
- import { DeleteProjectionsCategoryInput, DeleteProjectionsCategoryOutput } from "../models/models_0";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link DeleteProjectionsCategoryCommand}.
14
- */
15
- export interface DeleteProjectionsCategoryCommandInput extends DeleteProjectionsCategoryInput {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link DeleteProjectionsCategoryCommand}.
21
- */
22
- export interface DeleteProjectionsCategoryCommandOutput extends DeleteProjectionsCategoryOutput, __MetadataBearer {
23
- }
24
- declare const DeleteProjectionsCategoryCommand_base: {
25
- new (input: DeleteProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProjectionsCategoryCommandInput, DeleteProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * Deletes a projections category by its ID.
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { WdaInsightsClient, DeleteProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
35
- * // const { WdaInsightsClient, DeleteProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
36
- * const client = new WdaInsightsClient(config);
37
- * const input = { // DeleteProjectionsCategoryInput
38
- * company: "STRING_VALUE",
39
- * id: "STRING_VALUE", // required
40
- * };
41
- * const command = new DeleteProjectionsCategoryCommand(input);
42
- * const response = await client.send(command);
43
- * // {};
44
- *
45
- * ```
46
- *
47
- * @param DeleteProjectionsCategoryCommandInput - {@link DeleteProjectionsCategoryCommandInput}
48
- * @returns {@link DeleteProjectionsCategoryCommandOutput}
49
- * @see {@link DeleteProjectionsCategoryCommandInput} for command's `input` shape.
50
- * @see {@link DeleteProjectionsCategoryCommandOutput} for command's `response` shape.
51
- * @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
52
- *
53
- * @throws {@link ValidationException} (client fault)
54
- *
55
- * @throws {@link ForbiddenException} (client fault)
56
- *
57
- * @throws {@link WdaInsightsServiceException}
58
- * <p>Base exception class for all service exceptions from WdaInsights service.</p>
59
- *
60
- *
61
- * @public
62
- */
63
- export declare class DeleteProjectionsCategoryCommand extends DeleteProjectionsCategoryCommand_base {
64
- /** @internal type navigation helper, not in runtime. */
65
- protected static __types: {
66
- api: {
67
- input: DeleteProjectionsCategoryInput;
68
- output: {};
69
- };
70
- sdk: {
71
- input: DeleteProjectionsCategoryCommandInput;
72
- output: DeleteProjectionsCategoryCommandOutput;
73
- };
74
- };
75
- }
@@ -1,145 +0,0 @@
1
- import { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
2
- import { UpdateProjectionAnalysisSettingsInput, UpdateProjectionAnalysisSettingsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link UpdateProjectionAnalysisSettingsCommand}.
14
- */
15
- export interface UpdateProjectionAnalysisSettingsCommandInput extends UpdateProjectionAnalysisSettingsInput {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link UpdateProjectionAnalysisSettingsCommand}.
21
- */
22
- export interface UpdateProjectionAnalysisSettingsCommandOutput extends UpdateProjectionAnalysisSettingsOutput, __MetadataBearer {
23
- }
24
- declare const UpdateProjectionAnalysisSettingsCommand_base: {
25
- new (input: UpdateProjectionAnalysisSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectionAnalysisSettingsCommandInput, UpdateProjectionAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProjectionAnalysisSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectionAnalysisSettingsCommandInput, UpdateProjectionAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * Updates model and group analysis settings for the projection, including predefined projections.
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { WdaInsightsClient, UpdateProjectionAnalysisSettingsCommand } from "@wildix/wda-insights-client"; // ES Modules import
35
- * // const { WdaInsightsClient, UpdateProjectionAnalysisSettingsCommand } = require("@wildix/wda-insights-client"); // CommonJS import
36
- * const client = new WdaInsightsClient(config);
37
- * const input = { // UpdateProjectionAnalysisSettingsInput
38
- * model: "STRING_VALUE",
39
- * group: "STRING_VALUE",
40
- * company: "STRING_VALUE",
41
- * id: "STRING_VALUE", // required
42
- * };
43
- * const command = new UpdateProjectionAnalysisSettingsCommand(input);
44
- * const response = await client.send(command);
45
- * // { // UpdateProjectionAnalysisSettingsOutput
46
- * // projection: { // Projection
47
- * // categoryId: "STRING_VALUE", // required
48
- * // name: "STRING_VALUE", // required
49
- * // description: "STRING_VALUE",
50
- * // instructions: "STRING_VALUE",
51
- * // conditions: [ // ProjectionConditionsList
52
- * // { // ProjectionCondition Union: only one key present
53
- * // entity: { // ProjectionEntityCondition
54
- * // equals: [ // ProjectionEntityConditionValuesList // required
55
- * // "call" || "conference" || "chat",
56
- * // ],
57
- * // },
58
- * // direction: { // ProjectionDirectionCondition
59
- * // equals: [ // ProjectionDirectionConditionValuesList // required
60
- * // "INTERNAL" || "INBOUND" || "OUTBOUND" || "UNDEFINED",
61
- * // ],
62
- * // },
63
- * // participants: { // ProjectionParticipantsCondition
64
- * // emails: [ // ProjectionParticipantsEmailsList
65
- * // "STRING_VALUE",
66
- * // ],
67
- * // extensions: [ // ProjectionParticipantsExtensionsList
68
- * // "STRING_VALUE",
69
- * // ],
70
- * // groups: [ // ProjectionParticipantsGroupsList
71
- * // "STRING_VALUE",
72
- * // ],
73
- * // },
74
- * // duration: { // ProjectionDurationCondition
75
- * // minimum: Number("int"), // required
76
- * // maximum: Number("int"), // required
77
- * // },
78
- * // },
79
- * // ],
80
- * // fields: [ // ProjectionFieldsList // required
81
- * // { // ProjectionField
82
- * // id: "STRING_VALUE", // required
83
- * // name: "STRING_VALUE", // required
84
- * // description: "STRING_VALUE",
85
- * // optional: true || false,
86
- * // parameter: { // ProjectionParameter Union: only one key present
87
- * // text: {},
88
- * // multiline: {},
89
- * // selection: { // ProjectionSelectionParameter
90
- * // options: [ // ProjectionSelectionOptionsList // required
91
- * // "STRING_VALUE",
92
- * // ],
93
- * // multi: true || false,
94
- * // adaptive: true || false,
95
- * // adaptiveOptions: [
96
- * // "STRING_VALUE",
97
- * // ],
98
- * // },
99
- * // },
100
- * // },
101
- * // ],
102
- * // model: "STRING_VALUE",
103
- * // group: "STRING_VALUE",
104
- * // id: "STRING_VALUE", // required
105
- * // status: "ENABLED" || "PAUSED" || "DISABLED", // required
106
- * // version: Number("int"), // required
107
- * // createdAt: "STRING_VALUE", // required
108
- * // updatedAt: "STRING_VALUE",
109
- * // metadata: { // ProjectionMetadata
110
- * // predefined: true || false,
111
- * // },
112
- * // },
113
- * // };
114
- *
115
- * ```
116
- *
117
- * @param UpdateProjectionAnalysisSettingsCommandInput - {@link UpdateProjectionAnalysisSettingsCommandInput}
118
- * @returns {@link UpdateProjectionAnalysisSettingsCommandOutput}
119
- * @see {@link UpdateProjectionAnalysisSettingsCommandInput} for command's `input` shape.
120
- * @see {@link UpdateProjectionAnalysisSettingsCommandOutput} for command's `response` shape.
121
- * @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
122
- *
123
- * @throws {@link ValidationException} (client fault)
124
- *
125
- * @throws {@link ForbiddenException} (client fault)
126
- *
127
- * @throws {@link WdaInsightsServiceException}
128
- * <p>Base exception class for all service exceptions from WdaInsights service.</p>
129
- *
130
- *
131
- * @public
132
- */
133
- export declare class UpdateProjectionAnalysisSettingsCommand extends UpdateProjectionAnalysisSettingsCommand_base {
134
- /** @internal type navigation helper, not in runtime. */
135
- protected static __types: {
136
- api: {
137
- input: UpdateProjectionAnalysisSettingsInput;
138
- output: UpdateProjectionAnalysisSettingsOutput;
139
- };
140
- sdk: {
141
- input: UpdateProjectionAnalysisSettingsCommandInput;
142
- output: UpdateProjectionAnalysisSettingsCommandOutput;
143
- };
144
- };
145
- }
@@ -1,83 +0,0 @@
1
- import { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
2
- import { UpdateProjectionsCategoryInput, UpdateProjectionsCategoryOutput } from "../models/models_0";
3
- import { Command as $Command } from "@smithy/smithy-client";
4
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link UpdateProjectionsCategoryCommand}.
14
- */
15
- export interface UpdateProjectionsCategoryCommandInput extends UpdateProjectionsCategoryInput {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link UpdateProjectionsCategoryCommand}.
21
- */
22
- export interface UpdateProjectionsCategoryCommandOutput extends UpdateProjectionsCategoryOutput, __MetadataBearer {
23
- }
24
- declare const UpdateProjectionsCategoryCommand_base: {
25
- new (input: UpdateProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProjectionsCategoryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectionsCategoryCommandInput, UpdateProjectionsCategoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * Updates an existing projections category.
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { WdaInsightsClient, UpdateProjectionsCategoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
35
- * // const { WdaInsightsClient, UpdateProjectionsCategoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
36
- * const client = new WdaInsightsClient(config);
37
- * const input = { // UpdateProjectionsCategoryInput
38
- * company: "STRING_VALUE",
39
- * id: "STRING_VALUE", // required
40
- * name: "STRING_VALUE", // required
41
- * };
42
- * const command = new UpdateProjectionsCategoryCommand(input);
43
- * const response = await client.send(command);
44
- * // { // UpdateProjectionsCategoryOutput
45
- * // category: { // ProjectionsCategory
46
- * // id: "STRING_VALUE", // required
47
- * // name: "STRING_VALUE", // required
48
- * // },
49
- * // };
50
- *
51
- * ```
52
- *
53
- * @param UpdateProjectionsCategoryCommandInput - {@link UpdateProjectionsCategoryCommandInput}
54
- * @returns {@link UpdateProjectionsCategoryCommandOutput}
55
- * @see {@link UpdateProjectionsCategoryCommandInput} for command's `input` shape.
56
- * @see {@link UpdateProjectionsCategoryCommandOutput} for command's `response` shape.
57
- * @see {@link WdaInsightsClientResolvedConfig | config} for WdaInsightsClient's `config` shape.
58
- *
59
- * @throws {@link NotFoundException} (client fault)
60
- *
61
- * @throws {@link ValidationException} (client fault)
62
- *
63
- * @throws {@link ForbiddenException} (client fault)
64
- *
65
- * @throws {@link WdaInsightsServiceException}
66
- * <p>Base exception class for all service exceptions from WdaInsights service.</p>
67
- *
68
- *
69
- * @public
70
- */
71
- export declare class UpdateProjectionsCategoryCommand extends UpdateProjectionsCategoryCommand_base {
72
- /** @internal type navigation helper, not in runtime. */
73
- protected static __types: {
74
- api: {
75
- input: UpdateProjectionsCategoryInput;
76
- output: UpdateProjectionsCategoryOutput;
77
- };
78
- sdk: {
79
- input: UpdateProjectionsCategoryCommandInput;
80
- output: UpdateProjectionsCategoryCommandOutput;
81
- };
82
- };
83
- }