@aws-sdk/client-service-quotas 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ServiceQuotas.d.ts +388 -100
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +244 -92
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +19 -19
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +665 -576
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetRequestedServiceQuotaChangeRequest,
|
|
10
|
+
GetRequestedServiceQuotaChangeResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface GetRequestedServiceQuotaChangeCommandInput
|
|
18
|
+
extends GetRequestedServiceQuotaChangeRequest {}
|
|
19
|
+
export interface GetRequestedServiceQuotaChangeCommandOutput
|
|
20
|
+
extends GetRequestedServiceQuotaChangeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRequestedServiceQuotaChangeCommand extends $Command<
|
|
24
|
+
GetRequestedServiceQuotaChangeCommandInput,
|
|
25
|
+
GetRequestedServiceQuotaChangeCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRequestedServiceQuotaChangeCommandInput;
|
|
29
|
+
constructor(input: GetRequestedServiceQuotaChangeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRequestedServiceQuotaChangeCommandInput,
|
|
37
|
+
GetRequestedServiceQuotaChangeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetServiceQuotaRequest,
|
|
10
|
+
GetServiceQuotaResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {}
|
|
18
|
+
export interface GetServiceQuotaCommandOutput
|
|
19
|
+
extends GetServiceQuotaResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetServiceQuotaCommand extends $Command<
|
|
23
|
+
GetServiceQuotaCommandInput,
|
|
24
|
+
GetServiceQuotaCommandOutput,
|
|
25
|
+
ServiceQuotasClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetServiceQuotaCommandInput;
|
|
28
|
+
constructor(input: GetServiceQuotaCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetServiceQuotaIncreaseRequestFromTemplateRequest,
|
|
10
|
+
GetServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
18
|
+
extends GetServiceQuotaIncreaseRequestFromTemplateRequest {}
|
|
19
|
+
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
20
|
+
extends GetServiceQuotaIncreaseRequestFromTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<
|
|
24
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
25
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
29
|
+
constructor(input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
|
|
37
|
+
GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListAWSDefaultServiceQuotasRequest,
|
|
10
|
+
ListAWSDefaultServiceQuotasResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListAWSDefaultServiceQuotasCommandInput
|
|
18
|
+
extends ListAWSDefaultServiceQuotasRequest {}
|
|
19
|
+
export interface ListAWSDefaultServiceQuotasCommandOutput
|
|
20
|
+
extends ListAWSDefaultServiceQuotasResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAWSDefaultServiceQuotasCommand extends $Command<
|
|
24
|
+
ListAWSDefaultServiceQuotasCommandInput,
|
|
25
|
+
ListAWSDefaultServiceQuotasCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAWSDefaultServiceQuotasCommandInput;
|
|
29
|
+
constructor(input: ListAWSDefaultServiceQuotasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAWSDefaultServiceQuotasCommandInput,
|
|
37
|
+
ListAWSDefaultServiceQuotasCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaRequest,
|
|
10
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput
|
|
18
|
+
extends ListRequestedServiceQuotaChangeHistoryByQuotaRequest {}
|
|
19
|
+
export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
20
|
+
extends ListRequestedServiceQuotaChangeHistoryByQuotaResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<
|
|
24
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
25
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
|
|
29
|
+
constructor(input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
|
|
37
|
+
ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListRequestedServiceQuotaChangeHistoryRequest,
|
|
10
|
+
ListRequestedServiceQuotaChangeHistoryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListRequestedServiceQuotaChangeHistoryCommandInput
|
|
18
|
+
extends ListRequestedServiceQuotaChangeHistoryRequest {}
|
|
19
|
+
export interface ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
20
|
+
extends ListRequestedServiceQuotaChangeHistoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<
|
|
24
|
+
ListRequestedServiceQuotaChangeHistoryCommandInput,
|
|
25
|
+
ListRequestedServiceQuotaChangeHistoryCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRequestedServiceQuotaChangeHistoryCommandInput;
|
|
29
|
+
constructor(input: ListRequestedServiceQuotaChangeHistoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRequestedServiceQuotaChangeHistoryCommandInput,
|
|
37
|
+
ListRequestedServiceQuotaChangeHistoryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceQuotaIncreaseRequestsInTemplateRequest,
|
|
10
|
+
ListServiceQuotaIncreaseRequestsInTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListServiceQuotaIncreaseRequestsInTemplateCommandInput
|
|
18
|
+
extends ListServiceQuotaIncreaseRequestsInTemplateRequest {}
|
|
19
|
+
export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
20
|
+
extends ListServiceQuotaIncreaseRequestsInTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<
|
|
24
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
|
|
25
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
|
|
29
|
+
constructor(input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
|
|
37
|
+
ListServiceQuotaIncreaseRequestsInTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListServiceQuotasRequest,
|
|
10
|
+
ListServiceQuotasResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListServiceQuotasCommandInput
|
|
18
|
+
extends ListServiceQuotasRequest {}
|
|
19
|
+
export interface ListServiceQuotasCommandOutput
|
|
20
|
+
extends ListServiceQuotasResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListServiceQuotasCommand extends $Command<
|
|
24
|
+
ListServiceQuotasCommandInput,
|
|
25
|
+
ListServiceQuotasCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListServiceQuotasCommandInput;
|
|
29
|
+
constructor(input: ListServiceQuotasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
ServiceQuotasClientResolvedConfig,
|
|
13
|
+
} from "../ServiceQuotasClient";
|
|
14
|
+
export interface ListServicesCommandInput extends ListServicesRequest {}
|
|
15
|
+
export interface ListServicesCommandOutput
|
|
16
|
+
extends ListServicesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListServicesCommand extends $Command<
|
|
20
|
+
ListServicesCommandInput,
|
|
21
|
+
ListServicesCommandOutput,
|
|
22
|
+
ServiceQuotasClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListServicesCommandInput;
|
|
25
|
+
constructor(input: ListServicesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
PutServiceQuotaIncreaseRequestIntoTemplateRequest,
|
|
10
|
+
PutServiceQuotaIncreaseRequestIntoTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
ServiceQuotasClientResolvedConfig,
|
|
16
|
+
} from "../ServiceQuotasClient";
|
|
17
|
+
export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
|
|
18
|
+
extends PutServiceQuotaIncreaseRequestIntoTemplateRequest {}
|
|
19
|
+
export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
20
|
+
extends PutServiceQuotaIncreaseRequestIntoTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<
|
|
24
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
|
|
25
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
|
|
26
|
+
ServiceQuotasClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
|
|
29
|
+
constructor(input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ServiceQuotasClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
|
|
37
|
+
PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|