@aws-sdk/client-service-quotas 3.787.0 → 3.796.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 +2 -0
- package/dist-cjs/index.js +3 -1
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/ServiceQuotas.d.ts +2 -0
- package/dist-types/ServiceQuotasClient.d.ts +2 -0
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +1 -0
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +2 -1
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +2 -1
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +2 -1
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +4 -2
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +65 -19
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ AWS SDK for JavaScript ServiceQuotas Client for Node.js, Browser and React Nativ
|
|
|
9
9
|
<p>With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow.
|
|
10
10
|
Quotas, also referred to as limits, are the maximum number of resources that you can
|
|
11
11
|
create in your Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/">Service Quotas User Guide</a>.</p>
|
|
12
|
+
<p>You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as <code>Instances
|
|
13
|
+
per domain</code> for Amazon OpenSearch Service.</p>
|
|
12
14
|
|
|
13
15
|
## Installing
|
|
14
16
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -1219,7 +1219,8 @@ var se_RequestServiceQuotaIncreaseRequest = /* @__PURE__ */ __name((input, conte
|
|
|
1219
1219
|
ContextId: [],
|
|
1220
1220
|
DesiredValue: import_smithy_client.serializeFloat,
|
|
1221
1221
|
QuotaCode: [],
|
|
1222
|
-
ServiceCode: []
|
|
1222
|
+
ServiceCode: [],
|
|
1223
|
+
SupportCaseAllowed: []
|
|
1223
1224
|
});
|
|
1224
1225
|
}, "se_RequestServiceQuotaIncreaseRequest");
|
|
1225
1226
|
var de_GetAWSDefaultServiceQuotaResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1311,6 +1312,7 @@ var de_RequestServiceQuotaIncreaseResponse = /* @__PURE__ */ __name((output, con
|
|
|
1311
1312
|
var de_ServiceQuota = /* @__PURE__ */ __name((output, context) => {
|
|
1312
1313
|
return (0, import_smithy_client.take)(output, {
|
|
1313
1314
|
Adjustable: import_smithy_client.expectBoolean,
|
|
1315
|
+
Description: import_smithy_client.expectString,
|
|
1314
1316
|
ErrorReason: import_smithy_client._json,
|
|
1315
1317
|
GlobalQuota: import_smithy_client.expectBoolean,
|
|
1316
1318
|
Period: import_smithy_client._json,
|
|
@@ -598,6 +598,7 @@ const se_RequestServiceQuotaIncreaseRequest = (input, context) => {
|
|
|
598
598
|
DesiredValue: __serializeFloat,
|
|
599
599
|
QuotaCode: [],
|
|
600
600
|
ServiceCode: [],
|
|
601
|
+
SupportCaseAllowed: [],
|
|
601
602
|
});
|
|
602
603
|
};
|
|
603
604
|
const de_GetAWSDefaultServiceQuotaResponse = (output, context) => {
|
|
@@ -691,6 +692,7 @@ const de_RequestServiceQuotaIncreaseResponse = (output, context) => {
|
|
|
691
692
|
const de_ServiceQuota = (output, context) => {
|
|
692
693
|
return take(output, {
|
|
693
694
|
Adjustable: __expectBoolean,
|
|
695
|
+
Description: __expectString,
|
|
694
696
|
ErrorReason: _json,
|
|
695
697
|
GlobalQuota: __expectBoolean,
|
|
696
698
|
Period: _json,
|
|
@@ -145,6 +145,8 @@ export interface ServiceQuotas {
|
|
|
145
145
|
* <p>With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow.
|
|
146
146
|
* Quotas, also referred to as limits, are the maximum number of resources that you can
|
|
147
147
|
* create in your Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/">Service Quotas User Guide</a>.</p>
|
|
148
|
+
* <p>You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as <code>Instances
|
|
149
|
+
* per domain</code> for Amazon OpenSearch Service.</p>
|
|
148
150
|
* @public
|
|
149
151
|
*/
|
|
150
152
|
export declare class ServiceQuotas extends ServiceQuotasClient implements ServiceQuotas {
|
|
@@ -191,6 +191,8 @@ export interface ServiceQuotasClientResolvedConfig extends ServiceQuotasClientRe
|
|
|
191
191
|
* <p>With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow.
|
|
192
192
|
* Quotas, also referred to as limits, are the maximum number of resources that you can
|
|
193
193
|
* create in your Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/">Service Quotas User Guide</a>.</p>
|
|
194
|
+
* <p>You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as <code>Instances
|
|
195
|
+
* per domain</code> for Amazon OpenSearch Service.</p>
|
|
194
196
|
* @public
|
|
195
197
|
*/
|
|
196
198
|
export declare class ServiceQuotasClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ declare const GetServiceQuotaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the applied quota value for the specified quota. For some quotas, only the
|
|
30
|
+
* <p>Retrieves the applied quota value for the specified account-level or resource-level quota. For some quotas, only the
|
|
31
31
|
* default values are available. If the applied quota value is not available for a quota,
|
|
32
32
|
* the quota is not retrieved.</p>
|
|
33
33
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const GetServiceQuotaCommand_base: {
|
|
|
76
76
|
* // ContextScopeType: "STRING_VALUE",
|
|
77
77
|
* // ContextId: "STRING_VALUE",
|
|
78
78
|
* // },
|
|
79
|
+
* // Description: "STRING_VALUE",
|
|
79
80
|
* // },
|
|
80
81
|
* // };
|
|
81
82
|
*
|
|
@@ -27,7 +27,7 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the default values for the quotas for the specified Amazon Web
|
|
30
|
+
* <p>Lists the default values for the quotas for the specified Amazon Web Services service. A default
|
|
31
31
|
* value does not reflect any quota increases.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const ListAWSDefaultServiceQuotasCommand_base: {
|
|
|
77
77
|
* // ContextScopeType: "STRING_VALUE",
|
|
78
78
|
* // ContextId: "STRING_VALUE",
|
|
79
79
|
* // },
|
|
80
|
+
* // Description: "STRING_VALUE",
|
|
80
81
|
* // },
|
|
81
82
|
* // ],
|
|
82
83
|
* // };
|
|
@@ -27,7 +27,8 @@ declare const ListRequestedServiceQuotaChangeHistoryByQuotaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the quota increase requests for the specified quota
|
|
30
|
+
* <p>Retrieves the quota increase requests for the specified quota. Filter responses to return quota requests at either the
|
|
31
|
+
* account level, resource level, or all levels.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const ListRequestedServiceQuotaChangeHistoryCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the quota increase requests for the specified Amazon Web
|
|
30
|
+
* <p>Retrieves the quota increase requests for the specified Amazon Web Services service. Filter responses to return quota requests at
|
|
31
|
+
* either the account level, resource level, or all levels. Responses include any open or closed requests within 90 days.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -27,9 +27,10 @@ declare const ListServiceQuotasCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the applied quota values for the specified Amazon Web
|
|
30
|
+
* <p>Lists the applied quota values for the specified Amazon Web Services service. For some quotas, only
|
|
31
31
|
* the default values are available. If the applied quota value is not available for a
|
|
32
|
-
* quota, the quota is not retrieved
|
|
32
|
+
* quota, the quota is not retrieved. Filter responses to return applied quota values at either the account level,
|
|
33
|
+
* resource level, or all levels.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
36
|
* ```javascript
|
|
@@ -80,6 +81,7 @@ declare const ListServiceQuotasCommand_base: {
|
|
|
80
81
|
* // ContextScopeType: "STRING_VALUE",
|
|
81
82
|
* // ContextId: "STRING_VALUE",
|
|
82
83
|
* // },
|
|
84
|
+
* // Description: "STRING_VALUE",
|
|
83
85
|
* // },
|
|
84
86
|
* // ],
|
|
85
87
|
* // };
|
|
@@ -27,7 +27,7 @@ declare const ListServicesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the names and codes for the Amazon Web Services integrated with Service Quotas.</p>
|
|
30
|
+
* <p>Lists the names and codes for the Amazon Web Services services integrated with Service Quotas.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const RequestServiceQuotaIncreaseCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Submits a quota increase request for the specified quota.</p>
|
|
30
|
+
* <p>Submits a quota increase request for the specified quota at the account or resource level.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -39,6 +39,7 @@ declare const RequestServiceQuotaIncreaseCommand_base: {
|
|
|
39
39
|
* QuotaCode: "STRING_VALUE", // required
|
|
40
40
|
* DesiredValue: Number("double"), // required
|
|
41
41
|
* ContextId: "STRING_VALUE",
|
|
42
|
+
* SupportCaseAllowed: true || false,
|
|
42
43
|
* };
|
|
43
44
|
* const command = new RequestServiceQuotaIncreaseCommand(input);
|
|
44
45
|
* const response = await client.send(command);
|
package/dist-types/index.d.ts
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
* <p>With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow.
|
|
3
3
|
* Quotas, also referred to as limits, are the maximum number of resources that you can
|
|
4
4
|
* create in your Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/">Service Quotas User Guide</a>.</p>
|
|
5
|
+
* <p>You need Amazon Web Services CLI version 2.13.20 or higher to view and manage resource-level quotas such as <code>Instances
|
|
6
|
+
* per domain</code> for Amazon OpenSearch Service.</p>
|
|
5
7
|
*
|
|
6
8
|
* @packageDocumentation
|
|
7
9
|
*/
|
|
@@ -233,16 +233,16 @@ export interface ErrorReason {
|
|
|
233
233
|
* <p>
|
|
234
234
|
* <code>DEPENDENCY_ACCESS_DENIED_ERROR</code> - The caller does not have the
|
|
235
235
|
* required permissions to complete the action. To resolve the error, you must have
|
|
236
|
-
* permission to access the Amazon Web
|
|
236
|
+
* permission to access the Amazon Web Services service or quota.</p>
|
|
237
237
|
* </li>
|
|
238
238
|
* <li>
|
|
239
239
|
* <p>
|
|
240
|
-
* <code>DEPENDENCY_THROTTLING_ERROR</code> - The Amazon Web
|
|
240
|
+
* <code>DEPENDENCY_THROTTLING_ERROR</code> - The Amazon Web Services service is throttling
|
|
241
241
|
* Service Quotas. </p>
|
|
242
242
|
* </li>
|
|
243
243
|
* <li>
|
|
244
244
|
* <p>
|
|
245
|
-
* <code>DEPENDENCY_SERVICE_ERROR</code> - The Amazon Web
|
|
245
|
+
* <code>DEPENDENCY_SERVICE_ERROR</code> - The Amazon Web Services service is not
|
|
246
246
|
* available.</p>
|
|
247
247
|
* </li>
|
|
248
248
|
* <li>
|
|
@@ -353,23 +353,22 @@ export declare const QuotaContextScope: {
|
|
|
353
353
|
*/
|
|
354
354
|
export type QuotaContextScope = (typeof QuotaContextScope)[keyof typeof QuotaContextScope];
|
|
355
355
|
/**
|
|
356
|
-
* <p>A structure that describes the context for a
|
|
356
|
+
* <p>A structure that describes the context for a resource-level quota. For resource-level quotas, such as <code>Instances per OpenSearch Service Domain</code>, you can apply the quota value at the resource-level for each OpenSearch Service Domain in your Amazon Web Services account. Together the attributes of this structure help you understand how the quota is implemented by Amazon Web Services and how you can manage it. For quotas such as <code>Amazon OpenSearch Service Domains</code> which can be managed at the account-level for each Amazon Web Services Region, the <code>QuotaContext</code> field is absent. See the attribute descriptions below to further understand how to use them.</p>
|
|
357
357
|
* @public
|
|
358
358
|
*/
|
|
359
359
|
export interface QuotaContextInfo {
|
|
360
360
|
/**
|
|
361
|
-
* <p>Specifies
|
|
361
|
+
* <p>Specifies the scope to which the quota value is applied. If the scope is <code>RESOURCE</code>, the quota value is applied to each resource in the Amazon Web Services account. If the scope is <code>ACCOUNT</code>, the quota value is applied to the Amazon Web Services account.</p>
|
|
362
362
|
* @public
|
|
363
363
|
*/
|
|
364
364
|
ContextScope?: QuotaContextScope | undefined;
|
|
365
365
|
/**
|
|
366
|
-
* <p>
|
|
366
|
+
* <p>Specifies the resource type to which the quota can be applied.</p>
|
|
367
367
|
* @public
|
|
368
368
|
*/
|
|
369
369
|
ContextScopeType?: string | undefined;
|
|
370
370
|
/**
|
|
371
|
-
* <p>Specifies the Amazon
|
|
372
|
-
* depends on the context scope associated with the specified service quota.</p>
|
|
371
|
+
* <p>Specifies the resource, or resources, to which the quota applies. The value for this field is either an Amazon Resource Name (ARN) or *. If the value is an ARN, the quota value applies to that resource. If the value is *, then the quota value applies to all resources listed in the <code>ContextScopeType</code> field. The quota value applies to all resources for which you haven’t previously applied a quota value, and any new resources you create in your Amazon Web Services account.</p>
|
|
373
372
|
* @public
|
|
374
373
|
*/
|
|
375
374
|
ContextId?: string | undefined;
|
|
@@ -470,7 +469,7 @@ export interface ServiceQuota {
|
|
|
470
469
|
*/
|
|
471
470
|
ErrorReason?: ErrorReason | undefined;
|
|
472
471
|
/**
|
|
473
|
-
* <p>
|
|
472
|
+
* <p>Filters the response to return applied quota values for the <code>ACCOUNT</code>, <code>RESOURCE</code>, or <code>ALL</code> levels. <code>ACCOUNT</code> is the default.</p>
|
|
474
473
|
* @public
|
|
475
474
|
*/
|
|
476
475
|
QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
|
|
@@ -479,6 +478,11 @@ export interface ServiceQuota {
|
|
|
479
478
|
* @public
|
|
480
479
|
*/
|
|
481
480
|
QuotaContext?: QuotaContextInfo | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <p>The quota description. </p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
Description?: string | undefined;
|
|
482
486
|
}
|
|
483
487
|
/**
|
|
484
488
|
* @public
|
|
@@ -562,6 +566,41 @@ export interface RequestedServiceQuotaChange {
|
|
|
562
566
|
DesiredValue?: number | undefined;
|
|
563
567
|
/**
|
|
564
568
|
* <p>The state of the quota increase request.</p>
|
|
569
|
+
* <ul>
|
|
570
|
+
* <li>
|
|
571
|
+
* <p>
|
|
572
|
+
* <code>PENDING</code>: The quota increase request is under review by Amazon Web Services. </p>
|
|
573
|
+
* </li>
|
|
574
|
+
* <li>
|
|
575
|
+
* <p>
|
|
576
|
+
* <code>CASE_OPENED</code>: Service Quotas opened a support case to process the quota increase
|
|
577
|
+
* request. Follow-up on the support case for more information.</p>
|
|
578
|
+
* </li>
|
|
579
|
+
* <li>
|
|
580
|
+
* <p>
|
|
581
|
+
* <code>APPROVED</code>: The quota increase request is approved. </p>
|
|
582
|
+
* </li>
|
|
583
|
+
* <li>
|
|
584
|
+
* <p>
|
|
585
|
+
* <code>DENIED</code>: The quota increase request can't be approved by Service Quotas. Contact
|
|
586
|
+
* Amazon Web Services Support for more details.</p>
|
|
587
|
+
* </li>
|
|
588
|
+
* <li>
|
|
589
|
+
* <p>
|
|
590
|
+
* <code>NOT APPROVED</code>: The quota increase request can't be approved by Service Quotas. Contact
|
|
591
|
+
* Amazon Web Services Support for more details.</p>
|
|
592
|
+
* </li>
|
|
593
|
+
* <li>
|
|
594
|
+
* <p>
|
|
595
|
+
* <code>CASE_CLOSED</code>: The support case associated with this quota increase request was closed.
|
|
596
|
+
* Check the support case correspondence for the outcome of your quota request.</p>
|
|
597
|
+
* </li>
|
|
598
|
+
* <li>
|
|
599
|
+
* <p>
|
|
600
|
+
* <code>INVALID_REQUEST</code>: Service Quotas couldn't process your resource-level quota increase request because the
|
|
601
|
+
* Amazon Resource Name (ARN) specified as part of the <code>ContextId</code> is invalid.</p>
|
|
602
|
+
* </li>
|
|
603
|
+
* </ul>
|
|
565
604
|
* @public
|
|
566
605
|
*/
|
|
567
606
|
Status?: RequestStatus | undefined;
|
|
@@ -597,7 +636,7 @@ export interface RequestedServiceQuotaChange {
|
|
|
597
636
|
*/
|
|
598
637
|
Unit?: string | undefined;
|
|
599
638
|
/**
|
|
600
|
-
* <p>
|
|
639
|
+
* <p>Filters the response to return quota requests for the <code>ACCOUNT</code>, <code>RESOURCE</code>, or <code>ALL</code> levels. <code>ACCOUNT</code> is the default.</p>
|
|
601
640
|
* @public
|
|
602
641
|
*/
|
|
603
642
|
QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
|
|
@@ -635,8 +674,7 @@ export interface GetServiceQuotaRequest {
|
|
|
635
674
|
*/
|
|
636
675
|
QuotaCode: string | undefined;
|
|
637
676
|
/**
|
|
638
|
-
* <p>Specifies the
|
|
639
|
-
* depends on the context scope associated with the specified service quota.</p>
|
|
677
|
+
* <p>Specifies the resource with an Amazon Resource Name (ARN).</p>
|
|
640
678
|
* @public
|
|
641
679
|
*/
|
|
642
680
|
ContextId?: string | undefined;
|
|
@@ -873,7 +911,7 @@ export interface ListRequestedServiceQuotaChangeHistoryRequest {
|
|
|
873
911
|
*/
|
|
874
912
|
MaxResults?: number | undefined;
|
|
875
913
|
/**
|
|
876
|
-
* <p>
|
|
914
|
+
* <p>Filters the response to return quota requests for the <code>ACCOUNT</code>, <code>RESOURCE</code>, or <code>ALL</code> levels. <code>ACCOUNT</code> is the default.</p>
|
|
877
915
|
* @public
|
|
878
916
|
*/
|
|
879
917
|
QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
|
|
@@ -944,7 +982,7 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaRequest {
|
|
|
944
982
|
*/
|
|
945
983
|
MaxResults?: number | undefined;
|
|
946
984
|
/**
|
|
947
|
-
* <p>
|
|
985
|
+
* <p>Filters the response to return quota requests for the <code>ACCOUNT</code>, <code>RESOURCE</code>, or <code>ALL</code> levels. <code>ACCOUNT</code> is the default.</p>
|
|
948
986
|
* @public
|
|
949
987
|
*/
|
|
950
988
|
QuotaRequestedAtLevel?: AppliedLevelEnum | undefined;
|
|
@@ -1067,7 +1105,7 @@ export interface ListServiceQuotasRequest {
|
|
|
1067
1105
|
*/
|
|
1068
1106
|
QuotaCode?: string | undefined;
|
|
1069
1107
|
/**
|
|
1070
|
-
* <p>
|
|
1108
|
+
* <p>Filters the response to return applied quota values for the <code>ACCOUNT</code>, <code>RESOURCE</code>, or <code>ALL</code> levels. <code>ACCOUNT</code> is the default.</p>
|
|
1071
1109
|
* @public
|
|
1072
1110
|
*/
|
|
1073
1111
|
QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
|
|
@@ -1120,7 +1158,7 @@ export interface ListServicesRequest {
|
|
|
1120
1158
|
MaxResults?: number | undefined;
|
|
1121
1159
|
}
|
|
1122
1160
|
/**
|
|
1123
|
-
* <p>Information about an Amazon Web
|
|
1161
|
+
* <p>Information about an Amazon Web Services service.</p>
|
|
1124
1162
|
* @public
|
|
1125
1163
|
*/
|
|
1126
1164
|
export interface ServiceInfo {
|
|
@@ -1149,7 +1187,7 @@ export interface ListServicesResponse {
|
|
|
1149
1187
|
*/
|
|
1150
1188
|
NextToken?: string | undefined;
|
|
1151
1189
|
/**
|
|
1152
|
-
* <p>The list of the Amazon Web
|
|
1190
|
+
* <p>The list of the Amazon Web Services service names and service codes.</p>
|
|
1153
1191
|
* @public
|
|
1154
1192
|
*/
|
|
1155
1193
|
Services?: ServiceInfo[] | undefined;
|
|
@@ -1251,11 +1289,19 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
1251
1289
|
*/
|
|
1252
1290
|
DesiredValue: number | undefined;
|
|
1253
1291
|
/**
|
|
1254
|
-
* <p>Specifies the
|
|
1255
|
-
* depends on the context scope associated with the specified service quota.</p>
|
|
1292
|
+
* <p>Specifies the resource with an Amazon Resource Name (ARN).</p>
|
|
1256
1293
|
* @public
|
|
1257
1294
|
*/
|
|
1258
1295
|
ContextId?: string | undefined;
|
|
1296
|
+
/**
|
|
1297
|
+
* <p>Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional. </p>
|
|
1298
|
+
* <p>By default, this flag is set to <code>True</code> and Amazon Web Services may create a support case for some quota increase requests.
|
|
1299
|
+
* You can set this flag to <code>False</code>
|
|
1300
|
+
* if you do not want a support case created when you request a quota increase. If you set the flag to <code>False</code>,
|
|
1301
|
+
* Amazon Web Services does not open a support case and updates the request status to <code>Not approved</code>. </p>
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
SupportCaseAllowed?: boolean | undefined;
|
|
1259
1305
|
}
|
|
1260
1306
|
/**
|
|
1261
1307
|
* @public
|
|
@@ -194,6 +194,7 @@ export interface ServiceQuota {
|
|
|
194
194
|
ErrorReason?: ErrorReason | undefined;
|
|
195
195
|
QuotaAppliedAtLevel?: AppliedLevelEnum | undefined;
|
|
196
196
|
QuotaContext?: QuotaContextInfo | undefined;
|
|
197
|
+
Description?: string | undefined;
|
|
197
198
|
}
|
|
198
199
|
export interface GetAWSDefaultServiceQuotaResponse {
|
|
199
200
|
Quota?: ServiceQuota | undefined;
|
|
@@ -380,6 +381,7 @@ export interface RequestServiceQuotaIncreaseRequest {
|
|
|
380
381
|
QuotaCode: string | undefined;
|
|
381
382
|
DesiredValue: number | undefined;
|
|
382
383
|
ContextId?: string | undefined;
|
|
384
|
+
SupportCaseAllowed?: boolean | undefined;
|
|
383
385
|
}
|
|
384
386
|
export interface RequestServiceQuotaIncreaseResponse {
|
|
385
387
|
RequestedQuota?: RequestedServiceQuotaChange | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-quotas",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Quotas Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.796.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-service-quotas",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.796.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.796.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.796.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.796.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|