@aws-sdk/client-service-quotas 3.948.0 → 3.953.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/README.md +16 -0
- package/dist-cjs/index.js +463 -258
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/ServiceQuotas.js +4 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
- package/dist-es/commands/StartAutoManagementCommand.js +2 -2
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +16 -0
- package/dist-es/commands/StopAutoManagementCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +9 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +251 -192
- package/dist-types/ServiceQuotas.d.ts +15 -0
- package/dist-types/ServiceQuotasClient.d.ts +5 -12
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +120 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -0
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +98 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +194 -1
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +108 -113
- package/dist-types/ts3.4/ServiceQuotas.d.ts +35 -0
- package/dist-types/ts3.4/ServiceQuotasClient.d.ts +12 -4
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -114
- package/package.json +34 -34
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { ServiceQuotasClientConfig } from "./ServiceQuotasClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: ServiceQuotasClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ServiceQuotasHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,113 +1,108 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var AccessDeniedException
|
|
3
|
-
export declare var AssociateServiceQuotaTemplateRequest
|
|
4
|
-
export declare var AssociateServiceQuotaTemplateResponse
|
|
5
|
-
export declare var AWSServiceAccessNotEnabledException
|
|
6
|
-
export declare var CreateSupportCaseRequest
|
|
7
|
-
export declare var CreateSupportCaseResponse
|
|
8
|
-
export declare var DeleteServiceQuotaIncreaseRequestFromTemplateRequest
|
|
9
|
-
export declare var DeleteServiceQuotaIncreaseRequestFromTemplateResponse
|
|
10
|
-
export declare var DependencyAccessDeniedException
|
|
11
|
-
export declare var DisassociateServiceQuotaTemplateRequest
|
|
12
|
-
export declare var DisassociateServiceQuotaTemplateResponse
|
|
13
|
-
export declare var ErrorReason
|
|
14
|
-
export declare var GetAssociationForServiceQuotaTemplateRequest
|
|
15
|
-
export declare var GetAssociationForServiceQuotaTemplateResponse
|
|
16
|
-
export declare var GetAutoManagementConfigurationRequest
|
|
17
|
-
export declare var GetAutoManagementConfigurationResponse
|
|
18
|
-
export declare var GetAWSDefaultServiceQuotaRequest
|
|
19
|
-
export declare var GetAWSDefaultServiceQuotaResponse
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var
|
|
40
|
-
export declare var
|
|
41
|
-
export declare var
|
|
42
|
-
export declare var
|
|
43
|
-
export declare var
|
|
44
|
-
export declare var
|
|
45
|
-
export declare var
|
|
46
|
-
export declare var
|
|
47
|
-
export declare var
|
|
48
|
-
export declare var
|
|
49
|
-
export declare var
|
|
50
|
-
export declare var
|
|
51
|
-
export declare var
|
|
52
|
-
export declare var
|
|
53
|
-
export declare var
|
|
54
|
-
export declare var
|
|
55
|
-
export declare var
|
|
56
|
-
export declare var
|
|
57
|
-
export declare var
|
|
58
|
-
export declare var
|
|
59
|
-
export declare var
|
|
60
|
-
export declare var
|
|
61
|
-
export declare var
|
|
62
|
-
export declare var
|
|
63
|
-
export declare var
|
|
64
|
-
export declare var
|
|
65
|
-
export declare var
|
|
66
|
-
export declare var
|
|
67
|
-
export declare var
|
|
68
|
-
export declare var
|
|
69
|
-
export declare var
|
|
70
|
-
export declare var
|
|
71
|
-
export declare var
|
|
72
|
-
export declare var
|
|
73
|
-
export declare var
|
|
74
|
-
export declare var
|
|
75
|
-
export declare var
|
|
76
|
-
export declare var
|
|
77
|
-
export declare var
|
|
78
|
-
export declare var
|
|
79
|
-
export declare var
|
|
80
|
-
export declare var
|
|
81
|
-
export declare var
|
|
82
|
-
export declare var
|
|
83
|
-
export declare var
|
|
84
|
-
export declare var
|
|
85
|
-
export declare var
|
|
86
|
-
export declare var
|
|
87
|
-
export declare var
|
|
88
|
-
export declare var
|
|
89
|
-
export declare var
|
|
90
|
-
export declare var
|
|
91
|
-
export declare var
|
|
92
|
-
export declare var
|
|
93
|
-
export declare var
|
|
94
|
-
export declare var
|
|
95
|
-
export declare var
|
|
96
|
-
export declare var
|
|
97
|
-
export declare var
|
|
98
|
-
export declare var
|
|
99
|
-
export declare var
|
|
100
|
-
export declare var
|
|
101
|
-
export declare var
|
|
102
|
-
export declare var
|
|
103
|
-
export declare var
|
|
104
|
-
export declare var
|
|
105
|
-
export declare var
|
|
106
|
-
export declare var
|
|
107
|
-
export declare var
|
|
108
|
-
export declare var
|
|
109
|
-
export declare var StartAutoManagement: StaticOperationSchema;
|
|
110
|
-
export declare var StopAutoManagement: StaticOperationSchema;
|
|
111
|
-
export declare var TagResource: StaticOperationSchema;
|
|
112
|
-
export declare var UntagResource: StaticOperationSchema;
|
|
113
|
-
export declare var UpdateAutoManagement: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var AssociateServiceQuotaTemplateRequest$: StaticStructureSchema;
|
|
4
|
+
export declare var AssociateServiceQuotaTemplateResponse$: StaticStructureSchema;
|
|
5
|
+
export declare var AWSServiceAccessNotEnabledException$: StaticErrorSchema;
|
|
6
|
+
export declare var CreateSupportCaseRequest$: StaticStructureSchema;
|
|
7
|
+
export declare var CreateSupportCaseResponse$: StaticStructureSchema;
|
|
8
|
+
export declare var DeleteServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var DeleteServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
|
|
10
|
+
export declare var DependencyAccessDeniedException$: StaticErrorSchema;
|
|
11
|
+
export declare var DisassociateServiceQuotaTemplateRequest$: StaticStructureSchema;
|
|
12
|
+
export declare var DisassociateServiceQuotaTemplateResponse$: StaticStructureSchema;
|
|
13
|
+
export declare var ErrorReason$: StaticStructureSchema;
|
|
14
|
+
export declare var GetAssociationForServiceQuotaTemplateRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var GetAssociationForServiceQuotaTemplateResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var GetAutoManagementConfigurationRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var GetAutoManagementConfigurationResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var GetAWSDefaultServiceQuotaRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var GetAWSDefaultServiceQuotaResponse$: StaticStructureSchema;
|
|
20
|
+
export declare var GetQuotaUtilizationReportRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var GetQuotaUtilizationReportResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var GetRequestedServiceQuotaChangeRequest$: StaticStructureSchema;
|
|
23
|
+
export declare var GetRequestedServiceQuotaChangeResponse$: StaticStructureSchema;
|
|
24
|
+
export declare var GetServiceQuotaIncreaseRequestFromTemplateRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var GetServiceQuotaIncreaseRequestFromTemplateResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var GetServiceQuotaRequest$: StaticStructureSchema;
|
|
27
|
+
export declare var GetServiceQuotaResponse$: StaticStructureSchema;
|
|
28
|
+
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidPaginationTokenException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidResourceStateException$: StaticErrorSchema;
|
|
31
|
+
export declare var ListAWSDefaultServiceQuotasRequest$: StaticStructureSchema;
|
|
32
|
+
export declare var ListAWSDefaultServiceQuotasResponse$: StaticStructureSchema;
|
|
33
|
+
export declare var ListRequestedServiceQuotaChangeHistoryByQuotaRequest$: StaticStructureSchema;
|
|
34
|
+
export declare var ListRequestedServiceQuotaChangeHistoryByQuotaResponse$: StaticStructureSchema;
|
|
35
|
+
export declare var ListRequestedServiceQuotaChangeHistoryRequest$: StaticStructureSchema;
|
|
36
|
+
export declare var ListRequestedServiceQuotaChangeHistoryResponse$: StaticStructureSchema;
|
|
37
|
+
export declare var ListServiceQuotaIncreaseRequestsInTemplateRequest$: StaticStructureSchema;
|
|
38
|
+
export declare var ListServiceQuotaIncreaseRequestsInTemplateResponse$: StaticStructureSchema;
|
|
39
|
+
export declare var ListServiceQuotasRequest$: StaticStructureSchema;
|
|
40
|
+
export declare var ListServiceQuotasResponse$: StaticStructureSchema;
|
|
41
|
+
export declare var ListServicesRequest$: StaticStructureSchema;
|
|
42
|
+
export declare var ListServicesResponse$: StaticStructureSchema;
|
|
43
|
+
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
44
|
+
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
45
|
+
export declare var MetricInfo$: StaticStructureSchema;
|
|
46
|
+
export declare var NoAvailableOrganizationException$: StaticErrorSchema;
|
|
47
|
+
export declare var NoSuchResourceException$: StaticErrorSchema;
|
|
48
|
+
export declare var OrganizationNotInAllFeaturesModeException$: StaticErrorSchema;
|
|
49
|
+
export declare var PutServiceQuotaIncreaseRequestIntoTemplateRequest$: StaticStructureSchema;
|
|
50
|
+
export declare var PutServiceQuotaIncreaseRequestIntoTemplateResponse$: StaticStructureSchema;
|
|
51
|
+
export declare var QuotaContextInfo$: StaticStructureSchema;
|
|
52
|
+
export declare var QuotaExceededException$: StaticErrorSchema;
|
|
53
|
+
export declare var QuotaInfo$: StaticStructureSchema;
|
|
54
|
+
export declare var QuotaPeriod$: StaticStructureSchema;
|
|
55
|
+
export declare var QuotaUtilizationInfo$: StaticStructureSchema;
|
|
56
|
+
export declare var RequestedServiceQuotaChange$: StaticStructureSchema;
|
|
57
|
+
export declare var RequestServiceQuotaIncreaseRequest$: StaticStructureSchema;
|
|
58
|
+
export declare var RequestServiceQuotaIncreaseResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
60
|
+
export declare var ServiceException$: StaticErrorSchema;
|
|
61
|
+
export declare var ServiceInfo$: StaticStructureSchema;
|
|
62
|
+
export declare var ServiceQuota$: StaticStructureSchema;
|
|
63
|
+
export declare var ServiceQuotaIncreaseRequestInTemplate$: StaticStructureSchema;
|
|
64
|
+
export declare var ServiceQuotaTemplateNotInUseException$: StaticErrorSchema;
|
|
65
|
+
export declare var StartAutoManagementRequest$: StaticStructureSchema;
|
|
66
|
+
export declare var StartAutoManagementResponse$: StaticStructureSchema;
|
|
67
|
+
export declare var StartQuotaUtilizationReportRequest$: StaticStructureSchema;
|
|
68
|
+
export declare var StartQuotaUtilizationReportResponse$: StaticStructureSchema;
|
|
69
|
+
export declare var StopAutoManagementRequest$: StaticStructureSchema;
|
|
70
|
+
export declare var StopAutoManagementResponse$: StaticStructureSchema;
|
|
71
|
+
export declare var Tag$: StaticStructureSchema;
|
|
72
|
+
export declare var TagPolicyViolationException$: StaticErrorSchema;
|
|
73
|
+
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
74
|
+
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var TemplatesNotAvailableInRegionException$: StaticErrorSchema;
|
|
76
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
77
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
78
|
+
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
79
|
+
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateAutoManagementRequest$: StaticStructureSchema;
|
|
81
|
+
export declare var UpdateAutoManagementResponse$: StaticStructureSchema;
|
|
82
|
+
export declare var ServiceQuotasServiceException$: StaticErrorSchema;
|
|
83
|
+
export declare var AssociateServiceQuotaTemplate$: StaticOperationSchema;
|
|
84
|
+
export declare var CreateSupportCase$: StaticOperationSchema;
|
|
85
|
+
export declare var DeleteServiceQuotaIncreaseRequestFromTemplate$: StaticOperationSchema;
|
|
86
|
+
export declare var DisassociateServiceQuotaTemplate$: StaticOperationSchema;
|
|
87
|
+
export declare var GetAssociationForServiceQuotaTemplate$: StaticOperationSchema;
|
|
88
|
+
export declare var GetAutoManagementConfiguration$: StaticOperationSchema;
|
|
89
|
+
export declare var GetAWSDefaultServiceQuota$: StaticOperationSchema;
|
|
90
|
+
export declare var GetQuotaUtilizationReport$: StaticOperationSchema;
|
|
91
|
+
export declare var GetRequestedServiceQuotaChange$: StaticOperationSchema;
|
|
92
|
+
export declare var GetServiceQuota$: StaticOperationSchema;
|
|
93
|
+
export declare var GetServiceQuotaIncreaseRequestFromTemplate$: StaticOperationSchema;
|
|
94
|
+
export declare var ListAWSDefaultServiceQuotas$: StaticOperationSchema;
|
|
95
|
+
export declare var ListRequestedServiceQuotaChangeHistory$: StaticOperationSchema;
|
|
96
|
+
export declare var ListRequestedServiceQuotaChangeHistoryByQuota$: StaticOperationSchema;
|
|
97
|
+
export declare var ListServiceQuotaIncreaseRequestsInTemplate$: StaticOperationSchema;
|
|
98
|
+
export declare var ListServiceQuotas$: StaticOperationSchema;
|
|
99
|
+
export declare var ListServices$: StaticOperationSchema;
|
|
100
|
+
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
101
|
+
export declare var PutServiceQuotaIncreaseRequestIntoTemplate$: StaticOperationSchema;
|
|
102
|
+
export declare var RequestServiceQuotaIncrease$: StaticOperationSchema;
|
|
103
|
+
export declare var StartAutoManagement$: StaticOperationSchema;
|
|
104
|
+
export declare var StartQuotaUtilizationReport$: StaticOperationSchema;
|
|
105
|
+
export declare var StopAutoManagement$: StaticOperationSchema;
|
|
106
|
+
export declare var TagResource$: StaticOperationSchema;
|
|
107
|
+
export declare var UntagResource$: StaticOperationSchema;
|
|
108
|
+
export declare var UpdateAutoManagement$: StaticOperationSchema;
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
GetAWSDefaultServiceQuotaCommandInput,
|
|
28
28
|
GetAWSDefaultServiceQuotaCommandOutput,
|
|
29
29
|
} from "./commands/GetAWSDefaultServiceQuotaCommand";
|
|
30
|
+
import {
|
|
31
|
+
GetQuotaUtilizationReportCommandInput,
|
|
32
|
+
GetQuotaUtilizationReportCommandOutput,
|
|
33
|
+
} from "./commands/GetQuotaUtilizationReportCommand";
|
|
30
34
|
import {
|
|
31
35
|
GetRequestedServiceQuotaChangeCommandInput,
|
|
32
36
|
GetRequestedServiceQuotaChangeCommandOutput,
|
|
@@ -79,6 +83,10 @@ import {
|
|
|
79
83
|
StartAutoManagementCommandInput,
|
|
80
84
|
StartAutoManagementCommandOutput,
|
|
81
85
|
} from "./commands/StartAutoManagementCommand";
|
|
86
|
+
import {
|
|
87
|
+
StartQuotaUtilizationReportCommandInput,
|
|
88
|
+
StartQuotaUtilizationReportCommandOutput,
|
|
89
|
+
} from "./commands/StartQuotaUtilizationReportCommand";
|
|
82
90
|
import {
|
|
83
91
|
StopAutoManagementCommandInput,
|
|
84
92
|
StopAutoManagementCommandOutput,
|
|
@@ -204,6 +212,19 @@ export interface ServiceQuotas {
|
|
|
204
212
|
options: __HttpHandlerOptions,
|
|
205
213
|
cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void
|
|
206
214
|
): void;
|
|
215
|
+
getQuotaUtilizationReport(
|
|
216
|
+
args: GetQuotaUtilizationReportCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<GetQuotaUtilizationReportCommandOutput>;
|
|
219
|
+
getQuotaUtilizationReport(
|
|
220
|
+
args: GetQuotaUtilizationReportCommandInput,
|
|
221
|
+
cb: (err: any, data?: GetQuotaUtilizationReportCommandOutput) => void
|
|
222
|
+
): void;
|
|
223
|
+
getQuotaUtilizationReport(
|
|
224
|
+
args: GetQuotaUtilizationReportCommandInput,
|
|
225
|
+
options: __HttpHandlerOptions,
|
|
226
|
+
cb: (err: any, data?: GetQuotaUtilizationReportCommandOutput) => void
|
|
227
|
+
): void;
|
|
207
228
|
getRequestedServiceQuotaChange(
|
|
208
229
|
args: GetRequestedServiceQuotaChangeCommandInput,
|
|
209
230
|
options?: __HttpHandlerOptions
|
|
@@ -406,6 +427,20 @@ export interface ServiceQuotas {
|
|
|
406
427
|
options: __HttpHandlerOptions,
|
|
407
428
|
cb: (err: any, data?: StartAutoManagementCommandOutput) => void
|
|
408
429
|
): void;
|
|
430
|
+
startQuotaUtilizationReport(): Promise<StartQuotaUtilizationReportCommandOutput>;
|
|
431
|
+
startQuotaUtilizationReport(
|
|
432
|
+
args: StartQuotaUtilizationReportCommandInput,
|
|
433
|
+
options?: __HttpHandlerOptions
|
|
434
|
+
): Promise<StartQuotaUtilizationReportCommandOutput>;
|
|
435
|
+
startQuotaUtilizationReport(
|
|
436
|
+
args: StartQuotaUtilizationReportCommandInput,
|
|
437
|
+
cb: (err: any, data?: StartQuotaUtilizationReportCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
startQuotaUtilizationReport(
|
|
440
|
+
args: StartQuotaUtilizationReportCommandInput,
|
|
441
|
+
options: __HttpHandlerOptions,
|
|
442
|
+
cb: (err: any, data?: StartQuotaUtilizationReportCommandOutput) => void
|
|
443
|
+
): void;
|
|
409
444
|
stopAutoManagement(): Promise<StopAutoManagementCommandOutput>;
|
|
410
445
|
stopAutoManagement(
|
|
411
446
|
args: StopAutoManagementCommandInput,
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -76,6 +73,10 @@ import {
|
|
|
76
73
|
GetAWSDefaultServiceQuotaCommandInput,
|
|
77
74
|
GetAWSDefaultServiceQuotaCommandOutput,
|
|
78
75
|
} from "./commands/GetAWSDefaultServiceQuotaCommand";
|
|
76
|
+
import {
|
|
77
|
+
GetQuotaUtilizationReportCommandInput,
|
|
78
|
+
GetQuotaUtilizationReportCommandOutput,
|
|
79
|
+
} from "./commands/GetQuotaUtilizationReportCommand";
|
|
79
80
|
import {
|
|
80
81
|
GetRequestedServiceQuotaChangeCommandInput,
|
|
81
82
|
GetRequestedServiceQuotaChangeCommandOutput,
|
|
@@ -128,6 +129,10 @@ import {
|
|
|
128
129
|
StartAutoManagementCommandInput,
|
|
129
130
|
StartAutoManagementCommandOutput,
|
|
130
131
|
} from "./commands/StartAutoManagementCommand";
|
|
132
|
+
import {
|
|
133
|
+
StartQuotaUtilizationReportCommandInput,
|
|
134
|
+
StartQuotaUtilizationReportCommandOutput,
|
|
135
|
+
} from "./commands/StartQuotaUtilizationReportCommand";
|
|
131
136
|
import {
|
|
132
137
|
StopAutoManagementCommandInput,
|
|
133
138
|
StopAutoManagementCommandOutput,
|
|
@@ -159,6 +164,7 @@ export type ServiceInputTypes =
|
|
|
159
164
|
| GetAWSDefaultServiceQuotaCommandInput
|
|
160
165
|
| GetAssociationForServiceQuotaTemplateCommandInput
|
|
161
166
|
| GetAutoManagementConfigurationCommandInput
|
|
167
|
+
| GetQuotaUtilizationReportCommandInput
|
|
162
168
|
| GetRequestedServiceQuotaChangeCommandInput
|
|
163
169
|
| GetServiceQuotaCommandInput
|
|
164
170
|
| GetServiceQuotaIncreaseRequestFromTemplateCommandInput
|
|
@@ -172,6 +178,7 @@ export type ServiceInputTypes =
|
|
|
172
178
|
| PutServiceQuotaIncreaseRequestIntoTemplateCommandInput
|
|
173
179
|
| RequestServiceQuotaIncreaseCommandInput
|
|
174
180
|
| StartAutoManagementCommandInput
|
|
181
|
+
| StartQuotaUtilizationReportCommandInput
|
|
175
182
|
| StopAutoManagementCommandInput
|
|
176
183
|
| TagResourceCommandInput
|
|
177
184
|
| UntagResourceCommandInput
|
|
@@ -184,6 +191,7 @@ export type ServiceOutputTypes =
|
|
|
184
191
|
| GetAWSDefaultServiceQuotaCommandOutput
|
|
185
192
|
| GetAssociationForServiceQuotaTemplateCommandOutput
|
|
186
193
|
| GetAutoManagementConfigurationCommandOutput
|
|
194
|
+
| GetQuotaUtilizationReportCommandOutput
|
|
187
195
|
| GetRequestedServiceQuotaChangeCommandOutput
|
|
188
196
|
| GetServiceQuotaCommandOutput
|
|
189
197
|
| GetServiceQuotaIncreaseRequestFromTemplateCommandOutput
|
|
@@ -197,6 +205,7 @@ export type ServiceOutputTypes =
|
|
|
197
205
|
| PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput
|
|
198
206
|
| RequestServiceQuotaIncreaseCommandOutput
|
|
199
207
|
| StartAutoManagementCommandOutput
|
|
208
|
+
| StartQuotaUtilizationReportCommandOutput
|
|
200
209
|
| StopAutoManagementCommandOutput
|
|
201
210
|
| TagResourceCommandOutput
|
|
202
211
|
| UntagResourceCommandOutput
|
|
@@ -225,7 +234,6 @@ export interface ClientDefaults
|
|
|
225
234
|
retryMode?: string | __Provider<string>;
|
|
226
235
|
logger?: __Logger;
|
|
227
236
|
extensions?: RuntimeExtension[];
|
|
228
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
229
237
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
230
238
|
}
|
|
231
239
|
export type ServiceQuotasClientConfigType = Partial<
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetQuotaUtilizationReportRequest,
|
|
5
|
+
GetQuotaUtilizationReportResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
ServiceQuotasClientResolvedConfig,
|
|
11
|
+
} from "../ServiceQuotasClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetQuotaUtilizationReportCommandInput
|
|
15
|
+
extends GetQuotaUtilizationReportRequest {}
|
|
16
|
+
export interface GetQuotaUtilizationReportCommandOutput
|
|
17
|
+
extends GetQuotaUtilizationReportResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetQuotaUtilizationReportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetQuotaUtilizationReportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetQuotaUtilizationReportCommandInput,
|
|
24
|
+
GetQuotaUtilizationReportCommandOutput,
|
|
25
|
+
ServiceQuotasClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetQuotaUtilizationReportCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetQuotaUtilizationReportCommandInput,
|
|
33
|
+
GetQuotaUtilizationReportCommandOutput,
|
|
34
|
+
ServiceQuotasClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetQuotaUtilizationReportCommand extends GetQuotaUtilizationReportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetQuotaUtilizationReportRequest;
|
|
44
|
+
output: GetQuotaUtilizationReportResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetQuotaUtilizationReportCommandInput;
|
|
48
|
+
output: GetQuotaUtilizationReportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartQuotaUtilizationReportRequest,
|
|
5
|
+
StartQuotaUtilizationReportResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
ServiceQuotasClientResolvedConfig,
|
|
11
|
+
} from "../ServiceQuotasClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartQuotaUtilizationReportCommandInput
|
|
15
|
+
extends StartQuotaUtilizationReportRequest {}
|
|
16
|
+
export interface StartQuotaUtilizationReportCommandOutput
|
|
17
|
+
extends StartQuotaUtilizationReportResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartQuotaUtilizationReportCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartQuotaUtilizationReportCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartQuotaUtilizationReportCommandInput,
|
|
24
|
+
StartQuotaUtilizationReportCommandOutput,
|
|
25
|
+
ServiceQuotasClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [StartQuotaUtilizationReportCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartQuotaUtilizationReportCommandInput,
|
|
33
|
+
StartQuotaUtilizationReportCommandOutput,
|
|
34
|
+
ServiceQuotasClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartQuotaUtilizationReportCommand extends StartQuotaUtilizationReportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: StartQuotaUtilizationReportResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartQuotaUtilizationReportCommandInput;
|
|
48
|
+
output: StartQuotaUtilizationReportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,6 +5,7 @@ export * from "./DisassociateServiceQuotaTemplateCommand";
|
|
|
5
5
|
export * from "./GetAWSDefaultServiceQuotaCommand";
|
|
6
6
|
export * from "./GetAssociationForServiceQuotaTemplateCommand";
|
|
7
7
|
export * from "./GetAutoManagementConfigurationCommand";
|
|
8
|
+
export * from "./GetQuotaUtilizationReportCommand";
|
|
8
9
|
export * from "./GetRequestedServiceQuotaChangeCommand";
|
|
9
10
|
export * from "./GetServiceQuotaCommand";
|
|
10
11
|
export * from "./GetServiceQuotaIncreaseRequestFromTemplateCommand";
|
|
@@ -18,6 +19,7 @@ export * from "./ListTagsForResourceCommand";
|
|
|
18
19
|
export * from "./PutServiceQuotaIncreaseRequestIntoTemplateCommand";
|
|
19
20
|
export * from "./RequestServiceQuotaIncreaseCommand";
|
|
20
21
|
export * from "./StartAutoManagementCommand";
|
|
22
|
+
export * from "./StartQuotaUtilizationReportCommand";
|
|
21
23
|
export * from "./StopAutoManagementCommand";
|
|
22
24
|
export * from "./TagResourceCommand";
|
|
23
25
|
export * from "./UntagResourceCommand";
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ServiceQuotasExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -48,6 +48,17 @@ export declare const QuotaContextScope: {
|
|
|
48
48
|
};
|
|
49
49
|
export type QuotaContextScope =
|
|
50
50
|
(typeof QuotaContextScope)[keyof typeof QuotaContextScope];
|
|
51
|
+
export declare const ReportStatus: {
|
|
52
|
+
readonly COMPLETED: "COMPLETED";
|
|
53
|
+
readonly FAILED: "FAILED";
|
|
54
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
55
|
+
readonly PENDING: "PENDING";
|
|
56
|
+
};
|
|
57
|
+
export type ReportStatus = (typeof ReportStatus)[keyof typeof ReportStatus];
|
|
58
|
+
export declare const RequestType: {
|
|
59
|
+
readonly AutomaticManagement: "AutomaticManagement";
|
|
60
|
+
};
|
|
61
|
+
export type RequestType = (typeof RequestType)[keyof typeof RequestType];
|
|
51
62
|
export declare const RequestStatus: {
|
|
52
63
|
readonly APPROVED: "APPROVED";
|
|
53
64
|
readonly CASE_CLOSED: "CASE_CLOSED";
|