@aws-sdk/client-devops-guru 3.1077.0 → 3.1078.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 (101) hide show
  1. package/dist-cjs/index.js +39 -313
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddNotificationChannelCommand.js +2 -14
  4. package/dist-es/commands/DeleteInsightCommand.js +2 -14
  5. package/dist-es/commands/DescribeAccountHealthCommand.js +2 -14
  6. package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -14
  7. package/dist-es/commands/DescribeAnomalyCommand.js +2 -14
  8. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -14
  9. package/dist-es/commands/DescribeFeedbackCommand.js +2 -14
  10. package/dist-es/commands/DescribeInsightCommand.js +2 -14
  11. package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -14
  12. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -14
  13. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -14
  14. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -14
  15. package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -14
  16. package/dist-es/commands/GetCostEstimationCommand.js +2 -14
  17. package/dist-es/commands/GetResourceCollectionCommand.js +2 -14
  18. package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -14
  19. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListEventsCommand.js +2 -14
  21. package/dist-es/commands/ListInsightsCommand.js +2 -14
  22. package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -14
  23. package/dist-es/commands/ListNotificationChannelsCommand.js +2 -14
  24. package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -14
  25. package/dist-es/commands/ListRecommendationsCommand.js +2 -14
  26. package/dist-es/commands/PutFeedbackCommand.js +2 -14
  27. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
  28. package/dist-es/commands/SearchInsightsCommand.js +2 -14
  29. package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -14
  30. package/dist-es/commands/StartCostEstimationCommand.js +2 -14
  31. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -14
  32. package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -14
  33. package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -8
  49. package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -8
  50. package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -8
  51. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -8
  52. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListEventsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListInsightsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  59. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
  60. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/SearchInsightsCommand.d.ts +3 -8
  62. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -8
  63. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
2
  import type { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartCostEstimationCommandInput extends StartCostEstimationRequ
22
19
  export interface StartCostEstimationCommandOutput extends StartCostEstimationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartCostEstimationCommand_base: {
25
- new (input: StartCostEstimationCommandInput): import("@smithy/core/client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartCostEstimationCommandInput): import("@smithy/core/client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartCostEstimationCommandInput): import("@smithy/core/client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartCostEstimationCommandInput): import("@smithy/core/client").CommandImpl<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
2
  import type { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEventSourcesConfigCommandInput extends UpdateEventSources
22
19
  export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSourcesConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEventSourcesConfigCommand_base: {
25
- new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateEventSourcesConfigCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEventSourcesConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateEventSourcesConfigCommandInput]): import("@smithy/core/client").CommandImpl<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables or disables integration with a service that can be integrated with DevOps Guru. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
2
  import type { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateResourceCollectionCommandInput extends UpdateResourceColl
22
19
  export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCollectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateResourceCollectionCommand_base: {
25
- new (input: UpdateResourceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateResourceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateResourceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateResourceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates the collection of resources that DevOps Guru analyzes.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
4
2
  import type { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateServiceIntegrationCommandInput extends UpdateServiceInteg
22
19
  export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateServiceIntegrationCommand_base: {
25
- new (input: UpdateServiceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateServiceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateServiceIntegrationCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, import("..").DevOpsGuruClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
@@ -20,6 +20,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
20
20
  export type { RuntimeExtension } from "./runtimeExtensions";
21
21
  export type { DevOpsGuruExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
+ export { Command as $Command } from "@smithy/core/client";
23
24
  export * from "./schemas/schemas_0";
24
25
  export * from "./pagination";
25
26
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ DevOpsGuruClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./DevOpsGuruClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ DevOpsGuruClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ DevOpsGuruClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  AddNotificationChannelRequest,
10
4
  AddNotificationChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddNotificationChannelCommandInput
15
8
  extends AddNotificationChannelRequest {}
16
9
  export interface AddNotificationChannelCommandOutput
@@ -22,22 +15,20 @@ declare const AddNotificationChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddNotificationChannelCommandInput,
24
17
  AddNotificationChannelCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddNotificationChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddNotificationChannelCommandInput,
33
26
  AddNotificationChannelCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DeleteInsightRequest,
10
4
  DeleteInsightResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
15
8
  export interface DeleteInsightCommandOutput
16
9
  extends DeleteInsightResponse,
@@ -21,22 +14,20 @@ declare const DeleteInsightCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteInsightCommandInput,
23
16
  DeleteInsightCommandOutput,
24
- DevOpsGuruClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsGuruClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteInsightCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteInsightCommandInput,
32
25
  DeleteInsightCommandOutput,
33
- DevOpsGuruClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsGuruClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteInsightCommand extends DeleteInsightCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeAccountHealthRequest,
10
4
  DescribeAccountHealthResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAccountHealthCommandInput
15
8
  extends DescribeAccountHealthRequest {}
16
9
  export interface DescribeAccountHealthCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAccountHealthCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAccountHealthCommandInput,
24
17
  DescribeAccountHealthCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeAccountHealthCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAccountHealthCommandInput,
33
26
  DescribeAccountHealthCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeAccountOverviewRequest,
10
4
  DescribeAccountOverviewResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAccountOverviewCommandInput
15
8
  extends DescribeAccountOverviewRequest {}
16
9
  export interface DescribeAccountOverviewCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAccountOverviewCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAccountOverviewCommandInput,
24
17
  DescribeAccountOverviewCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAccountOverviewCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAccountOverviewCommandInput,
33
26
  DescribeAccountOverviewCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeAnomalyRequest,
10
4
  DescribeAnomalyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
15
8
  export interface DescribeAnomalyCommandOutput
16
9
  extends DescribeAnomalyResponse,
@@ -21,22 +14,20 @@ declare const DescribeAnomalyCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeAnomalyCommandInput,
23
16
  DescribeAnomalyCommandOutput,
24
- DevOpsGuruClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsGuruClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeAnomalyCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeAnomalyCommandInput,
32
25
  DescribeAnomalyCommandOutput,
33
- DevOpsGuruClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsGuruClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeEventSourcesConfigRequest,
10
4
  DescribeEventSourcesConfigResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEventSourcesConfigCommandInput
15
8
  extends DescribeEventSourcesConfigRequest {}
16
9
  export interface DescribeEventSourcesConfigCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEventSourcesConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEventSourcesConfigCommandInput,
24
17
  DescribeEventSourcesConfigCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEventSourcesConfigCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEventSourcesConfigCommandInput,
33
26
  DescribeEventSourcesConfigCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeFeedbackRequest,
10
4
  DescribeFeedbackResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {}
15
8
  export interface DescribeFeedbackCommandOutput
16
9
  extends DescribeFeedbackResponse,
@@ -21,22 +14,20 @@ declare const DescribeFeedbackCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeFeedbackCommandInput,
23
16
  DescribeFeedbackCommandOutput,
24
- DevOpsGuruClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsGuruClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeFeedbackCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeFeedbackCommandInput,
32
25
  DescribeFeedbackCommandOutput,
33
- DevOpsGuruClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsGuruClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeFeedbackCommand extends DescribeFeedbackCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeInsightRequest,
10
4
  DescribeInsightResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
15
8
  export interface DescribeInsightCommandOutput
16
9
  extends DescribeInsightResponse,
@@ -21,22 +14,20 @@ declare const DescribeInsightCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeInsightCommandInput,
23
16
  DescribeInsightCommandOutput,
24
- DevOpsGuruClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsGuruClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeInsightCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeInsightCommandInput,
32
25
  DescribeInsightCommandOutput,
33
- DevOpsGuruClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsGuruClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeOrganizationHealthRequest,
10
4
  DescribeOrganizationHealthResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeOrganizationHealthCommandInput
15
8
  extends DescribeOrganizationHealthRequest {}
16
9
  export interface DescribeOrganizationHealthCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeOrganizationHealthCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeOrganizationHealthCommandInput,
24
17
  DescribeOrganizationHealthCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeOrganizationHealthCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeOrganizationHealthCommandInput,
33
26
  DescribeOrganizationHealthCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeOrganizationHealthCommand extends DescribeOrganizationHealthCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  DescribeOrganizationOverviewRequest,
10
4
  DescribeOrganizationOverviewResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeOrganizationOverviewCommandInput
15
8
  extends DescribeOrganizationOverviewRequest {}
16
9
  export interface DescribeOrganizationOverviewCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeOrganizationOverviewCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeOrganizationOverviewCommandInput,
24
17
  DescribeOrganizationOverviewCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeOrganizationOverviewCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeOrganizationOverviewCommandInput,
33
26
  DescribeOrganizationOverviewCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeOrganizationOverviewCommand extends DescribeOrganizationOverviewCommand_base {
43
34
  protected static __types: {