@aws-sdk/client-cloudwatch 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
- package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-cloudwatch
|