@aws-sdk/client-cloudwatch 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/CloudWatch.d.ts +169 -183
- package/dist-types/ts3.4/CloudWatchClient.d.ts +10 -34
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +12 -45
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.d.ts +10 -22
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -28
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLogAlarmExists.d.ts +3 -5
- package/package.json +41 -41