@aws-sdk/client-connect 3.1107.0 → 3.1109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -0
- package/dist-cjs/index.js +390 -46
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateMetricCommand.js +4 -0
- package/dist-es/commands/DeleteMetricCommand.js +4 -0
- package/dist-es/commands/DescribeMetricCommand.js +4 -0
- package/dist-es/commands/ListMetricsCommand.js +4 -0
- package/dist-es/commands/SearchMetricsCommand.js +4 -0
- package/dist-es/commands/UpdateMetricContentCommand.js +4 -0
- package/dist-es/commands/UpdateMetricMetadataCommand.js +4 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +41 -0
- package/dist-es/pagination/ListMetricsPaginator.js +4 -0
- package/dist-es/pagination/SearchMetricsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +268 -45
- package/dist-types/Connect.d.ts +63 -0
- package/dist-types/ConnectClient.d.ts +9 -2
- package/dist-types/commands/CreateMetricCommand.d.ts +137 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMetricCommand.d.ts +93 -0
- package/dist-types/commands/DescribeMetricCommand.d.ts +165 -0
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -1
- package/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +1 -1
- package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricsCommand.d.ts +103 -0
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/SearchMetricsCommand.d.ts +223 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMetricContentCommand.d.ts +121 -0
- package/dist-types/commands/UpdateMetricMetadataCommand.d.ts +93 -0
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +113 -0
- package/dist-types/models/models_0.d.ts +185 -285
- package/dist-types/models/models_1.d.ts +526 -349
- package/dist-types/models/models_2.d.ts +394 -355
- package/dist-types/models/models_3.d.ts +469 -663
- package/dist-types/models/models_4.d.ts +715 -5
- package/dist-types/pagination/ListMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchMetricsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +32 -0
- package/dist-types/ts3.4/Connect.d.ts +130 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeMetricCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEffectiveHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchMetricsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateMetricContentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateMetricMetadataCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +53 -0
- package/dist-types/ts3.4/models/models_0.d.ts +49 -55
- package/dist-types/ts3.4/models/models_1.d.ts +108 -82
- package/dist-types/ts3.4/models/models_2.d.ts +99 -86
- package/dist-types/ts3.4/models/models_3.d.ts +121 -153
- package/dist-types/ts3.4/models/models_4.d.ts +174 -21
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +8 -0
- package/dist-types/ts3.4/pagination/SearchMetricsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/package.json +6 -6
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { UpdateMetricContentRequest, UpdateMetricContentResponse } from "../models/models_3";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link UpdateMetricContentCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface UpdateMetricContentCommandInput extends UpdateMetricContentRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link UpdateMetricContentCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateMetricContentCommandOutput extends UpdateMetricContentResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const UpdateMetricContentCommand_base: {
|
|
22
|
+
new (input: UpdateMetricContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricContentCommandInput, UpdateMetricContentCommandOutput, import("..").ConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMetricContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricContentCommandInput, UpdateMetricContentCommandOutput, import("..").ConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Updates the calculation, unit, and/or trend indicator of an existing metric in the specified Connect Customer instance.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { ConnectClient, UpdateMetricContentCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
32
|
+
* // const { ConnectClient, UpdateMetricContentCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
33
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
34
|
+
* const config = {}; // type is ConnectClientConfig
|
|
35
|
+
* const client = new ConnectClient(config);
|
|
36
|
+
* const input = { // UpdateMetricContentRequest
|
|
37
|
+
* InstanceId: "STRING_VALUE", // required
|
|
38
|
+
* MetricId: "STRING_VALUE", // required
|
|
39
|
+
* MetricCalculation: { // MetricCalculation
|
|
40
|
+
* CalculationComponents: [ // CalculationComponentList // required
|
|
41
|
+
* { // CalculationComponent
|
|
42
|
+
* Alias: "STRING_VALUE", // required
|
|
43
|
+
* MetricName: "STRING_VALUE",
|
|
44
|
+
* MetricId: "STRING_VALUE",
|
|
45
|
+
* MetricFilters: [ // MetricFilterList
|
|
46
|
+
* { // MetricFilter
|
|
47
|
+
* MetricFilterKey: "STRING_VALUE", // required
|
|
48
|
+
* Negate: true || false,
|
|
49
|
+
* NumberCondition: { // MetricFilterNumberCondition
|
|
50
|
+
* Comparison: "LESSER" || "LESSER_OR_EQUAL" || "GREATER" || "GREATER_OR_EQUAL", // required
|
|
51
|
+
* Values: [ // NumberValueList // required
|
|
52
|
+
* Number("double"),
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* StringCondition: { // MetricFilterStringCondition
|
|
56
|
+
* Comparison: "MATCHES_ANY" || "MATCHES_NONE", // required
|
|
57
|
+
* Values: [ // StringValueList // required
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
61
|
+
* BooleanCondition: { // MetricFilterBooleanCondition
|
|
62
|
+
* Comparison: "IS_TRUE" || "IS_FALSE", // required
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* Calculation: "STRING_VALUE", // required
|
|
69
|
+
* },
|
|
70
|
+
* Unit: "INTEGER" || "DOUBLE" || "PERCENT" || "SECONDS",
|
|
71
|
+
* PositiveTrendIndicator: "POSITIVE" || "NEGATIVE" || "NEUTRAL",
|
|
72
|
+
* };
|
|
73
|
+
* const command = new UpdateMetricContentCommand(input);
|
|
74
|
+
* const response = await client.send(command);
|
|
75
|
+
* // {};
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param UpdateMetricContentCommandInput - {@link UpdateMetricContentCommandInput}
|
|
80
|
+
* @returns {@link UpdateMetricContentCommandOutput}
|
|
81
|
+
* @see {@link UpdateMetricContentCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link UpdateMetricContentCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
89
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
92
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
95
|
+
* <p>The request is not valid.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
+
* <p>The specified resource was not found.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ConnectServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export declare class UpdateMetricContentCommand extends UpdateMetricContentCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: UpdateMetricContentRequest;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: UpdateMetricContentCommandInput;
|
|
118
|
+
output: UpdateMetricContentCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { UpdateMetricMetadataRequest, UpdateMetricMetadataResponse } from "../models/models_3";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link UpdateMetricMetadataCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface UpdateMetricMetadataCommandInput extends UpdateMetricMetadataRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link UpdateMetricMetadataCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface UpdateMetricMetadataCommandOutput extends UpdateMetricMetadataResponse, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const UpdateMetricMetadataCommand_base: {
|
|
22
|
+
new (input: UpdateMetricMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricMetadataCommandInput, UpdateMetricMetadataCommandOutput, import("..").ConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMetricMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricMetadataCommandInput, UpdateMetricMetadataCommandOutput, import("..").ConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Updates the name and/or description of an existing metric in the specified Connect Customer instance.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { ConnectClient, UpdateMetricMetadataCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
32
|
+
* // const { ConnectClient, UpdateMetricMetadataCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
33
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
34
|
+
* const config = {}; // type is ConnectClientConfig
|
|
35
|
+
* const client = new ConnectClient(config);
|
|
36
|
+
* const input = { // UpdateMetricMetadataRequest
|
|
37
|
+
* InstanceId: "STRING_VALUE", // required
|
|
38
|
+
* MetricId: "STRING_VALUE", // required
|
|
39
|
+
* Name: "STRING_VALUE",
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* };
|
|
42
|
+
* const command = new UpdateMetricMetadataCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param UpdateMetricMetadataCommandInput - {@link UpdateMetricMetadataCommandInput}
|
|
49
|
+
* @returns {@link UpdateMetricMetadataCommandOutput}
|
|
50
|
+
* @see {@link UpdateMetricMetadataCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link UpdateMetricMetadataCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
58
|
+
* <p>A resource with the specified name already exists.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
61
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
64
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
67
|
+
* <p>The request is not valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>The specified resource was not found.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
73
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ConnectServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class UpdateMetricMetadataCommand extends UpdateMetricMetadataCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateMetricMetadataRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateMetricMetadataCommandInput;
|
|
90
|
+
output: UpdateMetricMetadataCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -47,6 +47,7 @@ export * from "./CreateHoursOfOperationCommand";
|
|
|
47
47
|
export * from "./CreateHoursOfOperationOverrideCommand";
|
|
48
48
|
export * from "./CreateInstanceCommand";
|
|
49
49
|
export * from "./CreateIntegrationAssociationCommand";
|
|
50
|
+
export * from "./CreateMetricCommand";
|
|
50
51
|
export * from "./CreateNotificationCommand";
|
|
51
52
|
export * from "./CreateParticipantCommand";
|
|
52
53
|
export * from "./CreatePersistentContactAssociationCommand";
|
|
@@ -86,6 +87,7 @@ export * from "./DeleteHoursOfOperationCommand";
|
|
|
86
87
|
export * from "./DeleteHoursOfOperationOverrideCommand";
|
|
87
88
|
export * from "./DeleteInstanceCommand";
|
|
88
89
|
export * from "./DeleteIntegrationAssociationCommand";
|
|
90
|
+
export * from "./DeleteMetricCommand";
|
|
89
91
|
export * from "./DeleteNotificationCommand";
|
|
90
92
|
export * from "./DeletePredefinedAttributeCommand";
|
|
91
93
|
export * from "./DeletePromptCommand";
|
|
@@ -125,6 +127,7 @@ export * from "./DescribeHoursOfOperationOverrideCommand";
|
|
|
125
127
|
export * from "./DescribeInstanceAttributeCommand";
|
|
126
128
|
export * from "./DescribeInstanceCommand";
|
|
127
129
|
export * from "./DescribeInstanceStorageConfigCommand";
|
|
130
|
+
export * from "./DescribeMetricCommand";
|
|
128
131
|
export * from "./DescribeNotificationCommand";
|
|
129
132
|
export * from "./DescribePhoneNumberCommand";
|
|
130
133
|
export * from "./DescribePredefinedAttributeCommand";
|
|
@@ -212,6 +215,7 @@ export * from "./ListInstancesCommand";
|
|
|
212
215
|
export * from "./ListIntegrationAssociationsCommand";
|
|
213
216
|
export * from "./ListLambdaFunctionsCommand";
|
|
214
217
|
export * from "./ListLexBotsCommand";
|
|
218
|
+
export * from "./ListMetricsCommand";
|
|
215
219
|
export * from "./ListNotificationsCommand";
|
|
216
220
|
export * from "./ListPhoneNumbersCommand";
|
|
217
221
|
export * from "./ListPhoneNumbersV2Command";
|
|
@@ -266,6 +270,7 @@ export * from "./SearchEmailAddressesCommand";
|
|
|
266
270
|
export * from "./SearchEvaluationFormsCommand";
|
|
267
271
|
export * from "./SearchHoursOfOperationOverridesCommand";
|
|
268
272
|
export * from "./SearchHoursOfOperationsCommand";
|
|
273
|
+
export * from "./SearchMetricsCommand";
|
|
269
274
|
export * from "./SearchNotificationsCommand";
|
|
270
275
|
export * from "./SearchPredefinedAttributesCommand";
|
|
271
276
|
export * from "./SearchPromptsCommand";
|
|
@@ -337,6 +342,8 @@ export * from "./UpdateHoursOfOperationCommand";
|
|
|
337
342
|
export * from "./UpdateHoursOfOperationOverrideCommand";
|
|
338
343
|
export * from "./UpdateInstanceAttributeCommand";
|
|
339
344
|
export * from "./UpdateInstanceStorageConfigCommand";
|
|
345
|
+
export * from "./UpdateMetricContentCommand";
|
|
346
|
+
export * from "./UpdateMetricMetadataCommand";
|
|
340
347
|
export * from "./UpdateNotificationContentCommand";
|
|
341
348
|
export * from "./UpdateParticipantAuthenticationCommand";
|
|
342
349
|
export * from "./UpdateParticipantRoleConfigCommand";
|
|
@@ -948,6 +948,83 @@ export declare const SourceType: {
|
|
|
948
948
|
* @public
|
|
949
949
|
*/
|
|
950
950
|
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
951
|
+
/**
|
|
952
|
+
* @public
|
|
953
|
+
* @enum
|
|
954
|
+
*/
|
|
955
|
+
export declare const MetricFilterBooleanConditionComparison: {
|
|
956
|
+
readonly IS_FALSE: "IS_FALSE";
|
|
957
|
+
readonly IS_TRUE: "IS_TRUE";
|
|
958
|
+
};
|
|
959
|
+
/**
|
|
960
|
+
* @public
|
|
961
|
+
*/
|
|
962
|
+
export type MetricFilterBooleanConditionComparison = (typeof MetricFilterBooleanConditionComparison)[keyof typeof MetricFilterBooleanConditionComparison];
|
|
963
|
+
/**
|
|
964
|
+
* @public
|
|
965
|
+
* @enum
|
|
966
|
+
*/
|
|
967
|
+
export declare const MetricFilterNumberConditionComparison: {
|
|
968
|
+
readonly GREATER: "GREATER";
|
|
969
|
+
readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL";
|
|
970
|
+
readonly LESSER: "LESSER";
|
|
971
|
+
readonly LESSER_OR_EQUAL: "LESSER_OR_EQUAL";
|
|
972
|
+
};
|
|
973
|
+
/**
|
|
974
|
+
* @public
|
|
975
|
+
*/
|
|
976
|
+
export type MetricFilterNumberConditionComparison = (typeof MetricFilterNumberConditionComparison)[keyof typeof MetricFilterNumberConditionComparison];
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
* @enum
|
|
980
|
+
*/
|
|
981
|
+
export declare const MetricFilterStringConditionComparison: {
|
|
982
|
+
readonly MATCHES_ANY: "MATCHES_ANY";
|
|
983
|
+
readonly MATCHES_NONE: "MATCHES_NONE";
|
|
984
|
+
};
|
|
985
|
+
/**
|
|
986
|
+
* @public
|
|
987
|
+
*/
|
|
988
|
+
export type MetricFilterStringConditionComparison = (typeof MetricFilterStringConditionComparison)[keyof typeof MetricFilterStringConditionComparison];
|
|
989
|
+
/**
|
|
990
|
+
* @public
|
|
991
|
+
* @enum
|
|
992
|
+
*/
|
|
993
|
+
export declare const TrendIndicator: {
|
|
994
|
+
readonly NEGATIVE: "NEGATIVE";
|
|
995
|
+
readonly NEUTRAL: "NEUTRAL";
|
|
996
|
+
readonly POSITIVE: "POSITIVE";
|
|
997
|
+
};
|
|
998
|
+
/**
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
1001
|
+
export type TrendIndicator = (typeof TrendIndicator)[keyof typeof TrendIndicator];
|
|
1002
|
+
/**
|
|
1003
|
+
* @public
|
|
1004
|
+
* @enum
|
|
1005
|
+
*/
|
|
1006
|
+
export declare const MetricStatus: {
|
|
1007
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
1008
|
+
readonly SAVED: "SAVED";
|
|
1009
|
+
};
|
|
1010
|
+
/**
|
|
1011
|
+
* @public
|
|
1012
|
+
*/
|
|
1013
|
+
export type MetricStatus = (typeof MetricStatus)[keyof typeof MetricStatus];
|
|
1014
|
+
/**
|
|
1015
|
+
* @public
|
|
1016
|
+
* @enum
|
|
1017
|
+
*/
|
|
1018
|
+
export declare const MetricUnit: {
|
|
1019
|
+
readonly DOUBLE: "DOUBLE";
|
|
1020
|
+
readonly INTEGER: "INTEGER";
|
|
1021
|
+
readonly PERCENT: "PERCENT";
|
|
1022
|
+
readonly SECONDS: "SECONDS";
|
|
1023
|
+
};
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
1027
|
+
export type MetricUnit = (typeof MetricUnit)[keyof typeof MetricUnit];
|
|
951
1028
|
/**
|
|
952
1029
|
* @public
|
|
953
1030
|
* @enum
|
|
@@ -1672,6 +1749,42 @@ export declare const InstanceAttributeType: {
|
|
|
1672
1749
|
* @public
|
|
1673
1750
|
*/
|
|
1674
1751
|
export type InstanceAttributeType = (typeof InstanceAttributeType)[keyof typeof InstanceAttributeType];
|
|
1752
|
+
/**
|
|
1753
|
+
* @public
|
|
1754
|
+
* @enum
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const MetricCreationMethod: {
|
|
1757
|
+
readonly METRIC_BUILDER: "METRIC_BUILDER";
|
|
1758
|
+
readonly SERVICE_LEVEL_BUILDER: "SERVICE_LEVEL_BUILDER";
|
|
1759
|
+
};
|
|
1760
|
+
/**
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
export type MetricCreationMethod = (typeof MetricCreationMethod)[keyof typeof MetricCreationMethod];
|
|
1764
|
+
/**
|
|
1765
|
+
* @public
|
|
1766
|
+
* @enum
|
|
1767
|
+
*/
|
|
1768
|
+
export declare const AvailableFilterType: {
|
|
1769
|
+
readonly METRIC_LEVEL: "METRIC_LEVEL";
|
|
1770
|
+
readonly RESOURCE_LEVEL: "RESOURCE_LEVEL";
|
|
1771
|
+
};
|
|
1772
|
+
/**
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1775
|
+
export type AvailableFilterType = (typeof AvailableFilterType)[keyof typeof AvailableFilterType];
|
|
1776
|
+
/**
|
|
1777
|
+
* @public
|
|
1778
|
+
* @enum
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const MetricType: {
|
|
1781
|
+
readonly AWS_MANAGED: "AWS_MANAGED";
|
|
1782
|
+
readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
|
|
1783
|
+
};
|
|
1784
|
+
/**
|
|
1785
|
+
* @public
|
|
1786
|
+
*/
|
|
1787
|
+
export type MetricType = (typeof MetricType)[keyof typeof MetricType];
|
|
1675
1788
|
/**
|
|
1676
1789
|
* @public
|
|
1677
1790
|
* @enum
|