@aws-sdk/client-greengrass 3.649.0 → 3.650.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 +92 -276
- package/dist-es/commands/AssociateRoleToGroupCommand.js +1 -3
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +1 -3
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateDeploymentCommand.js +1 -3
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +1 -3
- package/dist-es/commands/CreateGroupCommand.js +1 -3
- package/dist-es/commands/CreateGroupVersionCommand.js +1 -3
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +1 -3
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +1 -3
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +1 -3
- package/dist-es/commands/GetAssociatedRoleCommand.js +1 -3
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +1 -3
- package/dist-es/commands/GetConnectivityInfoCommand.js +1 -3
- package/dist-es/commands/GetConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetDeploymentStatusCommand.js +1 -3
- package/dist-es/commands/GetDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +1 -3
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +1 -3
- package/dist-es/commands/GetGroupCommand.js +1 -3
- package/dist-es/commands/GetGroupVersionCommand.js +1 -3
- package/dist-es/commands/GetLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +1 -3
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +1 -3
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +1 -3
- package/dist-es/commands/ListBulkDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListCoreDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListDeploymentsCommand.js +1 -3
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +1 -3
- package/dist-es/commands/ListGroupVersionsCommand.js +1 -3
- package/dist-es/commands/ListGroupsCommand.js +1 -3
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListResourceDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ResetDeploymentsCommand.js +1 -3
- package/dist-es/commands/StartBulkDeploymentCommand.js +1 -3
- package/dist-es/commands/StopBulkDeploymentCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +1 -3
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +1 -3
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +1 -3
- package/package.json +4 -4
|
@@ -6,9 +6,7 @@ import { de_AssociateRoleToGroupCommand, se_AssociateRoleToGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateRoleToGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateServiceRoleToAccountCommand, se_AssociateServiceRoleToAccou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateServiceRoleToAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateConnectorDefinitionCommand, se_CreateConnectorDefinitionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConnectorDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateConnectorDefinitionVersionCommand, se_CreateConnectorDefinitio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConnectorDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCoreDefinitionCommand, se_CreateCoreDefinitionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCoreDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCoreDefinitionVersionCommand, se_CreateCoreDefinitionVersionCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCoreDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDeploymentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDeviceDefinitionCommand, se_CreateDeviceDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDeviceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDeviceDefinitionVersionCommand, se_CreateDeviceDefinitionVersi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDeviceDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFunctionDefinitionCommand, se_CreateFunctionDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFunctionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFunctionDefinitionVersionCommand, se_CreateFunctionDefinitionV
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFunctionDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateGroupCertificateAuthorityCommand, se_CreateGroupCertificateAut
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGroupCertificateAuthorityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateGroupVersionCommand, se_CreateGroupVersionCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGroupVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLoggerDefinitionCommand, se_CreateLoggerDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLoggerDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLoggerDefinitionVersionCommand, se_CreateLoggerDefinitionVersi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLoggerDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResourceDefinitionCommand, se_CreateResourceDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResourceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateResourceDefinitionVersionCommand, se_CreateResourceDefinitionV
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResourceDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSoftwareUpdateJobCommand, se_CreateSoftwareUpdateJobCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSoftwareUpdateJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSubscriptionDefinitionCommand, se_CreateSubscriptionDefinition
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSubscriptionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSubscriptionDefinitionVersionCommand, se_CreateSubscriptionDef
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSubscriptionDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteConnectorDefinitionCommand, se_DeleteConnectorDefinitionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConnectorDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCoreDefinitionCommand, se_DeleteCoreDefinitionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCoreDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDeviceDefinitionCommand, se_DeleteDeviceDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDeviceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionDefinitionCommand, se_DeleteFunctionDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLoggerDefinitionCommand, se_DeleteLoggerDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLoggerDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourceDefinitionCommand, se_DeleteResourceDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSubscriptionDefinitionCommand, se_DeleteSubscriptionDefinition
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSubscriptionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateRoleFromGroupCommand, se_DisassociateRoleFromGroupComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateRoleFromGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateServiceRoleFromAccountCommand, se_DisassociateServiceRol
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateServiceRoleFromAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAssociatedRoleCommand, se_GetAssociatedRoleCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssociatedRoleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetBulkDeploymentStatusCommand, se_GetBulkDeploymentStatusCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetBulkDeploymentStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConnectivityInfoCommand, se_GetConnectivityInfoCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectivityInfoCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConnectorDefinitionCommand, se_GetConnectorDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectorDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConnectorDefinitionVersionCommand, se_GetConnectorDefinitionVersi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectorDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCoreDefinitionCommand, se_GetCoreDefinitionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCoreDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCoreDefinitionVersionCommand, se_GetCoreDefinitionVersionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCoreDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDeploymentStatusCommand, se_GetDeploymentStatusCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeploymentStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDeviceDefinitionCommand, se_GetDeviceDefinitionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeviceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDeviceDefinitionVersionCommand, se_GetDeviceDefinitionVersionComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDeviceDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionDefinitionCommand, se_GetFunctionDefinitionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionDefinitionVersionCommand, se_GetFunctionDefinitionVersion
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupCertificateAuthorityCommand, se_GetGroupCertificateAuthority
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupCertificateAuthorityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupCertificateConfigurationCommand, se_GetGroupCertificateConfi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupCertificateConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetGroupVersionCommand, se_GetGroupVersionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetGroupVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLoggerDefinitionCommand, se_GetLoggerDefinitionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLoggerDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLoggerDefinitionVersionCommand, se_GetLoggerDefinitionVersionComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLoggerDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceDefinitionCommand, se_GetResourceDefinitionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceDefinitionVersionCommand, se_GetResourceDefinitionVersion
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceDefinitionVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServiceRoleForAccountCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSubscriptionDefinitionCommand, se_GetSubscriptionDefinitionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSubscriptionDefinitionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|