@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.
Files changed (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +463 -258
  3. package/dist-cjs/runtimeConfig.shared.js +6 -6
  4. package/dist-es/ServiceQuotas.js +4 -0
  5. package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -2
  6. package/dist-es/commands/CreateSupportCaseCommand.js +2 -2
  7. package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  8. package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -2
  9. package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -2
  10. package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -2
  11. package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -2
  12. package/dist-es/commands/GetQuotaUtilizationReportCommand.js +16 -0
  13. package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -2
  14. package/dist-es/commands/GetServiceQuotaCommand.js +2 -2
  15. package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -2
  16. package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -2
  17. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -2
  18. package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -2
  19. package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -2
  20. package/dist-es/commands/ListServiceQuotasCommand.js +2 -2
  21. package/dist-es/commands/ListServicesCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -2
  24. package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -2
  25. package/dist-es/commands/StartAutoManagementCommand.js +2 -2
  26. package/dist-es/commands/StartQuotaUtilizationReportCommand.js +16 -0
  27. package/dist-es/commands/StopAutoManagementCommand.js +2 -2
  28. package/dist-es/commands/TagResourceCommand.js +2 -2
  29. package/dist-es/commands/UntagResourceCommand.js +2 -2
  30. package/dist-es/commands/UpdateAutoManagementCommand.js +2 -2
  31. package/dist-es/commands/index.js +2 -0
  32. package/dist-es/index.js +1 -0
  33. package/dist-es/models/enums.js +9 -0
  34. package/dist-es/runtimeConfig.shared.js +6 -6
  35. package/dist-es/schemas/schemas_0.js +251 -192
  36. package/dist-types/ServiceQuotas.d.ts +15 -0
  37. package/dist-types/ServiceQuotasClient.d.ts +5 -12
  38. package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +120 -0
  39. package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +1 -0
  40. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +1 -0
  41. package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +1 -0
  42. package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +1 -0
  43. package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +98 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/models/enums.d.ts +25 -0
  47. package/dist-types/models/models_0.d.ts +194 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +108 -113
  53. package/dist-types/ts3.4/ServiceQuotas.d.ts +35 -0
  54. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +12 -4
  55. package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +11 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +35 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +107 -114
  66. package/package.json +34 -34
@@ -6,6 +6,7 @@ import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaT
6
6
  import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
7
7
  import { GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput } from "./commands/GetAutoManagementConfigurationCommand";
8
8
  import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput } from "./commands/GetAWSDefaultServiceQuotaCommand";
9
+ import { GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput } from "./commands/GetQuotaUtilizationReportCommand";
9
10
  import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput } from "./commands/GetRequestedServiceQuotaChangeCommand";
10
11
  import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput } from "./commands/GetServiceQuotaCommand";
11
12
  import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
@@ -19,6 +20,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
19
20
  import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
20
21
  import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput } from "./commands/RequestServiceQuotaIncreaseCommand";
21
22
  import { StartAutoManagementCommandInput, StartAutoManagementCommandOutput } from "./commands/StartAutoManagementCommand";
23
+ import { StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput } from "./commands/StartQuotaUtilizationReportCommand";
22
24
  import { StopAutoManagementCommandInput, StopAutoManagementCommandOutput } from "./commands/StopAutoManagementCommand";
23
25
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
26
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -71,6 +73,12 @@ export interface ServiceQuotas {
71
73
  getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, options?: __HttpHandlerOptions): Promise<GetAWSDefaultServiceQuotaCommandOutput>;
72
74
  getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void): void;
73
75
  getAWSDefaultServiceQuota(args: GetAWSDefaultServiceQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAWSDefaultServiceQuotaCommandOutput) => void): void;
76
+ /**
77
+ * @see {@link GetQuotaUtilizationReportCommand}
78
+ */
79
+ getQuotaUtilizationReport(args: GetQuotaUtilizationReportCommandInput, options?: __HttpHandlerOptions): Promise<GetQuotaUtilizationReportCommandOutput>;
80
+ getQuotaUtilizationReport(args: GetQuotaUtilizationReportCommandInput, cb: (err: any, data?: GetQuotaUtilizationReportCommandOutput) => void): void;
81
+ getQuotaUtilizationReport(args: GetQuotaUtilizationReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQuotaUtilizationReportCommandOutput) => void): void;
74
82
  /**
75
83
  * @see {@link GetRequestedServiceQuotaChangeCommand}
76
84
  */
@@ -152,6 +160,13 @@ export interface ServiceQuotas {
152
160
  startAutoManagement(args: StartAutoManagementCommandInput, options?: __HttpHandlerOptions): Promise<StartAutoManagementCommandOutput>;
153
161
  startAutoManagement(args: StartAutoManagementCommandInput, cb: (err: any, data?: StartAutoManagementCommandOutput) => void): void;
154
162
  startAutoManagement(args: StartAutoManagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAutoManagementCommandOutput) => void): void;
163
+ /**
164
+ * @see {@link StartQuotaUtilizationReportCommand}
165
+ */
166
+ startQuotaUtilizationReport(): Promise<StartQuotaUtilizationReportCommandOutput>;
167
+ startQuotaUtilizationReport(args: StartQuotaUtilizationReportCommandInput, options?: __HttpHandlerOptions): Promise<StartQuotaUtilizationReportCommandOutput>;
168
+ startQuotaUtilizationReport(args: StartQuotaUtilizationReportCommandInput, cb: (err: any, data?: StartQuotaUtilizationReportCommandOutput) => void): void;
169
+ startQuotaUtilizationReport(args: StartQuotaUtilizationReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQuotaUtilizationReportCommandOutput) => void): void;
155
170
  /**
156
171
  * @see {@link StopAutoManagementCommand}
157
172
  */
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput } from "./commands/AssociateServiceQuotaTemplateCommand";
11
11
  import { CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput } from "./commands/CreateSupportCaseCommand";
@@ -14,6 +14,7 @@ import { DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaT
14
14
  import { GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput } from "./commands/GetAssociationForServiceQuotaTemplateCommand";
15
15
  import { GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput } from "./commands/GetAutoManagementConfigurationCommand";
16
16
  import { GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput } from "./commands/GetAWSDefaultServiceQuotaCommand";
17
+ import { GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput } from "./commands/GetQuotaUtilizationReportCommand";
17
18
  import { GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput } from "./commands/GetRequestedServiceQuotaChangeCommand";
18
19
  import { GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput } from "./commands/GetServiceQuotaCommand";
19
20
  import { GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput } from "./commands/GetServiceQuotaIncreaseRequestFromTemplateCommand";
@@ -27,6 +28,7 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
27
28
  import { PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput } from "./commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand";
28
29
  import { RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput } from "./commands/RequestServiceQuotaIncreaseCommand";
29
30
  import { StartAutoManagementCommandInput, StartAutoManagementCommandOutput } from "./commands/StartAutoManagementCommand";
31
+ import { StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput } from "./commands/StartQuotaUtilizationReportCommand";
30
32
  import { StopAutoManagementCommandInput, StopAutoManagementCommandOutput } from "./commands/StopAutoManagementCommand";
31
33
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
32
34
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -37,11 +39,11 @@ export { __Client };
37
39
  /**
38
40
  * @public
39
41
  */
40
- export type ServiceInputTypes = AssociateServiceQuotaTemplateCommandInput | CreateSupportCaseCommandInput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput | DisassociateServiceQuotaTemplateCommandInput | GetAWSDefaultServiceQuotaCommandInput | GetAssociationForServiceQuotaTemplateCommandInput | GetAutoManagementConfigurationCommandInput | GetRequestedServiceQuotaChangeCommandInput | GetServiceQuotaCommandInput | GetServiceQuotaIncreaseRequestFromTemplateCommandInput | ListAWSDefaultServiceQuotasCommandInput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput | ListRequestedServiceQuotaChangeHistoryCommandInput | ListServiceQuotaIncreaseRequestsInTemplateCommandInput | ListServiceQuotasCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutServiceQuotaIncreaseRequestIntoTemplateCommandInput | RequestServiceQuotaIncreaseCommandInput | StartAutoManagementCommandInput | StopAutoManagementCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAutoManagementCommandInput;
42
+ export type ServiceInputTypes = AssociateServiceQuotaTemplateCommandInput | CreateSupportCaseCommandInput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput | DisassociateServiceQuotaTemplateCommandInput | GetAWSDefaultServiceQuotaCommandInput | GetAssociationForServiceQuotaTemplateCommandInput | GetAutoManagementConfigurationCommandInput | GetQuotaUtilizationReportCommandInput | GetRequestedServiceQuotaChangeCommandInput | GetServiceQuotaCommandInput | GetServiceQuotaIncreaseRequestFromTemplateCommandInput | ListAWSDefaultServiceQuotasCommandInput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput | ListRequestedServiceQuotaChangeHistoryCommandInput | ListServiceQuotaIncreaseRequestsInTemplateCommandInput | ListServiceQuotasCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | PutServiceQuotaIncreaseRequestIntoTemplateCommandInput | RequestServiceQuotaIncreaseCommandInput | StartAutoManagementCommandInput | StartQuotaUtilizationReportCommandInput | StopAutoManagementCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAutoManagementCommandInput;
41
43
  /**
42
44
  * @public
43
45
  */
44
- export type ServiceOutputTypes = AssociateServiceQuotaTemplateCommandOutput | CreateSupportCaseCommandOutput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput | DisassociateServiceQuotaTemplateCommandOutput | GetAWSDefaultServiceQuotaCommandOutput | GetAssociationForServiceQuotaTemplateCommandOutput | GetAutoManagementConfigurationCommandOutput | GetRequestedServiceQuotaChangeCommandOutput | GetServiceQuotaCommandOutput | GetServiceQuotaIncreaseRequestFromTemplateCommandOutput | ListAWSDefaultServiceQuotasCommandOutput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput | ListRequestedServiceQuotaChangeHistoryCommandOutput | ListServiceQuotaIncreaseRequestsInTemplateCommandOutput | ListServiceQuotasCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput | RequestServiceQuotaIncreaseCommandOutput | StartAutoManagementCommandOutput | StopAutoManagementCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAutoManagementCommandOutput;
46
+ export type ServiceOutputTypes = AssociateServiceQuotaTemplateCommandOutput | CreateSupportCaseCommandOutput | DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput | DisassociateServiceQuotaTemplateCommandOutput | GetAWSDefaultServiceQuotaCommandOutput | GetAssociationForServiceQuotaTemplateCommandOutput | GetAutoManagementConfigurationCommandOutput | GetQuotaUtilizationReportCommandOutput | GetRequestedServiceQuotaChangeCommandOutput | GetServiceQuotaCommandOutput | GetServiceQuotaIncreaseRequestFromTemplateCommandOutput | ListAWSDefaultServiceQuotasCommandOutput | ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput | ListRequestedServiceQuotaChangeHistoryCommandOutput | ListServiceQuotaIncreaseRequestsInTemplateCommandOutput | ListServiceQuotasCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput | RequestServiceQuotaIncreaseCommandOutput | StartAutoManagementCommandOutput | StartQuotaUtilizationReportCommandOutput | StopAutoManagementCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAutoManagementCommandOutput;
45
47
  /**
46
48
  * @public
47
49
  */
@@ -165,15 +167,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
165
167
  * Optional extensions
166
168
  */
167
169
  extensions?: RuntimeExtension[];
168
- /**
169
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
170
- * may be overridden. A default will always be set by the client.
171
- * Available options depend on the service's supported protocols and will not be validated by
172
- * the client.
173
- * @alpha
174
- *
175
- */
176
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
177
170
  /**
178
171
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
179
172
  */
@@ -0,0 +1,120 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetQuotaUtilizationReportRequest, GetQuotaUtilizationReportResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetQuotaUtilizationReportCommand}.
14
+ */
15
+ export interface GetQuotaUtilizationReportCommandInput extends GetQuotaUtilizationReportRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetQuotaUtilizationReportCommand}.
21
+ */
22
+ export interface GetQuotaUtilizationReportCommandOutput extends GetQuotaUtilizationReportResponse, __MetadataBearer {
23
+ }
24
+ declare const GetQuotaUtilizationReportCommand_base: {
25
+ new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the quota utilization report for your Amazon Web Services account. This operation returns
31
+ * paginated results showing your quota usage across all Amazon Web Services services, sorted by utilization
32
+ * percentage in descending order (highest utilization first).</p>
33
+ * <p>You must first initiate a report using the <code>StartQuotaUtilizationReport</code>
34
+ * operation. The report generation process is asynchronous and may take several seconds to
35
+ * complete. Poll this operation periodically to check the status and retrieve results when
36
+ * the report is ready.</p>
37
+ * <p>Each report contains up to 1,000 quota records per page. Use the <code>NextToken</code>
38
+ * parameter to retrieve additional pages of results. Reports are automatically deleted after
39
+ * 15 minutes.</p>
40
+ * @example
41
+ * Use a bare-bones client and the command you need to make an API call.
42
+ * ```javascript
43
+ * import { ServiceQuotasClient, GetQuotaUtilizationReportCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
44
+ * // const { ServiceQuotasClient, GetQuotaUtilizationReportCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
45
+ * // import type { ServiceQuotasClientConfig } from "@aws-sdk/client-service-quotas";
46
+ * const config = {}; // type is ServiceQuotasClientConfig
47
+ * const client = new ServiceQuotasClient(config);
48
+ * const input = { // GetQuotaUtilizationReportRequest
49
+ * ReportId: "STRING_VALUE", // required
50
+ * NextToken: "STRING_VALUE",
51
+ * MaxResults: Number("int"),
52
+ * };
53
+ * const command = new GetQuotaUtilizationReportCommand(input);
54
+ * const response = await client.send(command);
55
+ * // { // GetQuotaUtilizationReportResponse
56
+ * // ReportId: "STRING_VALUE",
57
+ * // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
58
+ * // GeneratedAt: new Date("TIMESTAMP"),
59
+ * // TotalCount: Number("int"),
60
+ * // Quotas: [ // QuotaUtilizationInfoList
61
+ * // { // QuotaUtilizationInfo
62
+ * // QuotaCode: "STRING_VALUE",
63
+ * // ServiceCode: "STRING_VALUE",
64
+ * // QuotaName: "STRING_VALUE",
65
+ * // Namespace: "STRING_VALUE",
66
+ * // Utilization: Number("double"),
67
+ * // DefaultValue: Number("double"),
68
+ * // AppliedValue: Number("double"),
69
+ * // ServiceName: "STRING_VALUE",
70
+ * // Adjustable: true || false,
71
+ * // },
72
+ * // ],
73
+ * // NextToken: "STRING_VALUE",
74
+ * // ErrorCode: "STRING_VALUE",
75
+ * // ErrorMessage: "STRING_VALUE",
76
+ * // };
77
+ *
78
+ * ```
79
+ *
80
+ * @param GetQuotaUtilizationReportCommandInput - {@link GetQuotaUtilizationReportCommandInput}
81
+ * @returns {@link GetQuotaUtilizationReportCommandOutput}
82
+ * @see {@link GetQuotaUtilizationReportCommandInput} for command's `input` shape.
83
+ * @see {@link GetQuotaUtilizationReportCommandOutput} for command's `response` shape.
84
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
85
+ *
86
+ * @throws {@link AccessDeniedException} (client fault)
87
+ * <p>You do not have sufficient permission to perform this action.</p>
88
+ *
89
+ * @throws {@link IllegalArgumentException} (client fault)
90
+ * <p>Invalid input was provided.</p>
91
+ *
92
+ * @throws {@link NoSuchResourceException} (client fault)
93
+ * <p>The specified resource does not exist.</p>
94
+ *
95
+ * @throws {@link ServiceException} (server fault)
96
+ * <p>Something went wrong.</p>
97
+ *
98
+ * @throws {@link TooManyRequestsException} (client fault)
99
+ * <p>Due to throttling, the request was denied. Slow down the rate of request calls, or
100
+ * request an increase for this quota.</p>
101
+ *
102
+ * @throws {@link ServiceQuotasServiceException}
103
+ * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
104
+ *
105
+ *
106
+ * @public
107
+ */
108
+ export declare class GetQuotaUtilizationReportCommand extends GetQuotaUtilizationReportCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetQuotaUtilizationReportRequest;
113
+ output: GetQuotaUtilizationReportResponse;
114
+ };
115
+ sdk: {
116
+ input: GetQuotaUtilizationReportCommandInput;
117
+ output: GetQuotaUtilizationReportCommandOutput;
118
+ };
119
+ };
120
+ }
@@ -44,6 +44,7 @@ declare const GetRequestedServiceQuotaChangeCommand_base: {
44
44
  * // { // GetRequestedServiceQuotaChangeResponse
45
45
  * // RequestedQuota: { // RequestedServiceQuotaChange
46
46
  * // Id: "STRING_VALUE",
47
+ * // RequestType: "AutomaticManagement",
47
48
  * // CaseId: "STRING_VALUE",
48
49
  * // ServiceCode: "STRING_VALUE",
49
50
  * // ServiceName: "STRING_VALUE",
@@ -52,6 +52,7 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
52
52
  * // RequestedQuotas: [ // RequestedServiceQuotaChangeHistoryListDefinition
53
53
  * // { // RequestedServiceQuotaChange
54
54
  * // Id: "STRING_VALUE",
55
+ * // RequestType: "AutomaticManagement",
55
56
  * // CaseId: "STRING_VALUE",
56
57
  * // ServiceCode: "STRING_VALUE",
57
58
  * // ServiceName: "STRING_VALUE",
@@ -52,6 +52,7 @@ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
52
52
  * // RequestedQuotas: [ // RequestedServiceQuotaChangeHistoryListDefinition
53
53
  * // { // RequestedServiceQuotaChange
54
54
  * // Id: "STRING_VALUE",
55
+ * // RequestType: "AutomaticManagement",
55
56
  * // CaseId: "STRING_VALUE",
56
57
  * // ServiceCode: "STRING_VALUE",
57
58
  * // ServiceName: "STRING_VALUE",
@@ -49,6 +49,7 @@ declare const RequestServiceQuotaIncreaseCommand_base: {
49
49
  * // { // RequestServiceQuotaIncreaseResponse
50
50
  * // RequestedQuota: { // RequestedServiceQuotaChange
51
51
  * // Id: "STRING_VALUE",
52
+ * // RequestType: "AutomaticManagement",
52
53
  * // CaseId: "STRING_VALUE",
53
54
  * // ServiceCode: "STRING_VALUE",
54
55
  * // ServiceName: "STRING_VALUE",
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { StartQuotaUtilizationReportRequest, StartQuotaUtilizationReportResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link StartQuotaUtilizationReportCommand}.
14
+ */
15
+ export interface StartQuotaUtilizationReportCommandInput extends StartQuotaUtilizationReportRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link StartQuotaUtilizationReportCommand}.
21
+ */
22
+ export interface StartQuotaUtilizationReportCommandOutput extends StartQuotaUtilizationReportResponse, __MetadataBearer {
23
+ }
24
+ declare const StartQuotaUtilizationReportCommand_base: {
25
+ new (input: StartQuotaUtilizationReportCommandInput): import("@smithy/smithy-client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartQuotaUtilizationReportCommandInput]): import("@smithy/smithy-client").CommandImpl<StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Initiates the generation of a quota utilization report for your Amazon Web Services account. This
31
+ * asynchronous operation analyzes your quota usage across all Amazon Web Services services and returns
32
+ * a unique report identifier that you can use to retrieve the results.</p>
33
+ * <p>The report generation process may take several seconds to complete, depending on the
34
+ * number of quotas in your account. Use the <code>GetQuotaUtilizationReport</code> operation
35
+ * to check the status and retrieve the results when the report is ready.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { ServiceQuotasClient, StartQuotaUtilizationReportCommand } from "@aws-sdk/client-service-quotas"; // ES Modules import
40
+ * // const { ServiceQuotasClient, StartQuotaUtilizationReportCommand } = require("@aws-sdk/client-service-quotas"); // CommonJS import
41
+ * // import type { ServiceQuotasClientConfig } from "@aws-sdk/client-service-quotas";
42
+ * const config = {}; // type is ServiceQuotasClientConfig
43
+ * const client = new ServiceQuotasClient(config);
44
+ * const input = {};
45
+ * const command = new StartQuotaUtilizationReportCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // StartQuotaUtilizationReportResponse
48
+ * // ReportId: "STRING_VALUE",
49
+ * // Status: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "FAILED",
50
+ * // Message: "STRING_VALUE",
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param StartQuotaUtilizationReportCommandInput - {@link StartQuotaUtilizationReportCommandInput}
56
+ * @returns {@link StartQuotaUtilizationReportCommandOutput}
57
+ * @see {@link StartQuotaUtilizationReportCommandInput} for command's `input` shape.
58
+ * @see {@link StartQuotaUtilizationReportCommandOutput} for command's `response` shape.
59
+ * @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
60
+ *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You do not have sufficient permission to perform this action.</p>
63
+ *
64
+ * @throws {@link IllegalArgumentException} (client fault)
65
+ * <p>Invalid input was provided.</p>
66
+ *
67
+ * @throws {@link InvalidPaginationTokenException} (client fault)
68
+ * <p>Invalid input was provided.</p>
69
+ *
70
+ * @throws {@link NoSuchResourceException} (client fault)
71
+ * <p>The specified resource does not exist.</p>
72
+ *
73
+ * @throws {@link ServiceException} (server fault)
74
+ * <p>Something went wrong.</p>
75
+ *
76
+ * @throws {@link TooManyRequestsException} (client fault)
77
+ * <p>Due to throttling, the request was denied. Slow down the rate of request calls, or
78
+ * request an increase for this quota.</p>
79
+ *
80
+ * @throws {@link ServiceQuotasServiceException}
81
+ * <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
82
+ *
83
+ *
84
+ * @public
85
+ */
86
+ export declare class StartQuotaUtilizationReportCommand extends StartQuotaUtilizationReportCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: {};
91
+ output: StartQuotaUtilizationReportResponse;
92
+ };
93
+ sdk: {
94
+ input: StartQuotaUtilizationReportCommandInput;
95
+ output: StartQuotaUtilizationReportCommandOutput;
96
+ };
97
+ };
98
+ }
@@ -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";
@@ -13,6 +13,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
13
13
  export type { RuntimeExtension } from "./runtimeExtensions";
14
14
  export type { ServiceQuotasExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
+ export * from "./schemas/schemas_0";
16
17
  export * from "./pagination";
17
18
  export * from "./models/enums";
18
19
  export * from "./models/errors";
@@ -101,6 +101,31 @@ export declare const QuotaContextScope: {
101
101
  * @public
102
102
  */
103
103
  export type QuotaContextScope = (typeof QuotaContextScope)[keyof typeof QuotaContextScope];
104
+ /**
105
+ * @public
106
+ * @enum
107
+ */
108
+ export declare const ReportStatus: {
109
+ readonly COMPLETED: "COMPLETED";
110
+ readonly FAILED: "FAILED";
111
+ readonly IN_PROGRESS: "IN_PROGRESS";
112
+ readonly PENDING: "PENDING";
113
+ };
114
+ /**
115
+ * @public
116
+ */
117
+ export type ReportStatus = (typeof ReportStatus)[keyof typeof ReportStatus];
118
+ /**
119
+ * @public
120
+ * @enum
121
+ */
122
+ export declare const RequestType: {
123
+ readonly AutomaticManagement: "AutomaticManagement";
124
+ };
125
+ /**
126
+ * @public
127
+ */
128
+ export type RequestType = (typeof RequestType)[keyof typeof RequestType];
104
129
  /**
105
130
  * @public
106
131
  * @enum
@@ -1,4 +1,4 @@
1
- import { AppliedLevelEnum, ErrorCode, OptInLevel, OptInStatus, OptInType, PeriodUnit, QuotaContextScope, RequestStatus, ServiceQuotaTemplateAssociationStatus } from "./enums";
1
+ import { AppliedLevelEnum, ErrorCode, OptInLevel, OptInStatus, OptInType, PeriodUnit, QuotaContextScope, ReportStatus, RequestStatus, RequestType, ServiceQuotaTemplateAssociationStatus } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -350,6 +350,157 @@ export interface GetAWSDefaultServiceQuotaResponse {
350
350
  */
351
351
  Quota?: ServiceQuota | undefined;
352
352
  }
353
+ /**
354
+ * @public
355
+ */
356
+ export interface GetQuotaUtilizationReportRequest {
357
+ /**
358
+ * <p>The unique identifier for the quota utilization report. This identifier is returned by
359
+ * the <code>StartQuotaUtilizationReport</code> operation.</p>
360
+ * @public
361
+ */
362
+ ReportId: string | undefined;
363
+ /**
364
+ * <p>A token that indicates the next page of results to retrieve. This token is returned in
365
+ * the response when there are more results available. Omit this parameter for the first request.</p>
366
+ * @public
367
+ */
368
+ NextToken?: string | undefined;
369
+ /**
370
+ * <p>The maximum number of results to return per page. The default value is 1,000 and the
371
+ * maximum allowed value is 1,000.</p>
372
+ * @public
373
+ */
374
+ MaxResults?: number | undefined;
375
+ }
376
+ /**
377
+ * <p>Information about a quota's utilization, including the quota code, service information,
378
+ * current usage, and applied limits.</p>
379
+ * @public
380
+ */
381
+ export interface QuotaUtilizationInfo {
382
+ /**
383
+ * <p>The quota identifier.</p>
384
+ * @public
385
+ */
386
+ QuotaCode?: string | undefined;
387
+ /**
388
+ * <p>The service identifier.</p>
389
+ * @public
390
+ */
391
+ ServiceCode?: string | undefined;
392
+ /**
393
+ * <p>The quota name.</p>
394
+ * @public
395
+ */
396
+ QuotaName?: string | undefined;
397
+ /**
398
+ * <p>The namespace of the metric used to track quota usage.</p>
399
+ * @public
400
+ */
401
+ Namespace?: string | undefined;
402
+ /**
403
+ * <p>The utilization percentage of the quota, calculated as (current usage / applied value) × 100.
404
+ * Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.</p>
405
+ * @public
406
+ */
407
+ Utilization?: number | undefined;
408
+ /**
409
+ * <p>The default value of the quota.</p>
410
+ * @public
411
+ */
412
+ DefaultValue?: number | undefined;
413
+ /**
414
+ * <p>The applied value of the quota, which may be higher than the default value if a quota
415
+ * increase has been requested and approved.</p>
416
+ * @public
417
+ */
418
+ AppliedValue?: number | undefined;
419
+ /**
420
+ * <p>The service name.</p>
421
+ * @public
422
+ */
423
+ ServiceName?: string | undefined;
424
+ /**
425
+ * <p>Indicates whether the quota value can be increased.</p>
426
+ * @public
427
+ */
428
+ Adjustable?: boolean | undefined;
429
+ }
430
+ /**
431
+ * @public
432
+ */
433
+ export interface GetQuotaUtilizationReportResponse {
434
+ /**
435
+ * <p>The unique identifier for the quota utilization report.</p>
436
+ * @public
437
+ */
438
+ ReportId?: string | undefined;
439
+ /**
440
+ * <p>The current status of the report generation. Possible values are:</p>
441
+ * <ul>
442
+ * <li>
443
+ * <p>
444
+ * <code>PENDING</code> - The report generation is in progress. Retry this operation
445
+ * after a few seconds.</p>
446
+ * </li>
447
+ * <li>
448
+ * <p>
449
+ * <code>IN_PROGRESS</code> - The report is being processed. Continue polling until
450
+ * the status changes to <code>COMPLETED</code>.</p>
451
+ * </li>
452
+ * <li>
453
+ * <p>
454
+ * <code>COMPLETED</code> - The report is ready and quota utilization data is available
455
+ * in the response.</p>
456
+ * </li>
457
+ * <li>
458
+ * <p>
459
+ * <code>FAILED</code> - The report generation failed. Check the <code>ErrorCode</code>
460
+ * and <code>ErrorMessage</code> fields for details.</p>
461
+ * </li>
462
+ * </ul>
463
+ * @public
464
+ */
465
+ Status?: ReportStatus | undefined;
466
+ /**
467
+ * <p>The timestamp when the report was generated, in ISO 8601 format.</p>
468
+ * @public
469
+ */
470
+ GeneratedAt?: Date | undefined;
471
+ /**
472
+ * <p>The total number of quotas included in the report across all pages.</p>
473
+ * @public
474
+ */
475
+ TotalCount?: number | undefined;
476
+ /**
477
+ * <p>A list of quota utilization records, sorted by utilization percentage in descending order.
478
+ * Each record includes the quota code, service code, service name, quota name, namespace,
479
+ * utilization percentage, default value, applied value, and whether the quota is adjustable.
480
+ * Up to 1,000 records are returned per page.</p>
481
+ * @public
482
+ */
483
+ Quotas?: QuotaUtilizationInfo[] | undefined;
484
+ /**
485
+ * <p>A token that indicates more results are available. Include this token in the next request
486
+ * to retrieve the next page of results. If this field is not present, you have retrieved all
487
+ * available results.</p>
488
+ * @public
489
+ */
490
+ NextToken?: string | undefined;
491
+ /**
492
+ * <p>An error code indicating the reason for failure when the report status is <code>FAILED</code>.
493
+ * This field is only present when the status is <code>FAILED</code>.</p>
494
+ * @public
495
+ */
496
+ ErrorCode?: string | undefined;
497
+ /**
498
+ * <p>A detailed error message describing the failure when the report status is <code>FAILED</code>.
499
+ * This field is only present when the status is <code>FAILED</code>.</p>
500
+ * @public
501
+ */
502
+ ErrorMessage?: string | undefined;
503
+ }
353
504
  /**
354
505
  * @public
355
506
  */
@@ -370,6 +521,19 @@ export interface RequestedServiceQuotaChange {
370
521
  * @public
371
522
  */
372
523
  Id?: string | undefined;
524
+ /**
525
+ * <p>The type of quota increase request. Possible values include:</p>
526
+ * <ul>
527
+ * <li>
528
+ * <p>
529
+ * <code>AutomaticManagement</code> - The request was automatically created by
530
+ * Service Quotas Automatic Management when quota utilization approached the limit.</p>
531
+ * </li>
532
+ * </ul>
533
+ * <p>If this field is not present, the request was manually created by a user.</p>
534
+ * @public
535
+ */
536
+ RequestType?: RequestType | undefined;
373
537
  /**
374
538
  * <p>The case ID.</p>
375
539
  * @public
@@ -1146,6 +1310,35 @@ export interface StartAutoManagementRequest {
1146
1310
  */
1147
1311
  export interface StartAutoManagementResponse {
1148
1312
  }
1313
+ /**
1314
+ * @public
1315
+ */
1316
+ export interface StartQuotaUtilizationReportRequest {
1317
+ }
1318
+ /**
1319
+ * @public
1320
+ */
1321
+ export interface StartQuotaUtilizationReportResponse {
1322
+ /**
1323
+ * <p>A unique identifier for the quota utilization report. Use this identifier with the
1324
+ * <code>GetQuotaUtilizationReport</code> operation to retrieve the report results.</p>
1325
+ * @public
1326
+ */
1327
+ ReportId?: string | undefined;
1328
+ /**
1329
+ * <p>The current status of the report generation. The status will be <code>PENDING</code>
1330
+ * when the report is first initiated.</p>
1331
+ * @public
1332
+ */
1333
+ Status?: ReportStatus | undefined;
1334
+ /**
1335
+ * <p>An optional message providing additional information about the report generation status.
1336
+ * This field may contain details about the report initiation or indicate if an existing recent
1337
+ * report is being reused.</p>
1338
+ * @public
1339
+ */
1340
+ Message?: string | undefined;
1341
+ }
1149
1342
  /**
1150
1343
  * @public
1151
1344
  */