@aws-sdk/client-service-quotas 3.1077.0 → 3.1078.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-cjs/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/CreateSupportCaseCommand.js +2 -14
- package/dist-es/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/DisassociateServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAWSDefaultServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetAssociationForServiceQuotaTemplateCommand.js +2 -14
- package/dist-es/commands/GetAutoManagementConfigurationCommand.js +2 -14
- package/dist-es/commands/GetQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/GetRequestedServiceQuotaChangeCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaCommand.js +2 -14
- package/dist-es/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +2 -14
- package/dist-es/commands/ListAWSDefaultServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +2 -14
- package/dist-es/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +2 -14
- package/dist-es/commands/ListServiceQuotasCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +2 -14
- package/dist-es/commands/RequestServiceQuotaIncreaseCommand.js +2 -14
- package/dist-es/commands/StartAutoManagementCommand.js +2 -14
- package/dist-es/commands/StartQuotaUtilizationReportCommand.js +2 -14
- package/dist-es/commands/StopAutoManagementCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAutoManagementCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateSupportCaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAWSDefaultServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetAutoManagementConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/GetRequestedServiceQuotaChangeCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListAWSDefaultServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +3 -8
- package/dist-types/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListServiceQuotasCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +3 -8
- package/dist-types/commands/RequestServiceQuotaIncreaseCommand.d.ts +3 -8
- package/dist-types/commands/StartAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/StartQuotaUtilizationReportCommand.d.ts +3 -8
- package/dist-types/commands/StopAutoManagementCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutoManagementCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSupportCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAWSDefaultServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociationForServiceQuotaTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutoManagementConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequestedServiceQuotaChangeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAWSDefaultServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequestedServiceQuotaChangeHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServiceQuotasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestServiceQuotaIncreaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQuotaUtilizationReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutoManagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRequestedServiceQuotaChangeHistory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListRequestedServiceQuotaChangeHistory", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListRequestedServiceQuotaChangeHistoryCommand")
|
|
14
|
-
.sc(ListRequestedServiceQuotaChangeHistory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRequestedServiceQuotaChangeHistoryCommand extends command(_ep0, _mw0, "ListRequestedServiceQuotaChangeHistory", ListRequestedServiceQuotaChangeHistory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListServiceQuotaIncreaseRequestsInTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotaIncreaseRequestsInTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListServiceQuotaIncreaseRequestsInTemplateCommand")
|
|
14
|
-
.sc(ListServiceQuotaIncreaseRequestsInTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends command(_ep0, _mw0, "ListServiceQuotaIncreaseRequestsInTemplate", ListServiceQuotaIncreaseRequestsInTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListServiceQuotas$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServiceQuotasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListServiceQuotas", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListServiceQuotasCommand")
|
|
14
|
-
.sc(ListServiceQuotas$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServiceQuotasCommand extends command(_ep0, _mw0, "ListServiceQuotas", ListServiceQuotas$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListServices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListServices", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListServicesCommand")
|
|
14
|
-
.sc(ListServices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "ListTagsForResource", {})
|
|
13
|
-
.n("ServiceQuotasClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutServiceQuotaIncreaseRequestIntoTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "PutServiceQuotaIncreaseRequestIntoTemplate", {})
|
|
13
|
-
.n("ServiceQuotasClient", "PutServiceQuotaIncreaseRequestIntoTemplateCommand")
|
|
14
|
-
.sc(PutServiceQuotaIncreaseRequestIntoTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends command(_ep0, _mw0, "PutServiceQuotaIncreaseRequestIntoTemplate", PutServiceQuotaIncreaseRequestIntoTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RequestServiceQuotaIncrease$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RequestServiceQuotaIncreaseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "RequestServiceQuotaIncrease", {})
|
|
13
|
-
.n("ServiceQuotasClient", "RequestServiceQuotaIncreaseCommand")
|
|
14
|
-
.sc(RequestServiceQuotaIncrease$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RequestServiceQuotaIncreaseCommand extends command(_ep0, _mw0, "RequestServiceQuotaIncrease", RequestServiceQuotaIncrease$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartAutoManagement$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartAutoManagementCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "StartAutoManagement", {})
|
|
13
|
-
.n("ServiceQuotasClient", "StartAutoManagementCommand")
|
|
14
|
-
.sc(StartAutoManagement$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartAutoManagementCommand extends command(_ep0, _mw0, "StartAutoManagement", StartAutoManagement$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartQuotaUtilizationReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartQuotaUtilizationReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "StartQuotaUtilizationReport", {})
|
|
13
|
-
.n("ServiceQuotasClient", "StartQuotaUtilizationReportCommand")
|
|
14
|
-
.sc(StartQuotaUtilizationReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartQuotaUtilizationReportCommand extends command(_ep0, _mw0, "StartQuotaUtilizationReport", StartQuotaUtilizationReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopAutoManagement$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopAutoManagementCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "StopAutoManagement", {})
|
|
13
|
-
.n("ServiceQuotasClient", "StopAutoManagementCommand")
|
|
14
|
-
.sc(StopAutoManagement$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopAutoManagementCommand extends command(_ep0, _mw0, "StopAutoManagement", StopAutoManagement$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "TagResource", {})
|
|
13
|
-
.n("ServiceQuotasClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "UntagResource", {})
|
|
13
|
-
.n("ServiceQuotasClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAutoManagement$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAutoManagementCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ServiceQuotasV20190624", "UpdateAutoManagement", {})
|
|
13
|
-
.n("ServiceQuotasClient", "UpdateAutoManagementCommand")
|
|
14
|
-
.sc(UpdateAutoManagement$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAutoManagementCommand extends command(_ep0, _mw0, "UpdateAutoManagement", UpdateAutoManagement$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ServiceQuotasClient";
|
|
2
2
|
export * from "./ServiceQuotas";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "./ServiceQuotasClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AssociateServiceQuotaTemplateRequest, AssociateServiceQuotaTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateServiceQuotaTemplateCommandInput extends AssociateServ
|
|
|
22
19
|
export interface AssociateServiceQuotaTemplateCommandOutput extends AssociateServiceQuotaTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateServiceQuotaTemplateCommand_base: {
|
|
25
|
-
new (input: AssociateServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [AssociateServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [AssociateServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<AssociateServiceQuotaTemplateCommandInput, AssociateServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates your quota request template with your organization. When a new
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateSupportCaseRequest, CreateSupportCaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSupportCaseCommandInput extends CreateSupportCaseRequest
|
|
|
22
19
|
export interface CreateSupportCaseCommandOutput extends CreateSupportCaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSupportCaseCommand_base: {
|
|
25
|
-
new (input: CreateSupportCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSupportCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSupportCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSupportCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a Support case for an existing quota increase request. This call only creates
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteServiceQuotaIncreaseRequestFromTemplateRequest, DeleteServiceQuotaIncreaseRequestFromTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput exten
|
|
|
22
19
|
export interface DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput extends DeleteServiceQuotaIncreaseRequestFromTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteServiceQuotaIncreaseRequestFromTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput, DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the quota increase request for the specified quota from your quota request
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DisassociateServiceQuotaTemplateRequest, DisassociateServiceQuotaTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateServiceQuotaTemplateCommandInput extends Disassocia
|
|
|
22
19
|
export interface DisassociateServiceQuotaTemplateCommandOutput extends DisassociateServiceQuotaTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateServiceQuotaTemplateCommand_base: {
|
|
25
|
-
new (input: DisassociateServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DisassociateServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DisassociateServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<DisassociateServiceQuotaTemplateCommandInput, DisassociateServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Disables your quota request template. After a template is disabled, the quota increase
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAWSDefaultServiceQuotaRequest, GetAWSDefaultServiceQuotaResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAWSDefaultServiceQuotaCommandInput extends GetAWSDefaultServ
|
|
|
22
19
|
export interface GetAWSDefaultServiceQuotaCommandOutput extends GetAWSDefaultServiceQuotaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAWSDefaultServiceQuotaCommand_base: {
|
|
25
|
-
new (input: GetAWSDefaultServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAWSDefaultServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAWSDefaultServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAWSDefaultServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetAWSDefaultServiceQuotaCommandInput, GetAWSDefaultServiceQuotaCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the default value for the specified quota. The default value does not
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAssociationForServiceQuotaTemplateRequest, GetAssociationForServiceQuotaTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssociationForServiceQuotaTemplateCommandInput extends GetAs
|
|
|
22
19
|
export interface GetAssociationForServiceQuotaTemplateCommandOutput extends GetAssociationForServiceQuotaTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssociationForServiceQuotaTemplateCommand_base: {
|
|
25
|
-
new (input: GetAssociationForServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAssociationForServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssociationForServiceQuotaTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAssociationForServiceQuotaTemplateCommandInput]): import("@smithy/core/client").CommandImpl<GetAssociationForServiceQuotaTemplateCommandInput, GetAssociationForServiceQuotaTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the status of the association for the quota request template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetAutoManagementConfigurationRequest, GetAutoManagementConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAutoManagementConfigurationCommandInput extends GetAutoManag
|
|
|
22
19
|
export interface GetAutoManagementConfigurationCommandOutput extends GetAutoManagementConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAutoManagementConfigurationCommand_base: {
|
|
25
|
-
new (input: GetAutoManagementConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAutoManagementConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAutoManagementConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAutoManagementConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoManagementConfigurationCommandInput, GetAutoManagementConfigurationCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about your <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html">Service Quotas Automatic Management</a> configuration. Automatic Management monitors your Service Quotas utilization and notifies you before you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetQuotaUtilizationReportRequest, GetQuotaUtilizationReportResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetQuotaUtilizationReportCommandInput extends GetQuotaUtilizati
|
|
|
22
19
|
export interface GetQuotaUtilizationReportCommandOutput extends GetQuotaUtilizationReportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetQuotaUtilizationReportCommand_base: {
|
|
25
|
-
new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetQuotaUtilizationReportCommandInput): import("@smithy/core/client").CommandImpl<GetQuotaUtilizationReportCommandInput, GetQuotaUtilizationReportCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the quota utilization report for your Amazon Web Services account. This operation returns
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetRequestedServiceQuotaChangeRequest, GetRequestedServiceQuotaChangeResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRequestedServiceQuotaChangeCommandInput extends GetRequested
|
|
|
22
19
|
export interface GetRequestedServiceQuotaChangeCommandOutput extends GetRequestedServiceQuotaChangeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRequestedServiceQuotaChangeCommand_base: {
|
|
25
|
-
new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRequestedServiceQuotaChangeCommandInput): import("@smithy/core/client").CommandImpl<GetRequestedServiceQuotaChangeCommandInput, GetRequestedServiceQuotaChangeCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about the specified quota increase request.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetServiceQuotaRequest, GetServiceQuotaResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceQuotaCommandInput extends GetServiceQuotaRequest {
|
|
|
22
19
|
export interface GetServiceQuotaCommandOutput extends GetServiceQuotaResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceQuotaCommand_base: {
|
|
25
|
-
new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaCommandInput, GetServiceQuotaCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the applied quota value for the specified account-level or resource-level
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetServiceQuotaIncreaseRequestFromTemplateRequest, GetServiceQuotaIncreaseRequestFromTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceQuotaIncreaseRequestFromTemplateCommandInput extends
|
|
|
22
19
|
export interface GetServiceQuotaIncreaseRequestFromTemplateCommandOutput extends GetServiceQuotaIncreaseRequestFromTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceQuotaIncreaseRequestFromTemplateCommand_base: {
|
|
25
|
-
new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetServiceQuotaIncreaseRequestFromTemplateCommandInput, GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, import("..").ServiceQuotasClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about the specified quota increase request in your quota request
|