@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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.greengrass" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "Greengrass",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class GreengrassClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -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 { AssociateRoleToGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateRoleToGroupCommand 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", "AssociateRoleToGroup", {})
|
|
17
13
|
.n("GreengrassClient", "AssociateRoleToGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateRoleToGroupCommand)
|
|
20
|
-
.de(de_AssociateRoleToGroupCommand)
|
|
14
|
+
.sc(AssociateRoleToGroup)
|
|
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 { AssociateServiceRoleToAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateServiceRoleToAccountCommand 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", "AssociateServiceRoleToAccount", {})
|
|
17
13
|
.n("GreengrassClient", "AssociateServiceRoleToAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateServiceRoleToAccountCommand)
|
|
20
|
-
.de(de_AssociateServiceRoleToAccountCommand)
|
|
14
|
+
.sc(AssociateServiceRoleToAccount)
|
|
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 { CreateConnectorDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateConnectorDefinitionCommand 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", "CreateConnectorDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateConnectorDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateConnectorDefinitionCommand)
|
|
20
|
-
.de(de_CreateConnectorDefinitionCommand)
|
|
14
|
+
.sc(CreateConnectorDefinition)
|
|
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 { CreateConnectorDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateConnectorDefinitionVersionCommand 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", "CreateConnectorDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateConnectorDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateConnectorDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateConnectorDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateConnectorDefinitionVersion)
|
|
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 { CreateCoreDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCoreDefinitionCommand 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", "CreateCoreDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateCoreDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCoreDefinitionCommand)
|
|
20
|
-
.de(de_CreateCoreDefinitionCommand)
|
|
14
|
+
.sc(CreateCoreDefinition)
|
|
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 { CreateCoreDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCoreDefinitionVersionCommand 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", "CreateCoreDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateCoreDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCoreDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateCoreDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateCoreDefinitionVersion)
|
|
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 { CreateDeployment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateDeploymentCommand 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", "CreateDeployment", {})
|
|
17
13
|
.n("GreengrassClient", "CreateDeploymentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateDeploymentCommand)
|
|
20
|
-
.de(de_CreateDeploymentCommand)
|
|
14
|
+
.sc(CreateDeployment)
|
|
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 { CreateDeviceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateDeviceDefinitionCommand 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", "CreateDeviceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateDeviceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateDeviceDefinitionCommand)
|
|
20
|
-
.de(de_CreateDeviceDefinitionCommand)
|
|
14
|
+
.sc(CreateDeviceDefinition)
|
|
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 { CreateDeviceDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateDeviceDefinitionVersionCommand 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", "CreateDeviceDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateDeviceDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateDeviceDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateDeviceDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateDeviceDefinitionVersion)
|
|
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 { CreateFunctionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateFunctionDefinitionCommand 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", "CreateFunctionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateFunctionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateFunctionDefinitionCommand)
|
|
20
|
-
.de(de_CreateFunctionDefinitionCommand)
|
|
14
|
+
.sc(CreateFunctionDefinition)
|
|
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 { CreateFunctionDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateFunctionDefinitionVersionCommand 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", "CreateFunctionDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateFunctionDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateFunctionDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateFunctionDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateFunctionDefinitionVersion)
|
|
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 { CreateGroupCertificateAuthority } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateGroupCertificateAuthorityCommand 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", "CreateGroupCertificateAuthority", {})
|
|
17
13
|
.n("GreengrassClient", "CreateGroupCertificateAuthorityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateGroupCertificateAuthorityCommand)
|
|
20
|
-
.de(de_CreateGroupCertificateAuthorityCommand)
|
|
14
|
+
.sc(CreateGroupCertificateAuthority)
|
|
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 { CreateGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateGroupCommand 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", "CreateGroup", {})
|
|
17
13
|
.n("GreengrassClient", "CreateGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateGroupCommand)
|
|
20
|
-
.de(de_CreateGroupCommand)
|
|
14
|
+
.sc(CreateGroup)
|
|
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 { CreateGroupVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateGroupVersionCommand 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", "CreateGroupVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateGroupVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateGroupVersionCommand)
|
|
20
|
-
.de(de_CreateGroupVersionCommand)
|
|
14
|
+
.sc(CreateGroupVersion)
|
|
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 { CreateLoggerDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLoggerDefinitionCommand 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", "CreateLoggerDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateLoggerDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLoggerDefinitionCommand)
|
|
20
|
-
.de(de_CreateLoggerDefinitionCommand)
|
|
14
|
+
.sc(CreateLoggerDefinition)
|
|
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 { CreateLoggerDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateLoggerDefinitionVersionCommand 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", "CreateLoggerDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateLoggerDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateLoggerDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateLoggerDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateLoggerDefinitionVersion)
|
|
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 { CreateResourceDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateResourceDefinitionCommand 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", "CreateResourceDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateResourceDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateResourceDefinitionCommand)
|
|
20
|
-
.de(de_CreateResourceDefinitionCommand)
|
|
14
|
+
.sc(CreateResourceDefinition)
|
|
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 { CreateResourceDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateResourceDefinitionVersionCommand 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", "CreateResourceDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateResourceDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateResourceDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateResourceDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateResourceDefinitionVersion)
|
|
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 { CreateSoftwareUpdateJob } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSoftwareUpdateJobCommand 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", "CreateSoftwareUpdateJob", {})
|
|
17
13
|
.n("GreengrassClient", "CreateSoftwareUpdateJobCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSoftwareUpdateJobCommand)
|
|
20
|
-
.de(de_CreateSoftwareUpdateJobCommand)
|
|
14
|
+
.sc(CreateSoftwareUpdateJob)
|
|
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 { CreateSubscriptionDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSubscriptionDefinitionCommand 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", "CreateSubscriptionDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "CreateSubscriptionDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSubscriptionDefinitionCommand)
|
|
20
|
-
.de(de_CreateSubscriptionDefinitionCommand)
|
|
14
|
+
.sc(CreateSubscriptionDefinition)
|
|
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 { CreateSubscriptionDefinitionVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSubscriptionDefinitionVersionCommand 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", "CreateSubscriptionDefinitionVersion", {})
|
|
17
13
|
.n("GreengrassClient", "CreateSubscriptionDefinitionVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSubscriptionDefinitionVersionCommand)
|
|
20
|
-
.de(de_CreateSubscriptionDefinitionVersionCommand)
|
|
14
|
+
.sc(CreateSubscriptionDefinitionVersion)
|
|
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 { DeleteConnectorDefinition } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteConnectorDefinitionCommand 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", "DeleteConnectorDefinition", {})
|
|
17
13
|
.n("GreengrassClient", "DeleteConnectorDefinitionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteConnectorDefinitionCommand)
|
|
20
|
-
.de(de_DeleteConnectorDefinitionCommand)
|
|
14
|
+
.sc(DeleteConnectorDefinition)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|