@aws-sdk/client-service-quotas 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +37 -265
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -14
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -14
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -14
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -14
- package/dist-es/commands/StartAutoManagementCommand.js +2 -14
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/StopAutoManagementCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateSupportCaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAutoManagementConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +3 -8
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +3 -8
- package/dist-types/commands/StartAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/StopAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutoManagementCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSupportCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutoManagementConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
ServiceQuotasClientResolvedConfig,
|
|
6
|
+
} from "./ServiceQuotasClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ServiceQuotasClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ServiceQuotasClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateServiceQuotaTemplateRequest,
|
|
5
4
|
AssociateServiceQuotaTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateServiceQuotaTemplateCommandInput
|
|
15
8
|
extends AssociateServiceQuotaTemplateRequest {}
|
|
16
9
|
export interface AssociateServiceQuotaTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateServiceQuotaTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateServiceQuotaTemplateCommandInput,
|
|
24
17
|
AssociateServiceQuotaTemplateCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [AssociateServiceQuotaTemplateCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateServiceQuotaTemplateCommandInput,
|
|
33
26
|
AssociateServiceQuotaTemplateCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateServiceQuotaTemplateCommand extends AssociateServiceQuotaTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateSupportCaseRequest,
|
|
5
4
|
CreateSupportCaseResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSupportCaseCommandInput
|
|
15
8
|
extends CreateSupportCaseRequest {}
|
|
16
9
|
export interface CreateSupportCaseCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSupportCaseCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSupportCaseCommandInput,
|
|
24
17
|
CreateSupportCaseCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSupportCaseCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSupportCaseCommandInput,
|
|
33
26
|
CreateSupportCaseCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSupportCaseCommand extends CreateSupportCaseCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteServiceQuotaIncreaseRequestFromTemplateRequest,
|
|
5
4
|
DeleteServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
15
8
|
extends DeleteServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
16
9
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
24
17
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
33
26
|
DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DisassociateServiceQuotaTemplateRequest,
|
|
5
4
|
DisassociateServiceQuotaTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociateServiceQuotaTemplateCommandInput
|
|
15
8
|
extends DisassociateServiceQuotaTemplateRequest {}
|
|
16
9
|
export interface DisassociateServiceQuotaTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateServiceQuotaTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateServiceQuotaTemplateCommandInput,
|
|
24
17
|
DisassociateServiceQuotaTemplateCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DisassociateServiceQuotaTemplateCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateServiceQuotaTemplateCommandInput,
|
|
33
26
|
DisassociateServiceQuotaTemplateCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisassociateServiceQuotaTemplateCommand extends DisassociateServiceQuotaTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetAWSDefaultServiceQuotaRequest,
|
|
5
4
|
GetAWSDefaultServiceQuotaResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAWSDefaultServiceQuotaCommandInput
|
|
15
8
|
extends GetAWSDefaultServiceQuotaRequest {}
|
|
16
9
|
export interface GetAWSDefaultServiceQuotaCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAWSDefaultServiceQuotaCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAWSDefaultServiceQuotaCommandInput,
|
|
24
17
|
GetAWSDefaultServiceQuotaCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAWSDefaultServiceQuotaCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAWSDefaultServiceQuotaCommandInput,
|
|
33
26
|
GetAWSDefaultServiceQuotaCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAWSDefaultServiceQuotaCommand extends GetAWSDefaultServiceQuotaCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetAssociationForServiceQuotaTemplateRequest,
|
|
5
4
|
GetAssociationForServiceQuotaTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAssociationForServiceQuotaTemplateCommandInput
|
|
15
8
|
extends GetAssociationForServiceQuotaTemplateRequest {}
|
|
16
9
|
export interface GetAssociationForServiceQuotaTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAssociationForServiceQuotaTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
24
17
|
GetAssociationForServiceQuotaTemplateCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetAssociationForServiceQuotaTemplateCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAssociationForServiceQuotaTemplateCommandInput,
|
|
33
26
|
GetAssociationForServiceQuotaTemplateCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAssociationForServiceQuotaTemplateCommand extends GetAssociationForServiceQuotaTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetAutoManagementConfigurationRequest,
|
|
5
4
|
GetAutoManagementConfigurationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAutoManagementConfigurationCommandInput
|
|
15
8
|
extends GetAutoManagementConfigurationRequest {}
|
|
16
9
|
export interface GetAutoManagementConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAutoManagementConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAutoManagementConfigurationCommandInput,
|
|
24
17
|
GetAutoManagementConfigurationCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetAutoManagementConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAutoManagementConfigurationCommandInput,
|
|
33
26
|
GetAutoManagementConfigurationCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAutoManagementConfigurationCommand extends GetAutoManagementConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetQuotaUtilizationReportRequest,
|
|
5
4
|
GetQuotaUtilizationReportResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetQuotaUtilizationReportCommandInput
|
|
15
8
|
extends GetQuotaUtilizationReportRequest {}
|
|
16
9
|
export interface GetQuotaUtilizationReportCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetQuotaUtilizationReportCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetQuotaUtilizationReportCommandInput,
|
|
24
17
|
GetQuotaUtilizationReportCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetQuotaUtilizationReportCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetQuotaUtilizationReportCommandInput,
|
|
33
26
|
GetQuotaUtilizationReportCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetQuotaUtilizationReportCommand extends GetQuotaUtilizationReportCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetRequestedServiceQuotaChangeRequest,
|
|
5
4
|
GetRequestedServiceQuotaChangeResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetRequestedServiceQuotaChangeCommandInput
|
|
15
8
|
extends GetRequestedServiceQuotaChangeRequest {}
|
|
16
9
|
export interface GetRequestedServiceQuotaChangeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetRequestedServiceQuotaChangeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetRequestedServiceQuotaChangeCommandInput,
|
|
24
17
|
GetRequestedServiceQuotaChangeCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetRequestedServiceQuotaChangeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetRequestedServiceQuotaChangeCommandInput,
|
|
33
26
|
GetRequestedServiceQuotaChangeCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetRequestedServiceQuotaChangeCommand extends GetRequestedServiceQuotaChangeCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetServiceQuotaRequest,
|
|
5
4
|
GetServiceQuotaResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {}
|
|
15
8
|
export interface GetServiceQuotaCommandOutput
|
|
16
9
|
extends GetServiceQuotaResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetServiceQuotaCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetServiceQuotaCommandInput,
|
|
23
16
|
GetServiceQuotaCommandOutput,
|
|
24
|
-
ServiceQuotasClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetServiceQuotaCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetServiceQuotaCommandInput,
|
|
32
25
|
GetServiceQuotaCommandOutput,
|
|
33
|
-
ServiceQuotasClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetServiceQuotaCommand extends GetServiceQuotaCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetServiceQuotaIncreaseRequestFromTemplateRequest,
|
|
5
4
|
GetServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
15
8
|
extends GetServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
16
9
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
24
17
|
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
33
26
|
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends GetServiceQuotaIncreaseRequestFromTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListAWSDefaultServiceQuotasRequest,
|
|
5
4
|
ListAWSDefaultServiceQuotasResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAWSDefaultServiceQuotasCommandInput
|
|
15
8
|
extends ListAWSDefaultServiceQuotasRequest {}
|
|
16
9
|
export interface ListAWSDefaultServiceQuotasCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAWSDefaultServiceQuotasCommandInput,
|
|
24
17
|
ListAWSDefaultServiceQuotasCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAWSDefaultServiceQuotasCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAWSDefaultServiceQuotasCommandInput,
|
|
33
26
|
ListAWSDefaultServiceQuotasCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAWSDefaultServiceQuotasCommand extends ListAWSDefaultServiceQuotasCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest,
|
|
5
4
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
ServiceQuotasClientResolvedConfig,
|
|
11
|
-
} from "../ServiceQuotasClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
15
8
|
extends ListRequestedServiceQuotaChangeHistoryByQuotaRequest {}
|
|
16
9
|
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
24
17
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
|
|
25
|
-
ServiceQuotasClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
33
26
|
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
|
|
34
|
-
ServiceQuotasClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ServiceQuotasClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base {
|
|
43
34
|
protected static __types: {
|