@aws-sdk/client-greengrass 3.299.0 → 3.300.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-types/commands/AssociateRoleToGroupCommand.d.ts +4 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +3 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +18 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +7 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +52 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +47 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +18 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +54 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +49 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +12 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +3 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +5 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +5 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +3 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +5 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +8 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +3 -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 +11 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
- package/package.json +8 -8
|
@@ -26,6 +26,10 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
|
|
|
26
26
|
* import { GreengrassClient, AssociateRoleToGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, AssociateRoleToGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* GroupId: "STRING_VALUE", // required
|
|
31
|
+
* RoleArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateRoleToGroupCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
26
26
|
* import { GreengrassClient, AssociateServiceRoleToAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, AssociateServiceRoleToAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* RoleArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new AssociateServiceRoleToAccountCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,24 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
|
|
|
26
26
|
* import { GreengrassClient, CreateConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Connectors: [
|
|
33
|
+
* {
|
|
34
|
+
* ConnectorArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* Parameters: {
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* Name: "STRING_VALUE",
|
|
43
|
+
* tags: {
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* };
|
|
29
47
|
* const command = new CreateConnectorDefinitionCommand(input);
|
|
30
48
|
* const response = await client.send(command);
|
|
31
49
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
|
|
|
26
26
|
* import { GreengrassClient, CreateConnectorDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateConnectorDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Connectors: [
|
|
33
|
+
* {
|
|
34
|
+
* ConnectorArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* Parameters: {
|
|
37
|
+
* "<keys>": "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
29
42
|
* const command = new CreateConnectorDefinitionVersionCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,23 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
|
|
|
26
26
|
* import { GreengrassClient, CreateCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Cores: [
|
|
33
|
+
* {
|
|
34
|
+
* CertificateArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* SyncShadow: true || false,
|
|
37
|
+
* ThingArn: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* Name: "STRING_VALUE",
|
|
42
|
+
* tags: {
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
29
46
|
* const command = new CreateCoreDefinitionCommand(input);
|
|
30
47
|
* const response = await client.send(command);
|
|
31
48
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
|
|
|
26
26
|
* import { GreengrassClient, CreateCoreDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateCoreDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* CoreDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Cores: [
|
|
33
|
+
* {
|
|
34
|
+
* CertificateArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* SyncShadow: true || false,
|
|
37
|
+
* ThingArn: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
29
41
|
* const command = new CreateCoreDefinitionVersionCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
26
26
|
* import { GreengrassClient, CreateDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* DeploymentId: "STRING_VALUE",
|
|
32
|
+
* DeploymentType: "NewDeployment" || "Redeployment" || "ResetDeployment" || "ForceResetDeployment", // required
|
|
33
|
+
* GroupId: "STRING_VALUE", // required
|
|
34
|
+
* GroupVersionId: "STRING_VALUE",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new CreateDeploymentCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,23 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
|
|
|
26
26
|
* import { GreengrassClient, CreateDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Devices: [
|
|
33
|
+
* {
|
|
34
|
+
* CertificateArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* SyncShadow: true || false,
|
|
37
|
+
* ThingArn: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* Name: "STRING_VALUE",
|
|
42
|
+
* tags: {
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
29
46
|
* const command = new CreateDeviceDefinitionCommand(input);
|
|
30
47
|
* const response = await client.send(command);
|
|
31
48
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
|
|
|
26
26
|
* import { GreengrassClient, CreateDeviceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateDeviceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Devices: [
|
|
33
|
+
* {
|
|
34
|
+
* CertificateArn: "STRING_VALUE", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* SyncShadow: true || false,
|
|
37
|
+
* ThingArn: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
29
41
|
* const command = new CreateDeviceDefinitionVersionCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,58 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
|
|
|
26
26
|
* import { GreengrassClient, CreateFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* DefaultConfig: {
|
|
33
|
+
* Execution: {
|
|
34
|
+
* IsolationMode: "GreengrassContainer" || "NoContainer",
|
|
35
|
+
* RunAs: {
|
|
36
|
+
* Gid: Number("int"),
|
|
37
|
+
* Uid: Number("int"),
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* },
|
|
41
|
+
* Functions: [
|
|
42
|
+
* {
|
|
43
|
+
* FunctionArn: "STRING_VALUE",
|
|
44
|
+
* FunctionConfiguration: {
|
|
45
|
+
* EncodingType: "binary" || "json",
|
|
46
|
+
* Environment: {
|
|
47
|
+
* AccessSysfs: true || false,
|
|
48
|
+
* Execution: {
|
|
49
|
+
* IsolationMode: "GreengrassContainer" || "NoContainer",
|
|
50
|
+
* RunAs: {
|
|
51
|
+
* Gid: Number("int"),
|
|
52
|
+
* Uid: Number("int"),
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* ResourceAccessPolicies: [
|
|
56
|
+
* {
|
|
57
|
+
* Permission: "ro" || "rw",
|
|
58
|
+
* ResourceId: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* Variables: {
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* ExecArgs: "STRING_VALUE",
|
|
66
|
+
* Executable: "STRING_VALUE",
|
|
67
|
+
* MemorySize: Number("int"),
|
|
68
|
+
* Pinned: true || false,
|
|
69
|
+
* Timeout: Number("int"),
|
|
70
|
+
* FunctionRuntimeOverride: "STRING_VALUE",
|
|
71
|
+
* },
|
|
72
|
+
* Id: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* },
|
|
76
|
+
* Name: "STRING_VALUE",
|
|
77
|
+
* tags: {
|
|
78
|
+
* "<keys>": "STRING_VALUE",
|
|
79
|
+
* },
|
|
80
|
+
* };
|
|
29
81
|
* const command = new CreateFunctionDefinitionCommand(input);
|
|
30
82
|
* const response = await client.send(command);
|
|
31
83
|
* ```
|
|
@@ -26,6 +26,53 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
|
|
|
26
26
|
* import { GreengrassClient, CreateFunctionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateFunctionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* DefaultConfig: {
|
|
32
|
+
* Execution: {
|
|
33
|
+
* IsolationMode: "GreengrassContainer" || "NoContainer",
|
|
34
|
+
* RunAs: {
|
|
35
|
+
* Gid: Number("int"),
|
|
36
|
+
* Uid: Number("int"),
|
|
37
|
+
* },
|
|
38
|
+
* },
|
|
39
|
+
* },
|
|
40
|
+
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
41
|
+
* Functions: [
|
|
42
|
+
* {
|
|
43
|
+
* FunctionArn: "STRING_VALUE",
|
|
44
|
+
* FunctionConfiguration: {
|
|
45
|
+
* EncodingType: "binary" || "json",
|
|
46
|
+
* Environment: {
|
|
47
|
+
* AccessSysfs: true || false,
|
|
48
|
+
* Execution: {
|
|
49
|
+
* IsolationMode: "GreengrassContainer" || "NoContainer",
|
|
50
|
+
* RunAs: {
|
|
51
|
+
* Gid: Number("int"),
|
|
52
|
+
* Uid: Number("int"),
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* ResourceAccessPolicies: [
|
|
56
|
+
* {
|
|
57
|
+
* Permission: "ro" || "rw",
|
|
58
|
+
* ResourceId: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* Variables: {
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* ExecArgs: "STRING_VALUE",
|
|
66
|
+
* Executable: "STRING_VALUE",
|
|
67
|
+
* MemorySize: Number("int"),
|
|
68
|
+
* Pinned: true || false,
|
|
69
|
+
* Timeout: Number("int"),
|
|
70
|
+
* FunctionRuntimeOverride: "STRING_VALUE",
|
|
71
|
+
* },
|
|
72
|
+
* Id: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* };
|
|
29
76
|
* const command = new CreateFunctionDefinitionVersionCommand(input);
|
|
30
77
|
* const response = await client.send(command);
|
|
31
78
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
|
|
|
26
26
|
* import { GreengrassClient, CreateGroupCertificateAuthorityCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateGroupCertificateAuthorityCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* GroupId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new CreateGroupCertificateAuthorityCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,22 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
26
26
|
* import { GreengrassClient, CreateGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* ConnectorDefinitionVersionArn: "STRING_VALUE",
|
|
33
|
+
* CoreDefinitionVersionArn: "STRING_VALUE",
|
|
34
|
+
* DeviceDefinitionVersionArn: "STRING_VALUE",
|
|
35
|
+
* FunctionDefinitionVersionArn: "STRING_VALUE",
|
|
36
|
+
* LoggerDefinitionVersionArn: "STRING_VALUE",
|
|
37
|
+
* ResourceDefinitionVersionArn: "STRING_VALUE",
|
|
38
|
+
* SubscriptionDefinitionVersionArn: "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* tags: {
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* };
|
|
29
45
|
* const command = new CreateGroupCommand(input);
|
|
30
46
|
* const response = await client.send(command);
|
|
31
47
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
|
|
|
26
26
|
* import { GreengrassClient, CreateGroupVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateGroupVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* ConnectorDefinitionVersionArn: "STRING_VALUE",
|
|
32
|
+
* CoreDefinitionVersionArn: "STRING_VALUE",
|
|
33
|
+
* DeviceDefinitionVersionArn: "STRING_VALUE",
|
|
34
|
+
* FunctionDefinitionVersionArn: "STRING_VALUE",
|
|
35
|
+
* GroupId: "STRING_VALUE", // required
|
|
36
|
+
* LoggerDefinitionVersionArn: "STRING_VALUE",
|
|
37
|
+
* ResourceDefinitionVersionArn: "STRING_VALUE",
|
|
38
|
+
* SubscriptionDefinitionVersionArn: "STRING_VALUE",
|
|
39
|
+
* };
|
|
29
40
|
* const command = new CreateGroupVersionCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,24 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
|
|
|
26
26
|
* import { GreengrassClient, CreateLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Loggers: [
|
|
33
|
+
* {
|
|
34
|
+
* Component: "GreengrassSystem" || "Lambda", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* Level: "DEBUG" || "INFO" || "WARN" || "ERROR" || "FATAL", // required
|
|
37
|
+
* Space: Number("int"),
|
|
38
|
+
* Type: "FileSystem" || "AWSCloudWatch", // required
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* },
|
|
42
|
+
* Name: "STRING_VALUE",
|
|
43
|
+
* tags: {
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* };
|
|
29
47
|
* const command = new CreateLoggerDefinitionCommand(input);
|
|
30
48
|
* const response = await client.send(command);
|
|
31
49
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
|
|
|
26
26
|
* import { GreengrassClient, CreateLoggerDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateLoggerDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Loggers: [
|
|
33
|
+
* {
|
|
34
|
+
* Component: "GreengrassSystem" || "Lambda", // required
|
|
35
|
+
* Id: "STRING_VALUE", // required
|
|
36
|
+
* Level: "DEBUG" || "INFO" || "WARN" || "ERROR" || "FATAL", // required
|
|
37
|
+
* Space: Number("int"),
|
|
38
|
+
* Type: "FileSystem" || "AWSCloudWatch", // required
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
29
42
|
* const command = new CreateLoggerDefinitionVersionCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,60 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
26
26
|
* import { GreengrassClient, CreateResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Resources: [
|
|
33
|
+
* {
|
|
34
|
+
* Id: "STRING_VALUE", // required
|
|
35
|
+
* Name: "STRING_VALUE", // required
|
|
36
|
+
* ResourceDataContainer: {
|
|
37
|
+
* LocalDeviceResourceData: {
|
|
38
|
+
* GroupOwnerSetting: {
|
|
39
|
+
* AutoAddGroupOwner: true || false,
|
|
40
|
+
* GroupOwner: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* SourcePath: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* LocalVolumeResourceData: {
|
|
45
|
+
* DestinationPath: "STRING_VALUE",
|
|
46
|
+
* GroupOwnerSetting: {
|
|
47
|
+
* AutoAddGroupOwner: true || false,
|
|
48
|
+
* GroupOwner: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* SourcePath: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* S3MachineLearningModelResourceData: {
|
|
53
|
+
* DestinationPath: "STRING_VALUE",
|
|
54
|
+
* OwnerSetting: {
|
|
55
|
+
* GroupOwner: "STRING_VALUE", // required
|
|
56
|
+
* GroupPermission: "ro" || "rw", // required
|
|
57
|
+
* },
|
|
58
|
+
* S3Uri: "STRING_VALUE",
|
|
59
|
+
* },
|
|
60
|
+
* SageMakerMachineLearningModelResourceData: {
|
|
61
|
+
* DestinationPath: "STRING_VALUE",
|
|
62
|
+
* OwnerSetting: {
|
|
63
|
+
* GroupOwner: "STRING_VALUE", // required
|
|
64
|
+
* GroupPermission: "ro" || "rw", // required
|
|
65
|
+
* },
|
|
66
|
+
* SageMakerJobArn: "STRING_VALUE",
|
|
67
|
+
* },
|
|
68
|
+
* SecretsManagerSecretResourceData: {
|
|
69
|
+
* ARN: "STRING_VALUE",
|
|
70
|
+
* AdditionalStagingLabelsToDownload: [
|
|
71
|
+
* "STRING_VALUE",
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* },
|
|
78
|
+
* Name: "STRING_VALUE",
|
|
79
|
+
* tags: {
|
|
80
|
+
* "<keys>": "STRING_VALUE",
|
|
81
|
+
* },
|
|
82
|
+
* };
|
|
29
83
|
* const command = new CreateResourceDefinitionCommand(input);
|
|
30
84
|
* const response = await client.send(command);
|
|
31
85
|
* ```
|
|
@@ -26,6 +26,55 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
26
26
|
* import { GreengrassClient, CreateResourceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateResourceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Resources: [
|
|
33
|
+
* {
|
|
34
|
+
* Id: "STRING_VALUE", // required
|
|
35
|
+
* Name: "STRING_VALUE", // required
|
|
36
|
+
* ResourceDataContainer: {
|
|
37
|
+
* LocalDeviceResourceData: {
|
|
38
|
+
* GroupOwnerSetting: {
|
|
39
|
+
* AutoAddGroupOwner: true || false,
|
|
40
|
+
* GroupOwner: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* SourcePath: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* LocalVolumeResourceData: {
|
|
45
|
+
* DestinationPath: "STRING_VALUE",
|
|
46
|
+
* GroupOwnerSetting: {
|
|
47
|
+
* AutoAddGroupOwner: true || false,
|
|
48
|
+
* GroupOwner: "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* SourcePath: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* S3MachineLearningModelResourceData: {
|
|
53
|
+
* DestinationPath: "STRING_VALUE",
|
|
54
|
+
* OwnerSetting: {
|
|
55
|
+
* GroupOwner: "STRING_VALUE", // required
|
|
56
|
+
* GroupPermission: "ro" || "rw", // required
|
|
57
|
+
* },
|
|
58
|
+
* S3Uri: "STRING_VALUE",
|
|
59
|
+
* },
|
|
60
|
+
* SageMakerMachineLearningModelResourceData: {
|
|
61
|
+
* DestinationPath: "STRING_VALUE",
|
|
62
|
+
* OwnerSetting: {
|
|
63
|
+
* GroupOwner: "STRING_VALUE", // required
|
|
64
|
+
* GroupPermission: "ro" || "rw", // required
|
|
65
|
+
* },
|
|
66
|
+
* SageMakerJobArn: "STRING_VALUE",
|
|
67
|
+
* },
|
|
68
|
+
* SecretsManagerSecretResourceData: {
|
|
69
|
+
* ARN: "STRING_VALUE",
|
|
70
|
+
* AdditionalStagingLabelsToDownload: [
|
|
71
|
+
* "STRING_VALUE",
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* ],
|
|
77
|
+
* };
|
|
29
78
|
* const command = new CreateResourceDefinitionVersionCommand(input);
|
|
30
79
|
* const response = await client.send(command);
|
|
31
80
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
|
|
|
26
26
|
* import { GreengrassClient, CreateSoftwareUpdateJobCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateSoftwareUpdateJobCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* S3UrlSignerRole: "STRING_VALUE", // required
|
|
32
|
+
* SoftwareToUpdate: "core" || "ota_agent", // required
|
|
33
|
+
* UpdateAgentLogLevel: "NONE" || "TRACE" || "DEBUG" || "VERBOSE" || "INFO" || "WARN" || "ERROR" || "FATAL",
|
|
34
|
+
* UpdateTargets: [ // required
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* UpdateTargetsArchitecture: "armv6l" || "armv7l" || "x86_64" || "aarch64", // required
|
|
38
|
+
* UpdateTargetsOperatingSystem: "ubuntu" || "raspbian" || "amazon_linux" || "openwrt", // required
|
|
39
|
+
* };
|
|
29
40
|
* const command = new CreateSoftwareUpdateJobCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -26,6 +26,23 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
26
26
|
* import { GreengrassClient, CreateSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* InitialVersion: {
|
|
32
|
+
* Subscriptions: [
|
|
33
|
+
* {
|
|
34
|
+
* Id: "STRING_VALUE", // required
|
|
35
|
+
* Source: "STRING_VALUE", // required
|
|
36
|
+
* Subject: "STRING_VALUE", // required
|
|
37
|
+
* Target: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* Name: "STRING_VALUE",
|
|
42
|
+
* tags: {
|
|
43
|
+
* "<keys>": "STRING_VALUE",
|
|
44
|
+
* },
|
|
45
|
+
* };
|
|
29
46
|
* const command = new CreateSubscriptionDefinitionCommand(input);
|
|
30
47
|
* const response = await client.send(command);
|
|
31
48
|
* ```
|
|
@@ -26,6 +26,18 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
|
|
|
26
26
|
* import { GreengrassClient, CreateSubscriptionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, CreateSubscriptionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* AmznClientToken: "STRING_VALUE",
|
|
31
|
+
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* Subscriptions: [
|
|
33
|
+
* {
|
|
34
|
+
* Id: "STRING_VALUE", // required
|
|
35
|
+
* Source: "STRING_VALUE", // required
|
|
36
|
+
* Subject: "STRING_VALUE", // required
|
|
37
|
+
* Target: "STRING_VALUE", // required
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* };
|
|
29
41
|
* const command = new CreateSubscriptionDefinitionVersionCommand(input);
|
|
30
42
|
* const response = await client.send(command);
|
|
31
43
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
|
|
|
26
26
|
* import { GreengrassClient, DeleteConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteConnectorDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
|
|
|
26
26
|
* import { GreengrassClient, DeleteCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* CoreDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteCoreDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
|
|
|
26
26
|
* import { GreengrassClient, DeleteDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDeviceDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
|
|
|
26
26
|
* import { GreengrassClient, DeleteFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteFunctionDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
26
26
|
* import { GreengrassClient, DeleteGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* GroupId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
|
|
|
26
26
|
* import { GreengrassClient, DeleteLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteLoggerDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
|
|
|
26
26
|
* import { GreengrassClient, DeleteResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteResourceDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|