@aws-sdk/client-greengrass 3.299.0 → 3.301.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.
Files changed (93) hide show
  1. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +3 -0
  3. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +18 -0
  4. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +13 -0
  5. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +17 -0
  6. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +12 -0
  7. package/dist-types/commands/CreateDeploymentCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
  9. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +12 -0
  10. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +52 -0
  11. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +47 -0
  12. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +4 -0
  13. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateGroupVersionCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +18 -0
  16. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +13 -0
  17. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +54 -0
  18. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +49 -0
  19. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +11 -0
  20. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
  21. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +12 -0
  22. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +3 -0
  26. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +3 -0
  28. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +3 -0
  29. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +3 -0
  30. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +3 -0
  31. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -0
  32. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +3 -0
  33. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +3 -0
  34. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +3 -0
  35. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +3 -0
  36. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +5 -0
  37. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +3 -0
  38. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +4 -0
  39. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +4 -0
  40. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +3 -0
  41. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +5 -0
  42. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +3 -0
  43. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +5 -0
  44. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +4 -0
  45. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +3 -0
  46. package/dist-types/commands/GetGroupCommand.d.ts +3 -0
  47. package/dist-types/commands/GetGroupVersionCommand.d.ts +4 -0
  48. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +3 -0
  49. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +5 -0
  50. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +3 -0
  51. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +4 -0
  52. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -0
  53. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +3 -0
  54. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +5 -0
  55. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +3 -0
  56. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +5 -0
  57. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +4 -0
  58. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +5 -0
  59. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +4 -0
  60. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +5 -0
  61. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +4 -0
  62. package/dist-types/commands/ListDeploymentsCommand.d.ts +5 -0
  63. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +5 -0
  64. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +4 -0
  65. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +5 -0
  66. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +4 -0
  67. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +3 -0
  68. package/dist-types/commands/ListGroupVersionsCommand.d.ts +5 -0
  69. package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
  70. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +5 -0
  71. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +4 -0
  72. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +5 -0
  73. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +4 -0
  74. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +5 -0
  75. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +4 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  77. package/dist-types/commands/ResetDeploymentsCommand.d.ts +5 -0
  78. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +8 -0
  79. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +3 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  82. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +11 -0
  83. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
  86. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
  87. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +4 -0
  88. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
  91. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
  93. 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 = { // AssociateRoleToGroupRequest
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 = { // AssociateServiceRoleToAccountRequest
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 = { // CreateConnectorDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // ConnectorDefinitionVersion
32
+ * Connectors: [ // __listOfConnector
33
+ * { // Connector
34
+ * ConnectorArn: "STRING_VALUE", // required
35
+ * Id: "STRING_VALUE", // required
36
+ * Parameters: { // __mapOf__string
37
+ * "<keys>": "STRING_VALUE",
38
+ * },
39
+ * },
40
+ * ],
41
+ * },
42
+ * Name: "STRING_VALUE",
43
+ * tags: { // 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 = { // CreateConnectorDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * ConnectorDefinitionId: "STRING_VALUE", // required
32
+ * Connectors: [ // __listOfConnector
33
+ * { // Connector
34
+ * ConnectorArn: "STRING_VALUE", // required
35
+ * Id: "STRING_VALUE", // required
36
+ * Parameters: { // __mapOf__string
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 = { // CreateCoreDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // CoreDefinitionVersion
32
+ * Cores: [ // __listOfCore
33
+ * { // Core
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: { // 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 = { // CreateCoreDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * CoreDefinitionId: "STRING_VALUE", // required
32
+ * Cores: [ // __listOfCore
33
+ * { // Core
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 = { // CreateDeploymentRequest
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 = { // CreateDeviceDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // DeviceDefinitionVersion
32
+ * Devices: [ // __listOfDevice
33
+ * { // Device
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: { // 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 = { // CreateDeviceDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * DeviceDefinitionId: "STRING_VALUE", // required
32
+ * Devices: [ // __listOfDevice
33
+ * { // Device
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 = { // CreateFunctionDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // FunctionDefinitionVersion
32
+ * DefaultConfig: { // FunctionDefaultConfig
33
+ * Execution: { // FunctionDefaultExecutionConfig
34
+ * IsolationMode: "GreengrassContainer" || "NoContainer",
35
+ * RunAs: { // FunctionRunAsConfig
36
+ * Gid: Number("int"),
37
+ * Uid: Number("int"),
38
+ * },
39
+ * },
40
+ * },
41
+ * Functions: [ // __listOfFunction
42
+ * { // Function
43
+ * FunctionArn: "STRING_VALUE",
44
+ * FunctionConfiguration: { // FunctionConfiguration
45
+ * EncodingType: "binary" || "json",
46
+ * Environment: { // FunctionConfigurationEnvironment
47
+ * AccessSysfs: true || false,
48
+ * Execution: { // FunctionExecutionConfig
49
+ * IsolationMode: "GreengrassContainer" || "NoContainer",
50
+ * RunAs: {
51
+ * Gid: Number("int"),
52
+ * Uid: Number("int"),
53
+ * },
54
+ * },
55
+ * ResourceAccessPolicies: [ // __listOfResourceAccessPolicy
56
+ * { // ResourceAccessPolicy
57
+ * Permission: "ro" || "rw",
58
+ * ResourceId: "STRING_VALUE", // required
59
+ * },
60
+ * ],
61
+ * Variables: { // __mapOf__string
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: { // 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 = { // CreateFunctionDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * DefaultConfig: { // FunctionDefaultConfig
32
+ * Execution: { // FunctionDefaultExecutionConfig
33
+ * IsolationMode: "GreengrassContainer" || "NoContainer",
34
+ * RunAs: { // FunctionRunAsConfig
35
+ * Gid: Number("int"),
36
+ * Uid: Number("int"),
37
+ * },
38
+ * },
39
+ * },
40
+ * FunctionDefinitionId: "STRING_VALUE", // required
41
+ * Functions: [ // __listOfFunction
42
+ * { // Function
43
+ * FunctionArn: "STRING_VALUE",
44
+ * FunctionConfiguration: { // FunctionConfiguration
45
+ * EncodingType: "binary" || "json",
46
+ * Environment: { // FunctionConfigurationEnvironment
47
+ * AccessSysfs: true || false,
48
+ * Execution: { // FunctionExecutionConfig
49
+ * IsolationMode: "GreengrassContainer" || "NoContainer",
50
+ * RunAs: {
51
+ * Gid: Number("int"),
52
+ * Uid: Number("int"),
53
+ * },
54
+ * },
55
+ * ResourceAccessPolicies: [ // __listOfResourceAccessPolicy
56
+ * { // ResourceAccessPolicy
57
+ * Permission: "ro" || "rw",
58
+ * ResourceId: "STRING_VALUE", // required
59
+ * },
60
+ * ],
61
+ * Variables: { // __mapOf__string
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 = { // CreateGroupCertificateAuthorityRequest
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 = { // CreateGroupRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // GroupVersion
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: { // 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 = { // CreateGroupVersionRequest
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 = { // CreateLoggerDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // LoggerDefinitionVersion
32
+ * Loggers: [ // __listOfLogger
33
+ * { // Logger
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: { // 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 = { // CreateLoggerDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * LoggerDefinitionId: "STRING_VALUE", // required
32
+ * Loggers: [ // __listOfLogger
33
+ * { // Logger
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 = { // CreateResourceDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // ResourceDefinitionVersion
32
+ * Resources: [ // __listOfResource
33
+ * { // Resource
34
+ * Id: "STRING_VALUE", // required
35
+ * Name: "STRING_VALUE", // required
36
+ * ResourceDataContainer: { // ResourceDataContainer
37
+ * LocalDeviceResourceData: { // LocalDeviceResourceData
38
+ * GroupOwnerSetting: { // GroupOwnerSetting
39
+ * AutoAddGroupOwner: true || false,
40
+ * GroupOwner: "STRING_VALUE",
41
+ * },
42
+ * SourcePath: "STRING_VALUE",
43
+ * },
44
+ * LocalVolumeResourceData: { // LocalVolumeResourceData
45
+ * DestinationPath: "STRING_VALUE",
46
+ * GroupOwnerSetting: {
47
+ * AutoAddGroupOwner: true || false,
48
+ * GroupOwner: "STRING_VALUE",
49
+ * },
50
+ * SourcePath: "STRING_VALUE",
51
+ * },
52
+ * S3MachineLearningModelResourceData: { // S3MachineLearningModelResourceData
53
+ * DestinationPath: "STRING_VALUE",
54
+ * OwnerSetting: { // ResourceDownloadOwnerSetting
55
+ * GroupOwner: "STRING_VALUE", // required
56
+ * GroupPermission: "ro" || "rw", // required
57
+ * },
58
+ * S3Uri: "STRING_VALUE",
59
+ * },
60
+ * SageMakerMachineLearningModelResourceData: { // 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: { // SecretsManagerSecretResourceData
69
+ * ARN: "STRING_VALUE",
70
+ * AdditionalStagingLabelsToDownload: [ // __listOf__string
71
+ * "STRING_VALUE",
72
+ * ],
73
+ * },
74
+ * },
75
+ * },
76
+ * ],
77
+ * },
78
+ * Name: "STRING_VALUE",
79
+ * tags: { // 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 = { // CreateResourceDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * ResourceDefinitionId: "STRING_VALUE", // required
32
+ * Resources: [ // __listOfResource
33
+ * { // Resource
34
+ * Id: "STRING_VALUE", // required
35
+ * Name: "STRING_VALUE", // required
36
+ * ResourceDataContainer: { // ResourceDataContainer
37
+ * LocalDeviceResourceData: { // LocalDeviceResourceData
38
+ * GroupOwnerSetting: { // GroupOwnerSetting
39
+ * AutoAddGroupOwner: true || false,
40
+ * GroupOwner: "STRING_VALUE",
41
+ * },
42
+ * SourcePath: "STRING_VALUE",
43
+ * },
44
+ * LocalVolumeResourceData: { // LocalVolumeResourceData
45
+ * DestinationPath: "STRING_VALUE",
46
+ * GroupOwnerSetting: {
47
+ * AutoAddGroupOwner: true || false,
48
+ * GroupOwner: "STRING_VALUE",
49
+ * },
50
+ * SourcePath: "STRING_VALUE",
51
+ * },
52
+ * S3MachineLearningModelResourceData: { // S3MachineLearningModelResourceData
53
+ * DestinationPath: "STRING_VALUE",
54
+ * OwnerSetting: { // ResourceDownloadOwnerSetting
55
+ * GroupOwner: "STRING_VALUE", // required
56
+ * GroupPermission: "ro" || "rw", // required
57
+ * },
58
+ * S3Uri: "STRING_VALUE",
59
+ * },
60
+ * SageMakerMachineLearningModelResourceData: { // 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: { // SecretsManagerSecretResourceData
69
+ * ARN: "STRING_VALUE",
70
+ * AdditionalStagingLabelsToDownload: [ // __listOf__string
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 = { // CreateSoftwareUpdateJobRequest
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: [ // 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 = { // CreateSubscriptionDefinitionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * InitialVersion: { // SubscriptionDefinitionVersion
32
+ * Subscriptions: [ // __listOfSubscription
33
+ * { // Subscription
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: { // 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 = { // CreateSubscriptionDefinitionVersionRequest
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * SubscriptionDefinitionId: "STRING_VALUE", // required
32
+ * Subscriptions: [ // __listOfSubscription
33
+ * { // Subscription
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 = { // DeleteConnectorDefinitionRequest
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 = { // DeleteCoreDefinitionRequest
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 = { // DeleteDeviceDefinitionRequest
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 = { // DeleteFunctionDefinitionRequest
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 = { // DeleteGroupRequest
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 = { // DeleteLoggerDefinitionRequest
30
+ * LoggerDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteLoggerDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```