@aws-sdk/client-devops-guru 3.192.0 → 3.194.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/DevOpsGuruClient.js +11 -8
- package/dist-cjs/commands/AddNotificationChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteInsightCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +10 -0
- package/dist-cjs/commands/DescribeAnomalyCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +10 -0
- package/dist-cjs/commands/DescribeFeedbackCommand.js +10 -0
- package/dist-cjs/commands/DescribeInsightCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +10 -0
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +10 -0
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +10 -0
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +10 -0
- package/dist-cjs/commands/GetCostEstimationCommand.js +10 -0
- package/dist-cjs/commands/GetResourceCollectionCommand.js +10 -0
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +10 -0
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListEventsCommand.js +10 -0
- package/dist-cjs/commands/ListInsightsCommand.js +10 -0
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +10 -0
- package/dist-cjs/commands/ListRecommendationsCommand.js +10 -0
- package/dist-cjs/commands/PutFeedbackCommand.js +10 -0
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +10 -0
- package/dist-cjs/commands/SearchInsightsCommand.js +10 -0
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +10 -0
- package/dist-cjs/commands/StartCostEstimationCommand.js +10 -0
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +10 -0
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +10 -0
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +26 -0
- package/dist-cjs/protocols/Aws_restJson1.js +12 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/DevOpsGuruClient.js +12 -9
- package/dist-es/commands/AddNotificationChannelCommand.js +10 -0
- package/dist-es/commands/DeleteInsightCommand.js +10 -0
- package/dist-es/commands/DescribeAccountHealthCommand.js +10 -0
- package/dist-es/commands/DescribeAccountOverviewCommand.js +10 -0
- package/dist-es/commands/DescribeAnomalyCommand.js +10 -0
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +10 -0
- package/dist-es/commands/DescribeFeedbackCommand.js +10 -0
- package/dist-es/commands/DescribeInsightCommand.js +10 -0
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +10 -0
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +10 -0
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +10 -0
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +10 -0
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +10 -0
- package/dist-es/commands/GetCostEstimationCommand.js +10 -0
- package/dist-es/commands/GetResourceCollectionCommand.js +10 -0
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +10 -0
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +10 -0
- package/dist-es/commands/ListEventsCommand.js +10 -0
- package/dist-es/commands/ListInsightsCommand.js +10 -0
- package/dist-es/commands/ListMonitoredResourcesCommand.js +10 -0
- package/dist-es/commands/ListNotificationChannelsCommand.js +10 -0
- package/dist-es/commands/ListOrganizationInsightsCommand.js +10 -0
- package/dist-es/commands/ListRecommendationsCommand.js +10 -0
- package/dist-es/commands/PutFeedbackCommand.js +10 -0
- package/dist-es/commands/RemoveNotificationChannelCommand.js +10 -0
- package/dist-es/commands/SearchInsightsCommand.js +10 -0
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +10 -0
- package/dist-es/commands/StartCostEstimationCommand.js +10 -0
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +10 -0
- package/dist-es/commands/UpdateResourceCollectionCommand.js +10 -0
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +26 -0
- package/dist-es/protocols/Aws_restJson1.js +12 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/DevOpsGuru.d.ts +1 -2
- package/dist-types/DevOpsGuruClient.d.ts +6 -9
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -0
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/SearchInsightsCommand.d.ts +3 -2
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +65 -2
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -160
- package/dist-es/endpoints.js +0 -156
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "./commands/AddNotificationChannelCommand";
|
|
10
11
|
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
11
12
|
import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "./commands/DescribeAccountHealthCommand";
|
|
@@ -37,6 +38,7 @@ import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } fro
|
|
|
37
38
|
import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "./commands/UpdateEventSourcesConfigCommand";
|
|
38
39
|
import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
|
|
39
40
|
import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
|
|
41
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
40
42
|
export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DeleteInsightCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeEventSourcesConfigCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListAnomalousLogGroupsCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListMonitoredResourcesCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateEventSourcesConfigCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
|
|
41
43
|
export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DeleteInsightCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeEventSourcesConfigCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListAnomalousLogGroupsCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListMonitoredResourcesCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateEventSourcesConfigCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
|
|
42
44
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -129,11 +131,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
129
131
|
* @internal
|
|
130
132
|
*/
|
|
131
133
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
132
|
-
/**
|
|
133
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
137
134
|
/**
|
|
138
135
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
139
136
|
* @internal
|
|
@@ -144,13 +141,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
144
141
|
*/
|
|
145
142
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
146
143
|
}
|
|
147
|
-
declare type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
144
|
+
declare type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
148
145
|
/**
|
|
149
146
|
* The configuration interface of DevOpsGuruClient class constructor that set the region, credentials and other options.
|
|
150
147
|
*/
|
|
151
148
|
export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {
|
|
152
149
|
}
|
|
153
|
-
declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
150
|
+
declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
154
151
|
/**
|
|
155
152
|
* The resolved configuration interface of DevOpsGuruClient class. This is resolved and normalized from the {@link DevOpsGuruClientConfig | constructor configuration interface}.
|
|
156
153
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -34,6 +35,7 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
37
|
readonly input: AddNotificationChannelCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: AddNotificationChannelCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteInsightCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteInsightCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeAccountHealthCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeAccountHealthCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeAccountOverviewCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeAccountOverviewCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeAnomalyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAnomalyCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -28,6 +29,7 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DescribeEventSourcesConfigCommand extends $Command<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
30
31
|
readonly input: DescribeEventSourcesConfigCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DescribeEventSourcesConfigCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeFeedbackCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeFeedbackCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeInsightCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeInsightCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganiz
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeOrganizationHealthCommand extends $Command<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeOrganizationHealthCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeOrganizationHealthCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrgan
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeOrganizationOverviewCommand extends $Command<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeOrganizationOverviewCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeOrganizationOverviewCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeOrganizationResourceCollectionHealthCommandOutput exten
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -29,6 +30,7 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DescribeResourceCollectionHealthCommand extends $Command<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
31
32
|
readonly input: DescribeResourceCollectionHealthCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DescribeResourceCollectionHealthCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeServiceIntegrationCommand extends $Command<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeServiceIntegrationCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeServiceIntegrationCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -29,6 +30,7 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class GetCostEstimationCommand extends $Command<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
31
32
|
readonly input: GetCostEstimationCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: GetCostEstimationCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -28,6 +29,7 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class GetResourceCollectionCommand extends $Command<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
30
31
|
readonly input: GetResourceCollectionCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: GetResourceCollectionCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListAnomaliesForInsightCommand extends $Command<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: ListAnomaliesForInsightCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListAnomaliesForInsightCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: ListAnomalousLogGroupsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListAnomalousLogGroupsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: ListEventsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListEventsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: ListInsightsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListInsightsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: ListMonitoredResourcesCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListMonitoredResourcesCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -28,6 +29,7 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
30
31
|
readonly input: ListNotificationChannelsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListNotificationChannelsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -25,6 +26,7 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
28
|
readonly input: ListOrganizationInsightsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListOrganizationInsightsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: ListRecommendationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListRecommendationsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -25,6 +26,7 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
28
|
readonly input: PutFeedbackCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutFeedbackCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: RemoveNotificationChannelCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: RemoveNotificationChannelCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -8,8 +9,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
11
|
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
11
|
-
* returned by their start time, one or more statuses (<code>ONGOING</code
|
|
12
|
-
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
12
|
+
* returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities
|
|
13
13
|
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
14
14
|
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
15
15
|
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
@@ -32,6 +32,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
32
32
|
*/
|
|
33
33
|
export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
34
|
readonly input: SearchInsightsCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
36
|
constructor(input: SearchInsightsCommandInput);
|
|
36
37
|
/**
|
|
37
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -32,6 +33,7 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
35
|
readonly input: SearchOrganizationInsightsCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: SearchOrganizationInsightsCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -26,6 +27,7 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
29
|
readonly input: StartCostEstimationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: StartCostEstimationCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateEventSourcesConfigCommand extends $Command<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateEventSourcesConfigCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateEventSourcesConfigCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -29,6 +30,7 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateResourceCollectionCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateResourceCollectionCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdateServiceIntegrationCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdateServiceIntegrationCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|