@aws-sdk/client-cloudwatch 3.651.1 → 3.654.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-types/commands/DeleteAlarmsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +11 -0
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +11 -0
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardCommand.d.ts +11 -0
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +11 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetMetricStreamCommand.d.ts +11 -0
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +11 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListMetricsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +11 -0
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +11 -0
- package/dist-types/commands/PutDashboardCommand.d.ts +11 -0
- package/dist-types/commands/PutInsightRuleCommand.d.ts +11 -0
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +11 -0
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +11 -0
- package/dist-types/commands/PutMetricDataCommand.d.ts +11 -0
- package/dist-types/commands/PutMetricStreamCommand.d.ts +11 -0
- package/dist-types/commands/SetAlarmStateCommand.d.ts +11 -0
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +11 -0
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -77,4 +77,15 @@ declare const DeleteAlarmsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DeleteAlarmsInput;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DeleteAlarmsCommandInput;
|
|
88
|
+
output: DeleteAlarmsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -120,4 +120,15 @@ declare const DeleteAnomalyDetectorCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: DeleteAnomalyDetectorInput;
|
|
127
|
+
output: {};
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: DeleteAnomalyDetectorCommandInput;
|
|
131
|
+
output: DeleteAnomalyDetectorCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteDashboardsCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteDashboardsCommand extends DeleteDashboardsCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteDashboardsInput;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteDashboardsCommandInput;
|
|
79
|
+
output: DeleteDashboardsCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteInsightRulesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteInsightRulesCommand extends DeleteInsightRulesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteInsightRulesInput;
|
|
82
|
+
output: DeleteInsightRulesOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteInsightRulesCommandInput;
|
|
86
|
+
output: DeleteInsightRulesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteMetricStreamCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteMetricStreamCommand extends DeleteMetricStreamCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteMetricStreamInput;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteMetricStreamCommandInput;
|
|
75
|
+
output: DeleteMetricStreamCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeAlarmHistoryCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeAlarmHistoryCommand extends DescribeAlarmHistoryCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeAlarmHistoryInput;
|
|
91
|
+
output: DescribeAlarmHistoryOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeAlarmHistoryCommandInput;
|
|
95
|
+
output: DescribeAlarmHistoryCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -171,4 +171,15 @@ declare const DescribeAlarmsCommand_base: {
|
|
|
171
171
|
* @public
|
|
172
172
|
*/
|
|
173
173
|
export declare class DescribeAlarmsCommand extends DescribeAlarmsCommand_base {
|
|
174
|
+
/** @internal type navigation helper, not in runtime. */
|
|
175
|
+
protected static __types: {
|
|
176
|
+
api: {
|
|
177
|
+
input: DescribeAlarmsInput;
|
|
178
|
+
output: DescribeAlarmsOutput;
|
|
179
|
+
};
|
|
180
|
+
sdk: {
|
|
181
|
+
input: DescribeAlarmsCommandInput;
|
|
182
|
+
output: DescribeAlarmsCommandOutput;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
174
185
|
}
|
|
@@ -139,4 +139,15 @@ declare const DescribeAlarmsForMetricCommand_base: {
|
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class DescribeAlarmsForMetricCommand extends DescribeAlarmsForMetricCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: DescribeAlarmsForMetricInput;
|
|
146
|
+
output: DescribeAlarmsForMetricOutput;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: DescribeAlarmsForMetricCommandInput;
|
|
150
|
+
output: DescribeAlarmsForMetricCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|
|
@@ -147,4 +147,15 @@ declare const DescribeAnomalyDetectorsCommand_base: {
|
|
|
147
147
|
* @public
|
|
148
148
|
*/
|
|
149
149
|
export declare class DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_base {
|
|
150
|
+
/** @internal type navigation helper, not in runtime. */
|
|
151
|
+
protected static __types: {
|
|
152
|
+
api: {
|
|
153
|
+
input: DescribeAnomalyDetectorsInput;
|
|
154
|
+
output: DescribeAnomalyDetectorsOutput;
|
|
155
|
+
};
|
|
156
|
+
sdk: {
|
|
157
|
+
input: DescribeAnomalyDetectorsCommandInput;
|
|
158
|
+
output: DescribeAnomalyDetectorsCommandOutput;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
150
161
|
}
|
|
@@ -72,4 +72,15 @@ declare const DescribeInsightRulesCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DescribeInsightRulesInput;
|
|
79
|
+
output: DescribeInsightRulesOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DescribeInsightRulesCommandInput;
|
|
83
|
+
output: DescribeInsightRulesCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -58,4 +58,15 @@ declare const DisableAlarmActionsCommand_base: {
|
|
|
58
58
|
* @public
|
|
59
59
|
*/
|
|
60
60
|
export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {
|
|
61
|
+
/** @internal type navigation helper, not in runtime. */
|
|
62
|
+
protected static __types: {
|
|
63
|
+
api: {
|
|
64
|
+
input: DisableAlarmActionsInput;
|
|
65
|
+
output: {};
|
|
66
|
+
};
|
|
67
|
+
sdk: {
|
|
68
|
+
input: DisableAlarmActionsCommandInput;
|
|
69
|
+
output: DisableAlarmActionsCommandOutput;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
61
72
|
}
|
|
@@ -73,4 +73,15 @@ declare const DisableInsightRulesCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: DisableInsightRulesInput;
|
|
80
|
+
output: DisableInsightRulesOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: DisableInsightRulesCommandInput;
|
|
84
|
+
output: DisableInsightRulesCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -57,4 +57,15 @@ declare const EnableAlarmActionsCommand_base: {
|
|
|
57
57
|
* @public
|
|
58
58
|
*/
|
|
59
59
|
export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base {
|
|
60
|
+
/** @internal type navigation helper, not in runtime. */
|
|
61
|
+
protected static __types: {
|
|
62
|
+
api: {
|
|
63
|
+
input: EnableAlarmActionsInput;
|
|
64
|
+
output: {};
|
|
65
|
+
};
|
|
66
|
+
sdk: {
|
|
67
|
+
input: EnableAlarmActionsCommandInput;
|
|
68
|
+
output: EnableAlarmActionsCommandOutput;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
60
71
|
}
|
|
@@ -75,4 +75,15 @@ declare const EnableInsightRulesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: EnableInsightRulesInput;
|
|
82
|
+
output: EnableInsightRulesOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: EnableInsightRulesCommandInput;
|
|
86
|
+
output: EnableInsightRulesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -71,4 +71,15 @@ declare const GetDashboardCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class GetDashboardCommand extends GetDashboardCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetDashboardInput;
|
|
78
|
+
output: GetDashboardOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetDashboardCommandInput;
|
|
82
|
+
output: GetDashboardCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -141,4 +141,15 @@ declare const GetInsightRuleReportCommand_base: {
|
|
|
141
141
|
* @public
|
|
142
142
|
*/
|
|
143
143
|
export declare class GetInsightRuleReportCommand extends GetInsightRuleReportCommand_base {
|
|
144
|
+
/** @internal type navigation helper, not in runtime. */
|
|
145
|
+
protected static __types: {
|
|
146
|
+
api: {
|
|
147
|
+
input: GetInsightRuleReportInput;
|
|
148
|
+
output: GetInsightRuleReportOutput;
|
|
149
|
+
};
|
|
150
|
+
sdk: {
|
|
151
|
+
input: GetInsightRuleReportCommandInput;
|
|
152
|
+
output: GetInsightRuleReportCommandOutput;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
144
155
|
}
|
|
@@ -164,4 +164,15 @@ declare const GetMetricDataCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class GetMetricDataCommand extends GetMetricDataCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: GetMetricDataInput;
|
|
171
|
+
output: GetMetricDataOutput;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: GetMetricDataCommandInput;
|
|
175
|
+
output: GetMetricDataCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -146,4 +146,15 @@ declare const GetMetricStatisticsCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: GetMetricStatisticsInput;
|
|
153
|
+
output: GetMetricStatisticsOutput;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: GetMetricStatisticsCommandInput;
|
|
157
|
+
output: GetMetricStatisticsCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetMetricStreamCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetMetricStreamCommand extends GetMetricStreamCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetMetricStreamInput;
|
|
116
|
+
output: GetMetricStreamOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetMetricStreamCommandInput;
|
|
120
|
+
output: GetMetricStreamCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetMetricWidgetImageCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetMetricWidgetImageInput;
|
|
80
|
+
output: GetMetricWidgetImageOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetMetricWidgetImageCommandInput;
|
|
84
|
+
output: GetMetricWidgetImageCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListDashboardsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListDashboardsInput;
|
|
87
|
+
output: ListDashboardsOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListDashboardsCommandInput;
|
|
91
|
+
output: ListDashboardsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListManagedInsightRulesCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListManagedInsightRulesInput;
|
|
91
|
+
output: ListManagedInsightRulesOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListManagedInsightRulesCommandInput;
|
|
95
|
+
output: ListManagedInsightRulesCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListMetricStreamsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListMetricStreamsInput;
|
|
88
|
+
output: ListMetricStreamsOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListMetricStreamsCommandInput;
|
|
92
|
+
output: ListMetricStreamsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -101,4 +101,15 @@ declare const ListMetricsCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ListMetricsCommand extends ListMetricsCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: ListMetricsInput;
|
|
108
|
+
output: ListMetricsOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: ListMetricsCommandInput;
|
|
112
|
+
output: ListMetricsCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListTagsForResourceInput;
|
|
79
|
+
output: ListTagsForResourceOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListTagsForResourceCommandInput;
|
|
83
|
+
output: ListTagsForResourceCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -129,4 +129,15 @@ declare const PutAnomalyDetectorCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class PutAnomalyDetectorCommand extends PutAnomalyDetectorCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: PutAnomalyDetectorInput;
|
|
136
|
+
output: {};
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: PutAnomalyDetectorCommandInput;
|
|
140
|
+
output: PutAnomalyDetectorCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -130,4 +130,15 @@ declare const PutCompositeAlarmCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class PutCompositeAlarmCommand extends PutCompositeAlarmCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: PutCompositeAlarmInput;
|
|
137
|
+
output: {};
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: PutCompositeAlarmCommandInput;
|
|
141
|
+
output: PutCompositeAlarmCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -82,4 +82,15 @@ declare const PutDashboardCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class PutDashboardCommand extends PutDashboardCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: PutDashboardInput;
|
|
89
|
+
output: PutDashboardOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: PutDashboardCommandInput;
|
|
93
|
+
output: PutDashboardCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -76,4 +76,15 @@ declare const PutInsightRuleCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class PutInsightRuleCommand extends PutInsightRuleCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: PutInsightRuleInput;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: PutInsightRuleCommandInput;
|
|
87
|
+
output: PutInsightRuleCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -97,4 +97,15 @@ declare const PutManagedInsightRulesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class PutManagedInsightRulesCommand extends PutManagedInsightRulesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: PutManagedInsightRulesInput;
|
|
104
|
+
output: PutManagedInsightRulesOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: PutManagedInsightRulesCommandInput;
|
|
108
|
+
output: PutManagedInsightRulesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -171,4 +171,15 @@ declare const PutMetricAlarmCommand_base: {
|
|
|
171
171
|
* @public
|
|
172
172
|
*/
|
|
173
173
|
export declare class PutMetricAlarmCommand extends PutMetricAlarmCommand_base {
|
|
174
|
+
/** @internal type navigation helper, not in runtime. */
|
|
175
|
+
protected static __types: {
|
|
176
|
+
api: {
|
|
177
|
+
input: PutMetricAlarmInput;
|
|
178
|
+
output: {};
|
|
179
|
+
};
|
|
180
|
+
sdk: {
|
|
181
|
+
input: PutMetricAlarmCommandInput;
|
|
182
|
+
output: PutMetricAlarmCommandOutput;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
174
185
|
}
|
|
@@ -136,4 +136,15 @@ declare const PutMetricDataCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class PutMetricDataCommand extends PutMetricDataCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: PutMetricDataInput;
|
|
143
|
+
output: {};
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: PutMetricDataCommandInput;
|
|
147
|
+
output: PutMetricDataCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -144,4 +144,15 @@ declare const PutMetricStreamCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class PutMetricStreamCommand extends PutMetricStreamCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: PutMetricStreamInput;
|
|
151
|
+
output: PutMetricStreamOutput;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: PutMetricStreamCommandInput;
|
|
155
|
+
output: PutMetricStreamCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -79,4 +79,15 @@ declare const SetAlarmStateCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class SetAlarmStateCommand extends SetAlarmStateCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: SetAlarmStateInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: SetAlarmStateCommandInput;
|
|
90
|
+
output: SetAlarmStateCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -66,4 +66,15 @@ declare const StartMetricStreamsCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class StartMetricStreamsCommand extends StartMetricStreamsCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: StartMetricStreamsInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: StartMetricStreamsCommandInput;
|
|
77
|
+
output: StartMetricStreamsCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const StopMetricStreamsCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class StopMetricStreamsCommand extends StopMetricStreamsCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: StopMetricStreamsInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: StopMetricStreamsCommandInput;
|
|
77
|
+
output: StopMetricStreamsCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -83,4 +83,15 @@ declare const TagResourceCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: TagResourceInput;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: TagResourceCommandInput;
|
|
94
|
+
output: TagResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UntagResourceInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UntagResourceCommandInput;
|
|
81
|
+
output: UntagResourceCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteAlarmsCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
|
|
34
|
+
export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteAlarmsInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteAlarmsCommandInput;
|
|
42
|
+
output: DeleteAlarmsCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|