@aws-sdk/client-devops-guru 3.337.0 → 3.338.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/DevOpsGuruClient.js +2 -1
- package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -1
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -1
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -1
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -1
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -1
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -1
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -1
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -1
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -1
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -1
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -1
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -1
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -1
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -1
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListEventsCommand.js +2 -1
- package/dist-cjs/commands/ListInsightsCommand.js +2 -1
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -1
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -1
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -1
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -1
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -1
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -1
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -1
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -1
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -1
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -1
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/DevOpsGuruServiceException.js +2 -1
- package/dist-es/DevOpsGuruClient.js +1 -0
- package/dist-es/commands/AddNotificationChannelCommand.js +1 -0
- package/dist-es/commands/DeleteInsightCommand.js +1 -0
- package/dist-es/commands/DescribeAccountHealthCommand.js +1 -0
- package/dist-es/commands/DescribeAccountOverviewCommand.js +1 -0
- package/dist-es/commands/DescribeAnomalyCommand.js +1 -0
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +1 -0
- package/dist-es/commands/DescribeFeedbackCommand.js +1 -0
- package/dist-es/commands/DescribeInsightCommand.js +1 -0
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +1 -0
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +1 -0
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +1 -0
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +1 -0
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +1 -0
- package/dist-es/commands/GetCostEstimationCommand.js +1 -0
- package/dist-es/commands/GetResourceCollectionCommand.js +1 -0
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +1 -0
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +1 -0
- package/dist-es/commands/ListEventsCommand.js +1 -0
- package/dist-es/commands/ListInsightsCommand.js +1 -0
- package/dist-es/commands/ListMonitoredResourcesCommand.js +1 -0
- package/dist-es/commands/ListNotificationChannelsCommand.js +1 -0
- package/dist-es/commands/ListOrganizationInsightsCommand.js +1 -0
- package/dist-es/commands/ListRecommendationsCommand.js +1 -0
- package/dist-es/commands/PutFeedbackCommand.js +1 -0
- package/dist-es/commands/RemoveNotificationChannelCommand.js +1 -0
- package/dist-es/commands/SearchInsightsCommand.js +1 -0
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +1 -0
- package/dist-es/commands/StartCostEstimationCommand.js +1 -0
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +1 -0
- package/dist-es/commands/UpdateResourceCollectionCommand.js +1 -0
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/DevOpsGuruServiceException.js +1 -0
- package/dist-types/DevOpsGuruClient.d.ts +3 -3
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +4 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +4 -0
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +4 -0
- package/dist-types/commands/GetCostEstimationCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +4 -0
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventsCommand.d.ts +4 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +4 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -0
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +4 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +4 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +4 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -0
- package/dist-types/commands/SearchInsightsCommand.d.ts +4 -0
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +4 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -0
- package/dist-types/index.d.ts +18 -2
- package/dist-types/models/DevOpsGuruServiceException.d.ts +1 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -175,6 +175,7 @@ import {
|
|
|
175
175
|
ClientResolvedEndpointParameters,
|
|
176
176
|
EndpointParameters,
|
|
177
177
|
} from "./endpoint/EndpointParameters";
|
|
178
|
+
export { __Client };
|
|
178
179
|
export type ServiceInputTypes =
|
|
179
180
|
| AddNotificationChannelCommandInput
|
|
180
181
|
| DeleteInsightCommandInput
|
|
@@ -263,7 +264,7 @@ export interface ClientDefaults
|
|
|
263
264
|
logger?: __Logger;
|
|
264
265
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
265
266
|
}
|
|
266
|
-
type DevOpsGuruClientConfigType = Partial<
|
|
267
|
+
export type DevOpsGuruClientConfigType = Partial<
|
|
267
268
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
268
269
|
> &
|
|
269
270
|
ClientDefaults &
|
|
@@ -275,7 +276,7 @@ type DevOpsGuruClientConfigType = Partial<
|
|
|
275
276
|
UserAgentInputConfig &
|
|
276
277
|
ClientInputEndpointParameters;
|
|
277
278
|
export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {}
|
|
278
|
-
type DevOpsGuruClientResolvedConfigType =
|
|
279
|
+
export type DevOpsGuruClientResolvedConfigType =
|
|
279
280
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
280
281
|
Required<ClientDefaults> &
|
|
281
282
|
RegionResolvedConfig &
|
|
@@ -297,4 +298,3 @@ export declare class DevOpsGuruClient extends __Client<
|
|
|
297
298
|
constructor(configuration: DevOpsGuruClientConfig);
|
|
298
299
|
destroy(): void;
|
|
299
300
|
}
|
|
300
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddNotificationChannelRequest,
|
|
16
16
|
AddNotificationChannelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddNotificationChannelCommandInput
|
|
19
20
|
extends AddNotificationChannelRequest {}
|
|
20
21
|
export interface AddNotificationChannelCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteInsightRequest,
|
|
16
16
|
DeleteInsightResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
|
|
19
20
|
export interface DeleteInsightCommandOutput
|
|
20
21
|
extends DeleteInsightResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccountHealthRequest,
|
|
16
16
|
DescribeAccountHealthResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccountHealthCommandInput
|
|
19
20
|
extends DescribeAccountHealthRequest {}
|
|
20
21
|
export interface DescribeAccountHealthCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccountOverviewRequest,
|
|
16
16
|
DescribeAccountOverviewResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccountOverviewCommandInput
|
|
19
20
|
extends DescribeAccountOverviewRequest {}
|
|
20
21
|
export interface DescribeAccountOverviewCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAnomalyRequest,
|
|
16
16
|
DescribeAnomalyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
|
|
19
20
|
export interface DescribeAnomalyCommandOutput
|
|
20
21
|
extends DescribeAnomalyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEventSourcesConfigRequest,
|
|
16
16
|
DescribeEventSourcesConfigResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEventSourcesConfigCommandInput
|
|
19
20
|
extends DescribeEventSourcesConfigRequest {}
|
|
20
21
|
export interface DescribeEventSourcesConfigCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFeedbackRequest,
|
|
16
16
|
DescribeFeedbackResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {}
|
|
19
20
|
export interface DescribeFeedbackCommandOutput
|
|
20
21
|
extends DescribeFeedbackResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeInsightRequest,
|
|
16
16
|
DescribeInsightResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
|
|
19
20
|
export interface DescribeInsightCommandOutput
|
|
20
21
|
extends DescribeInsightResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeOrganizationHealthRequest,
|
|
16
16
|
DescribeOrganizationHealthResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeOrganizationHealthCommandInput
|
|
19
20
|
extends DescribeOrganizationHealthRequest {}
|
|
20
21
|
export interface DescribeOrganizationHealthCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeOrganizationOverviewRequest,
|
|
16
16
|
DescribeOrganizationOverviewResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeOrganizationOverviewCommandInput
|
|
19
20
|
extends DescribeOrganizationOverviewRequest {}
|
|
20
21
|
export interface DescribeOrganizationOverviewCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeOrganizationResourceCollectionHealthRequest,
|
|
16
16
|
DescribeOrganizationResourceCollectionHealthResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeOrganizationResourceCollectionHealthCommandInput
|
|
19
20
|
extends DescribeOrganizationResourceCollectionHealthRequest {}
|
|
20
21
|
export interface DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeResourceCollectionHealthRequest,
|
|
16
16
|
DescribeResourceCollectionHealthResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeResourceCollectionHealthCommandInput
|
|
19
20
|
extends DescribeResourceCollectionHealthRequest {}
|
|
20
21
|
export interface DescribeResourceCollectionHealthCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeServiceIntegrationRequest,
|
|
16
16
|
DescribeServiceIntegrationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeServiceIntegrationCommandInput
|
|
19
20
|
extends DescribeServiceIntegrationRequest {}
|
|
20
21
|
export interface DescribeServiceIntegrationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetCostEstimationRequest,
|
|
16
16
|
GetCostEstimationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCostEstimationCommandInput
|
|
19
20
|
extends GetCostEstimationRequest {}
|
|
20
21
|
export interface GetCostEstimationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetResourceCollectionRequest,
|
|
16
16
|
GetResourceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourceCollectionCommandInput
|
|
19
20
|
extends GetResourceCollectionRequest {}
|
|
20
21
|
export interface GetResourceCollectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAnomaliesForInsightRequest,
|
|
16
16
|
ListAnomaliesForInsightResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAnomaliesForInsightCommandInput
|
|
19
20
|
extends ListAnomaliesForInsightRequest {}
|
|
20
21
|
export interface ListAnomaliesForInsightCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAnomalousLogGroupsRequest,
|
|
16
16
|
ListAnomalousLogGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAnomalousLogGroupsCommandInput
|
|
19
20
|
extends ListAnomalousLogGroupsRequest {}
|
|
20
21
|
export interface ListAnomalousLogGroupsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DevOpsGuruClient";
|
|
14
14
|
import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListEventsCommandInput extends ListEventsRequest {}
|
|
16
17
|
export interface ListEventsCommandOutput
|
|
17
18
|
extends ListEventsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DevOpsGuruClient";
|
|
14
14
|
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListInsightsCommandInput extends ListInsightsRequest {}
|
|
16
17
|
export interface ListInsightsCommandOutput
|
|
17
18
|
extends ListInsightsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListMonitoredResourcesRequest,
|
|
16
16
|
ListMonitoredResourcesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMonitoredResourcesCommandInput
|
|
19
20
|
extends ListMonitoredResourcesRequest {}
|
|
20
21
|
export interface ListMonitoredResourcesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListNotificationChannelsRequest,
|
|
16
16
|
ListNotificationChannelsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListNotificationChannelsCommandInput
|
|
19
20
|
extends ListNotificationChannelsRequest {}
|
|
20
21
|
export interface ListNotificationChannelsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListOrganizationInsightsRequest,
|
|
16
16
|
ListOrganizationInsightsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListOrganizationInsightsCommandInput
|
|
19
20
|
extends ListOrganizationInsightsRequest {}
|
|
20
21
|
export interface ListOrganizationInsightsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListRecommendationsRequest,
|
|
16
16
|
ListRecommendationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRecommendationsCommandInput
|
|
19
20
|
extends ListRecommendationsRequest {}
|
|
20
21
|
export interface ListRecommendationsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../DevOpsGuruClient";
|
|
14
14
|
import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
|
|
16
17
|
export interface PutFeedbackCommandOutput
|
|
17
18
|
extends PutFeedbackResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RemoveNotificationChannelRequest,
|
|
16
16
|
RemoveNotificationChannelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RemoveNotificationChannelCommandInput
|
|
19
20
|
extends RemoveNotificationChannelRequest {}
|
|
20
21
|
export interface RemoveNotificationChannelCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchInsightsRequest,
|
|
16
16
|
SearchInsightsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
|
|
19
20
|
export interface SearchInsightsCommandOutput
|
|
20
21
|
extends SearchInsightsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SearchOrganizationInsightsRequest,
|
|
16
16
|
SearchOrganizationInsightsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SearchOrganizationInsightsCommandInput
|
|
19
20
|
extends SearchOrganizationInsightsRequest {}
|
|
20
21
|
export interface SearchOrganizationInsightsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartCostEstimationRequest,
|
|
16
16
|
StartCostEstimationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartCostEstimationCommandInput
|
|
19
20
|
extends StartCostEstimationRequest {}
|
|
20
21
|
export interface StartCostEstimationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateEventSourcesConfigRequest,
|
|
16
16
|
UpdateEventSourcesConfigResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEventSourcesConfigCommandInput
|
|
19
20
|
extends UpdateEventSourcesConfigRequest {}
|
|
20
21
|
export interface UpdateEventSourcesConfigCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateResourceCollectionRequest,
|
|
16
16
|
UpdateResourceCollectionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateResourceCollectionCommandInput
|
|
19
20
|
extends UpdateResourceCollectionRequest {}
|
|
20
21
|
export interface UpdateResourceCollectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateServiceIntegrationRequest,
|
|
16
16
|
UpdateServiceIntegrationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateServiceIntegrationCommandInput
|
|
19
20
|
extends UpdateServiceIntegrationRequest {}
|
|
20
21
|
export interface UpdateServiceIntegrationCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./DevOpsGuru";
|
|
2
1
|
export * from "./DevOpsGuruClient";
|
|
2
|
+
export * from "./DevOpsGuru";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class DevOpsGuruServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|