@aws-sdk/client-devops-guru 3.1087.0 → 3.1089.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.
Files changed (52) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +110 -124
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -22
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +3 -8
  14. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  39. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  40. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  41. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  42. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  43. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  44. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  45. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +1 -4
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  50. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  52. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -104,10 +101,7 @@ import {
104
101
  ListAnomalousLogGroupsCommandInput,
105
102
  ListAnomalousLogGroupsCommandOutput,
106
103
  } from "./commands/ListAnomalousLogGroupsCommand";
107
- import {
108
- ListEventsCommandInput,
109
- ListEventsCommandOutput,
110
- } from "./commands/ListEventsCommand";
104
+ import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
111
105
  import {
112
106
  ListInsightsCommandInput,
113
107
  ListInsightsCommandOutput,
@@ -128,10 +122,7 @@ import {
128
122
  ListRecommendationsCommandInput,
129
123
  ListRecommendationsCommandOutput,
130
124
  } from "./commands/ListRecommendationsCommand";
131
- import {
132
- PutFeedbackCommandInput,
133
- PutFeedbackCommandOutput,
134
- } from "./commands/PutFeedbackCommand";
125
+ import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
135
126
  import {
136
127
  RemoveNotificationChannelCommandInput,
137
128
  RemoveNotificationChannelCommandOutput,
@@ -231,8 +222,7 @@ export type ServiceOutputTypes =
231
222
  | UpdateEventSourcesConfigCommandOutput
232
223
  | UpdateResourceCollectionCommandOutput
233
224
  | UpdateServiceIntegrationCommandOutput;
234
- export interface ClientDefaults
235
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
225
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
236
226
  requestHandler?: __HttpHandlerUserInput;
237
227
  sha256?: __ChecksumConstructor | __HashConstructor;
238
228
  urlParser?: __UrlParser;
@@ -257,9 +247,7 @@ export interface ClientDefaults
257
247
  extensions?: RuntimeExtension[];
258
248
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
259
249
  }
260
- export type DevOpsGuruClientConfigType = Partial<
261
- __SmithyConfiguration<__HttpHandlerOptions>
262
- > &
250
+ export type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
263
251
  ClientDefaults &
264
252
  UserAgentInputConfig &
265
253
  RetryInputConfig &
@@ -280,8 +268,7 @@ export type DevOpsGuruClientResolvedConfigType =
280
268
  EndpointResolvedConfig<EndpointParameters> &
281
269
  HttpAuthSchemeResolvedConfig &
282
270
  ClientResolvedEndpointParameters;
283
- export interface DevOpsGuruClientResolvedConfig
284
- extends DevOpsGuruClientResolvedConfigType {}
271
+ export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolvedConfigType {}
285
272
  export declare class DevOpsGuruClient extends __Client<
286
273
  __HttpHandlerOptions,
287
274
  ServiceInputTypes,
@@ -289,8 +276,6 @@ export declare class DevOpsGuruClient extends __Client<
289
276
  DevOpsGuruClientResolvedConfig
290
277
  > {
291
278
  readonly config: DevOpsGuruClientResolvedConfig;
292
- constructor(
293
- ...[configuration]: __CheckOptionalClientConfig<DevOpsGuruClientConfig>
294
- );
279
+ constructor(...[configuration]: __CheckOptionalClientConfig<DevOpsGuruClientConfig>);
295
280
  destroy(): void;
296
281
  }
@@ -7,17 +7,10 @@ import { DevOpsGuruHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DevOpsGuruHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DevOpsGuruHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DevOpsGuruHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DevOpsGuruClientResolvedConfig } from "../DevOpsGuruClient";
15
- export interface DevOpsGuruHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DevOpsGuruHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DevOpsGuruHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DevOpsGuruClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DevOpsGuruHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DevOpsGuruHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DevOpsGuruClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DevOpsGuruHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDevOpsGuruHttpAuthSchemeParametersProvider: (
27
25
  config: DevOpsGuruClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DevOpsGuruHttpAuthSchemeParameters>;
31
- export interface DevOpsGuruHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DevOpsGuruHttpAuthSchemeParameters> {}
29
+ export interface DevOpsGuruHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DevOpsGuruHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDevOpsGuruHttpAuthSchemeProvider: DevOpsGuruHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DevOpsGuruHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DevOpsGuruHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DevOpsGuruClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DevOpsGuruClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddNotificationChannelRequest,
4
- AddNotificationChannelResponse,
5
- } from "../models/models_0";
2
+ import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddNotificationChannelCommandInput
8
- extends AddNotificationChannelRequest {}
4
+ export interface AddNotificationChannelCommandInput extends AddNotificationChannelRequest {}
9
5
  export interface AddNotificationChannelCommandOutput
10
- extends AddNotificationChannelResponse,
11
- __MetadataBearer {}
6
+ extends AddNotificationChannelResponse, __MetadataBearer {}
12
7
  declare const AddNotificationChannelCommand_base: {
13
8
  new (
14
- input: AddNotificationChannelCommandInput
9
+ input: AddNotificationChannelCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AddNotificationChannelCommandInput,
17
12
  AddNotificationChannelCommandOutput,
@@ -20,7 +15,7 @@ declare const AddNotificationChannelCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AddNotificationChannelCommandInput
18
+ input: AddNotificationChannelCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AddNotificationChannelCommandInput,
26
21
  AddNotificationChannelCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteInsightRequest,
4
- DeleteInsightResponse,
5
- } from "../models/models_0";
2
+ import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
8
- export interface DeleteInsightCommandOutput
9
- extends DeleteInsightResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __MetadataBearer {}
11
6
  declare const DeleteInsightCommand_base: {
12
7
  new (
13
- input: DeleteInsightCommandInput
8
+ input: DeleteInsightCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteInsightCommandInput,
16
11
  DeleteInsightCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteInsightCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteInsightCommandInput
17
+ input: DeleteInsightCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteInsightCommandInput,
25
20
  DeleteInsightCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAccountHealthRequest,
4
- DescribeAccountHealthResponse,
5
- } from "../models/models_0";
2
+ import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeAccountHealthCommandInput
8
- extends DescribeAccountHealthRequest {}
4
+ export interface DescribeAccountHealthCommandInput extends DescribeAccountHealthRequest {}
9
5
  export interface DescribeAccountHealthCommandOutput
10
- extends DescribeAccountHealthResponse,
11
- __MetadataBearer {}
6
+ extends DescribeAccountHealthResponse, __MetadataBearer {}
12
7
  declare const DescribeAccountHealthCommand_base: {
13
8
  new (
14
- input: DescribeAccountHealthCommandInput
9
+ input: DescribeAccountHealthCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeAccountHealthCommandInput,
17
12
  DescribeAccountHealthCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeAccountOverviewResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeAccountOverviewCommandInput
8
- extends DescribeAccountOverviewRequest {}
7
+ export interface DescribeAccountOverviewCommandInput extends DescribeAccountOverviewRequest {}
9
8
  export interface DescribeAccountOverviewCommandOutput
10
- extends DescribeAccountOverviewResponse,
11
- __MetadataBearer {}
9
+ extends DescribeAccountOverviewResponse, __MetadataBearer {}
12
10
  declare const DescribeAccountOverviewCommand_base: {
13
11
  new (
14
- input: DescribeAccountOverviewCommandInput
12
+ input: DescribeAccountOverviewCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeAccountOverviewCommandInput,
17
15
  DescribeAccountOverviewCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeAccountOverviewCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeAccountOverviewCommandInput
21
+ input: DescribeAccountOverviewCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeAccountOverviewCommandInput,
26
24
  DescribeAccountOverviewCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAnomalyRequest,
4
- DescribeAnomalyResponse,
5
- } from "../models/models_0";
2
+ import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
8
- export interface DescribeAnomalyCommandOutput
9
- extends DescribeAnomalyResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, __MetadataBearer {}
11
6
  declare const DescribeAnomalyCommand_base: {
12
7
  new (
13
- input: DescribeAnomalyCommandInput
8
+ input: DescribeAnomalyCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeAnomalyCommandInput,
16
11
  DescribeAnomalyCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeAnomalyCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeAnomalyCommandInput
17
+ input: DescribeAnomalyCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeAnomalyCommandInput,
25
20
  DescribeAnomalyCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeEventSourcesConfigResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeEventSourcesConfigCommandInput
8
- extends DescribeEventSourcesConfigRequest {}
7
+ export interface DescribeEventSourcesConfigCommandInput extends DescribeEventSourcesConfigRequest {}
9
8
  export interface DescribeEventSourcesConfigCommandOutput
10
- extends DescribeEventSourcesConfigResponse,
11
- __MetadataBearer {}
9
+ extends DescribeEventSourcesConfigResponse, __MetadataBearer {}
12
10
  declare const DescribeEventSourcesConfigCommand_base: {
13
11
  new (
14
- input: DescribeEventSourcesConfigCommandInput
12
+ input: DescribeEventSourcesConfigCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeEventSourcesConfigCommandInput,
17
15
  DescribeEventSourcesConfigCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeFeedbackRequest,
4
- DescribeFeedbackResponse,
5
- } from "../models/models_0";
2
+ import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {}
8
- export interface DescribeFeedbackCommandOutput
9
- extends DescribeFeedbackResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse, __MetadataBearer {}
11
6
  declare const DescribeFeedbackCommand_base: {
12
7
  new (
13
- input: DescribeFeedbackCommandInput
8
+ input: DescribeFeedbackCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeFeedbackCommandInput,
16
11
  DescribeFeedbackCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeInsightRequest,
4
- DescribeInsightResponse,
5
- } from "../models/models_0";
2
+ import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
8
- export interface DescribeInsightCommandOutput
9
- extends DescribeInsightResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {}
11
6
  declare const DescribeInsightCommand_base: {
12
7
  new (
13
- input: DescribeInsightCommandInput
8
+ input: DescribeInsightCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeInsightCommandInput,
16
11
  DescribeInsightCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeInsightCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeInsightCommandInput
17
+ input: DescribeInsightCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeInsightCommandInput,
25
20
  DescribeInsightCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeOrganizationHealthResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeOrganizationHealthCommandInput
8
- extends DescribeOrganizationHealthRequest {}
7
+ export interface DescribeOrganizationHealthCommandInput extends DescribeOrganizationHealthRequest {}
9
8
  export interface DescribeOrganizationHealthCommandOutput
10
- extends DescribeOrganizationHealthResponse,
11
- __MetadataBearer {}
9
+ extends DescribeOrganizationHealthResponse, __MetadataBearer {}
12
10
  declare const DescribeOrganizationHealthCommand_base: {
13
11
  new (
14
- input: DescribeOrganizationHealthCommandInput
12
+ input: DescribeOrganizationHealthCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeOrganizationHealthCommandInput,
17
15
  DescribeOrganizationHealthCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeOrganizationOverviewResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeOrganizationOverviewCommandInput
8
- extends DescribeOrganizationOverviewRequest {}
7
+ export interface DescribeOrganizationOverviewCommandInput extends DescribeOrganizationOverviewRequest {}
9
8
  export interface DescribeOrganizationOverviewCommandOutput
10
- extends DescribeOrganizationOverviewResponse,
11
- __MetadataBearer {}
9
+ extends DescribeOrganizationOverviewResponse, __MetadataBearer {}
12
10
  declare const DescribeOrganizationOverviewCommand_base: {
13
11
  new (
14
- input: DescribeOrganizationOverviewCommandInput
12
+ input: DescribeOrganizationOverviewCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeOrganizationOverviewCommandInput,
17
15
  DescribeOrganizationOverviewCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeOrganizationOverviewCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeOrganizationOverviewCommandInput
21
+ input: DescribeOrganizationOverviewCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeOrganizationOverviewCommandInput,
26
24
  DescribeOrganizationOverviewCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeOrganizationResourceCollectionHealthResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeOrganizationResourceCollectionHealthCommandInput
8
- extends DescribeOrganizationResourceCollectionHealthRequest {}
7
+ export interface DescribeOrganizationResourceCollectionHealthCommandInput extends DescribeOrganizationResourceCollectionHealthRequest {}
9
8
  export interface DescribeOrganizationResourceCollectionHealthCommandOutput
10
- extends DescribeOrganizationResourceCollectionHealthResponse,
11
- __MetadataBearer {}
9
+ extends DescribeOrganizationResourceCollectionHealthResponse, __MetadataBearer {}
12
10
  declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
13
11
  new (
14
- input: DescribeOrganizationResourceCollectionHealthCommandInput
12
+ input: DescribeOrganizationResourceCollectionHealthCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeOrganizationResourceCollectionHealthCommandInput,
17
15
  DescribeOrganizationResourceCollectionHealthCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeOrganizationResourceCollectionHealthCommandInput
21
+ input: DescribeOrganizationResourceCollectionHealthCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeOrganizationResourceCollectionHealthCommandInput,
26
24
  DescribeOrganizationResourceCollectionHealthCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeResourceCollectionHealthResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeResourceCollectionHealthCommandInput
8
- extends DescribeResourceCollectionHealthRequest {}
7
+ export interface DescribeResourceCollectionHealthCommandInput extends DescribeResourceCollectionHealthRequest {}
9
8
  export interface DescribeResourceCollectionHealthCommandOutput
10
- extends DescribeResourceCollectionHealthResponse,
11
- __MetadataBearer {}
9
+ extends DescribeResourceCollectionHealthResponse, __MetadataBearer {}
12
10
  declare const DescribeResourceCollectionHealthCommand_base: {
13
11
  new (
14
- input: DescribeResourceCollectionHealthCommandInput
12
+ input: DescribeResourceCollectionHealthCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeResourceCollectionHealthCommandInput,
17
15
  DescribeResourceCollectionHealthCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeResourceCollectionHealthCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeResourceCollectionHealthCommandInput
21
+ input: DescribeResourceCollectionHealthCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeResourceCollectionHealthCommandInput,
26
24
  DescribeResourceCollectionHealthCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeServiceIntegrationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeServiceIntegrationCommandInput
8
- extends DescribeServiceIntegrationRequest {}
7
+ export interface DescribeServiceIntegrationCommandInput extends DescribeServiceIntegrationRequest {}
9
8
  export interface DescribeServiceIntegrationCommandOutput
10
- extends DescribeServiceIntegrationResponse,
11
- __MetadataBearer {}
9
+ extends DescribeServiceIntegrationResponse, __MetadataBearer {}
12
10
  declare const DescribeServiceIntegrationCommand_base: {
13
11
  new (
14
- input: DescribeServiceIntegrationCommandInput
12
+ input: DescribeServiceIntegrationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeServiceIntegrationCommandInput,
17
15
  DescribeServiceIntegrationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetCostEstimationRequest,
4
- GetCostEstimationResponse,
5
- } from "../models/models_0";
2
+ import { GetCostEstimationRequest, GetCostEstimationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetCostEstimationCommandInput
8
- extends GetCostEstimationRequest {}
4
+ export interface GetCostEstimationCommandInput extends GetCostEstimationRequest {}
9
5
  export interface GetCostEstimationCommandOutput
10
- extends GetCostEstimationResponse,
11
- __MetadataBearer {}
6
+ extends GetCostEstimationResponse, __MetadataBearer {}
12
7
  declare const GetCostEstimationCommand_base: {
13
8
  new (
14
- input: GetCostEstimationCommandInput
9
+ input: GetCostEstimationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetCostEstimationCommandInput,
17
12
  GetCostEstimationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetResourceCollectionRequest,
4
- GetResourceCollectionResponse,
5
- } from "../models/models_0";
2
+ import { GetResourceCollectionRequest, GetResourceCollectionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetResourceCollectionCommandInput
8
- extends GetResourceCollectionRequest {}
4
+ export interface GetResourceCollectionCommandInput extends GetResourceCollectionRequest {}
9
5
  export interface GetResourceCollectionCommandOutput
10
- extends GetResourceCollectionResponse,
11
- __MetadataBearer {}
6
+ extends GetResourceCollectionResponse, __MetadataBearer {}
12
7
  declare const GetResourceCollectionCommand_base: {
13
8
  new (
14
- input: GetResourceCollectionCommandInput
9
+ input: GetResourceCollectionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetResourceCollectionCommandInput,
17
12
  GetResourceCollectionCommandOutput,
@@ -20,7 +15,7 @@ declare const GetResourceCollectionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetResourceCollectionCommandInput
18
+ input: GetResourceCollectionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetResourceCollectionCommandInput,
26
21
  GetResourceCollectionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListAnomaliesForInsightResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListAnomaliesForInsightCommandInput
8
- extends ListAnomaliesForInsightRequest {}
7
+ export interface ListAnomaliesForInsightCommandInput extends ListAnomaliesForInsightRequest {}
9
8
  export interface ListAnomaliesForInsightCommandOutput
10
- extends ListAnomaliesForInsightResponse,
11
- __MetadataBearer {}
9
+ extends ListAnomaliesForInsightResponse, __MetadataBearer {}
12
10
  declare const ListAnomaliesForInsightCommand_base: {
13
11
  new (
14
- input: ListAnomaliesForInsightCommandInput
12
+ input: ListAnomaliesForInsightCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListAnomaliesForInsightCommandInput,
17
15
  ListAnomaliesForInsightCommandOutput,
@@ -20,7 +18,7 @@ declare const ListAnomaliesForInsightCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListAnomaliesForInsightCommandInput
21
+ input: ListAnomaliesForInsightCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListAnomaliesForInsightCommandInput,
26
24
  ListAnomaliesForInsightCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAnomalousLogGroupsRequest,
4
- ListAnomalousLogGroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListAnomalousLogGroupsCommandInput
8
- extends ListAnomalousLogGroupsRequest {}
4
+ export interface ListAnomalousLogGroupsCommandInput extends ListAnomalousLogGroupsRequest {}
9
5
  export interface ListAnomalousLogGroupsCommandOutput
10
- extends ListAnomalousLogGroupsResponse,
11
- __MetadataBearer {}
6
+ extends ListAnomalousLogGroupsResponse, __MetadataBearer {}
12
7
  declare const ListAnomalousLogGroupsCommand_base: {
13
8
  new (
14
- input: ListAnomalousLogGroupsCommandInput
9
+ input: ListAnomalousLogGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListAnomalousLogGroupsCommandInput,
17
12
  ListAnomalousLogGroupsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListAnomalousLogGroupsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListAnomalousLogGroupsCommandInput
18
+ input: ListAnomalousLogGroupsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListAnomalousLogGroupsCommandInput,
26
21
  ListAnomalousLogGroupsCommandOutput,