@aws-sdk/client-greengrass 3.928.0 → 3.929.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 +3347 -3283
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GreengrassClient.js +2 -0
- package/dist-es/commands/AssociateRoleToGroupCommand.js +3 -9
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -9
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateCoreDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/CreateGroupCommand.js +3 -9
- package/dist-es/commands/CreateGroupVersionCommand.js +3 -9
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateResourceDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +3 -9
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +3 -9
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteGroupCommand.js +3 -9
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +3 -9
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -9
- package/dist-es/commands/GetAssociatedRoleCommand.js +3 -9
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +3 -9
- package/dist-es/commands/GetConnectivityInfoCommand.js +3 -9
- package/dist-es/commands/GetConnectorDefinitionCommand.js +3 -9
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetCoreDefinitionCommand.js +3 -9
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetDeploymentStatusCommand.js +3 -9
- package/dist-es/commands/GetDeviceDefinitionCommand.js +3 -9
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetFunctionDefinitionCommand.js +3 -9
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +3 -9
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +3 -9
- package/dist-es/commands/GetGroupCommand.js +3 -9
- package/dist-es/commands/GetGroupVersionCommand.js +3 -9
- package/dist-es/commands/GetLoggerDefinitionCommand.js +3 -9
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetResourceDefinitionCommand.js +3 -9
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -9
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +3 -9
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +3 -9
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +3 -9
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +3 -9
- package/dist-es/commands/ListBulkDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListCoreDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +3 -9
- package/dist-es/commands/ListGroupVersionsCommand.js +3 -9
- package/dist-es/commands/ListGroupsCommand.js +3 -9
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListResourceDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +3 -9
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ResetDeploymentsCommand.js +3 -9
- package/dist-es/commands/StartBulkDeploymentCommand.js +3 -9
- package/dist-es/commands/StopBulkDeploymentCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -9
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateGroupCommand.js +3 -9
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3164 -0
- package/dist-types/GreengrassClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +343 -0
- package/dist-types/ts3.4/GreengrassClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +348 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -2639
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -830
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1109
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListGroups", {})
|
|
17
13
|
.n("GreengrassClient", "ListGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListGroupsCommand)
|
|
20
|
-
.de(de_ListGroupsCommand)
|
|
14
|
+
.sc(ListGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListLoggerDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListLoggerDefinitionVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListLoggerDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListLoggerDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListLoggerDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListLoggerDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListLoggerDefinitionVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListLoggerDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListLoggerDefinitionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListLoggerDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListLoggerDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListLoggerDefinitionsCommand)
|
|
20
|
-
.de(de_ListLoggerDefinitionsCommand)
|
|
14
|
+
.sc(ListLoggerDefinitions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListResourceDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResourceDefinitionVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListResourceDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListResourceDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResourceDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListResourceDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListResourceDefinitionVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListResourceDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListResourceDefinitionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListResourceDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListResourceDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListResourceDefinitionsCommand)
|
|
20
|
-
.de(de_ListResourceDefinitionsCommand)
|
|
14
|
+
.sc(ListResourceDefinitions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSubscriptionDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSubscriptionDefinitionVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListSubscriptionDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListSubscriptionDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSubscriptionDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListSubscriptionDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListSubscriptionDefinitionVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSubscriptionDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSubscriptionDefinitionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListSubscriptionDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListSubscriptionDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSubscriptionDefinitionsCommand)
|
|
20
|
-
.de(de_ListSubscriptionDefinitionsCommand)
|
|
14
|
+
.sc(ListSubscriptionDefinitions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ListTagsForResource", {})
|
|
17
13
|
.n("GreengrassClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ResetDeployments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ResetDeploymentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "ResetDeployments", {})
|
|
17
13
|
.n("GreengrassClient", "ResetDeploymentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ResetDeploymentsCommand)
|
|
20
|
-
.de(de_ResetDeploymentsCommand)
|
|
14
|
+
.sc(ResetDeployments)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartBulkDeployment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartBulkDeploymentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "StartBulkDeployment", {})
|
|
17
13
|
.n("GreengrassClient", "StartBulkDeploymentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartBulkDeploymentCommand)
|
|
20
|
-
.de(de_StartBulkDeploymentCommand)
|
|
14
|
+
.sc(StartBulkDeployment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopBulkDeployment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopBulkDeploymentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "StopBulkDeployment", {})
|
|
17
13
|
.n("GreengrassClient", "StopBulkDeploymentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopBulkDeploymentCommand)
|
|
20
|
-
.de(de_StopBulkDeploymentCommand)
|
|
14
|
+
.sc(StopBulkDeployment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "TagResource", {})
|
|
17
13
|
.n("GreengrassClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UntagResource", {})
|
|
17
13
|
.n("GreengrassClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateConnectivityInfo } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateConnectivityInfoCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateConnectivityInfo", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateConnectivityInfoCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateConnectivityInfoCommand)
|
|
20
|
-
.de(de_UpdateConnectivityInfoCommand)
|
|
14
|
+
.sc(UpdateConnectivityInfo)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateConnectorDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateConnectorDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateConnectorDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateConnectorDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateConnectorDefinitionCommand)
|
|
20
|
-
.de(de_UpdateConnectorDefinitionCommand)
|
|
14
|
+
.sc(UpdateConnectorDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateCoreDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateCoreDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateCoreDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateCoreDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateCoreDefinitionCommand)
|
|
20
|
-
.de(de_UpdateCoreDefinitionCommand)
|
|
14
|
+
.sc(UpdateCoreDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateDeviceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateDeviceDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateDeviceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateDeviceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateDeviceDefinitionCommand)
|
|
20
|
-
.de(de_UpdateDeviceDefinitionCommand)
|
|
14
|
+
.sc(UpdateDeviceDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateFunctionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFunctionDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateFunctionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateFunctionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFunctionDefinitionCommand)
|
|
20
|
-
.de(de_UpdateFunctionDefinitionCommand)
|
|
14
|
+
.sc(UpdateFunctionDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateGroupCertificateConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateGroupCertificateConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateGroupCertificateConfiguration", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateGroupCertificateConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateGroupCertificateConfigurationCommand)
|
|
20
|
-
.de(de_UpdateGroupCertificateConfigurationCommand)
|
|
14
|
+
.sc(UpdateGroupCertificateConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateGroup", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateGroupCommand)
|
|
20
|
-
.de(de_UpdateGroupCommand)
|
|
14
|
+
.sc(UpdateGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateLoggerDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateLoggerDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateLoggerDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateLoggerDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateLoggerDefinitionCommand)
|
|
20
|
-
.de(de_UpdateLoggerDefinitionCommand)
|
|
14
|
+
.sc(UpdateLoggerDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateResourceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateResourceDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateResourceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateResourceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateResourceDefinitionCommand)
|
|
20
|
-
.de(de_UpdateResourceDefinitionCommand)
|
|
14
|
+
.sc(UpdateResourceDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateSubscriptionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateSubscriptionDefinitionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("Greengrass", "UpdateSubscriptionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "UpdateSubscriptionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateSubscriptionDefinitionCommand)
|
|
20
|
-
.de(de_UpdateSubscriptionDefinitionCommand)
|
|
14
|
+
.sc(UpdateSubscriptionDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|