@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_GetSubscriptionDefinitionVersionCommand, se_GetSubscriptionDefinitio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSubscriptionDefinitionVersionCommand 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_GetThingRuntimeConfigurationCommand, se_GetThingRuntimeConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetThingRuntimeConfigurationCommand 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_ListBulkDeploymentDetailedReportsCommand, se_ListBulkDeploymentDetai
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBulkDeploymentDetailedReportsCommand 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_ListBulkDeploymentsCommand, se_ListBulkDeploymentsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListBulkDeploymentsCommand 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_ListConnectorDefinitionVersionsCommand, se_ListConnectorDefinitionVe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConnectorDefinitionVersionsCommand 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_ListConnectorDefinitionsCommand, se_ListConnectorDefinitionsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConnectorDefinitionsCommand 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_ListCoreDefinitionVersionsCommand, se_ListCoreDefinitionVersionsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCoreDefinitionVersionsCommand 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_ListCoreDefinitionsCommand, se_ListCoreDefinitionsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCoreDefinitionsCommand 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_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeploymentsCommand 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_ListDeviceDefinitionVersionsCommand, se_ListDeviceDefinitionVersions
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeviceDefinitionVersionsCommand 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_ListDeviceDefinitionsCommand, se_ListDeviceDefinitionsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeviceDefinitionsCommand 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_ListFunctionDefinitionVersionsCommand, se_ListFunctionDefinitionVers
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFunctionDefinitionVersionsCommand 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_ListFunctionDefinitionsCommand, se_ListFunctionDefinitionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFunctionDefinitionsCommand 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_ListGroupCertificateAuthoritiesCommand, se_ListGroupCertificateAutho
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupCertificateAuthoritiesCommand 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_ListGroupVersionsCommand, se_ListGroupVersionsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupVersionsCommand 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_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGroupsCommand 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_ListLoggerDefinitionVersionsCommand, se_ListLoggerDefinitionVersions
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLoggerDefinitionVersionsCommand 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_ListLoggerDefinitionsCommand, se_ListLoggerDefinitionsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLoggerDefinitionsCommand 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_ListResourceDefinitionVersionsCommand, se_ListResourceDefinitionVers
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceDefinitionVersionsCommand 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_ListResourceDefinitionsCommand, se_ListResourceDefinitionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceDefinitionsCommand 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_ListSubscriptionDefinitionVersionsCommand, se_ListSubscriptionDefini
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSubscriptionDefinitionVersionsCommand 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_ListSubscriptionDefinitionsCommand, se_ListSubscriptionDefinitionsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSubscriptionDefinitionsCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand 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_ResetDeploymentsCommand, se_ResetDeploymentsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResetDeploymentsCommand 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_StartBulkDeploymentCommand, se_StartBulkDeploymentCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBulkDeploymentCommand 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_StopBulkDeploymentCommand, se_StopBulkDeploymentCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopBulkDeploymentCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConnectivityInfoCommand 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_UpdateConnectorDefinitionCommand, se_UpdateConnectorDefinitionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConnectorDefinitionCommand 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_UpdateCoreDefinitionCommand, se_UpdateCoreDefinitionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateCoreDefinitionCommand 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_UpdateDeviceDefinitionCommand, se_UpdateDeviceDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDeviceDefinitionCommand 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_UpdateFunctionDefinitionCommand, se_UpdateFunctionDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFunctionDefinitionCommand 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_UpdateGroupCertificateConfigurationCommand, se_UpdateGroupCertificat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGroupCertificateConfigurationCommand 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_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGroupCommand 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_UpdateLoggerDefinitionCommand, se_UpdateLoggerDefinitionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateLoggerDefinitionCommand 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_UpdateResourceDefinitionCommand, se_UpdateResourceDefinitionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateResourceDefinitionCommand 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_UpdateSubscriptionDefinitionCommand, se_UpdateSubscriptionDefinition
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSubscriptionDefinitionCommand 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_UpdateThingRuntimeConfigurationCommand, se_UpdateThingRuntimeConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateThingRuntimeConfigurationCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrass",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-greengrass",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|