@aws-sdk/client-pi 3.478.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-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-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/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/package.json +9 -9
|
@@ -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 { DescribeDimensionKeysRequest, DescribeDimensionKeysResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDimensionKeysCommandInput extends DescribeDimensionKeys
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDimensionKeysCommandOutput extends DescribeDimensionKeysResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDimensionKeysCommand_base: {
|
|
24
|
+
new (input: DescribeDimensionKeysCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDimensionKeysCommandInput, DescribeDimensionKeysCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>For a specific time period, retrieve the top <code>N</code> dimension keys for a metric.
|
|
@@ -115,23 +118,5 @@ export interface DescribeDimensionKeysCommandOutput extends DescribeDimensionKey
|
|
|
115
118
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
116
119
|
*
|
|
117
120
|
*/
|
|
118
|
-
export declare class DescribeDimensionKeysCommand extends
|
|
119
|
-
readonly input: DescribeDimensionKeysCommandInput;
|
|
120
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
-
/**
|
|
122
|
-
* @public
|
|
123
|
-
*/
|
|
124
|
-
constructor(input: DescribeDimensionKeysCommandInput);
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDimensionKeysCommandInput, DescribeDimensionKeysCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private serialize;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private deserialize;
|
|
121
|
+
export declare class DescribeDimensionKeysCommand extends DescribeDimensionKeysCommand_base {
|
|
137
122
|
}
|
|
@@ -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 { GetDimensionKeyDetailsRequest, GetDimensionKeyDetailsResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDimensionKeyDetailsCommandInput extends GetDimensionKeyDetai
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDimensionKeyDetailsCommandOutput extends GetDimensionKeyDetailsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDimensionKeyDetailsCommand_base: {
|
|
24
|
+
new (input: GetDimensionKeyDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDimensionKeyDetailsCommandInput, GetDimensionKeyDetailsCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID,
|
|
@@ -75,23 +78,5 @@ export interface GetDimensionKeyDetailsCommandOutput extends GetDimensionKeyDeta
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetDimensionKeyDetailsCommand extends
|
|
79
|
-
readonly input: GetDimensionKeyDetailsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetDimensionKeyDetailsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDimensionKeyDetailsCommandInput, GetDimensionKeyDetailsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetDimensionKeyDetailsCommand extends GetDimensionKeyDetailsCommand_base {
|
|
97
82
|
}
|
|
@@ -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 { GetPerformanceAnalysisReportRequest, GetPerformanceAnalysisReportResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPerformanceAnalysisReportCommandInput extends GetPerformance
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPerformanceAnalysisReportCommandOutput extends GetPerformanceAnalysisReportResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPerformanceAnalysisReportCommand_base: {
|
|
24
|
+
new (input: GetPerformanceAnalysisReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetPerformanceAnalysisReportCommandInput, GetPerformanceAnalysisReportCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the report including the report ID, status, time details, and the insights
|
|
@@ -158,23 +161,5 @@ export interface GetPerformanceAnalysisReportCommandOutput extends GetPerformanc
|
|
|
158
161
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
159
162
|
*
|
|
160
163
|
*/
|
|
161
|
-
export declare class GetPerformanceAnalysisReportCommand extends
|
|
162
|
-
readonly input: GetPerformanceAnalysisReportCommandInput;
|
|
163
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
164
|
-
/**
|
|
165
|
-
* @public
|
|
166
|
-
*/
|
|
167
|
-
constructor(input: GetPerformanceAnalysisReportCommandInput);
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPerformanceAnalysisReportCommandInput, GetPerformanceAnalysisReportCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
|
-
private serialize;
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
private deserialize;
|
|
164
|
+
export declare class GetPerformanceAnalysisReportCommand extends GetPerformanceAnalysisReportCommand_base {
|
|
180
165
|
}
|
|
@@ -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 { GetResourceMetadataRequest, GetResourceMetadataResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResourceMetadataCommandInput extends GetResourceMetadataRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResourceMetadataCommandOutput extends GetResourceMetadataResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResourceMetadataCommand_base: {
|
|
24
|
+
new (input: GetResourceMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceMetadataCommandInput, GetResourceMetadataCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieve the metadata for different features. For example, the metadata might indicate
|
|
@@ -68,23 +71,5 @@ export interface GetResourceMetadataCommandOutput extends GetResourceMetadataRes
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class GetResourceMetadataCommand extends
|
|
72
|
-
readonly input: GetResourceMetadataCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: GetResourceMetadataCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceMetadataCommandInput, GetResourceMetadataCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class GetResourceMetadataCommand extends GetResourceMetadataCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { GetResourceMetricsRequest, GetResourceMetricsResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetResourceMetricsCommandInput extends GetResourceMetricsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetResourceMetricsCommandOutput extends GetResourceMetricsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetResourceMetricsCommand_base: {
|
|
24
|
+
new (input: GetResourceMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceMetricsCommandInput, GetResourceMetricsCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide
|
|
@@ -107,23 +110,5 @@ export interface GetResourceMetricsCommandOutput extends GetResourceMetricsRespo
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class GetResourceMetricsCommand extends
|
|
111
|
-
readonly input: GetResourceMetricsCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: GetResourceMetricsCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceMetricsCommandInput, GetResourceMetricsCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class GetResourceMetricsCommand extends GetResourceMetricsCommand_base {
|
|
129
114
|
}
|
|
@@ -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 { ListAvailableResourceDimensionsRequest, ListAvailableResourceDimensionsResponse } from "../models/models_0";
|
|
5
4
|
import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAvailableResourceDimensionsCommandInput extends ListAvailab
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAvailableResourceDimensionsCommandOutput extends ListAvailableResourceDimensionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAvailableResourceDimensionsCommand_base: {
|
|
24
|
+
new (input: ListAvailableResourceDimensionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableResourceDimensionsCommandInput, ListAvailableResourceDimensionsCommandOutput, PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieve the dimensions that can be queried for each specified metric type on a specified DB instance.</p>
|
|
@@ -81,23 +84,5 @@ export interface ListAvailableResourceDimensionsCommandOutput extends ListAvaila
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from PI service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListAvailableResourceDimensionsCommand extends
|
|
85
|
-
readonly input: ListAvailableResourceDimensionsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListAvailableResourceDimensionsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableResourceDimensionsCommandInput, ListAvailableResourceDimensionsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListAvailableResourceDimensionsCommand extends ListAvailableResourceDimensionsCommand_base {
|
|
103
88
|
}
|
|
@@ -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;
|
|
@@ -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 {}
|