@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.
- package/dist-cjs/commands/CreatePerformanceAnalysisReportCommand.js +18 -41
- package/dist-cjs/commands/DeletePerformanceAnalysisReportCommand.js +18 -41
- package/dist-cjs/commands/DescribeDimensionKeysCommand.js +18 -41
- package/dist-cjs/commands/GetDimensionKeyDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetPerformanceAnalysisReportCommand.js +18 -41
- package/dist-cjs/commands/GetResourceMetadataCommand.js +18 -41
- package/dist-cjs/commands/GetResourceMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListAvailableResourceDimensionsCommand.js +18 -41
- package/dist-cjs/commands/ListAvailableResourceMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListPerformanceAnalysisReportsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeDimensionKeysPaginator.js +2 -24
- package/dist-cjs/pagination/GetResourceMetricsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAvailableResourceDimensionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAvailableResourceMetricsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPerformanceAnalysisReportsPaginator.js +2 -24
- package/dist-es/commands/CreatePerformanceAnalysisReportCommand.js +18 -41
- package/dist-es/commands/DeletePerformanceAnalysisReportCommand.js +18 -41
- package/dist-es/commands/DescribeDimensionKeysCommand.js +18 -41
- package/dist-es/commands/GetDimensionKeyDetailsCommand.js +18 -41
- package/dist-es/commands/GetPerformanceAnalysisReportCommand.js +18 -41
- package/dist-es/commands/GetResourceMetadataCommand.js +18 -41
- package/dist-es/commands/GetResourceMetricsCommand.js +18 -41
- package/dist-es/commands/ListAvailableResourceDimensionsCommand.js +18 -41
- package/dist-es/commands/ListAvailableResourceMetricsCommand.js +18 -41
- package/dist-es/commands/ListPerformanceAnalysisReportsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeDimensionKeysPaginator.js +2 -23
- package/dist-es/pagination/GetResourceMetricsPaginator.js +2 -23
- package/dist-es/pagination/ListAvailableResourceDimensionsPaginator.js +2 -23
- package/dist-es/pagination/ListAvailableResourceMetricsPaginator.js +2 -23
- package/dist-es/pagination/ListPerformanceAnalysisReportsPaginator.js +2 -23
- package/dist-types/commands/CreatePerformanceAnalysisReportCommand.d.ts +6 -21
- package/dist-types/commands/DeletePerformanceAnalysisReportCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDimensionKeysCommand.d.ts +6 -21
- package/dist-types/commands/GetDimensionKeyDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetPerformanceAnalysisReportCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceMetadataCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListAvailableResourceDimensionsCommand.d.ts +6 -21
- package/dist-types/commands/ListAvailableResourceMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListPerformanceAnalysisReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeDimensionKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAvailableResourceDimensionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAvailableResourceMetricsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPerformanceAnalysisReportsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePerformanceAnalysisReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePerformanceAnalysisReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDimensionKeysCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDimensionKeyDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPerformanceAnalysisReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResourceMetadataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourceMetricsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAvailableResourceDimensionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAvailableResourceMetricsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPerformanceAnalysisReportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeDimensionKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetResourceMetricsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAvailableResourceDimensionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAvailableResourceMetricsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPerformanceAnalysisReportsPaginator.d.ts +3 -3
- 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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
41
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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 {}
|