@aws-sdk/client-outposts 3.1076.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 +54 -435
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelCapacityTaskCommand.js +2 -14
- package/dist-es/commands/CancelOrderCommand.js +2 -14
- package/dist-es/commands/CreateOrderCommand.js +2 -14
- package/dist-es/commands/CreateOutpostCommand.js +2 -14
- package/dist-es/commands/CreateQuoteCommand.js +2 -14
- package/dist-es/commands/CreateRenewalCommand.js +2 -14
- package/dist-es/commands/CreateSiteCommand.js +2 -14
- package/dist-es/commands/DeleteOutpostCommand.js +2 -14
- package/dist-es/commands/DeleteQuoteCommand.js +2 -14
- package/dist-es/commands/DeleteSiteCommand.js +2 -14
- package/dist-es/commands/GetCapacityTaskCommand.js +2 -14
- package/dist-es/commands/GetCatalogItemCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetOrderCommand.js +2 -14
- package/dist-es/commands/GetOutpostBillingInformationCommand.js +2 -14
- package/dist-es/commands/GetOutpostCommand.js +2 -14
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetOutpostSupportedInstanceTypesCommand.js +2 -14
- package/dist-es/commands/GetQuoteCommand.js +2 -14
- package/dist-es/commands/GetRenewalPricingCommand.js +2 -14
- package/dist-es/commands/GetSiteAddressCommand.js +2 -14
- package/dist-es/commands/GetSiteCommand.js +2 -14
- package/dist-es/commands/ListAssetInstancesCommand.js +2 -14
- package/dist-es/commands/ListAssetsCommand.js +2 -14
- package/dist-es/commands/ListBlockingInstancesForCapacityTaskCommand.js +2 -14
- package/dist-es/commands/ListCapacityTasksCommand.js +2 -14
- package/dist-es/commands/ListCatalogItemsCommand.js +2 -14
- package/dist-es/commands/ListOrderableInstanceTypesCommand.js +2 -14
- package/dist-es/commands/ListOrdersCommand.js +2 -14
- package/dist-es/commands/ListOutpostsCommand.js +2 -14
- package/dist-es/commands/ListQuotesCommand.js +2 -14
- package/dist-es/commands/ListSitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCapacityTaskCommand.js +2 -14
- package/dist-es/commands/StartConnectionCommand.js +2 -14
- package/dist-es/commands/StartOutpostDecommissionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateOutpostCommand.js +2 -14
- package/dist-es/commands/UpdateQuoteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteAddressCommand.js +2 -14
- package/dist-es/commands/UpdateSiteCommand.js +2 -14
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/CancelOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/CreateRenewalCommand.d.ts +3 -8
- package/dist-types/commands/CreateSiteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutpostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuoteCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSiteCommand.d.ts +3 -8
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetCatalogItemCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetOrderCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetQuoteCommand.d.ts +3 -8
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/GetSiteCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListOrdersCommand.d.ts +3 -8
- package/dist-types/commands/ListOutpostsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuotesCommand.d.ts +3 -8
- package/dist-types/commands/ListSitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartConnectionCommand.d.ts +3 -8
- package/dist-types/commands/StartOutpostDecommissionCommand.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/UpdateOutpostCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuoteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRenewalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCatalogItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostBillingInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRenewalPricingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapacityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCatalogItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrdersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutpostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCapacityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOutpostDecommissionCommand.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/UpdateOutpostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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 { CreateOutpost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateOutpostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CreateOutpost", {})
|
|
13
|
-
.n("OutpostsClient", "CreateOutpostCommand")
|
|
14
|
-
.sc(CreateOutpost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateOutpostCommand extends command(_ep0, _mw0, "CreateOutpost", CreateOutpost$) {
|
|
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 { CreateQuote$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateQuoteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CreateQuote", {})
|
|
13
|
-
.n("OutpostsClient", "CreateQuoteCommand")
|
|
14
|
-
.sc(CreateQuote$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateQuoteCommand extends command(_ep0, _mw0, "CreateQuote", CreateQuote$) {
|
|
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 { CreateRenewal$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRenewalCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CreateRenewal", {})
|
|
13
|
-
.n("OutpostsClient", "CreateRenewalCommand")
|
|
14
|
-
.sc(CreateRenewal$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRenewalCommand extends command(_ep0, _mw0, "CreateRenewal", CreateRenewal$) {
|
|
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 { CreateSite$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSiteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "CreateSite", {})
|
|
13
|
-
.n("OutpostsClient", "CreateSiteCommand")
|
|
14
|
-
.sc(CreateSite$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSiteCommand extends command(_ep0, _mw0, "CreateSite", CreateSite$) {
|
|
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 { DeleteOutpost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteOutpostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "DeleteOutpost", {})
|
|
13
|
-
.n("OutpostsClient", "DeleteOutpostCommand")
|
|
14
|
-
.sc(DeleteOutpost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteOutpostCommand extends command(_ep0, _mw0, "DeleteOutpost", DeleteOutpost$) {
|
|
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 { DeleteQuote$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteQuoteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "DeleteQuote", {})
|
|
13
|
-
.n("OutpostsClient", "DeleteQuoteCommand")
|
|
14
|
-
.sc(DeleteQuote$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteQuoteCommand extends command(_ep0, _mw0, "DeleteQuote", DeleteQuote$) {
|
|
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 { DeleteSite$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSiteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "DeleteSite", {})
|
|
13
|
-
.n("OutpostsClient", "DeleteSiteCommand")
|
|
14
|
-
.sc(DeleteSite$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSiteCommand extends command(_ep0, _mw0, "DeleteSite", DeleteSite$) {
|
|
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 { GetCapacityTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCapacityTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetCapacityTask", {})
|
|
13
|
-
.n("OutpostsClient", "GetCapacityTaskCommand")
|
|
14
|
-
.sc(GetCapacityTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCapacityTaskCommand extends command(_ep0, _mw0, "GetCapacityTask", GetCapacityTask$) {
|
|
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 { GetCatalogItem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCatalogItemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetCatalogItem", {})
|
|
13
|
-
.n("OutpostsClient", "GetCatalogItemCommand")
|
|
14
|
-
.sc(GetCatalogItem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCatalogItemCommand extends command(_ep0, _mw0, "GetCatalogItem", GetCatalogItem$) {
|
|
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 { GetConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetConnection", {})
|
|
13
|
-
.n("OutpostsClient", "GetConnectionCommand")
|
|
14
|
-
.sc(GetConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
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 { GetOrder$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOrderCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetOrder", {})
|
|
13
|
-
.n("OutpostsClient", "GetOrderCommand")
|
|
14
|
-
.sc(GetOrder$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOrderCommand extends command(_ep0, _mw0, "GetOrder", GetOrder$) {
|
|
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 { GetOutpostBillingInformation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutpostBillingInformationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetOutpostBillingInformation", {})
|
|
13
|
-
.n("OutpostsClient", "GetOutpostBillingInformationCommand")
|
|
14
|
-
.sc(GetOutpostBillingInformation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutpostBillingInformationCommand extends command(_ep0, _mw0, "GetOutpostBillingInformation", GetOutpostBillingInformation$) {
|
|
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 { GetOutpost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutpostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetOutpost", {})
|
|
13
|
-
.n("OutpostsClient", "GetOutpostCommand")
|
|
14
|
-
.sc(GetOutpost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutpostCommand extends command(_ep0, _mw0, "GetOutpost", GetOutpost$) {
|
|
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 { GetOutpostInstanceTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutpostInstanceTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetOutpostInstanceTypes", {})
|
|
13
|
-
.n("OutpostsClient", "GetOutpostInstanceTypesCommand")
|
|
14
|
-
.sc(GetOutpostInstanceTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutpostInstanceTypesCommand extends command(_ep0, _mw0, "GetOutpostInstanceTypes", GetOutpostInstanceTypes$) {
|
|
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 { GetOutpostSupportedInstanceTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutpostSupportedInstanceTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetOutpostSupportedInstanceTypes", {})
|
|
13
|
-
.n("OutpostsClient", "GetOutpostSupportedInstanceTypesCommand")
|
|
14
|
-
.sc(GetOutpostSupportedInstanceTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutpostSupportedInstanceTypesCommand extends command(_ep0, _mw0, "GetOutpostSupportedInstanceTypes", GetOutpostSupportedInstanceTypes$) {
|
|
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 { GetQuote$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetQuoteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetQuote", {})
|
|
13
|
-
.n("OutpostsClient", "GetQuoteCommand")
|
|
14
|
-
.sc(GetQuote$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetQuoteCommand extends command(_ep0, _mw0, "GetQuote", GetQuote$) {
|
|
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 { GetRenewalPricing$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRenewalPricingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetRenewalPricing", {})
|
|
13
|
-
.n("OutpostsClient", "GetRenewalPricingCommand")
|
|
14
|
-
.sc(GetRenewalPricing$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRenewalPricingCommand extends command(_ep0, _mw0, "GetRenewalPricing", GetRenewalPricing$) {
|
|
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 { GetSiteAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSiteAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetSiteAddress", {})
|
|
13
|
-
.n("OutpostsClient", "GetSiteAddressCommand")
|
|
14
|
-
.sc(GetSiteAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSiteAddressCommand extends command(_ep0, _mw0, "GetSiteAddress", GetSiteAddress$) {
|
|
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 { GetSite$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSiteCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "GetSite", {})
|
|
13
|
-
.n("OutpostsClient", "GetSiteCommand")
|
|
14
|
-
.sc(GetSite$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSiteCommand extends command(_ep0, _mw0, "GetSite", GetSite$) {
|
|
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 { ListAssetInstances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetInstancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListAssetInstances", {})
|
|
13
|
-
.n("OutpostsClient", "ListAssetInstancesCommand")
|
|
14
|
-
.sc(ListAssetInstances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetInstancesCommand extends command(_ep0, _mw0, "ListAssetInstances", ListAssetInstances$) {
|
|
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 { ListAssets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListAssets", {})
|
|
13
|
-
.n("OutpostsClient", "ListAssetsCommand")
|
|
14
|
-
.sc(ListAssets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetsCommand extends command(_ep0, _mw0, "ListAssets", ListAssets$) {
|
|
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 { ListBlockingInstancesForCapacityTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBlockingInstancesForCapacityTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListBlockingInstancesForCapacityTask", {})
|
|
13
|
-
.n("OutpostsClient", "ListBlockingInstancesForCapacityTaskCommand")
|
|
14
|
-
.sc(ListBlockingInstancesForCapacityTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBlockingInstancesForCapacityTaskCommand extends command(_ep0, _mw0, "ListBlockingInstancesForCapacityTask", ListBlockingInstancesForCapacityTask$) {
|
|
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 { ListCapacityTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCapacityTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListCapacityTasks", {})
|
|
13
|
-
.n("OutpostsClient", "ListCapacityTasksCommand")
|
|
14
|
-
.sc(ListCapacityTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCapacityTasksCommand extends command(_ep0, _mw0, "ListCapacityTasks", ListCapacityTasks$) {
|
|
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 { ListCatalogItems$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCatalogItemsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListCatalogItems", {})
|
|
13
|
-
.n("OutpostsClient", "ListCatalogItemsCommand")
|
|
14
|
-
.sc(ListCatalogItems$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCatalogItemsCommand extends command(_ep0, _mw0, "ListCatalogItems", ListCatalogItems$) {
|
|
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 { ListOrderableInstanceTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOrderableInstanceTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListOrderableInstanceTypes", {})
|
|
13
|
-
.n("OutpostsClient", "ListOrderableInstanceTypesCommand")
|
|
14
|
-
.sc(ListOrderableInstanceTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOrderableInstanceTypesCommand extends command(_ep0, _mw0, "ListOrderableInstanceTypes", ListOrderableInstanceTypes$) {
|
|
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 { ListOrders$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOrdersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListOrders", {})
|
|
13
|
-
.n("OutpostsClient", "ListOrdersCommand")
|
|
14
|
-
.sc(ListOrders$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOrdersCommand extends command(_ep0, _mw0, "ListOrders", ListOrders$) {
|
|
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 { ListOutposts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOutpostsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListOutposts", {})
|
|
13
|
-
.n("OutpostsClient", "ListOutpostsCommand")
|
|
14
|
-
.sc(ListOutposts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOutpostsCommand extends command(_ep0, _mw0, "ListOutposts", ListOutposts$) {
|
|
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 { ListQuotes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListQuotesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListQuotes", {})
|
|
13
|
-
.n("OutpostsClient", "ListQuotesCommand")
|
|
14
|
-
.sc(ListQuotes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListQuotesCommand extends command(_ep0, _mw0, "ListQuotes", ListQuotes$) {
|
|
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 { ListSites$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSitesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "ListSites", {})
|
|
13
|
-
.n("OutpostsClient", "ListSitesCommand")
|
|
14
|
-
.sc(ListSites$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSitesCommand extends command(_ep0, _mw0, "ListSites", ListSites$) {
|
|
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("OutpostsOlafService", "ListTagsForResource", {})
|
|
13
|
-
.n("OutpostsClient", "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 { StartCapacityTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartCapacityTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("OutpostsOlafService", "StartCapacityTask", {})
|
|
13
|
-
.n("OutpostsClient", "StartCapacityTaskCommand")
|
|
14
|
-
.sc(StartCapacityTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartCapacityTaskCommand extends command(_ep0, _mw0, "StartCapacityTask", StartCapacityTask$) {
|
|
16
4
|
}
|