@aws-sdk/client-greengrass 3.300.0 → 3.303.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/models/models_0.js +75 -89
- package/dist-es/models/models_0.js +75 -89
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -6
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -4
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +14 -14
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +12 -12
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +14 -14
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +12 -12
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +5 -5
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -2
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +145 -75
- package/dist-types/ts3.4/models/models_0.d.ts +98 -75
- package/package.json +34 -34
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // CreateGroupCertificateAuthorityRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* GroupId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,9 +26,9 @@ 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 = {
|
|
29
|
+
* const input = { // CreateGroupRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
|
-
* InitialVersion: {
|
|
31
|
+
* InitialVersion: { // GroupVersion
|
|
32
32
|
* ConnectorDefinitionVersionArn: "STRING_VALUE",
|
|
33
33
|
* CoreDefinitionVersionArn: "STRING_VALUE",
|
|
34
34
|
* DeviceDefinitionVersionArn: "STRING_VALUE",
|
|
@@ -38,7 +38,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
38
38
|
* SubscriptionDefinitionVersionArn: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* Name: "STRING_VALUE", // required
|
|
41
|
-
* tags: {
|
|
41
|
+
* tags: { // Tags
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // CreateGroupVersionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* ConnectorDefinitionVersionArn: "STRING_VALUE",
|
|
32
32
|
* CoreDefinitionVersionArn: "STRING_VALUE",
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // CreateLoggerDefinitionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
|
-
* InitialVersion: {
|
|
32
|
-
* Loggers: [
|
|
33
|
-
* {
|
|
31
|
+
* InitialVersion: { // LoggerDefinitionVersion
|
|
32
|
+
* Loggers: [ // __listOfLogger
|
|
33
|
+
* { // Logger
|
|
34
34
|
* Component: "GreengrassSystem" || "Lambda", // required
|
|
35
35
|
* Id: "STRING_VALUE", // required
|
|
36
36
|
* Level: "DEBUG" || "INFO" || "WARN" || "ERROR" || "FATAL", // required
|
|
@@ -40,7 +40,7 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
|
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
42
42
|
* Name: "STRING_VALUE",
|
|
43
|
-
* tags: {
|
|
43
|
+
* tags: { // Tags
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* };
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // CreateLoggerDefinitionVersionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
32
|
-
* Loggers: [
|
|
33
|
-
* {
|
|
32
|
+
* Loggers: [ // __listOfLogger
|
|
33
|
+
* { // Logger
|
|
34
34
|
* Component: "GreengrassSystem" || "Lambda", // required
|
|
35
35
|
* Id: "STRING_VALUE", // required
|
|
36
36
|
* Level: "DEBUG" || "INFO" || "WARN" || "ERROR" || "FATAL", // required
|
|
@@ -26,22 +26,22 @@ 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 = {
|
|
29
|
+
* const input = { // CreateResourceDefinitionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
|
-
* InitialVersion: {
|
|
32
|
-
* Resources: [
|
|
33
|
-
* {
|
|
31
|
+
* InitialVersion: { // ResourceDefinitionVersion
|
|
32
|
+
* Resources: [ // __listOfResource
|
|
33
|
+
* { // Resource
|
|
34
34
|
* Id: "STRING_VALUE", // required
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
|
-
* ResourceDataContainer: {
|
|
37
|
-
* LocalDeviceResourceData: {
|
|
38
|
-
* GroupOwnerSetting: {
|
|
36
|
+
* ResourceDataContainer: { // ResourceDataContainer
|
|
37
|
+
* LocalDeviceResourceData: { // LocalDeviceResourceData
|
|
38
|
+
* GroupOwnerSetting: { // GroupOwnerSetting
|
|
39
39
|
* AutoAddGroupOwner: true || false,
|
|
40
40
|
* GroupOwner: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* SourcePath: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* LocalVolumeResourceData: {
|
|
44
|
+
* LocalVolumeResourceData: { // LocalVolumeResourceData
|
|
45
45
|
* DestinationPath: "STRING_VALUE",
|
|
46
46
|
* GroupOwnerSetting: {
|
|
47
47
|
* AutoAddGroupOwner: true || false,
|
|
@@ -49,15 +49,15 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
49
49
|
* },
|
|
50
50
|
* SourcePath: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
|
-
* S3MachineLearningModelResourceData: {
|
|
52
|
+
* S3MachineLearningModelResourceData: { // S3MachineLearningModelResourceData
|
|
53
53
|
* DestinationPath: "STRING_VALUE",
|
|
54
|
-
* OwnerSetting: {
|
|
54
|
+
* OwnerSetting: { // ResourceDownloadOwnerSetting
|
|
55
55
|
* GroupOwner: "STRING_VALUE", // required
|
|
56
56
|
* GroupPermission: "ro" || "rw", // required
|
|
57
57
|
* },
|
|
58
58
|
* S3Uri: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
|
-
* SageMakerMachineLearningModelResourceData: {
|
|
60
|
+
* SageMakerMachineLearningModelResourceData: { // SageMakerMachineLearningModelResourceData
|
|
61
61
|
* DestinationPath: "STRING_VALUE",
|
|
62
62
|
* OwnerSetting: {
|
|
63
63
|
* GroupOwner: "STRING_VALUE", // required
|
|
@@ -65,9 +65,9 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
65
65
|
* },
|
|
66
66
|
* SageMakerJobArn: "STRING_VALUE",
|
|
67
67
|
* },
|
|
68
|
-
* SecretsManagerSecretResourceData: {
|
|
68
|
+
* SecretsManagerSecretResourceData: { // SecretsManagerSecretResourceData
|
|
69
69
|
* ARN: "STRING_VALUE",
|
|
70
|
-
* AdditionalStagingLabelsToDownload: [
|
|
70
|
+
* AdditionalStagingLabelsToDownload: [ // __listOf__string
|
|
71
71
|
* "STRING_VALUE",
|
|
72
72
|
* ],
|
|
73
73
|
* },
|
|
@@ -76,7 +76,7 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
76
76
|
* ],
|
|
77
77
|
* },
|
|
78
78
|
* Name: "STRING_VALUE",
|
|
79
|
-
* tags: {
|
|
79
|
+
* tags: { // Tags
|
|
80
80
|
* "<keys>": "STRING_VALUE",
|
|
81
81
|
* },
|
|
82
82
|
* };
|
|
@@ -26,22 +26,22 @@ 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 = {
|
|
29
|
+
* const input = { // CreateResourceDefinitionVersionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
32
|
-
* Resources: [
|
|
33
|
-
* {
|
|
32
|
+
* Resources: [ // __listOfResource
|
|
33
|
+
* { // Resource
|
|
34
34
|
* Id: "STRING_VALUE", // required
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
|
-
* ResourceDataContainer: {
|
|
37
|
-
* LocalDeviceResourceData: {
|
|
38
|
-
* GroupOwnerSetting: {
|
|
36
|
+
* ResourceDataContainer: { // ResourceDataContainer
|
|
37
|
+
* LocalDeviceResourceData: { // LocalDeviceResourceData
|
|
38
|
+
* GroupOwnerSetting: { // GroupOwnerSetting
|
|
39
39
|
* AutoAddGroupOwner: true || false,
|
|
40
40
|
* GroupOwner: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* SourcePath: "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
|
-
* LocalVolumeResourceData: {
|
|
44
|
+
* LocalVolumeResourceData: { // LocalVolumeResourceData
|
|
45
45
|
* DestinationPath: "STRING_VALUE",
|
|
46
46
|
* GroupOwnerSetting: {
|
|
47
47
|
* AutoAddGroupOwner: true || false,
|
|
@@ -49,15 +49,15 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
49
49
|
* },
|
|
50
50
|
* SourcePath: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
|
-
* S3MachineLearningModelResourceData: {
|
|
52
|
+
* S3MachineLearningModelResourceData: { // S3MachineLearningModelResourceData
|
|
53
53
|
* DestinationPath: "STRING_VALUE",
|
|
54
|
-
* OwnerSetting: {
|
|
54
|
+
* OwnerSetting: { // ResourceDownloadOwnerSetting
|
|
55
55
|
* GroupOwner: "STRING_VALUE", // required
|
|
56
56
|
* GroupPermission: "ro" || "rw", // required
|
|
57
57
|
* },
|
|
58
58
|
* S3Uri: "STRING_VALUE",
|
|
59
59
|
* },
|
|
60
|
-
* SageMakerMachineLearningModelResourceData: {
|
|
60
|
+
* SageMakerMachineLearningModelResourceData: { // SageMakerMachineLearningModelResourceData
|
|
61
61
|
* DestinationPath: "STRING_VALUE",
|
|
62
62
|
* OwnerSetting: {
|
|
63
63
|
* GroupOwner: "STRING_VALUE", // required
|
|
@@ -65,9 +65,9 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
65
65
|
* },
|
|
66
66
|
* SageMakerJobArn: "STRING_VALUE",
|
|
67
67
|
* },
|
|
68
|
-
* SecretsManagerSecretResourceData: {
|
|
68
|
+
* SecretsManagerSecretResourceData: { // SecretsManagerSecretResourceData
|
|
69
69
|
* ARN: "STRING_VALUE",
|
|
70
|
-
* AdditionalStagingLabelsToDownload: [
|
|
70
|
+
* AdditionalStagingLabelsToDownload: [ // __listOf__string
|
|
71
71
|
* "STRING_VALUE",
|
|
72
72
|
* ],
|
|
73
73
|
* },
|
|
@@ -26,12 +26,12 @@ 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 = {
|
|
29
|
+
* const input = { // CreateSoftwareUpdateJobRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* S3UrlSignerRole: "STRING_VALUE", // required
|
|
32
32
|
* SoftwareToUpdate: "core" || "ota_agent", // required
|
|
33
33
|
* UpdateAgentLogLevel: "NONE" || "TRACE" || "DEBUG" || "VERBOSE" || "INFO" || "WARN" || "ERROR" || "FATAL",
|
|
34
|
-
* UpdateTargets: [ // required
|
|
34
|
+
* UpdateTargets: [ // UpdateTargets // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* UpdateTargetsArchitecture: "armv6l" || "armv7l" || "x86_64" || "aarch64", // required
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // CreateSubscriptionDefinitionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
|
-
* InitialVersion: {
|
|
32
|
-
* Subscriptions: [
|
|
33
|
-
* {
|
|
31
|
+
* InitialVersion: { // SubscriptionDefinitionVersion
|
|
32
|
+
* Subscriptions: [ // __listOfSubscription
|
|
33
|
+
* { // Subscription
|
|
34
34
|
* Id: "STRING_VALUE", // required
|
|
35
35
|
* Source: "STRING_VALUE", // required
|
|
36
36
|
* Subject: "STRING_VALUE", // required
|
|
@@ -39,7 +39,7 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
39
39
|
* ],
|
|
40
40
|
* },
|
|
41
41
|
* Name: "STRING_VALUE",
|
|
42
|
-
* tags: {
|
|
42
|
+
* tags: { // Tags
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* };
|
|
@@ -26,11 +26,11 @@ 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 = {
|
|
29
|
+
* const input = { // CreateSubscriptionDefinitionVersionRequest
|
|
30
30
|
* AmznClientToken: "STRING_VALUE",
|
|
31
31
|
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
32
|
-
* Subscriptions: [
|
|
33
|
-
* {
|
|
32
|
+
* Subscriptions: [ // __listOfSubscription
|
|
33
|
+
* { // Subscription
|
|
34
34
|
* Id: "STRING_VALUE", // required
|
|
35
35
|
* Source: "STRING_VALUE", // required
|
|
36
36
|
* Subject: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteConnectorDefinitionRequest
|
|
30
30
|
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteConnectorDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteCoreDefinitionRequest
|
|
30
30
|
* CoreDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteCoreDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteDeviceDefinitionRequest
|
|
30
30
|
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDeviceDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteFunctionDefinitionRequest
|
|
30
30
|
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFunctionDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteGroupRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteLoggerDefinitionRequest
|
|
30
30
|
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteLoggerDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteResourceDefinitionRequest
|
|
30
30
|
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteResourceDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
|
|
|
26
26
|
* import { GreengrassClient, DeleteSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DeleteSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSubscriptionDefinitionRequest
|
|
30
30
|
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSubscriptionDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
|
|
|
26
26
|
* import { GreengrassClient, DisassociateRoleFromGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, DisassociateRoleFromGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DisassociateRoleFromGroupRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DisassociateRoleFromGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
|
|
|
26
26
|
* import { GreengrassClient, GetAssociatedRoleCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetAssociatedRoleCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAssociatedRoleRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAssociatedRoleCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
|
|
|
26
26
|
* import { GreengrassClient, GetBulkDeploymentStatusCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetBulkDeploymentStatusCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBulkDeploymentStatusRequest
|
|
30
30
|
* BulkDeploymentId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetBulkDeploymentStatusCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
26
26
|
* import { GreengrassClient, GetConnectivityInfoCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetConnectivityInfoCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetConnectivityInfoRequest
|
|
30
30
|
* ThingName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetConnectivityInfoCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
|
|
|
26
26
|
* import { GreengrassClient, GetConnectorDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetConnectorDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetConnectorDefinitionRequest
|
|
30
30
|
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetConnectorDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
|
|
|
26
26
|
* import { GreengrassClient, GetConnectorDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetConnectorDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetConnectorDefinitionVersionRequest
|
|
30
30
|
* ConnectorDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* ConnectorDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
|
|
|
26
26
|
* import { GreengrassClient, GetCoreDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetCoreDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCoreDefinitionRequest
|
|
30
30
|
* CoreDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetCoreDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
|
|
|
26
26
|
* import { GreengrassClient, GetCoreDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetCoreDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetCoreDefinitionVersionRequest
|
|
30
30
|
* CoreDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* CoreDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
|
|
|
26
26
|
* import { GreengrassClient, GetDeploymentStatusCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetDeploymentStatusCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeploymentStatusRequest
|
|
30
30
|
* DeploymentId: "STRING_VALUE", // required
|
|
31
31
|
* GroupId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
|
|
|
26
26
|
* import { GreengrassClient, GetDeviceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetDeviceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeviceDefinitionRequest
|
|
30
30
|
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetDeviceDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
|
|
|
26
26
|
* import { GreengrassClient, GetDeviceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetDeviceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetDeviceDefinitionVersionRequest
|
|
30
30
|
* DeviceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* DeviceDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
|
|
|
26
26
|
* import { GreengrassClient, GetFunctionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetFunctionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetFunctionDefinitionRequest
|
|
30
30
|
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetFunctionDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
|
|
|
26
26
|
* import { GreengrassClient, GetFunctionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetFunctionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetFunctionDefinitionVersionRequest
|
|
30
30
|
* FunctionDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* FunctionDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
|
|
|
26
26
|
* import { GreengrassClient, GetGroupCertificateAuthorityCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetGroupCertificateAuthorityCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetGroupCertificateAuthorityRequest
|
|
30
30
|
* CertificateAuthorityId: "STRING_VALUE", // required
|
|
31
31
|
* GroupId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
|
|
|
26
26
|
* import { GreengrassClient, GetGroupCertificateConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetGroupCertificateConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetGroupCertificateConfigurationRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetGroupCertificateConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
|
|
|
26
26
|
* import { GreengrassClient, GetGroupCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetGroupCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetGroupRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
|
|
|
26
26
|
* import { GreengrassClient, GetGroupVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetGroupVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetGroupVersionRequest
|
|
30
30
|
* GroupId: "STRING_VALUE", // required
|
|
31
31
|
* GroupVersionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
|
|
|
26
26
|
* import { GreengrassClient, GetLoggerDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetLoggerDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetLoggerDefinitionRequest
|
|
30
30
|
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetLoggerDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
|
|
|
26
26
|
* import { GreengrassClient, GetLoggerDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetLoggerDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetLoggerDefinitionVersionRequest
|
|
30
30
|
* LoggerDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* LoggerDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
|
|
|
26
26
|
* import { GreengrassClient, GetResourceDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetResourceDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetResourceDefinitionRequest
|
|
30
30
|
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetResourceDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
|
|
|
26
26
|
* import { GreengrassClient, GetResourceDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetResourceDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetResourceDefinitionVersionRequest
|
|
30
30
|
* ResourceDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* ResourceDefinitionVersionId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
|
|
|
26
26
|
* import { GreengrassClient, GetSubscriptionDefinitionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetSubscriptionDefinitionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSubscriptionDefinitionRequest
|
|
30
30
|
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSubscriptionDefinitionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
|
|
|
26
26
|
* import { GreengrassClient, GetSubscriptionDefinitionVersionCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetSubscriptionDefinitionVersionCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSubscriptionDefinitionVersionRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* SubscriptionDefinitionId: "STRING_VALUE", // required
|
|
32
32
|
* SubscriptionDefinitionVersionId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
|
|
|
26
26
|
* import { GreengrassClient, GetThingRuntimeConfigurationCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
|
|
27
27
|
* // const { GreengrassClient, GetThingRuntimeConfigurationCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
|
|
28
28
|
* const client = new GreengrassClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetThingRuntimeConfigurationRequest
|
|
30
30
|
* ThingName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetThingRuntimeConfigurationCommand(input);
|