@aws-sdk/client-greengrass 3.928.0 → 3.930.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 +33 -33
- 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 { GetGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGroupCommand 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", "GetGroup", {})
|
|
17
13
|
.n("GreengrassClient", "GetGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGroupCommand)
|
|
20
|
-
.de(de_GetGroupCommand)
|
|
14
|
+
.sc(GetGroup)
|
|
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 { GetGroupVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetGroupVersionCommand 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", "GetGroupVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetGroupVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetGroupVersionCommand)
|
|
20
|
-
.de(de_GetGroupVersionCommand)
|
|
14
|
+
.sc(GetGroupVersion)
|
|
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 { GetLoggerDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLoggerDefinitionCommand 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", "GetLoggerDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetLoggerDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLoggerDefinitionCommand)
|
|
20
|
-
.de(de_GetLoggerDefinitionCommand)
|
|
14
|
+
.sc(GetLoggerDefinition)
|
|
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 { GetLoggerDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLoggerDefinitionVersionCommand 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", "GetLoggerDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetLoggerDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLoggerDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetLoggerDefinitionVersionCommand)
|
|
14
|
+
.sc(GetLoggerDefinitionVersion)
|
|
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 { GetResourceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourceDefinitionCommand 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", "GetResourceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetResourceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourceDefinitionCommand)
|
|
20
|
-
.de(de_GetResourceDefinitionCommand)
|
|
14
|
+
.sc(GetResourceDefinition)
|
|
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 { GetResourceDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetResourceDefinitionVersionCommand 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", "GetResourceDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetResourceDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetResourceDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetResourceDefinitionVersionCommand)
|
|
14
|
+
.sc(GetResourceDefinitionVersion)
|
|
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 { GetServiceRoleForAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetServiceRoleForAccountCommand 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", "GetServiceRoleForAccount", {})
|
|
17
13
|
.n("GreengrassClient", "GetServiceRoleForAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetServiceRoleForAccountCommand)
|
|
20
|
-
.de(de_GetServiceRoleForAccountCommand)
|
|
14
|
+
.sc(GetServiceRoleForAccount)
|
|
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 { GetSubscriptionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSubscriptionDefinitionCommand 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", "GetSubscriptionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "GetSubscriptionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSubscriptionDefinitionCommand)
|
|
20
|
-
.de(de_GetSubscriptionDefinitionCommand)
|
|
14
|
+
.sc(GetSubscriptionDefinition)
|
|
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 { GetSubscriptionDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSubscriptionDefinitionVersionCommand 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", "GetSubscriptionDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "GetSubscriptionDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSubscriptionDefinitionVersionCommand)
|
|
20
|
-
.de(de_GetSubscriptionDefinitionVersionCommand)
|
|
14
|
+
.sc(GetSubscriptionDefinitionVersion)
|
|
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 { GetThingRuntimeConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetThingRuntimeConfigurationCommand 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", "GetThingRuntimeConfiguration", {})
|
|
17
13
|
.n("GreengrassClient", "GetThingRuntimeConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetThingRuntimeConfigurationCommand)
|
|
20
|
-
.de(de_GetThingRuntimeConfigurationCommand)
|
|
14
|
+
.sc(GetThingRuntimeConfiguration)
|
|
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 { ListBulkDeploymentDetailedReports } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBulkDeploymentDetailedReportsCommand 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", "ListBulkDeploymentDetailedReports", {})
|
|
17
13
|
.n("GreengrassClient", "ListBulkDeploymentDetailedReportsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBulkDeploymentDetailedReportsCommand)
|
|
20
|
-
.de(de_ListBulkDeploymentDetailedReportsCommand)
|
|
14
|
+
.sc(ListBulkDeploymentDetailedReports)
|
|
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 { ListBulkDeployments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBulkDeploymentsCommand 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", "ListBulkDeployments", {})
|
|
17
13
|
.n("GreengrassClient", "ListBulkDeploymentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBulkDeploymentsCommand)
|
|
20
|
-
.de(de_ListBulkDeploymentsCommand)
|
|
14
|
+
.sc(ListBulkDeployments)
|
|
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 { ListConnectorDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListConnectorDefinitionVersionsCommand 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", "ListConnectorDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListConnectorDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListConnectorDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListConnectorDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListConnectorDefinitionVersions)
|
|
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 { ListConnectorDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListConnectorDefinitionsCommand 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", "ListConnectorDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListConnectorDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListConnectorDefinitionsCommand)
|
|
20
|
-
.de(de_ListConnectorDefinitionsCommand)
|
|
14
|
+
.sc(ListConnectorDefinitions)
|
|
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 { ListCoreDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCoreDefinitionVersionsCommand 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", "ListCoreDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListCoreDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCoreDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListCoreDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListCoreDefinitionVersions)
|
|
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 { ListCoreDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCoreDefinitionsCommand 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", "ListCoreDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListCoreDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCoreDefinitionsCommand)
|
|
20
|
-
.de(de_ListCoreDefinitionsCommand)
|
|
14
|
+
.sc(ListCoreDefinitions)
|
|
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 { ListDeployments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDeploymentsCommand 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", "ListDeployments", {})
|
|
17
13
|
.n("GreengrassClient", "ListDeploymentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDeploymentsCommand)
|
|
20
|
-
.de(de_ListDeploymentsCommand)
|
|
14
|
+
.sc(ListDeployments)
|
|
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 { ListDeviceDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDeviceDefinitionVersionsCommand 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", "ListDeviceDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListDeviceDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDeviceDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListDeviceDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListDeviceDefinitionVersions)
|
|
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 { ListDeviceDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDeviceDefinitionsCommand 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", "ListDeviceDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListDeviceDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDeviceDefinitionsCommand)
|
|
20
|
-
.de(de_ListDeviceDefinitionsCommand)
|
|
14
|
+
.sc(ListDeviceDefinitions)
|
|
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 { ListFunctionDefinitionVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFunctionDefinitionVersionsCommand 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", "ListFunctionDefinitionVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListFunctionDefinitionVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFunctionDefinitionVersionsCommand)
|
|
20
|
-
.de(de_ListFunctionDefinitionVersionsCommand)
|
|
14
|
+
.sc(ListFunctionDefinitionVersions)
|
|
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 { ListFunctionDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFunctionDefinitionsCommand 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", "ListFunctionDefinitions", {})
|
|
17
13
|
.n("GreengrassClient", "ListFunctionDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFunctionDefinitionsCommand)
|
|
20
|
-
.de(de_ListFunctionDefinitionsCommand)
|
|
14
|
+
.sc(ListFunctionDefinitions)
|
|
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 { ListGroupCertificateAuthorities } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListGroupCertificateAuthoritiesCommand 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", "ListGroupCertificateAuthorities", {})
|
|
17
13
|
.n("GreengrassClient", "ListGroupCertificateAuthoritiesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListGroupCertificateAuthoritiesCommand)
|
|
20
|
-
.de(de_ListGroupCertificateAuthoritiesCommand)
|
|
14
|
+
.sc(ListGroupCertificateAuthorities)
|
|
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 { ListGroupVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListGroupVersionsCommand 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", "ListGroupVersions", {})
|
|
17
13
|
.n("GreengrassClient", "ListGroupVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListGroupVersionsCommand)
|
|
20
|
-
.de(de_ListGroupVersionsCommand)
|
|
14
|
+
.sc(ListGroupVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|