@aws-sdk/client-service-quotas 3.321.1 → 3.326.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/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +32 -0
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +21 -0
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +32 -0
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +15 -0
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +35 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +24 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +24 -0
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +18 -0
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +35 -0
- package/dist-types/commands/ListServicesCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +15 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +21 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -32,6 +32,8 @@ export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateSer
|
|
|
32
32
|
* const input = {};
|
|
33
33
|
* const command = new AssociateServiceQuotaTemplateCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param AssociateServiceQuotaTemplateCommandInput - {@link AssociateServiceQuotaTemplateCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateSer
|
|
|
66
68
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
67
69
|
* an increase for this quota.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class AssociateServiceQuotaTemplateCommand extends $Command<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput exte
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteServiceQuotaIncreaseRequestFromTemplateCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput - {@link DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput}
|
|
@@ -71,6 +73,8 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput exte
|
|
|
71
73
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
72
74
|
* an increase for this quota.</p>
|
|
73
75
|
*
|
|
76
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
74
78
|
*
|
|
75
79
|
*/
|
|
76
80
|
export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
|
|
|
31
31
|
* const input = {};
|
|
32
32
|
* const command = new DisassociateServiceQuotaTemplateCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DisassociateServiceQuotaTemplateCommandInput - {@link DisassociateServiceQuotaTemplateCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
|
|
|
65
67
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
66
68
|
* an increase for this quota.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class DisassociateServiceQuotaTemplateCommand extends $Command<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -33,6 +33,36 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetAWSDefaultServiceQuotaCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetAWSDefaultServiceQuotaResponse
|
|
37
|
+
* // Quota: { // ServiceQuota
|
|
38
|
+
* // ServiceCode: "STRING_VALUE",
|
|
39
|
+
* // ServiceName: "STRING_VALUE",
|
|
40
|
+
* // QuotaArn: "STRING_VALUE",
|
|
41
|
+
* // QuotaCode: "STRING_VALUE",
|
|
42
|
+
* // QuotaName: "STRING_VALUE",
|
|
43
|
+
* // Value: Number("double"),
|
|
44
|
+
* // Unit: "STRING_VALUE",
|
|
45
|
+
* // Adjustable: true || false,
|
|
46
|
+
* // GlobalQuota: true || false,
|
|
47
|
+
* // UsageMetric: { // MetricInfo
|
|
48
|
+
* // MetricNamespace: "STRING_VALUE",
|
|
49
|
+
* // MetricName: "STRING_VALUE",
|
|
50
|
+
* // MetricDimensions: { // MetricDimensionsMapDefinition
|
|
51
|
+
* // "<keys>": "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // MetricStatisticRecommendation: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // Period: { // QuotaPeriod
|
|
56
|
+
* // PeriodValue: Number("int"),
|
|
57
|
+
* // PeriodUnit: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ErrorReason: { // ErrorReason
|
|
60
|
+
* // ErrorCode: "STRING_VALUE",
|
|
61
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
36
66
|
* ```
|
|
37
67
|
*
|
|
38
68
|
* @param GetAWSDefaultServiceQuotaCommandInput - {@link GetAWSDefaultServiceQuotaCommandInput}
|
|
@@ -57,6 +87,8 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
|
|
|
57
87
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
58
88
|
* an increase for this quota.</p>
|
|
59
89
|
*
|
|
90
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
60
92
|
*
|
|
61
93
|
*/
|
|
62
94
|
export declare class GetAWSDefaultServiceQuotaCommand extends $Command<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -29,6 +29,10 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new GetAssociationForServiceQuotaTemplateCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // GetAssociationForServiceQuotaTemplateResponse
|
|
33
|
+
* // ServiceQuotaTemplateAssociationStatus: "STRING_VALUE",
|
|
34
|
+
* // };
|
|
35
|
+
*
|
|
32
36
|
* ```
|
|
33
37
|
*
|
|
34
38
|
* @param GetAssociationForServiceQuotaTemplateCommandInput - {@link GetAssociationForServiceQuotaTemplateCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
|
|
|
63
67
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
64
68
|
* an increase for this quota.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -31,6 +31,25 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRequestedServiceQuotaChangeCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetRequestedServiceQuotaChangeResponse
|
|
35
|
+
* // RequestedQuota: { // RequestedServiceQuotaChange
|
|
36
|
+
* // Id: "STRING_VALUE",
|
|
37
|
+
* // CaseId: "STRING_VALUE",
|
|
38
|
+
* // ServiceCode: "STRING_VALUE",
|
|
39
|
+
* // ServiceName: "STRING_VALUE",
|
|
40
|
+
* // QuotaCode: "STRING_VALUE",
|
|
41
|
+
* // QuotaName: "STRING_VALUE",
|
|
42
|
+
* // DesiredValue: Number("double"),
|
|
43
|
+
* // Status: "STRING_VALUE",
|
|
44
|
+
* // Created: new Date("TIMESTAMP"),
|
|
45
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
46
|
+
* // Requester: "STRING_VALUE",
|
|
47
|
+
* // QuotaArn: "STRING_VALUE",
|
|
48
|
+
* // GlobalQuota: true || false,
|
|
49
|
+
* // Unit: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
34
53
|
* ```
|
|
35
54
|
*
|
|
36
55
|
* @param GetRequestedServiceQuotaChangeCommandInput - {@link GetRequestedServiceQuotaChangeCommandInput}
|
|
@@ -55,6 +74,8 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
|
|
|
55
74
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
56
75
|
* an increase for this quota.</p>
|
|
57
76
|
*
|
|
77
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
58
79
|
*
|
|
59
80
|
*/
|
|
60
81
|
export declare class GetRequestedServiceQuotaChangeCommand extends $Command<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,36 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetServiceQuotaCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetServiceQuotaResponse
|
|
38
|
+
* // Quota: { // ServiceQuota
|
|
39
|
+
* // ServiceCode: "STRING_VALUE",
|
|
40
|
+
* // ServiceName: "STRING_VALUE",
|
|
41
|
+
* // QuotaArn: "STRING_VALUE",
|
|
42
|
+
* // QuotaCode: "STRING_VALUE",
|
|
43
|
+
* // QuotaName: "STRING_VALUE",
|
|
44
|
+
* // Value: Number("double"),
|
|
45
|
+
* // Unit: "STRING_VALUE",
|
|
46
|
+
* // Adjustable: true || false,
|
|
47
|
+
* // GlobalQuota: true || false,
|
|
48
|
+
* // UsageMetric: { // MetricInfo
|
|
49
|
+
* // MetricNamespace: "STRING_VALUE",
|
|
50
|
+
* // MetricName: "STRING_VALUE",
|
|
51
|
+
* // MetricDimensions: { // MetricDimensionsMapDefinition
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // MetricStatisticRecommendation: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // Period: { // QuotaPeriod
|
|
57
|
+
* // PeriodValue: Number("int"),
|
|
58
|
+
* // PeriodUnit: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ErrorReason: { // ErrorReason
|
|
61
|
+
* // ErrorCode: "STRING_VALUE",
|
|
62
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
37
67
|
* ```
|
|
38
68
|
*
|
|
39
69
|
* @param GetServiceQuotaCommandInput - {@link GetServiceQuotaCommandInput}
|
|
@@ -58,6 +88,8 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
|
|
|
58
88
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
59
89
|
* an increase for this quota.</p>
|
|
60
90
|
*
|
|
91
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
61
93
|
*
|
|
62
94
|
*/
|
|
63
95
|
export declare class GetServiceQuotaCommand extends $Command<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,19 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetServiceQuotaIncreaseRequestFromTemplateCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetServiceQuotaIncreaseRequestFromTemplateResponse
|
|
38
|
+
* // ServiceQuotaIncreaseRequestInTemplate: { // ServiceQuotaIncreaseRequestInTemplate
|
|
39
|
+
* // ServiceCode: "STRING_VALUE",
|
|
40
|
+
* // ServiceName: "STRING_VALUE",
|
|
41
|
+
* // QuotaCode: "STRING_VALUE",
|
|
42
|
+
* // QuotaName: "STRING_VALUE",
|
|
43
|
+
* // DesiredValue: Number("double"),
|
|
44
|
+
* // AwsRegion: "STRING_VALUE",
|
|
45
|
+
* // Unit: "STRING_VALUE",
|
|
46
|
+
* // GlobalQuota: true || false,
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
37
50
|
* ```
|
|
38
51
|
*
|
|
39
52
|
* @param GetServiceQuotaIncreaseRequestFromTemplateCommandInput - {@link GetServiceQuotaIncreaseRequestFromTemplateCommandInput}
|
|
@@ -71,6 +84,8 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
|
|
|
71
84
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
72
85
|
* an increase for this quota.</p>
|
|
73
86
|
*
|
|
87
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
74
89
|
*
|
|
75
90
|
*/
|
|
76
91
|
export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,39 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListAWSDefaultServiceQuotasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListAWSDefaultServiceQuotasResponse
|
|
38
|
+
* // NextToken: "STRING_VALUE",
|
|
39
|
+
* // Quotas: [ // ServiceQuotaListDefinition
|
|
40
|
+
* // { // ServiceQuota
|
|
41
|
+
* // ServiceCode: "STRING_VALUE",
|
|
42
|
+
* // ServiceName: "STRING_VALUE",
|
|
43
|
+
* // QuotaArn: "STRING_VALUE",
|
|
44
|
+
* // QuotaCode: "STRING_VALUE",
|
|
45
|
+
* // QuotaName: "STRING_VALUE",
|
|
46
|
+
* // Value: Number("double"),
|
|
47
|
+
* // Unit: "STRING_VALUE",
|
|
48
|
+
* // Adjustable: true || false,
|
|
49
|
+
* // GlobalQuota: true || false,
|
|
50
|
+
* // UsageMetric: { // MetricInfo
|
|
51
|
+
* // MetricNamespace: "STRING_VALUE",
|
|
52
|
+
* // MetricName: "STRING_VALUE",
|
|
53
|
+
* // MetricDimensions: { // MetricDimensionsMapDefinition
|
|
54
|
+
* // "<keys>": "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // MetricStatisticRecommendation: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // Period: { // QuotaPeriod
|
|
59
|
+
* // PeriodValue: Number("int"),
|
|
60
|
+
* // PeriodUnit: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ErrorReason: { // ErrorReason
|
|
63
|
+
* // ErrorCode: "STRING_VALUE",
|
|
64
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
37
70
|
* ```
|
|
38
71
|
*
|
|
39
72
|
* @param ListAWSDefaultServiceQuotasCommandInput - {@link ListAWSDefaultServiceQuotasCommandInput}
|
|
@@ -61,6 +94,8 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
|
|
|
61
94
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
62
95
|
* an increase for this quota.</p>
|
|
63
96
|
*
|
|
97
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
98
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
64
99
|
*
|
|
65
100
|
*/
|
|
66
101
|
export declare class ListAWSDefaultServiceQuotasCommand extends $Command<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -35,6 +35,28 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListRequestedServiceQuotaChangeHistoryByQuotaCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListRequestedServiceQuotaChangeHistoryByQuotaResponse
|
|
39
|
+
* // NextToken: "STRING_VALUE",
|
|
40
|
+
* // RequestedQuotas: [ // RequestedServiceQuotaChangeHistoryListDefinition
|
|
41
|
+
* // { // RequestedServiceQuotaChange
|
|
42
|
+
* // Id: "STRING_VALUE",
|
|
43
|
+
* // CaseId: "STRING_VALUE",
|
|
44
|
+
* // ServiceCode: "STRING_VALUE",
|
|
45
|
+
* // ServiceName: "STRING_VALUE",
|
|
46
|
+
* // QuotaCode: "STRING_VALUE",
|
|
47
|
+
* // QuotaName: "STRING_VALUE",
|
|
48
|
+
* // DesiredValue: Number("double"),
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // Created: new Date("TIMESTAMP"),
|
|
51
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
52
|
+
* // Requester: "STRING_VALUE",
|
|
53
|
+
* // QuotaArn: "STRING_VALUE",
|
|
54
|
+
* // GlobalQuota: true || false,
|
|
55
|
+
* // Unit: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
38
60
|
* ```
|
|
39
61
|
*
|
|
40
62
|
* @param ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput - {@link ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput}
|
|
@@ -62,6 +84,8 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
|
|
|
62
84
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
63
85
|
* an increase for this quota.</p>
|
|
64
86
|
*
|
|
87
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
65
89
|
*
|
|
66
90
|
*/
|
|
67
91
|
export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,28 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListRequestedServiceQuotaChangeHistoryCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListRequestedServiceQuotaChangeHistoryResponse
|
|
38
|
+
* // NextToken: "STRING_VALUE",
|
|
39
|
+
* // RequestedQuotas: [ // RequestedServiceQuotaChangeHistoryListDefinition
|
|
40
|
+
* // { // RequestedServiceQuotaChange
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // CaseId: "STRING_VALUE",
|
|
43
|
+
* // ServiceCode: "STRING_VALUE",
|
|
44
|
+
* // ServiceName: "STRING_VALUE",
|
|
45
|
+
* // QuotaCode: "STRING_VALUE",
|
|
46
|
+
* // QuotaName: "STRING_VALUE",
|
|
47
|
+
* // DesiredValue: Number("double"),
|
|
48
|
+
* // Status: "STRING_VALUE",
|
|
49
|
+
* // Created: new Date("TIMESTAMP"),
|
|
50
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
51
|
+
* // Requester: "STRING_VALUE",
|
|
52
|
+
* // QuotaArn: "STRING_VALUE",
|
|
53
|
+
* // GlobalQuota: true || false,
|
|
54
|
+
* // Unit: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
37
59
|
* ```
|
|
38
60
|
*
|
|
39
61
|
* @param ListRequestedServiceQuotaChangeHistoryCommandInput - {@link ListRequestedServiceQuotaChangeHistoryCommandInput}
|
|
@@ -61,6 +83,8 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
|
|
|
61
83
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
62
84
|
* an increase for this quota.</p>
|
|
63
85
|
*
|
|
86
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
64
88
|
*
|
|
65
89
|
*/
|
|
66
90
|
export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,22 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListServiceQuotaIncreaseRequestsInTemplateCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListServiceQuotaIncreaseRequestsInTemplateResponse
|
|
38
|
+
* // ServiceQuotaIncreaseRequestInTemplateList: [ // ServiceQuotaIncreaseRequestInTemplateList
|
|
39
|
+
* // { // ServiceQuotaIncreaseRequestInTemplate
|
|
40
|
+
* // ServiceCode: "STRING_VALUE",
|
|
41
|
+
* // ServiceName: "STRING_VALUE",
|
|
42
|
+
* // QuotaCode: "STRING_VALUE",
|
|
43
|
+
* // QuotaName: "STRING_VALUE",
|
|
44
|
+
* // DesiredValue: Number("double"),
|
|
45
|
+
* // AwsRegion: "STRING_VALUE",
|
|
46
|
+
* // Unit: "STRING_VALUE",
|
|
47
|
+
* // GlobalQuota: true || false,
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // NextToken: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
37
53
|
* ```
|
|
38
54
|
*
|
|
39
55
|
* @param ListServiceQuotaIncreaseRequestsInTemplateCommandInput - {@link ListServiceQuotaIncreaseRequestsInTemplateCommandInput}
|
|
@@ -68,6 +84,8 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
|
|
|
68
84
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
69
85
|
* an increase for this quota.</p>
|
|
70
86
|
*
|
|
87
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
71
89
|
*
|
|
72
90
|
*/
|
|
73
91
|
export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -35,6 +35,39 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new ListServiceQuotasCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // ListServiceQuotasResponse
|
|
39
|
+
* // NextToken: "STRING_VALUE",
|
|
40
|
+
* // Quotas: [ // ServiceQuotaListDefinition
|
|
41
|
+
* // { // ServiceQuota
|
|
42
|
+
* // ServiceCode: "STRING_VALUE",
|
|
43
|
+
* // ServiceName: "STRING_VALUE",
|
|
44
|
+
* // QuotaArn: "STRING_VALUE",
|
|
45
|
+
* // QuotaCode: "STRING_VALUE",
|
|
46
|
+
* // QuotaName: "STRING_VALUE",
|
|
47
|
+
* // Value: Number("double"),
|
|
48
|
+
* // Unit: "STRING_VALUE",
|
|
49
|
+
* // Adjustable: true || false,
|
|
50
|
+
* // GlobalQuota: true || false,
|
|
51
|
+
* // UsageMetric: { // MetricInfo
|
|
52
|
+
* // MetricNamespace: "STRING_VALUE",
|
|
53
|
+
* // MetricName: "STRING_VALUE",
|
|
54
|
+
* // MetricDimensions: { // MetricDimensionsMapDefinition
|
|
55
|
+
* // "<keys>": "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // MetricStatisticRecommendation: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // Period: { // QuotaPeriod
|
|
60
|
+
* // PeriodValue: Number("int"),
|
|
61
|
+
* // PeriodUnit: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ErrorReason: { // ErrorReason
|
|
64
|
+
* // ErrorCode: "STRING_VALUE",
|
|
65
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
38
71
|
* ```
|
|
39
72
|
*
|
|
40
73
|
* @param ListServiceQuotasCommandInput - {@link ListServiceQuotasCommandInput}
|
|
@@ -62,6 +95,8 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
|
|
|
62
95
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
63
96
|
* an increase for this quota.</p>
|
|
64
97
|
*
|
|
98
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
65
100
|
*
|
|
66
101
|
*/
|
|
67
102
|
export declare class ListServiceQuotasCommand extends $Command<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -32,6 +32,16 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListServicesCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListServicesResponse
|
|
36
|
+
* // NextToken: "STRING_VALUE",
|
|
37
|
+
* // Services: [ // ServiceInfoListDefinition
|
|
38
|
+
* // { // ServiceInfo
|
|
39
|
+
* // ServiceCode: "STRING_VALUE",
|
|
40
|
+
* // ServiceName: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // ],
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
35
45
|
* ```
|
|
36
46
|
*
|
|
37
47
|
* @param ListServicesCommandInput - {@link ListServicesCommandInput}
|
|
@@ -56,6 +66,8 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
56
66
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
57
67
|
* an increase for this quota.</p>
|
|
58
68
|
*
|
|
69
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
59
71
|
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // Tags: [ // OutputTags
|
|
36
|
+
* // { // Tag
|
|
37
|
+
* // Key: "STRING_VALUE", // required
|
|
38
|
+
* // Value: "STRING_VALUE", // required
|
|
39
|
+
* // },
|
|
40
|
+
* // ],
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
34
43
|
* ```
|
|
35
44
|
*
|
|
36
45
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -55,6 +64,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
55
64
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
56
65
|
* an increase for this quota.</p>
|
|
57
66
|
*
|
|
67
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
58
69
|
*
|
|
59
70
|
*/
|
|
60
71
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -34,6 +34,19 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutServiceQuotaIncreaseRequestIntoTemplateCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // PutServiceQuotaIncreaseRequestIntoTemplateResponse
|
|
38
|
+
* // ServiceQuotaIncreaseRequestInTemplate: { // ServiceQuotaIncreaseRequestInTemplate
|
|
39
|
+
* // ServiceCode: "STRING_VALUE",
|
|
40
|
+
* // ServiceName: "STRING_VALUE",
|
|
41
|
+
* // QuotaCode: "STRING_VALUE",
|
|
42
|
+
* // QuotaName: "STRING_VALUE",
|
|
43
|
+
* // DesiredValue: Number("double"),
|
|
44
|
+
* // AwsRegion: "STRING_VALUE",
|
|
45
|
+
* // Unit: "STRING_VALUE",
|
|
46
|
+
* // GlobalQuota: true || false,
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
37
50
|
* ```
|
|
38
51
|
*
|
|
39
52
|
* @param PutServiceQuotaIncreaseRequestIntoTemplateCommandInput - {@link PutServiceQuotaIncreaseRequestIntoTemplateCommandInput}
|
|
@@ -75,6 +88,8 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
|
|
|
75
88
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
76
89
|
* an increase for this quota.</p>
|
|
77
90
|
*
|
|
91
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
78
93
|
*
|
|
79
94
|
*/
|
|
80
95
|
export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -33,6 +33,25 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new RequestServiceQuotaIncreaseCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // RequestServiceQuotaIncreaseResponse
|
|
37
|
+
* // RequestedQuota: { // RequestedServiceQuotaChange
|
|
38
|
+
* // Id: "STRING_VALUE",
|
|
39
|
+
* // CaseId: "STRING_VALUE",
|
|
40
|
+
* // ServiceCode: "STRING_VALUE",
|
|
41
|
+
* // ServiceName: "STRING_VALUE",
|
|
42
|
+
* // QuotaCode: "STRING_VALUE",
|
|
43
|
+
* // QuotaName: "STRING_VALUE",
|
|
44
|
+
* // DesiredValue: Number("double"),
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // Created: new Date("TIMESTAMP"),
|
|
47
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
48
|
+
* // Requester: "STRING_VALUE",
|
|
49
|
+
* // QuotaArn: "STRING_VALUE",
|
|
50
|
+
* // GlobalQuota: true || false,
|
|
51
|
+
* // Unit: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
36
55
|
* ```
|
|
37
56
|
*
|
|
38
57
|
* @param RequestServiceQuotaIncreaseCommandInput - {@link RequestServiceQuotaIncreaseCommandInput}
|
|
@@ -70,6 +89,8 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
|
|
|
70
89
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
71
90
|
* an increase for this quota.</p>
|
|
72
91
|
*
|
|
92
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
73
94
|
*
|
|
74
95
|
*/
|
|
75
96
|
export declare class RequestServiceQuotaIncreaseCommand extends $Command<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -38,6 +38,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new TagResourceCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
41
43
|
* ```
|
|
42
44
|
*
|
|
43
45
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
70
72
|
* <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
|
|
71
73
|
* restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UntagResourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
59
61
|
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
60
62
|
* an increase for this quota.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link ServiceQuotasServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from ServiceQuotas service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
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.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|