@aws-sdk/client-pi 3.477.0 → 3.481.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 (77) hide show
  1. package/dist-cjs/commands/CreatePerformanceAnalysisReportCommand.js +18 -41
  2. package/dist-cjs/commands/DeletePerformanceAnalysisReportCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeDimensionKeysCommand.js +18 -41
  4. package/dist-cjs/commands/GetDimensionKeyDetailsCommand.js +18 -41
  5. package/dist-cjs/commands/GetPerformanceAnalysisReportCommand.js +18 -41
  6. package/dist-cjs/commands/GetResourceMetadataCommand.js +18 -41
  7. package/dist-cjs/commands/GetResourceMetricsCommand.js +18 -41
  8. package/dist-cjs/commands/ListAvailableResourceDimensionsCommand.js +18 -41
  9. package/dist-cjs/commands/ListAvailableResourceMetricsCommand.js +18 -41
  10. package/dist-cjs/commands/ListPerformanceAnalysisReportsCommand.js +18 -41
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  12. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  13. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  14. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  15. package/dist-cjs/pagination/DescribeDimensionKeysPaginator.js +2 -24
  16. package/dist-cjs/pagination/GetResourceMetricsPaginator.js +2 -24
  17. package/dist-cjs/pagination/ListAvailableResourceDimensionsPaginator.js +2 -24
  18. package/dist-cjs/pagination/ListAvailableResourceMetricsPaginator.js +2 -24
  19. package/dist-cjs/pagination/ListPerformanceAnalysisReportsPaginator.js +2 -24
  20. package/dist-es/commands/CreatePerformanceAnalysisReportCommand.js +18 -41
  21. package/dist-es/commands/DeletePerformanceAnalysisReportCommand.js +18 -41
  22. package/dist-es/commands/DescribeDimensionKeysCommand.js +18 -41
  23. package/dist-es/commands/GetDimensionKeyDetailsCommand.js +18 -41
  24. package/dist-es/commands/GetPerformanceAnalysisReportCommand.js +18 -41
  25. package/dist-es/commands/GetResourceMetadataCommand.js +18 -41
  26. package/dist-es/commands/GetResourceMetricsCommand.js +18 -41
  27. package/dist-es/commands/ListAvailableResourceDimensionsCommand.js +18 -41
  28. package/dist-es/commands/ListAvailableResourceMetricsCommand.js +18 -41
  29. package/dist-es/commands/ListPerformanceAnalysisReportsCommand.js +18 -41
  30. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-es/commands/TagResourceCommand.js +18 -41
  32. package/dist-es/commands/UntagResourceCommand.js +18 -41
  33. package/dist-es/endpoint/EndpointParameters.js +6 -0
  34. package/dist-es/pagination/DescribeDimensionKeysPaginator.js +2 -23
  35. package/dist-es/pagination/GetResourceMetricsPaginator.js +2 -23
  36. package/dist-es/pagination/ListAvailableResourceDimensionsPaginator.js +2 -23
  37. package/dist-es/pagination/ListAvailableResourceMetricsPaginator.js +2 -23
  38. package/dist-es/pagination/ListPerformanceAnalysisReportsPaginator.js +2 -23
  39. package/dist-types/commands/CreatePerformanceAnalysisReportCommand.d.ts +6 -21
  40. package/dist-types/commands/DeletePerformanceAnalysisReportCommand.d.ts +6 -21
  41. package/dist-types/commands/DescribeDimensionKeysCommand.d.ts +6 -21
  42. package/dist-types/commands/GetDimensionKeyDetailsCommand.d.ts +6 -21
  43. package/dist-types/commands/GetPerformanceAnalysisReportCommand.d.ts +6 -21
  44. package/dist-types/commands/GetResourceMetadataCommand.d.ts +6 -21
  45. package/dist-types/commands/GetResourceMetricsCommand.d.ts +6 -21
  46. package/dist-types/commands/ListAvailableResourceDimensionsCommand.d.ts +6 -21
  47. package/dist-types/commands/ListAvailableResourceMetricsCommand.d.ts +6 -21
  48. package/dist-types/commands/ListPerformanceAnalysisReportsCommand.d.ts +6 -21
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  50. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  51. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  52. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  53. package/dist-types/pagination/DescribeDimensionKeysPaginator.d.ts +1 -1
  54. package/dist-types/pagination/GetResourceMetricsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListAvailableResourceDimensionsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListAvailableResourceMetricsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListPerformanceAnalysisReportsPaginator.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreatePerformanceAnalysisReportCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/DeletePerformanceAnalysisReportCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/DescribeDimensionKeysCommand.d.ts +12 -24
  61. package/dist-types/ts3.4/commands/GetDimensionKeyDetailsCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/GetPerformanceAnalysisReportCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/GetResourceMetadataCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/GetResourceMetricsCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/ListAvailableResourceDimensionsCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/ListAvailableResourceMetricsCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/ListPerformanceAnalysisReportsCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  72. package/dist-types/ts3.4/pagination/DescribeDimensionKeysPaginator.d.ts +3 -3
  73. package/dist-types/ts3.4/pagination/GetResourceMetricsPaginator.d.ts +3 -3
  74. package/dist-types/ts3.4/pagination/ListAvailableResourceDimensionsPaginator.d.ts +3 -3
  75. package/dist-types/ts3.4/pagination/ListAvailableResourceMetricsPaginator.d.ts +3 -3
  76. package/dist-types/ts3.4/pagination/ListPerformanceAnalysisReportsPaginator.d.ts +3 -3
  77. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAvailableResourceMetricsRequest, ListAvailableResourceMetricsResponse } from "../models/models_0";
5
4
  import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAvailableResourceMetricsCommandInput extends ListAvailableR
21
20
  */
22
21
  export interface ListAvailableResourceMetricsCommandOutput extends ListAvailableResourceMetricsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAvailableResourceMetricsCommand_base: {
24
+ new (input: ListAvailableResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableResourceMetricsCommandInput, ListAvailableResourceMetricsCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieve metrics of the specified types that can be queried for a specified DB instance.
@@ -74,23 +77,5 @@ export interface ListAvailableResourceMetricsCommandOutput extends ListAvailable
74
77
  * <p>Base exception class for all service exceptions from PI service.</p>
75
78
  *
76
79
  */
77
- export declare class ListAvailableResourceMetricsCommand extends $Command<ListAvailableResourceMetricsCommandInput, ListAvailableResourceMetricsCommandOutput, PIClientResolvedConfig> {
78
- readonly input: ListAvailableResourceMetricsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListAvailableResourceMetricsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableResourceMetricsCommandInput, ListAvailableResourceMetricsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListAvailableResourceMetricsCommand extends ListAvailableResourceMetricsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListPerformanceAnalysisReportsRequest, ListPerformanceAnalysisReportsResponse } from "../models/models_0";
5
4
  import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPerformanceAnalysisReportsCommandInput extends ListPerforma
21
20
  */
22
21
  export interface ListPerformanceAnalysisReportsCommandOutput extends ListPerformanceAnalysisReportsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPerformanceAnalysisReportsCommand_base: {
24
+ new (input: ListPerformanceAnalysisReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPerformanceAnalysisReportsCommandInput, ListPerformanceAnalysisReportsCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all the analysis reports created for the DB instance. The reports are sorted based on the start time of each report.</p>
@@ -79,23 +82,5 @@ export interface ListPerformanceAnalysisReportsCommandOutput extends ListPerform
79
82
  * <p>Base exception class for all service exceptions from PI service.</p>
80
83
  *
81
84
  */
82
- export declare class ListPerformanceAnalysisReportsCommand extends $Command<ListPerformanceAnalysisReportsCommandInput, ListPerformanceAnalysisReportsCommandOutput, PIClientResolvedConfig> {
83
- readonly input: ListPerformanceAnalysisReportsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListPerformanceAnalysisReportsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPerformanceAnalysisReportsCommandInput, ListPerformanceAnalysisReportsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListPerformanceAnalysisReportsCommand extends ListPerformanceAnalysisReportsCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.</p>
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
66
69
  * <p>Base exception class for all service exceptions from PI service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PIClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds metadata tags to the Amazon RDS Performance Insights resource.</p>
@@ -65,23 +68,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
68
  * <p>Base exception class for all service exceptions from PI service.</p>
66
69
  *
67
70
  */
68
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PIClientResolvedConfig> {
69
- readonly input: TagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: TagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class TagResourceCommand extends TagResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the metadata tags from the Amazon RDS Performance Insights resource.</p>
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
62
65
  * <p>Base exception class for all service exceptions from PI service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PIClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
69
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { PIPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeDimensionKeys(config: PIPaginationConfiguration, input: DescribeDimensionKeysCommandInput, ...additionalArguments: any): Paginator<DescribeDimensionKeysCommandOutput>;
7
+ export declare const paginateDescribeDimensionKeys: (config: PIPaginationConfiguration, input: DescribeDimensionKeysCommandInput, ...rest: any[]) => Paginator<DescribeDimensionKeysCommandOutput>;
@@ -4,4 +4,4 @@ import { PIPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetResourceMetrics(config: PIPaginationConfiguration, input: GetResourceMetricsCommandInput, ...additionalArguments: any): Paginator<GetResourceMetricsCommandOutput>;
7
+ export declare const paginateGetResourceMetrics: (config: PIPaginationConfiguration, input: GetResourceMetricsCommandInput, ...rest: any[]) => Paginator<GetResourceMetricsCommandOutput>;
@@ -4,4 +4,4 @@ import { PIPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAvailableResourceDimensions(config: PIPaginationConfiguration, input: ListAvailableResourceDimensionsCommandInput, ...additionalArguments: any): Paginator<ListAvailableResourceDimensionsCommandOutput>;
7
+ export declare const paginateListAvailableResourceDimensions: (config: PIPaginationConfiguration, input: ListAvailableResourceDimensionsCommandInput, ...rest: any[]) => Paginator<ListAvailableResourceDimensionsCommandOutput>;
@@ -4,4 +4,4 @@ import { PIPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAvailableResourceMetrics(config: PIPaginationConfiguration, input: ListAvailableResourceMetricsCommandInput, ...additionalArguments: any): Paginator<ListAvailableResourceMetricsCommandOutput>;
7
+ export declare const paginateListAvailableResourceMetrics: (config: PIPaginationConfiguration, input: ListAvailableResourceMetricsCommandInput, ...rest: any[]) => Paginator<ListAvailableResourceMetricsCommandOutput>;
@@ -4,4 +4,4 @@ import { PIPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPerformanceAnalysisReports(config: PIPaginationConfiguration, input: ListPerformanceAnalysisReportsCommandInput, ...additionalArguments: any): Paginator<ListPerformanceAnalysisReportsCommandOutput>;
7
+ export declare const paginateListPerformanceAnalysisReports: (config: PIPaginationConfiguration, input: ListPerformanceAnalysisReportsCommandInput, ...rest: any[]) => Paginator<ListPerformanceAnalysisReportsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreatePerformanceAnalysisReportRequest,
11
5
  CreatePerformanceAnalysisReportResponse,
@@ -21,22 +15,16 @@ export interface CreatePerformanceAnalysisReportCommandInput
21
15
  export interface CreatePerformanceAnalysisReportCommandOutput
22
16
  extends CreatePerformanceAnalysisReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreatePerformanceAnalysisReportCommand extends $Command<
25
- CreatePerformanceAnalysisReportCommandInput,
26
- CreatePerformanceAnalysisReportCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: CreatePerformanceAnalysisReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreatePerformanceAnalysisReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreatePerformanceAnalysisReportCommand_base: {
19
+ new (
20
+ input: CreatePerformanceAnalysisReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreatePerformanceAnalysisReportCommandInput,
38
- CreatePerformanceAnalysisReportCommandOutput
23
+ CreatePerformanceAnalysisReportCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreatePerformanceAnalysisReportCommand extends CreatePerformanceAnalysisReportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeletePerformanceAnalysisReportRequest,
11
5
  DeletePerformanceAnalysisReportResponse,
@@ -21,22 +15,16 @@ export interface DeletePerformanceAnalysisReportCommandInput
21
15
  export interface DeletePerformanceAnalysisReportCommandOutput
22
16
  extends DeletePerformanceAnalysisReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeletePerformanceAnalysisReportCommand extends $Command<
25
- DeletePerformanceAnalysisReportCommandInput,
26
- DeletePerformanceAnalysisReportCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: DeletePerformanceAnalysisReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeletePerformanceAnalysisReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeletePerformanceAnalysisReportCommand_base: {
19
+ new (
20
+ input: DeletePerformanceAnalysisReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeletePerformanceAnalysisReportCommandInput,
38
- DeletePerformanceAnalysisReportCommandOutput
23
+ DeletePerformanceAnalysisReportCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeletePerformanceAnalysisReportCommand extends DeletePerformanceAnalysisReportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeDimensionKeysRequest,
11
5
  DescribeDimensionKeysResponse,
@@ -21,22 +15,16 @@ export interface DescribeDimensionKeysCommandInput
21
15
  export interface DescribeDimensionKeysCommandOutput
22
16
  extends DescribeDimensionKeysResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeDimensionKeysCommand extends $Command<
25
- DescribeDimensionKeysCommandInput,
26
- DescribeDimensionKeysCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: DescribeDimensionKeysCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeDimensionKeysCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeDimensionKeysCommand_base: {
19
+ new (
20
+ input: DescribeDimensionKeysCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeDimensionKeysCommandInput,
38
- DescribeDimensionKeysCommandOutput
23
+ DescribeDimensionKeysCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeDimensionKeysCommand extends DescribeDimensionKeysCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDimensionKeyDetailsRequest,
11
5
  GetDimensionKeyDetailsResponse,
@@ -21,22 +15,16 @@ export interface GetDimensionKeyDetailsCommandInput
21
15
  export interface GetDimensionKeyDetailsCommandOutput
22
16
  extends GetDimensionKeyDetailsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDimensionKeyDetailsCommand extends $Command<
25
- GetDimensionKeyDetailsCommandInput,
26
- GetDimensionKeyDetailsCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: GetDimensionKeyDetailsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDimensionKeyDetailsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDimensionKeyDetailsCommand_base: {
19
+ new (
20
+ input: GetDimensionKeyDetailsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDimensionKeyDetailsCommandInput,
38
- GetDimensionKeyDetailsCommandOutput
23
+ GetDimensionKeyDetailsCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDimensionKeyDetailsCommand extends GetDimensionKeyDetailsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPerformanceAnalysisReportRequest,
11
5
  GetPerformanceAnalysisReportResponse,
@@ -21,22 +15,16 @@ export interface GetPerformanceAnalysisReportCommandInput
21
15
  export interface GetPerformanceAnalysisReportCommandOutput
22
16
  extends GetPerformanceAnalysisReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPerformanceAnalysisReportCommand extends $Command<
25
- GetPerformanceAnalysisReportCommandInput,
26
- GetPerformanceAnalysisReportCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: GetPerformanceAnalysisReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPerformanceAnalysisReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPerformanceAnalysisReportCommand_base: {
19
+ new (
20
+ input: GetPerformanceAnalysisReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPerformanceAnalysisReportCommandInput,
38
- GetPerformanceAnalysisReportCommandOutput
23
+ GetPerformanceAnalysisReportCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPerformanceAnalysisReportCommand extends GetPerformanceAnalysisReportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourceMetadataRequest,
11
5
  GetResourceMetadataResponse,
@@ -21,19 +15,16 @@ export interface GetResourceMetadataCommandInput
21
15
  export interface GetResourceMetadataCommandOutput
22
16
  extends GetResourceMetadataResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourceMetadataCommand extends $Command<
25
- GetResourceMetadataCommandInput,
26
- GetResourceMetadataCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: GetResourceMetadataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourceMetadataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourceMetadataCommandInput, GetResourceMetadataCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourceMetadataCommand_base: {
19
+ new (
20
+ input: GetResourceMetadataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourceMetadataCommandInput,
23
+ GetResourceMetadataCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourceMetadataCommand extends GetResourceMetadataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetResourceMetricsRequest,
11
5
  GetResourceMetricsResponse,
@@ -21,19 +15,16 @@ export interface GetResourceMetricsCommandInput
21
15
  export interface GetResourceMetricsCommandOutput
22
16
  extends GetResourceMetricsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetResourceMetricsCommand extends $Command<
25
- GetResourceMetricsCommandInput,
26
- GetResourceMetricsCommandOutput,
27
- PIClientResolvedConfig
28
- > {
29
- readonly input: GetResourceMetricsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetResourceMetricsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: PIClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetResourceMetricsCommandInput, GetResourceMetricsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetResourceMetricsCommand_base: {
19
+ new (
20
+ input: GetResourceMetricsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourceMetricsCommandInput,
23
+ GetResourceMetricsCommandOutput,
24
+ PIClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetResourceMetricsCommand extends GetResourceMetricsCommand_base {}