@aws-sdk/client-greengrass 3.278.0 → 3.281.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/README.md +739 -0
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +6 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupCommand.d.ts +6 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopBulkDeploymentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopBulkDeploymentCommandInput extends StopBulkDeploymentRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopBulkDeploymentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateConnectivityInfoCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateConnectivityInfoCommandInput extends UpdateConnectivityInfoRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateConnectivityInfoCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityInfoResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateConnectorDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateConnectorDefinitionCommandInput extends UpdateConnectorDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateConnectorDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateCoreDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateCoreDefinitionCommandInput extends UpdateCoreDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateCoreDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDeviceDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDeviceDefinitionCommandInput extends UpdateDeviceDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDeviceDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateFunctionDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateFunctionDefinitionCommandInput extends UpdateFunctionDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateFunctionDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateGroupCertificateConfigurationRequest, UpdateGroupCertificateConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateGroupCertificateConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateGroupCertificateConfigurationCommandInput extends UpdateGroupCertificateConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateGroupCertificateConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateGroupCertificateConfigurationCommandOutput extends UpdateGroupCertificateConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateGroupCommandInput extends UpdateGroupRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateLoggerDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateLoggerDefinitionCommandInput extends UpdateLoggerDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateLoggerDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateResourceDefinitionRequest, UpdateResourceDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateResourceDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateResourceDefinitionCommandInput extends UpdateResourceDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateResourceDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateSubscriptionDefinitionRequest, UpdateSubscriptionDefinitionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateSubscriptionDefinitionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateSubscriptionDefinitionCommandInput extends UpdateSubscriptionDefinitionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateSubscriptionDefinitionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscriptionDefinitionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
5
5
|
import { UpdateThingRuntimeConfigurationRequest, UpdateThingRuntimeConfigurationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateThingRuntimeConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateThingRuntimeConfigurationCommandInput extends UpdateThingRuntimeConfigurationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateThingRuntimeConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThingRuntimeConfigurationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
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.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|