@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 { DeleteCoreDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteCoreDefinitionCommand 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", "DeleteCoreDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteCoreDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteCoreDefinitionCommand)
|
|
20
|
-
.de(de_DeleteCoreDefinitionCommand)
|
|
14
|
+
.sc(DeleteCoreDefinition)
|
|
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 { DeleteDeviceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteDeviceDefinitionCommand 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", "DeleteDeviceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteDeviceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteDeviceDefinitionCommand)
|
|
20
|
-
.de(de_DeleteDeviceDefinitionCommand)
|
|
14
|
+
.sc(DeleteDeviceDefinition)
|
|
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 { DeleteFunctionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteFunctionDefinitionCommand 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", "DeleteFunctionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteFunctionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteFunctionDefinitionCommand)
|
|
20
|
-
.de(de_DeleteFunctionDefinitionCommand)
|
|
14
|
+
.sc(DeleteFunctionDefinition)
|
|
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 { DeleteGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteGroupCommand 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", "DeleteGroup", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteGroupCommand)
|
|
20
|
-
.de(de_DeleteGroupCommand)
|
|
14
|
+
.sc(DeleteGroup)
|
|
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 { DeleteLoggerDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteLoggerDefinitionCommand 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", "DeleteLoggerDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteLoggerDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteLoggerDefinitionCommand)
|
|
20
|
-
.de(de_DeleteLoggerDefinitionCommand)
|
|
14
|
+
.sc(DeleteLoggerDefinition)
|
|
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 { DeleteResourceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteResourceDefinitionCommand 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", "DeleteResourceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteResourceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteResourceDefinitionCommand)
|
|
20
|
-
.de(de_DeleteResourceDefinitionCommand)
|
|
14
|
+
.sc(DeleteResourceDefinition)
|
|
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 { DeleteSubscriptionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSubscriptionDefinitionCommand 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", "DeleteSubscriptionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteSubscriptionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSubscriptionDefinitionCommand)
|
|
20
|
-
.de(de_DeleteSubscriptionDefinitionCommand)
|
|
14
|
+
.sc(DeleteSubscriptionDefinition)
|
|
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 { DisassociateRoleFromGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateRoleFromGroupCommand 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", "DisassociateRoleFromGroup", {})
|
|
17
13
|
.n("GreengrassClient", "DisassociateRoleFromGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateRoleFromGroupCommand)
|
|
20
|
-
.de(de_DisassociateRoleFromGroupCommand)
|
|
14
|
+
.sc(DisassociateRoleFromGroup)
|
|
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 { DisassociateServiceRoleFromAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateServiceRoleFromAccountCommand 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", "DisassociateServiceRoleFromAccount", {})
|
|
17
13
|
.n("GreengrassClient", "DisassociateServiceRoleFromAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateServiceRoleFromAccountCommand)
|
|
20
|
-
.de(de_DisassociateServiceRoleFromAccountCommand)
|
|
14
|
+
.sc(DisassociateServiceRoleFromAccount)
|
|
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 { GetAssociatedRole } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAssociatedRoleCommand 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", "GetAssociatedRole", {})
|
|
17
13
|
.n("GreengrassClient", "GetAssociatedRoleCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAssociatedRoleCommand)
|
|
20
|
-
.de(de_GetAssociatedRoleCommand)
|
|
14
|
+
.sc(GetAssociatedRole)
|
|
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 { GetBulkDeploymentStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetBulkDeploymentStatusCommand 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", "GetBulkDeploymentStatus", {})
|
|
17
13
|
.n("GreengrassClient", "GetBulkDeploymentStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetBulkDeploymentStatusCommand)
|
|
20
|
-
.de(de_GetBulkDeploymentStatusCommand)
|
|
14
|
+
.sc(GetBulkDeploymentStatus)
|
|
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 { GetConnectivityInfo } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetConnectivityInfoCommand 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", "GetConnectivityInfo", {})
|
|
17
13
|
.n("GreengrassClient", "GetConnectivityInfoCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetConnectivityInfoCommand)
|
|
20
|
-
.de(de_GetConnectivityInfoCommand)
|
|
14
|
+
.sc(GetConnectivityInfo)
|
|
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 { GetConnectorDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetConnectorDefinitionCommand 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", "GetConnectorDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetConnectorDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetConnectorDefinitionCommand)
|
|
20
|
-
.de(de_GetConnectorDefinitionCommand)
|
|
14
|
+
.sc(GetConnectorDefinition)
|
|
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 { GetConnectorDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetConnectorDefinitionVersionCommand 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", "GetConnectorDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetConnectorDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetConnectorDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetConnectorDefinitionVersionCommand)
|
|
14
|
+
.sc(GetConnectorDefinitionVersion)
|
|
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 { GetCoreDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetCoreDefinitionCommand 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", "GetCoreDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetCoreDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetCoreDefinitionCommand)
|
|
20
|
-
.de(de_GetCoreDefinitionCommand)
|
|
14
|
+
.sc(GetCoreDefinition)
|
|
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 { GetCoreDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetCoreDefinitionVersionCommand 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", "GetCoreDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetCoreDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetCoreDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetCoreDefinitionVersionCommand)
|
|
14
|
+
.sc(GetCoreDefinitionVersion)
|
|
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 { GetDeploymentStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeploymentStatusCommand 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", "GetDeploymentStatus", {})
|
|
17
13
|
.n("GreengrassClient", "GetDeploymentStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeploymentStatusCommand)
|
|
20
|
-
.de(de_GetDeploymentStatusCommand)
|
|
14
|
+
.sc(GetDeploymentStatus)
|
|
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 { GetDeviceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeviceDefinitionCommand 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", "GetDeviceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetDeviceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeviceDefinitionCommand)
|
|
20
|
-
.de(de_GetDeviceDefinitionCommand)
|
|
14
|
+
.sc(GetDeviceDefinition)
|
|
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 { GetDeviceDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDeviceDefinitionVersionCommand 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", "GetDeviceDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetDeviceDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDeviceDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetDeviceDefinitionVersionCommand)
|
|
14
|
+
.sc(GetDeviceDefinitionVersion)
|
|
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 { GetFunctionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionDefinitionCommand 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", "GetFunctionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetFunctionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionDefinitionCommand)
|
|
20
|
-
.de(de_GetFunctionDefinitionCommand)
|
|
14
|
+
.sc(GetFunctionDefinition)
|
|
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 { GetFunctionDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionDefinitionVersionCommand 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", "GetFunctionDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetFunctionDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetFunctionDefinitionVersionCommand)
|
|
14
|
+
.sc(GetFunctionDefinitionVersion)
|
|
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 { GetGroupCertificateAuthority } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGroupCertificateAuthorityCommand 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", "GetGroupCertificateAuthority", {})
|
|
17
13
|
.n("GreengrassClient", "GetGroupCertificateAuthorityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGroupCertificateAuthorityCommand)
|
|
20
|
-
.de(de_GetGroupCertificateAuthorityCommand)
|
|
14
|
+
.sc(GetGroupCertificateAuthority)
|
|
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 { GetGroupCertificateConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGroupCertificateConfigurationCommand 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", "GetGroupCertificateConfiguration", {})
|
|
17
13
|
.n("GreengrassClient", "GetGroupCertificateConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGroupCertificateConfigurationCommand)
|
|
20
|
-
.de(de_GetGroupCertificateConfigurationCommand)
|
|
14
|
+
.sc(GetGroupCertificateConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|