@aws-sdk/client-service-quotas 3.288.0 → 3.290.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 +27 -0
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +30 -0
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +27 -0
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +17 -0
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +27 -0
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +17 -0
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +17 -0
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +30 -0
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +20 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +20 -0
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +20 -0
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +27 -0
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +20 -0
- package/dist-types/commands/ListServicesCommand.d.ts +17 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +34 -0
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +30 -0
- package/dist-types/commands/TagResourceCommand.d.ts +25 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
- package/package.json +29 -29
|
@@ -32,6 +32,33 @@ export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateSer
|
|
|
32
32
|
* @see {@link AssociateServiceQuotaTemplateCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
39
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
40
|
+
* enabled in your organization.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
43
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
46
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link OrganizationNotInAllFeaturesModeException} (client fault)
|
|
49
|
+
* <p>The organization that your account belongs to is not in All Features mode.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceException} (server fault)
|
|
52
|
+
* <p>Something went wrong.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
55
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
59
|
+
* an increase for this quota.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
35
62
|
*/
|
|
36
63
|
export declare class AssociateServiceQuotaTemplateCommand extends $Command<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
37
64
|
readonly input: AssociateServiceQuotaTemplateCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput exte
|
|
|
30
30
|
* @see {@link DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
37
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
38
|
+
* enabled in your organization.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
41
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
44
|
+
* <p>Invalid input was provided.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
47
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
50
|
+
* <p>The specified resource does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceException} (server fault)
|
|
53
|
+
* <p>Something went wrong.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
56
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
60
|
+
* an increase for this quota.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
65
|
readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
@@ -31,6 +31,33 @@ export interface DisassociateServiceQuotaTemplateCommandOutput extends Disassoci
|
|
|
31
31
|
* @see {@link DisassociateServiceQuotaTemplateCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
38
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
39
|
+
* enabled in your organization.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
42
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
45
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceException} (server fault)
|
|
48
|
+
* <p>Something went wrong.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ServiceQuotaTemplateNotInUseException} (client fault)
|
|
51
|
+
* <p>The quota request template is not associated with your organization.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
54
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
58
|
+
* an increase for this quota.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
34
61
|
*/
|
|
35
62
|
export declare class DisassociateServiceQuotaTemplateCommand extends $Command<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
36
63
|
readonly input: DisassociateServiceQuotaTemplateCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultSer
|
|
|
30
30
|
* @see {@link GetAWSDefaultServiceQuotaCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
37
|
+
* <p>Invalid input was provided.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
40
|
+
* <p>The specified resource does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>Something went wrong.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
47
|
+
* an increase for this quota.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class GetAWSDefaultServiceQuotaCommand extends $Command<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
52
|
readonly input: GetAWSDefaultServiceQuotaCommandInput;
|
|
@@ -29,6 +29,33 @@ export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetA
|
|
|
29
29
|
* @see {@link GetAssociationForServiceQuotaTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
36
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
37
|
+
* enabled in your organization.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
40
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
43
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>Something went wrong.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceQuotaTemplateNotInUseException} (client fault)
|
|
49
|
+
* <p>The quota request template is not associated with your organization.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
52
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
56
|
+
* an increase for this quota.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
32
59
|
*/
|
|
33
60
|
export declare class GetAssociationForServiceQuotaTemplateCommand extends $Command<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
61
|
readonly input: GetAssociationForServiceQuotaTemplateCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequeste
|
|
|
29
29
|
* @see {@link GetRequestedServiceQuotaChangeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
36
|
+
* <p>Invalid input was provided.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
39
|
+
* <p>The specified resource does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>Something went wrong.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
46
|
+
* an increase for this quota.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetRequestedServiceQuotaChangeCommand extends $Command<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
51
|
readonly input: GetRequestedServiceQuotaChangeCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, _
|
|
|
31
31
|
* @see {@link GetServiceQuotaCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
38
|
+
* <p>Invalid input was provided.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
41
|
+
* <p>The specified resource does not exist.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceException} (server fault)
|
|
44
|
+
* <p>Something went wrong.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
48
|
+
* an increase for this quota.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class GetServiceQuotaCommand extends $Command<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
36
53
|
readonly input: GetServiceQuotaCommandInput;
|
|
@@ -30,6 +30,36 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends
|
|
|
30
30
|
* @see {@link GetServiceQuotaIncreaseRequestFromTemplateCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
37
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
38
|
+
* enabled in your organization.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
41
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
44
|
+
* <p>Invalid input was provided.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
47
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
50
|
+
* <p>The specified resource does not exist.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ServiceException} (server fault)
|
|
53
|
+
* <p>Something went wrong.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
56
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
60
|
+
* an increase for this quota.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
33
63
|
*/
|
|
34
64
|
export declare class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
65
|
readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface ListAWSDefaultServiceQuotasCommandOutput extends ListAWSDefault
|
|
|
30
30
|
* @see {@link ListAWSDefaultServiceQuotasCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
37
|
+
* <p>Invalid input was provided.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
40
|
+
* <p>Invalid input was provided.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
43
|
+
* <p>The specified resource does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>Something went wrong.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
50
|
+
* an increase for this quota.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class ListAWSDefaultServiceQuotasCommand extends $Command<ListAWSDefaultServiceQuotasCommandInput, ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
55
|
readonly input: ListAWSDefaultServiceQuotasCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput exte
|
|
|
29
29
|
* @see {@link ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
36
|
+
* <p>Invalid input was provided.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
39
|
+
* <p>Invalid input was provided.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
42
|
+
* <p>The specified resource does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>Something went wrong.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
49
|
+
* an increase for this quota.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Command<ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput, ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
54
|
readonly input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface ListRequestedServiceQuotaChangeHistoryCommandOutput extends Lis
|
|
|
29
29
|
* @see {@link ListRequestedServiceQuotaChangeHistoryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
36
|
+
* <p>Invalid input was provided.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
39
|
+
* <p>Invalid input was provided.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
42
|
+
* <p>The specified resource does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>Something went wrong.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
49
|
+
* an increase for this quota.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class ListRequestedServiceQuotaChangeHistoryCommand extends $Command<ListRequestedServiceQuotaChangeHistoryCommandInput, ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
54
|
readonly input: ListRequestedServiceQuotaChangeHistoryCommandInput;
|
|
@@ -29,6 +29,33 @@ export interface ListServiceQuotaIncreaseRequestsInTemplateCommandOutput extends
|
|
|
29
29
|
* @see {@link ListServiceQuotaIncreaseRequestsInTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
36
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
37
|
+
* enabled in your organization.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
40
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
43
|
+
* <p>Invalid input was provided.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
46
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceException} (server fault)
|
|
49
|
+
* <p>Something went wrong.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
52
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
56
|
+
* an increase for this quota.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
32
59
|
*/
|
|
33
60
|
export declare class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command<ListServiceQuotaIncreaseRequestsInTemplateCommandInput, ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
61
|
readonly input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface ListServiceQuotasCommandOutput extends ListServiceQuotasRespons
|
|
|
31
31
|
* @see {@link ListServiceQuotasCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
38
|
+
* <p>Invalid input was provided.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
41
|
+
* <p>Invalid input was provided.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
44
|
+
* <p>The specified resource does not exist.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ServiceException} (server fault)
|
|
47
|
+
* <p>Something went wrong.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
50
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
51
|
+
* an increase for this quota.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class ListServiceQuotasCommand extends $Command<ListServiceQuotasCommandInput, ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
36
56
|
readonly input: ListServiceQuotasCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
|
|
|
29
29
|
* @see {@link ListServicesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
36
|
+
* <p>Invalid input was provided.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidPaginationTokenException} (client fault)
|
|
39
|
+
* <p>Invalid input was provided.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>Something went wrong.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
46
|
+
* an increase for this quota.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
51
|
readonly input: ListServicesCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
36
|
+
* <p>Invalid input was provided.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
39
|
+
* <p>The specified resource does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>Something went wrong.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
46
|
+
* an increase for this quota.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
51
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput extends
|
|
|
29
29
|
* @see {@link PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link AWSServiceAccessNotEnabledException} (client fault)
|
|
36
|
+
* <p>The action you attempted is not allowed unless Service Access with Service Quotas is
|
|
37
|
+
* enabled in your organization.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
40
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
43
|
+
* <p>Invalid input was provided.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NoAvailableOrganizationException} (client fault)
|
|
46
|
+
* <p>The account making this call is not a member of an organization.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
49
|
+
* <p>The specified resource does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link QuotaExceededException} (client fault)
|
|
52
|
+
* <p>You have exceeded your service quota. To perform the requested action, remove some of the
|
|
53
|
+
* relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ServiceException} (server fault)
|
|
56
|
+
* <p>Something went wrong.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link TemplatesNotAvailableInRegionException} (client fault)
|
|
59
|
+
* <p>The Service Quotas template is not available in this AWS Region.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
62
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
63
|
+
* an increase for this quota.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command<PutServiceQuotaIncreaseRequestIntoTemplateCommandInput, PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
68
|
readonly input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput;
|
|
@@ -29,6 +29,36 @@ export interface RequestServiceQuotaIncreaseCommandOutput extends RequestService
|
|
|
29
29
|
* @see {@link RequestServiceQuotaIncreaseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DependencyAccessDeniedException} (client fault)
|
|
36
|
+
* <p>You can't perform this action because a dependency does not have access.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
39
|
+
* <p>Invalid input was provided.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidResourceStateException} (client fault)
|
|
42
|
+
* <p>The resource is in an invalid state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
45
|
+
* <p>The specified resource does not exist.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link QuotaExceededException} (client fault)
|
|
48
|
+
* <p>You have exceeded your service quota. To perform the requested action, remove some of the
|
|
49
|
+
* relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
52
|
+
* <p>The specified resource already exists.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceException} (server fault)
|
|
55
|
+
* <p>Something went wrong.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
59
|
+
* an increase for this quota.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
32
62
|
*/
|
|
33
63
|
export declare class RequestServiceQuotaIncreaseCommand extends $Command<RequestServiceQuotaIncreaseCommandInput, RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
34
64
|
readonly input: RequestServiceQuotaIncreaseCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
30
30
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
37
|
+
* <p>Invalid input was provided.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
40
|
+
* <p>The specified resource does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>Something went wrong.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TagPolicyViolationException} (client fault)
|
|
46
|
+
* <p>The specified tag is a reserved word and cannot be used.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
50
|
+
* an increase for this quota.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
53
|
+
* <p>You've exceeded the number of tags allowed for a resource. For more information, see
|
|
54
|
+
* <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions">Tag
|
|
55
|
+
* restrictions</a> in the <i>Service Quotas User Guide</i>.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
60
|
readonly input: TagResourceCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ServiceQuotasClientResolvedConfig | config} for ServiceQuotasClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient permission to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
37
|
+
* <p>Invalid input was provided.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NoSuchResourceException} (client fault)
|
|
40
|
+
* <p>The specified resource does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceException} (server fault)
|
|
43
|
+
* <p>Something went wrong.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
46
|
+
* <p>Due to throttling, the request was denied. Slow down the rate of request calls, or request
|
|
47
|
+
* an increase for this quota.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig> {
|
|
35
52
|
readonly input: UntagResourceCommandInput;
|
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.290.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",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|