@aws-sdk/client-service-quotas 3.168.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ServiceQuotas.d.ts +388 -100
  3. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +244 -92
  4. package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/ServiceQuotasServiceException.d.ts +8 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +665 -576
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  30. package/dist-types/ts3.4/pagination/ListAWSDefaultServiceQuotasPaginator.d.ts +11 -4
  31. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/ListServiceQuotasPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  37. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  42. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ServiceQuotas } from "../ServiceQuotas";
3
- import { ServiceQuotasClient } from "../ServiceQuotasClient";
4
- export interface ServiceQuotasPaginationConfiguration extends PaginationConfiguration {
5
- client: ServiceQuotas | ServiceQuotasClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { ServiceQuotas } from "../ServiceQuotas";
3
+ import { ServiceQuotasClient } from "../ServiceQuotasClient";
4
+ export interface ServiceQuotasPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: ServiceQuotas | ServiceQuotasClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "../commands/ListAWSDefaultServiceQuotasCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAWSDefaultServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListAWSDefaultServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAWSDefaultServiceQuotasCommandInput,
4
+ ListAWSDefaultServiceQuotasCommandOutput,
5
+ } from "../commands/ListAWSDefaultServiceQuotasCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAWSDefaultServiceQuotas(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListAWSDefaultServiceQuotasCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAWSDefaultServiceQuotasCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRequestedServiceQuotaChangeHistoryByQuota(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
4
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
5
+ } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRequestedServiceQuotaChangeHistoryByQuota(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRequestedServiceQuotaChangeHistory(config: ServiceQuotasPaginationConfiguration, input: ListRequestedServiceQuotaChangeHistoryCommandInput, ...additionalArguments: any): Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRequestedServiceQuotaChangeHistoryCommandInput,
4
+ ListRequestedServiceQuotaChangeHistoryCommandOutput,
5
+ } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRequestedServiceQuotaChangeHistory(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListRequestedServiceQuotaChangeHistoryCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListServiceQuotaIncreaseRequestsInTemplate(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
4
+ ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
5
+ } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListServiceQuotaIncreaseRequestsInTemplate(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "../commands/ListServiceQuotasCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListServiceQuotas(config: ServiceQuotasPaginationConfiguration, input: ListServiceQuotasCommandInput, ...additionalArguments: any): Paginator<ListServiceQuotasCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListServiceQuotasCommandInput,
4
+ ListServiceQuotasCommandOutput,
5
+ } from "../commands/ListServiceQuotasCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListServiceQuotas(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListServiceQuotasCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListServiceQuotasCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
3
- import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListServices(config: ServiceQuotasPaginationConfiguration, input: ListServicesCommandInput, ...additionalArguments: any): Paginator<ListServicesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListServicesCommandInput,
4
+ ListServicesCommandOutput,
5
+ } from "../commands/ListServicesCommand";
6
+ import { ServiceQuotasPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListServices(
8
+ config: ServiceQuotasPaginationConfiguration,
9
+ input: ListServicesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListServicesCommandOutput>;
@@ -1,7 +1,7 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAWSDefaultServiceQuotasPaginator";
3
- export * from "./ListRequestedServiceQuotaChangeHistoryByQuotaPaginator";
4
- export * from "./ListRequestedServiceQuotaChangeHistoryPaginator";
5
- export * from "./ListServiceQuotaIncreaseRequestsInTemplatePaginator";
6
- export * from "./ListServiceQuotasPaginator";
7
- export * from "./ListServicesPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListAWSDefaultServiceQuotasPaginator";
3
+ export * from "./ListRequestedServiceQuotaChangeHistoryByQuotaPaginator";
4
+ export * from "./ListRequestedServiceQuotaChangeHistoryPaginator";
5
+ export * from "./ListServiceQuotaIncreaseRequestsInTemplatePaginator";
6
+ export * from "./ListServiceQuotasPaginator";
7
+ export * from "./ListServicesPaginator";
@@ -1,59 +1,233 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "../commands/AssociateServiceQuotaTemplateCommand";
4
- import { DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "../commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
5
- import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput } from "../commands/DisassociateServiceQuotaTemplateCommand";
6
- import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput } from "../commands/GetAssociationForServiceQuotaTemplateCommand";
7
- import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput } from "../commands/GetAWSDefaultServiceQuotaCommand";
8
- import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput } from "../commands/GetRequestedServiceQuotaChangeCommand";
9
- import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput } from "../commands/GetServiceQuotaCommand";
10
- import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "../commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
11
- import { ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput } from "../commands/ListAWSDefaultServiceQuotasCommand";
12
- import { ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
13
- import { ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
14
- import { ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
15
- import { ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput } from "../commands/ListServiceQuotasCommand";
16
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
17
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
18
- import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput } from "../commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
19
- import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput } from "../commands/RequestServiceQuotaIncreaseCommand";
20
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
21
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
22
- export declare const serializeAws_json1_1AssociateServiceQuotaTemplateCommand: (input: AssociateServiceQuotaTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand: (input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_1DisassociateServiceQuotaTemplateCommand: (input: DisassociateServiceQuotaTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand: (input: GetAssociationForServiceQuotaTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_1GetAWSDefaultServiceQuotaCommand: (input: GetAWSDefaultServiceQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_json1_1GetRequestedServiceQuotaChangeCommand: (input: GetRequestedServiceQuotaChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_json1_1GetServiceQuotaCommand: (input: GetServiceQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand: (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_json1_1ListAWSDefaultServiceQuotasCommand: (input: ListAWSDefaultServiceQuotasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand: (input: ListRequestedServiceQuotaChangeHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand: (input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand: (input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_json1_1ListServiceQuotasCommand: (input: ListServiceQuotasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand: (input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1RequestServiceQuotaIncreaseCommand: (input: RequestServiceQuotaIncreaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const deserializeAws_json1_1AssociateServiceQuotaTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateServiceQuotaTemplateCommandOutput>;
42
- export declare const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
43
- export declare const deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateServiceQuotaTemplateCommandOutput>;
44
- export declare const deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociationForServiceQuotaTemplateCommandOutput>;
45
- export declare const deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAWSDefaultServiceQuotaCommandOutput>;
46
- export declare const deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequestedServiceQuotaChangeCommandOutput>;
47
- export declare const deserializeAws_json1_1GetServiceQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceQuotaCommandOutput>;
48
- export declare const deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
49
- export declare const deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAWSDefaultServiceQuotasCommandOutput>;
50
- export declare const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
51
- export declare const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
52
- export declare const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
53
- export declare const deserializeAws_json1_1ListServiceQuotasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceQuotasCommandOutput>;
54
- export declare const deserializeAws_json1_1ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
55
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
56
- export declare const deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput>;
57
- export declare const deserializeAws_json1_1RequestServiceQuotaIncreaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestServiceQuotaIncreaseCommandOutput>;
58
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
59
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateServiceQuotaTemplateCommandInput,
8
+ AssociateServiceQuotaTemplateCommandOutput,
9
+ } from "../commands/AssociateServiceQuotaTemplateCommand";
10
+ import {
11
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
12
+ DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput,
13
+ } from "../commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand";
14
+ import {
15
+ DisassociateServiceQuotaTemplateCommandInput,
16
+ DisassociateServiceQuotaTemplateCommandOutput,
17
+ } from "../commands/DisassociateServiceQuotaTemplateCommand";
18
+ import {
19
+ GetAssociationForServiceQuotaTemplateCommandInput,
20
+ GetAssociationForServiceQuotaTemplateCommandOutput,
21
+ } from "../commands/GetAssociationForServiceQuotaTemplateCommand";
22
+ import {
23
+ GetAWSDefaultServiceQuotaCommandInput,
24
+ GetAWSDefaultServiceQuotaCommandOutput,
25
+ } from "../commands/GetAWSDefaultServiceQuotaCommand";
26
+ import {
27
+ GetRequestedServiceQuotaChangeCommandInput,
28
+ GetRequestedServiceQuotaChangeCommandOutput,
29
+ } from "../commands/GetRequestedServiceQuotaChangeCommand";
30
+ import {
31
+ GetServiceQuotaCommandInput,
32
+ GetServiceQuotaCommandOutput,
33
+ } from "../commands/GetServiceQuotaCommand";
34
+ import {
35
+ GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
36
+ GetServiceQuotaIncreaseRequestFromTemplateCommandOutput,
37
+ } from "../commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
38
+ import {
39
+ ListAWSDefaultServiceQuotasCommandInput,
40
+ ListAWSDefaultServiceQuotasCommandOutput,
41
+ } from "../commands/ListAWSDefaultServiceQuotasCommand";
42
+ import {
43
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
44
+ ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput,
45
+ } from "../commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand";
46
+ import {
47
+ ListRequestedServiceQuotaChangeHistoryCommandInput,
48
+ ListRequestedServiceQuotaChangeHistoryCommandOutput,
49
+ } from "../commands/ListRequestedServiceQuotaChangeHistoryCommand";
50
+ import {
51
+ ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
52
+ ListServiceQuotaIncreaseRequestsInTemplateCommandOutput,
53
+ } from "../commands/ListServiceQuotaIncreaseRequestsInTemplateCommand";
54
+ import {
55
+ ListServiceQuotasCommandInput,
56
+ ListServiceQuotasCommandOutput,
57
+ } from "../commands/ListServiceQuotasCommand";
58
+ import {
59
+ ListServicesCommandInput,
60
+ ListServicesCommandOutput,
61
+ } from "../commands/ListServicesCommand";
62
+ import {
63
+ ListTagsForResourceCommandInput,
64
+ ListTagsForResourceCommandOutput,
65
+ } from "../commands/ListTagsForResourceCommand";
66
+ import {
67
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
68
+ PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput,
69
+ } from "../commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
70
+ import {
71
+ RequestServiceQuotaIncreaseCommandInput,
72
+ RequestServiceQuotaIncreaseCommandOutput,
73
+ } from "../commands/RequestServiceQuotaIncreaseCommand";
74
+ import {
75
+ TagResourceCommandInput,
76
+ TagResourceCommandOutput,
77
+ } from "../commands/TagResourceCommand";
78
+ import {
79
+ UntagResourceCommandInput,
80
+ UntagResourceCommandOutput,
81
+ } from "../commands/UntagResourceCommand";
82
+ export declare const serializeAws_json1_1AssociateServiceQuotaTemplateCommand: (
83
+ input: AssociateServiceQuotaTemplateCommandInput,
84
+ context: __SerdeContext
85
+ ) => Promise<__HttpRequest>;
86
+ export declare const serializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand: (
87
+ input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput,
88
+ context: __SerdeContext
89
+ ) => Promise<__HttpRequest>;
90
+ export declare const serializeAws_json1_1DisassociateServiceQuotaTemplateCommand: (
91
+ input: DisassociateServiceQuotaTemplateCommandInput,
92
+ context: __SerdeContext
93
+ ) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand: (
95
+ input: GetAssociationForServiceQuotaTemplateCommandInput,
96
+ context: __SerdeContext
97
+ ) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1GetAWSDefaultServiceQuotaCommand: (
99
+ input: GetAWSDefaultServiceQuotaCommandInput,
100
+ context: __SerdeContext
101
+ ) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_json1_1GetRequestedServiceQuotaChangeCommand: (
103
+ input: GetRequestedServiceQuotaChangeCommandInput,
104
+ context: __SerdeContext
105
+ ) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1GetServiceQuotaCommand: (
107
+ input: GetServiceQuotaCommandInput,
108
+ context: __SerdeContext
109
+ ) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand: (
111
+ input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput,
112
+ context: __SerdeContext
113
+ ) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_json1_1ListAWSDefaultServiceQuotasCommand: (
115
+ input: ListAWSDefaultServiceQuotasCommandInput,
116
+ context: __SerdeContext
117
+ ) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand: (
119
+ input: ListRequestedServiceQuotaChangeHistoryCommandInput,
120
+ context: __SerdeContext
121
+ ) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand: (
123
+ input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand: (
127
+ input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_json1_1ListServiceQuotasCommand: (
131
+ input: ListServiceQuotasCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_json1_1ListServicesCommand: (
135
+ input: ListServicesCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
139
+ input: ListTagsForResourceCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand: (
143
+ input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_1RequestServiceQuotaIncreaseCommand: (
147
+ input: RequestServiceQuotaIncreaseCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1TagResourceCommand: (
151
+ input: TagResourceCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1UntagResourceCommand: (
155
+ input: UntagResourceCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const deserializeAws_json1_1AssociateServiceQuotaTemplateCommand: (
159
+ output: __HttpResponse,
160
+ context: __SerdeContext
161
+ ) => Promise<AssociateServiceQuotaTemplateCommandOutput>;
162
+ export declare const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand: (
163
+ output: __HttpResponse,
164
+ context: __SerdeContext
165
+ ) => Promise<DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
166
+ export declare const deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand: (
167
+ output: __HttpResponse,
168
+ context: __SerdeContext
169
+ ) => Promise<DisassociateServiceQuotaTemplateCommandOutput>;
170
+ export declare const deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand: (
171
+ output: __HttpResponse,
172
+ context: __SerdeContext
173
+ ) => Promise<GetAssociationForServiceQuotaTemplateCommandOutput>;
174
+ export declare const deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand: (
175
+ output: __HttpResponse,
176
+ context: __SerdeContext
177
+ ) => Promise<GetAWSDefaultServiceQuotaCommandOutput>;
178
+ export declare const deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand: (
179
+ output: __HttpResponse,
180
+ context: __SerdeContext
181
+ ) => Promise<GetRequestedServiceQuotaChangeCommandOutput>;
182
+ export declare const deserializeAws_json1_1GetServiceQuotaCommand: (
183
+ output: __HttpResponse,
184
+ context: __SerdeContext
185
+ ) => Promise<GetServiceQuotaCommandOutput>;
186
+ export declare const deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand: (
187
+ output: __HttpResponse,
188
+ context: __SerdeContext
189
+ ) => Promise<GetServiceQuotaIncreaseRequestFromTemplateCommandOutput>;
190
+ export declare const deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand: (
191
+ output: __HttpResponse,
192
+ context: __SerdeContext
193
+ ) => Promise<ListAWSDefaultServiceQuotasCommandOutput>;
194
+ export declare const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand: (
195
+ output: __HttpResponse,
196
+ context: __SerdeContext
197
+ ) => Promise<ListRequestedServiceQuotaChangeHistoryCommandOutput>;
198
+ export declare const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand: (
199
+ output: __HttpResponse,
200
+ context: __SerdeContext
201
+ ) => Promise<ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput>;
202
+ export declare const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand: (
203
+ output: __HttpResponse,
204
+ context: __SerdeContext
205
+ ) => Promise<ListServiceQuotaIncreaseRequestsInTemplateCommandOutput>;
206
+ export declare const deserializeAws_json1_1ListServiceQuotasCommand: (
207
+ output: __HttpResponse,
208
+ context: __SerdeContext
209
+ ) => Promise<ListServiceQuotasCommandOutput>;
210
+ export declare const deserializeAws_json1_1ListServicesCommand: (
211
+ output: __HttpResponse,
212
+ context: __SerdeContext
213
+ ) => Promise<ListServicesCommandOutput>;
214
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
215
+ output: __HttpResponse,
216
+ context: __SerdeContext
217
+ ) => Promise<ListTagsForResourceCommandOutput>;
218
+ export declare const deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand: (
219
+ output: __HttpResponse,
220
+ context: __SerdeContext
221
+ ) => Promise<PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput>;
222
+ export declare const deserializeAws_json1_1RequestServiceQuotaIncreaseCommand: (
223
+ output: __HttpResponse,
224
+ context: __SerdeContext
225
+ ) => Promise<RequestServiceQuotaIncreaseCommandOutput>;
226
+ export declare const deserializeAws_json1_1TagResourceCommand: (
227
+ output: __HttpResponse,
228
+ context: __SerdeContext
229
+ ) => Promise<TagResourceCommandOutput>;
230
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<UntagResourceCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
3
-
4
- export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
3
+
4
+ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };