@aws-sdk/client-devops-guru 3.952.0 → 3.954.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 +647 -451
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-es/commands/DeleteInsightCommand.js +2 -2
- package/dist-es/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-es/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-es/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-es/commands/GetCostEstimationCommand.js +2 -2
- package/dist-es/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -2
- package/dist-es/commands/ListEventsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -2
- package/dist-es/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/PutFeedbackCommand.js +2 -2
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-es/commands/SearchInsightsCommand.js +2 -2
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-es/commands/StartCostEstimationCommand.js +2 -2
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +428 -425
- package/dist-types/DevOpsGuruClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +194 -250
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +193 -250
- package/package.json +34 -34
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
26
26
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
userAgentAppId?:
|
|
47
51
|
| string
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
26
26
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
retryStrategy?:
|
|
47
51
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { DevOpsGuruClientConfig } from "./DevOpsGuruClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsGuruHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
serviceId: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,255 +1,198 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var AccessDeniedException
|
|
8
|
-
export declare var AccountHealth
|
|
9
|
-
export declare var AccountInsightHealth
|
|
10
|
-
export declare var AddNotificationChannelRequest
|
|
11
|
-
export declare var AddNotificationChannelResponse
|
|
12
|
-
export declare var AmazonCodeGuruProfilerIntegration
|
|
13
|
-
export declare var AnomalousLogGroup
|
|
14
|
-
export declare var AnomalyReportedTimeRange
|
|
15
|
-
export declare var AnomalyResource
|
|
16
|
-
export declare var AnomalySourceDetails
|
|
17
|
-
export declare var AnomalySourceMetadata
|
|
18
|
-
export declare var AnomalyTimeRange
|
|
19
|
-
export declare var CloudFormationCollection
|
|
20
|
-
export declare var CloudFormationCollectionFilter
|
|
21
|
-
export declare var CloudFormationCostEstimationResourceCollectionFilter
|
|
22
|
-
export declare var CloudFormationHealth
|
|
23
|
-
export declare var CloudWatchMetricsDataSummary
|
|
24
|
-
export declare var CloudWatchMetricsDetail
|
|
25
|
-
export declare var CloudWatchMetricsDimension
|
|
26
|
-
export declare var ConflictException
|
|
27
|
-
export declare var CostEstimationResourceCollectionFilter
|
|
28
|
-
export declare var CostEstimationTimeRange
|
|
29
|
-
export declare var DeleteInsightRequest
|
|
30
|
-
export declare var DeleteInsightResponse
|
|
31
|
-
export declare var DescribeAccountHealthRequest
|
|
32
|
-
export declare var DescribeAccountHealthResponse
|
|
33
|
-
export declare var DescribeAccountOverviewRequest
|
|
34
|
-
export declare var DescribeAccountOverviewResponse
|
|
35
|
-
export declare var DescribeAnomalyRequest
|
|
36
|
-
export declare var DescribeAnomalyResponse
|
|
37
|
-
export declare var DescribeEventSourcesConfigRequest
|
|
38
|
-
export declare var DescribeEventSourcesConfigResponse
|
|
39
|
-
export declare var DescribeFeedbackRequest
|
|
40
|
-
export declare var DescribeFeedbackResponse
|
|
41
|
-
export declare var DescribeInsightRequest
|
|
42
|
-
export declare var DescribeInsightResponse
|
|
43
|
-
export declare var DescribeOrganizationHealthRequest
|
|
44
|
-
export declare var DescribeOrganizationHealthResponse
|
|
45
|
-
export declare var DescribeOrganizationOverviewRequest
|
|
46
|
-
export declare var DescribeOrganizationOverviewResponse
|
|
47
|
-
export declare var DescribeOrganizationResourceCollectionHealthRequest
|
|
48
|
-
export declare var DescribeOrganizationResourceCollectionHealthResponse
|
|
49
|
-
export declare var DescribeResourceCollectionHealthRequest
|
|
50
|
-
export declare var DescribeResourceCollectionHealthResponse
|
|
51
|
-
export declare var DescribeServiceIntegrationRequest
|
|
52
|
-
export declare var DescribeServiceIntegrationResponse
|
|
53
|
-
export declare var EndTimeRange
|
|
54
|
-
export declare var Event
|
|
55
|
-
export declare var EventResource
|
|
56
|
-
export declare var EventSourcesConfig
|
|
57
|
-
export declare var EventTimeRange
|
|
58
|
-
export declare var GetCostEstimationRequest
|
|
59
|
-
export declare var GetCostEstimationResponse
|
|
60
|
-
export declare var GetResourceCollectionRequest
|
|
61
|
-
export declare var GetResourceCollectionResponse
|
|
62
|
-
export declare var InsightFeedback
|
|
63
|
-
export declare var InsightHealth
|
|
64
|
-
export declare var InsightTimeRange
|
|
65
|
-
export declare var InternalServerException
|
|
66
|
-
export declare var KMSServerSideEncryptionIntegration
|
|
67
|
-
export declare var KMSServerSideEncryptionIntegrationConfig
|
|
68
|
-
export declare var ListAnomaliesForInsightFilters
|
|
69
|
-
export declare var ListAnomaliesForInsightRequest
|
|
70
|
-
export declare var ListAnomaliesForInsightResponse
|
|
71
|
-
export declare var ListAnomalousLogGroupsRequest
|
|
72
|
-
export declare var ListAnomalousLogGroupsResponse
|
|
73
|
-
export declare var ListEventsFilters
|
|
74
|
-
export declare var ListEventsRequest
|
|
75
|
-
export declare var ListEventsResponse
|
|
76
|
-
export declare var ListInsightsAnyStatusFilter
|
|
77
|
-
export declare var ListInsightsClosedStatusFilter
|
|
78
|
-
export declare var ListInsightsOngoingStatusFilter
|
|
79
|
-
export declare var ListInsightsRequest
|
|
80
|
-
export declare var ListInsightsResponse
|
|
81
|
-
export declare var ListInsightsStatusFilter
|
|
82
|
-
export declare var ListMonitoredResourcesFilters
|
|
83
|
-
export declare var ListMonitoredResourcesRequest
|
|
84
|
-
export declare var ListMonitoredResourcesResponse
|
|
85
|
-
export declare var ListNotificationChannelsRequest
|
|
86
|
-
export declare var ListNotificationChannelsResponse
|
|
87
|
-
export declare var ListOrganizationInsightsRequest
|
|
88
|
-
export declare var ListOrganizationInsightsResponse
|
|
89
|
-
export declare var ListRecommendationsRequest
|
|
90
|
-
export declare var ListRecommendationsResponse
|
|
91
|
-
export declare var LogAnomalyClass
|
|
92
|
-
export declare var LogAnomalyShowcase
|
|
93
|
-
export declare var LogsAnomalyDetectionIntegration
|
|
94
|
-
export declare var LogsAnomalyDetectionIntegrationConfig
|
|
95
|
-
export declare var MonitoredResourceIdentifier
|
|
96
|
-
export declare var NotificationChannel
|
|
97
|
-
export declare var NotificationChannelConfig
|
|
98
|
-
export declare var NotificationFilterConfig
|
|
99
|
-
export declare var OpsCenterIntegration
|
|
100
|
-
export declare var OpsCenterIntegrationConfig
|
|
101
|
-
export declare var PerformanceInsightsMetricDimensionGroup
|
|
102
|
-
export declare var PerformanceInsightsMetricQuery
|
|
103
|
-
export declare var PerformanceInsightsMetricsDetail
|
|
104
|
-
export declare var PerformanceInsightsReferenceComparisonValues
|
|
105
|
-
export declare var PerformanceInsightsReferenceData
|
|
106
|
-
export declare var PerformanceInsightsReferenceMetric
|
|
107
|
-
export declare var PerformanceInsightsReferenceScalar
|
|
108
|
-
export declare var PerformanceInsightsStat
|
|
109
|
-
export declare var PredictionTimeRange
|
|
110
|
-
export declare var ProactiveAnomaly
|
|
111
|
-
export declare var ProactiveAnomalySummary
|
|
112
|
-
export declare var ProactiveInsight
|
|
113
|
-
export declare var ProactiveInsightSummary
|
|
114
|
-
export declare var ProactiveOrganizationInsightSummary
|
|
115
|
-
export declare var PutFeedbackRequest
|
|
116
|
-
export declare var PutFeedbackResponse
|
|
117
|
-
export declare var ReactiveAnomaly
|
|
118
|
-
export declare var ReactiveAnomalySummary
|
|
119
|
-
export declare var ReactiveInsight
|
|
120
|
-
export declare var ReactiveInsightSummary
|
|
121
|
-
export declare var ReactiveOrganizationInsightSummary
|
|
122
|
-
export declare var Recommendation
|
|
123
|
-
export declare var RecommendationRelatedAnomaly
|
|
124
|
-
export declare var RecommendationRelatedAnomalyResource
|
|
125
|
-
export declare var RecommendationRelatedAnomalySourceDetail
|
|
126
|
-
export declare var RecommendationRelatedCloudWatchMetricsSourceDetail
|
|
127
|
-
export declare var RecommendationRelatedEvent
|
|
128
|
-
export declare var RecommendationRelatedEventResource
|
|
129
|
-
export declare var RemoveNotificationChannelRequest
|
|
130
|
-
export declare var RemoveNotificationChannelResponse
|
|
131
|
-
export declare var ResourceCollection
|
|
132
|
-
export declare var ResourceCollectionFilter
|
|
133
|
-
export declare var ResourceNotFoundException
|
|
134
|
-
export declare var SearchInsightsFilters
|
|
135
|
-
export declare var SearchInsightsRequest
|
|
136
|
-
export declare var SearchInsightsResponse
|
|
137
|
-
export declare var SearchOrganizationInsightsFilters
|
|
138
|
-
export declare var SearchOrganizationInsightsRequest
|
|
139
|
-
export declare var SearchOrganizationInsightsResponse
|
|
140
|
-
export declare var ServiceCollection
|
|
141
|
-
export declare var ServiceHealth
|
|
142
|
-
export declare var ServiceInsightHealth
|
|
143
|
-
export declare var ServiceIntegrationConfig
|
|
144
|
-
export declare var ServiceQuotaExceededException
|
|
145
|
-
export declare var ServiceResourceCost
|
|
146
|
-
export declare var SnsChannelConfig
|
|
147
|
-
export declare var StartCostEstimationRequest
|
|
148
|
-
export declare var StartCostEstimationResponse
|
|
149
|
-
export declare var StartTimeRange
|
|
150
|
-
export declare var TagCollection
|
|
151
|
-
export declare var TagCollectionFilter
|
|
152
|
-
export declare var TagCostEstimationResourceCollectionFilter
|
|
153
|
-
export declare var TagHealth
|
|
154
|
-
export declare var ThrottlingException
|
|
155
|
-
export declare var TimestampMetricValuePair
|
|
156
|
-
export declare var UpdateCloudFormationCollectionFilter
|
|
157
|
-
export declare var UpdateEventSourcesConfigRequest
|
|
158
|
-
export declare var UpdateEventSourcesConfigResponse
|
|
159
|
-
export declare var UpdateResourceCollectionFilter
|
|
160
|
-
export declare var UpdateResourceCollectionRequest
|
|
161
|
-
export declare var UpdateResourceCollectionResponse
|
|
162
|
-
export declare var UpdateServiceIntegrationConfig
|
|
163
|
-
export declare var UpdateServiceIntegrationRequest
|
|
164
|
-
export declare var UpdateServiceIntegrationResponse
|
|
165
|
-
export declare var UpdateTagCollectionFilter
|
|
166
|
-
export declare var ValidationException
|
|
167
|
-
export declare var ValidationExceptionField
|
|
168
|
-
export declare var DevOpsGuruServiceException
|
|
169
|
-
export declare var
|
|
170
|
-
export declare var
|
|
171
|
-
export declare var
|
|
172
|
-
export declare var
|
|
173
|
-
export declare var
|
|
174
|
-
export declare var
|
|
175
|
-
export declare var
|
|
176
|
-
export declare var
|
|
177
|
-
export declare var
|
|
178
|
-
export declare var
|
|
179
|
-
export declare var
|
|
180
|
-
export declare var
|
|
181
|
-
export declare var
|
|
182
|
-
export declare var
|
|
183
|
-
export declare var
|
|
184
|
-
export declare var
|
|
185
|
-
export declare var
|
|
186
|
-
export declare var
|
|
187
|
-
export declare var
|
|
188
|
-
export declare var
|
|
189
|
-
export declare var
|
|
190
|
-
export declare var
|
|
191
|
-
export declare var
|
|
192
|
-
export declare var
|
|
193
|
-
export declare var
|
|
194
|
-
export declare var
|
|
195
|
-
export declare var
|
|
196
|
-
export declare var
|
|
197
|
-
export declare var
|
|
198
|
-
export declare var
|
|
199
|
-
export declare var
|
|
200
|
-
export declare var ReactiveOrganizationInsights: StaticListSchema;
|
|
201
|
-
export declare var RecommendationRelatedAnomalies: StaticListSchema;
|
|
202
|
-
export declare var RecommendationRelatedAnomalyResources: StaticListSchema;
|
|
203
|
-
export declare var RecommendationRelatedCloudWatchMetricsSourceDetails: StaticListSchema;
|
|
204
|
-
export declare var RecommendationRelatedEventResources: StaticListSchema;
|
|
205
|
-
export declare var RecommendationRelatedEvents: StaticListSchema;
|
|
206
|
-
export declare var Recommendations: StaticListSchema;
|
|
207
|
-
export declare var RelatedAnomalySourceDetails: StaticListSchema;
|
|
208
|
-
export declare var ResourceTypeFilters: number;
|
|
209
|
-
export declare var SearchInsightsAccountIdList: number;
|
|
210
|
-
export declare var ServiceHealths: StaticListSchema;
|
|
211
|
-
export declare var ServiceNames: number;
|
|
212
|
-
export declare var ServiceResourceCosts: StaticListSchema;
|
|
213
|
-
export declare var StackNames: number;
|
|
214
|
-
export declare var TagCollectionFilters: StaticListSchema;
|
|
215
|
-
export declare var TagCollections: StaticListSchema;
|
|
216
|
-
export declare var TagCostEstimationResourceCollectionFilters: StaticListSchema;
|
|
217
|
-
export declare var TagHealths: StaticListSchema;
|
|
218
|
-
export declare var TagValues: number;
|
|
219
|
-
export declare var TimestampMetricValuePairList: StaticListSchema;
|
|
220
|
-
export declare var UpdateStackNames: number;
|
|
221
|
-
export declare var UpdateTagCollectionFilters: StaticListSchema;
|
|
222
|
-
export declare var UpdateTagValues: number;
|
|
223
|
-
export declare var ValidationExceptionFields: StaticListSchema;
|
|
224
|
-
export declare var PerformanceInsightsMetricFilterMap: number;
|
|
225
|
-
export declare var AddNotificationChannel: StaticOperationSchema;
|
|
226
|
-
export declare var DeleteInsight: StaticOperationSchema;
|
|
227
|
-
export declare var DescribeAccountHealth: StaticOperationSchema;
|
|
228
|
-
export declare var DescribeAccountOverview: StaticOperationSchema;
|
|
229
|
-
export declare var DescribeAnomaly: StaticOperationSchema;
|
|
230
|
-
export declare var DescribeEventSourcesConfig: StaticOperationSchema;
|
|
231
|
-
export declare var DescribeFeedback: StaticOperationSchema;
|
|
232
|
-
export declare var DescribeInsight: StaticOperationSchema;
|
|
233
|
-
export declare var DescribeOrganizationHealth: StaticOperationSchema;
|
|
234
|
-
export declare var DescribeOrganizationOverview: StaticOperationSchema;
|
|
235
|
-
export declare var DescribeOrganizationResourceCollectionHealth: StaticOperationSchema;
|
|
236
|
-
export declare var DescribeResourceCollectionHealth: StaticOperationSchema;
|
|
237
|
-
export declare var DescribeServiceIntegration: StaticOperationSchema;
|
|
238
|
-
export declare var GetCostEstimation: StaticOperationSchema;
|
|
239
|
-
export declare var GetResourceCollection: StaticOperationSchema;
|
|
240
|
-
export declare var ListAnomaliesForInsight: StaticOperationSchema;
|
|
241
|
-
export declare var ListAnomalousLogGroups: StaticOperationSchema;
|
|
242
|
-
export declare var ListEvents: StaticOperationSchema;
|
|
243
|
-
export declare var ListInsights: StaticOperationSchema;
|
|
244
|
-
export declare var ListMonitoredResources: StaticOperationSchema;
|
|
245
|
-
export declare var ListNotificationChannels: StaticOperationSchema;
|
|
246
|
-
export declare var ListOrganizationInsights: StaticOperationSchema;
|
|
247
|
-
export declare var ListRecommendations: StaticOperationSchema;
|
|
248
|
-
export declare var PutFeedback: StaticOperationSchema;
|
|
249
|
-
export declare var RemoveNotificationChannel: StaticOperationSchema;
|
|
250
|
-
export declare var SearchInsights: StaticOperationSchema;
|
|
251
|
-
export declare var SearchOrganizationInsights: StaticOperationSchema;
|
|
252
|
-
export declare var StartCostEstimation: StaticOperationSchema;
|
|
253
|
-
export declare var UpdateEventSourcesConfig: StaticOperationSchema;
|
|
254
|
-
export declare var UpdateResourceCollection: StaticOperationSchema;
|
|
255
|
-
export declare var UpdateServiceIntegration: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var AccountHealth$: StaticStructureSchema;
|
|
8
|
+
export declare var AccountInsightHealth$: StaticStructureSchema;
|
|
9
|
+
export declare var AddNotificationChannelRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var AddNotificationChannelResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var AmazonCodeGuruProfilerIntegration$: StaticStructureSchema;
|
|
12
|
+
export declare var AnomalousLogGroup$: StaticStructureSchema;
|
|
13
|
+
export declare var AnomalyReportedTimeRange$: StaticStructureSchema;
|
|
14
|
+
export declare var AnomalyResource$: StaticStructureSchema;
|
|
15
|
+
export declare var AnomalySourceDetails$: StaticStructureSchema;
|
|
16
|
+
export declare var AnomalySourceMetadata$: StaticStructureSchema;
|
|
17
|
+
export declare var AnomalyTimeRange$: StaticStructureSchema;
|
|
18
|
+
export declare var CloudFormationCollection$: StaticStructureSchema;
|
|
19
|
+
export declare var CloudFormationCollectionFilter$: StaticStructureSchema;
|
|
20
|
+
export declare var CloudFormationCostEstimationResourceCollectionFilter$: StaticStructureSchema;
|
|
21
|
+
export declare var CloudFormationHealth$: StaticStructureSchema;
|
|
22
|
+
export declare var CloudWatchMetricsDataSummary$: StaticStructureSchema;
|
|
23
|
+
export declare var CloudWatchMetricsDetail$: StaticStructureSchema;
|
|
24
|
+
export declare var CloudWatchMetricsDimension$: StaticStructureSchema;
|
|
25
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
26
|
+
export declare var CostEstimationResourceCollectionFilter$: StaticStructureSchema;
|
|
27
|
+
export declare var CostEstimationTimeRange$: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteInsightRequest$: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteInsightResponse$: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeAccountHealthRequest$: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeAccountHealthResponse$: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeAccountOverviewRequest$: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeAccountOverviewResponse$: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeAnomalyRequest$: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeAnomalyResponse$: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeEventSourcesConfigRequest$: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeEventSourcesConfigResponse$: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeFeedbackRequest$: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeFeedbackResponse$: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeInsightRequest$: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeInsightResponse$: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeOrganizationHealthRequest$: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeOrganizationHealthResponse$: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeOrganizationOverviewRequest$: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeOrganizationOverviewResponse$: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeOrganizationResourceCollectionHealthRequest$: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeOrganizationResourceCollectionHealthResponse$: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeResourceCollectionHealthRequest$: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeResourceCollectionHealthResponse$: StaticStructureSchema;
|
|
50
|
+
export declare var DescribeServiceIntegrationRequest$: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeServiceIntegrationResponse$: StaticStructureSchema;
|
|
52
|
+
export declare var EndTimeRange$: StaticStructureSchema;
|
|
53
|
+
export declare var Event$: StaticStructureSchema;
|
|
54
|
+
export declare var EventResource$: StaticStructureSchema;
|
|
55
|
+
export declare var EventSourcesConfig$: StaticStructureSchema;
|
|
56
|
+
export declare var EventTimeRange$: StaticStructureSchema;
|
|
57
|
+
export declare var GetCostEstimationRequest$: StaticStructureSchema;
|
|
58
|
+
export declare var GetCostEstimationResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var GetResourceCollectionRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var GetResourceCollectionResponse$: StaticStructureSchema;
|
|
61
|
+
export declare var InsightFeedback$: StaticStructureSchema;
|
|
62
|
+
export declare var InsightHealth$: StaticStructureSchema;
|
|
63
|
+
export declare var InsightTimeRange$: StaticStructureSchema;
|
|
64
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
65
|
+
export declare var KMSServerSideEncryptionIntegration$: StaticStructureSchema;
|
|
66
|
+
export declare var KMSServerSideEncryptionIntegrationConfig$: StaticStructureSchema;
|
|
67
|
+
export declare var ListAnomaliesForInsightFilters$: StaticStructureSchema;
|
|
68
|
+
export declare var ListAnomaliesForInsightRequest$: StaticStructureSchema;
|
|
69
|
+
export declare var ListAnomaliesForInsightResponse$: StaticStructureSchema;
|
|
70
|
+
export declare var ListAnomalousLogGroupsRequest$: StaticStructureSchema;
|
|
71
|
+
export declare var ListAnomalousLogGroupsResponse$: StaticStructureSchema;
|
|
72
|
+
export declare var ListEventsFilters$: StaticStructureSchema;
|
|
73
|
+
export declare var ListEventsRequest$: StaticStructureSchema;
|
|
74
|
+
export declare var ListEventsResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var ListInsightsAnyStatusFilter$: StaticStructureSchema;
|
|
76
|
+
export declare var ListInsightsClosedStatusFilter$: StaticStructureSchema;
|
|
77
|
+
export declare var ListInsightsOngoingStatusFilter$: StaticStructureSchema;
|
|
78
|
+
export declare var ListInsightsRequest$: StaticStructureSchema;
|
|
79
|
+
export declare var ListInsightsResponse$: StaticStructureSchema;
|
|
80
|
+
export declare var ListInsightsStatusFilter$: StaticStructureSchema;
|
|
81
|
+
export declare var ListMonitoredResourcesFilters$: StaticStructureSchema;
|
|
82
|
+
export declare var ListMonitoredResourcesRequest$: StaticStructureSchema;
|
|
83
|
+
export declare var ListMonitoredResourcesResponse$: StaticStructureSchema;
|
|
84
|
+
export declare var ListNotificationChannelsRequest$: StaticStructureSchema;
|
|
85
|
+
export declare var ListNotificationChannelsResponse$: StaticStructureSchema;
|
|
86
|
+
export declare var ListOrganizationInsightsRequest$: StaticStructureSchema;
|
|
87
|
+
export declare var ListOrganizationInsightsResponse$: StaticStructureSchema;
|
|
88
|
+
export declare var ListRecommendationsRequest$: StaticStructureSchema;
|
|
89
|
+
export declare var ListRecommendationsResponse$: StaticStructureSchema;
|
|
90
|
+
export declare var LogAnomalyClass$: StaticStructureSchema;
|
|
91
|
+
export declare var LogAnomalyShowcase$: StaticStructureSchema;
|
|
92
|
+
export declare var LogsAnomalyDetectionIntegration$: StaticStructureSchema;
|
|
93
|
+
export declare var LogsAnomalyDetectionIntegrationConfig$: StaticStructureSchema;
|
|
94
|
+
export declare var MonitoredResourceIdentifier$: StaticStructureSchema;
|
|
95
|
+
export declare var NotificationChannel$: StaticStructureSchema;
|
|
96
|
+
export declare var NotificationChannelConfig$: StaticStructureSchema;
|
|
97
|
+
export declare var NotificationFilterConfig$: StaticStructureSchema;
|
|
98
|
+
export declare var OpsCenterIntegration$: StaticStructureSchema;
|
|
99
|
+
export declare var OpsCenterIntegrationConfig$: StaticStructureSchema;
|
|
100
|
+
export declare var PerformanceInsightsMetricDimensionGroup$: StaticStructureSchema;
|
|
101
|
+
export declare var PerformanceInsightsMetricQuery$: StaticStructureSchema;
|
|
102
|
+
export declare var PerformanceInsightsMetricsDetail$: StaticStructureSchema;
|
|
103
|
+
export declare var PerformanceInsightsReferenceComparisonValues$: StaticStructureSchema;
|
|
104
|
+
export declare var PerformanceInsightsReferenceData$: StaticStructureSchema;
|
|
105
|
+
export declare var PerformanceInsightsReferenceMetric$: StaticStructureSchema;
|
|
106
|
+
export declare var PerformanceInsightsReferenceScalar$: StaticStructureSchema;
|
|
107
|
+
export declare var PerformanceInsightsStat$: StaticStructureSchema;
|
|
108
|
+
export declare var PredictionTimeRange$: StaticStructureSchema;
|
|
109
|
+
export declare var ProactiveAnomaly$: StaticStructureSchema;
|
|
110
|
+
export declare var ProactiveAnomalySummary$: StaticStructureSchema;
|
|
111
|
+
export declare var ProactiveInsight$: StaticStructureSchema;
|
|
112
|
+
export declare var ProactiveInsightSummary$: StaticStructureSchema;
|
|
113
|
+
export declare var ProactiveOrganizationInsightSummary$: StaticStructureSchema;
|
|
114
|
+
export declare var PutFeedbackRequest$: StaticStructureSchema;
|
|
115
|
+
export declare var PutFeedbackResponse$: StaticStructureSchema;
|
|
116
|
+
export declare var ReactiveAnomaly$: StaticStructureSchema;
|
|
117
|
+
export declare var ReactiveAnomalySummary$: StaticStructureSchema;
|
|
118
|
+
export declare var ReactiveInsight$: StaticStructureSchema;
|
|
119
|
+
export declare var ReactiveInsightSummary$: StaticStructureSchema;
|
|
120
|
+
export declare var ReactiveOrganizationInsightSummary$: StaticStructureSchema;
|
|
121
|
+
export declare var Recommendation$: StaticStructureSchema;
|
|
122
|
+
export declare var RecommendationRelatedAnomaly$: StaticStructureSchema;
|
|
123
|
+
export declare var RecommendationRelatedAnomalyResource$: StaticStructureSchema;
|
|
124
|
+
export declare var RecommendationRelatedAnomalySourceDetail$: StaticStructureSchema;
|
|
125
|
+
export declare var RecommendationRelatedCloudWatchMetricsSourceDetail$: StaticStructureSchema;
|
|
126
|
+
export declare var RecommendationRelatedEvent$: StaticStructureSchema;
|
|
127
|
+
export declare var RecommendationRelatedEventResource$: StaticStructureSchema;
|
|
128
|
+
export declare var RemoveNotificationChannelRequest$: StaticStructureSchema;
|
|
129
|
+
export declare var RemoveNotificationChannelResponse$: StaticStructureSchema;
|
|
130
|
+
export declare var ResourceCollection$: StaticStructureSchema;
|
|
131
|
+
export declare var ResourceCollectionFilter$: StaticStructureSchema;
|
|
132
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
133
|
+
export declare var SearchInsightsFilters$: StaticStructureSchema;
|
|
134
|
+
export declare var SearchInsightsRequest$: StaticStructureSchema;
|
|
135
|
+
export declare var SearchInsightsResponse$: StaticStructureSchema;
|
|
136
|
+
export declare var SearchOrganizationInsightsFilters$: StaticStructureSchema;
|
|
137
|
+
export declare var SearchOrganizationInsightsRequest$: StaticStructureSchema;
|
|
138
|
+
export declare var SearchOrganizationInsightsResponse$: StaticStructureSchema;
|
|
139
|
+
export declare var ServiceCollection$: StaticStructureSchema;
|
|
140
|
+
export declare var ServiceHealth$: StaticStructureSchema;
|
|
141
|
+
export declare var ServiceInsightHealth$: StaticStructureSchema;
|
|
142
|
+
export declare var ServiceIntegrationConfig$: StaticStructureSchema;
|
|
143
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
144
|
+
export declare var ServiceResourceCost$: StaticStructureSchema;
|
|
145
|
+
export declare var SnsChannelConfig$: StaticStructureSchema;
|
|
146
|
+
export declare var StartCostEstimationRequest$: StaticStructureSchema;
|
|
147
|
+
export declare var StartCostEstimationResponse$: StaticStructureSchema;
|
|
148
|
+
export declare var StartTimeRange$: StaticStructureSchema;
|
|
149
|
+
export declare var TagCollection$: StaticStructureSchema;
|
|
150
|
+
export declare var TagCollectionFilter$: StaticStructureSchema;
|
|
151
|
+
export declare var TagCostEstimationResourceCollectionFilter$: StaticStructureSchema;
|
|
152
|
+
export declare var TagHealth$: StaticStructureSchema;
|
|
153
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
154
|
+
export declare var TimestampMetricValuePair$: StaticStructureSchema;
|
|
155
|
+
export declare var UpdateCloudFormationCollectionFilter$: StaticStructureSchema;
|
|
156
|
+
export declare var UpdateEventSourcesConfigRequest$: StaticStructureSchema;
|
|
157
|
+
export declare var UpdateEventSourcesConfigResponse$: StaticStructureSchema;
|
|
158
|
+
export declare var UpdateResourceCollectionFilter$: StaticStructureSchema;
|
|
159
|
+
export declare var UpdateResourceCollectionRequest$: StaticStructureSchema;
|
|
160
|
+
export declare var UpdateResourceCollectionResponse$: StaticStructureSchema;
|
|
161
|
+
export declare var UpdateServiceIntegrationConfig$: StaticStructureSchema;
|
|
162
|
+
export declare var UpdateServiceIntegrationRequest$: StaticStructureSchema;
|
|
163
|
+
export declare var UpdateServiceIntegrationResponse$: StaticStructureSchema;
|
|
164
|
+
export declare var UpdateTagCollectionFilter$: StaticStructureSchema;
|
|
165
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
166
|
+
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
167
|
+
export declare var DevOpsGuruServiceException$: StaticErrorSchema;
|
|
168
|
+
export declare var AddNotificationChannel$: StaticOperationSchema;
|
|
169
|
+
export declare var DeleteInsight$: StaticOperationSchema;
|
|
170
|
+
export declare var DescribeAccountHealth$: StaticOperationSchema;
|
|
171
|
+
export declare var DescribeAccountOverview$: StaticOperationSchema;
|
|
172
|
+
export declare var DescribeAnomaly$: StaticOperationSchema;
|
|
173
|
+
export declare var DescribeEventSourcesConfig$: StaticOperationSchema;
|
|
174
|
+
export declare var DescribeFeedback$: StaticOperationSchema;
|
|
175
|
+
export declare var DescribeInsight$: StaticOperationSchema;
|
|
176
|
+
export declare var DescribeOrganizationHealth$: StaticOperationSchema;
|
|
177
|
+
export declare var DescribeOrganizationOverview$: StaticOperationSchema;
|
|
178
|
+
export declare var DescribeOrganizationResourceCollectionHealth$: StaticOperationSchema;
|
|
179
|
+
export declare var DescribeResourceCollectionHealth$: StaticOperationSchema;
|
|
180
|
+
export declare var DescribeServiceIntegration$: StaticOperationSchema;
|
|
181
|
+
export declare var GetCostEstimation$: StaticOperationSchema;
|
|
182
|
+
export declare var GetResourceCollection$: StaticOperationSchema;
|
|
183
|
+
export declare var ListAnomaliesForInsight$: StaticOperationSchema;
|
|
184
|
+
export declare var ListAnomalousLogGroups$: StaticOperationSchema;
|
|
185
|
+
export declare var ListEvents$: StaticOperationSchema;
|
|
186
|
+
export declare var ListInsights$: StaticOperationSchema;
|
|
187
|
+
export declare var ListMonitoredResources$: StaticOperationSchema;
|
|
188
|
+
export declare var ListNotificationChannels$: StaticOperationSchema;
|
|
189
|
+
export declare var ListOrganizationInsights$: StaticOperationSchema;
|
|
190
|
+
export declare var ListRecommendations$: StaticOperationSchema;
|
|
191
|
+
export declare var PutFeedback$: StaticOperationSchema;
|
|
192
|
+
export declare var RemoveNotificationChannel$: StaticOperationSchema;
|
|
193
|
+
export declare var SearchInsights$: StaticOperationSchema;
|
|
194
|
+
export declare var SearchOrganizationInsights$: StaticOperationSchema;
|
|
195
|
+
export declare var StartCostEstimation$: StaticOperationSchema;
|
|
196
|
+
export declare var UpdateEventSourcesConfig$: StaticOperationSchema;
|
|
197
|
+
export declare var UpdateResourceCollection$: StaticOperationSchema;
|
|
198
|
+
export declare var UpdateServiceIntegration$: StaticOperationSchema;
|