@aws-sdk/client-cloudwatch 3.1092.0 → 3.1093.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/index.js +2 -2
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +1 -1
- package/dist-types/commands/PutLogAlarmCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const commonParams = {
|
|
|
70
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
var version = "3.
|
|
73
|
+
var version = "3.1092.0";
|
|
74
74
|
var packageInfo = {
|
|
75
75
|
version: version};
|
|
76
76
|
|
|
@@ -1521,7 +1521,7 @@ var Schedule$ = [3, n0, _Sch,
|
|
|
1521
1521
|
var ScheduleConfiguration$ = [3, n0, _SCc,
|
|
1522
1522
|
0,
|
|
1523
1523
|
[_SE, _STO, _ETO],
|
|
1524
|
-
[0, 1, 1],
|
|
1524
|
+
[0, 1, 1], 2
|
|
1525
1525
|
];
|
|
1526
1526
|
var ScheduledQueryConfiguration$ = [3, n0, _SQC,
|
|
1527
1527
|
0,
|
|
@@ -188,7 +188,7 @@ declare const DescribeAlarmsCommand_base: {
|
|
|
188
188
|
* // ScheduledQueryRoleARN: "STRING_VALUE", // required
|
|
189
189
|
* // ScheduleConfiguration: { // ScheduleConfiguration
|
|
190
190
|
* // ScheduleExpression: "STRING_VALUE", // required
|
|
191
|
-
* // StartTimeOffset: Number("long"),
|
|
191
|
+
* // StartTimeOffset: Number("long"), // required
|
|
192
192
|
* // EndTimeOffset: Number("long"),
|
|
193
193
|
* // },
|
|
194
194
|
* // AggregationExpression: "STRING_VALUE", // required
|
|
@@ -52,7 +52,7 @@ declare const PutLogAlarmCommand_base: {
|
|
|
52
52
|
* ScheduledQueryRoleARN: "STRING_VALUE", // required
|
|
53
53
|
* ScheduleConfiguration: { // ScheduleConfiguration
|
|
54
54
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
55
|
-
* StartTimeOffset: Number("long"),
|
|
55
|
+
* StartTimeOffset: Number("long"), // required
|
|
56
56
|
* EndTimeOffset: Number("long"),
|
|
57
57
|
* },
|
|
58
58
|
* AggregationExpression: "STRING_VALUE", // required
|
|
@@ -1225,7 +1225,7 @@ export interface ScheduleConfiguration {
|
|
|
1225
1225
|
* <p>The offset, in seconds, before the scheduled execution time at which the query time range begins. For example, an offset of 360 (6 minutes) on a query running at 12:05:00 starts the query time range at 11:59:00.</p>
|
|
1226
1226
|
* @public
|
|
1227
1227
|
*/
|
|
1228
|
-
StartTimeOffset
|
|
1228
|
+
StartTimeOffset: number | undefined;
|
|
1229
1229
|
/**
|
|
1230
1230
|
* <p>The offset, in seconds, before the scheduled execution time at which the query time range ends. Must be non-negative and less than <code>StartTimeOffset</code>. The default is 0.</p>
|
|
1231
1231
|
* @public
|
|
@@ -219,7 +219,7 @@ export interface DescribeAlarmsInput {
|
|
|
219
219
|
}
|
|
220
220
|
export interface ScheduleConfiguration {
|
|
221
221
|
ScheduleExpression: string | undefined;
|
|
222
|
-
StartTimeOffset
|
|
222
|
+
StartTimeOffset: number | undefined;
|
|
223
223
|
EndTimeOffset?: number | undefined;
|
|
224
224
|
}
|
|
225
225
|
export interface Tag {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1093.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cloudwatch",
|
|
6
6
|
"license": "Apache-2.0",
|