@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.
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,9 @@ 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 = {
30
+ * SubscriptionDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteSubscriptionDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DisassociateRoleFromGroupCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,7 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
26
26
  * import { GreengrassClient, DisassociateServiceRoleFromAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, DisassociateServiceRoleFromAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {};
29
30
  * const command = new DisassociateServiceRoleFromAccountCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetAssociatedRoleCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * BulkDeploymentId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetBulkDeploymentStatusCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * ThingName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetConnectivityInfoCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * ConnectorDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetConnectorDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * ConnectorDefinitionId: "STRING_VALUE", // required
31
+ * ConnectorDefinitionVersionId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new GetConnectorDefinitionVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * CoreDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetCoreDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * CoreDefinitionId: "STRING_VALUE", // required
31
+ * CoreDefinitionVersionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetCoreDefinitionVersionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * DeploymentId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetDeploymentStatusCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * DeviceDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetDeviceDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * DeviceDefinitionId: "STRING_VALUE", // required
31
+ * DeviceDefinitionVersionId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new GetDeviceDefinitionVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * FunctionDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetFunctionDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * FunctionDefinitionId: "STRING_VALUE", // required
31
+ * FunctionDefinitionVersionId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new GetFunctionDefinitionVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * CertificateAuthorityId: "STRING_VALUE", // required
31
+ * GroupId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetGroupCertificateAuthorityCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetGroupCertificateConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetGroupCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * GroupVersionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetGroupVersionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * LoggerDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetLoggerDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * LoggerDefinitionId: "STRING_VALUE", // required
31
+ * LoggerDefinitionVersionId: "STRING_VALUE", // required
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new GetLoggerDefinitionVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * ResourceDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetResourceDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ 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 = {
30
+ * ResourceDefinitionId: "STRING_VALUE", // required
31
+ * ResourceDefinitionVersionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetResourceDefinitionVersionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,7 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
26
26
  * import { GreengrassClient, GetServiceRoleForAccountCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, GetServiceRoleForAccountCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {};
29
30
  * const command = new GetServiceRoleForAccountCommand(input);
30
31
  * const response = await client.send(command);
31
32
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * SubscriptionDefinitionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetSubscriptionDefinitionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ 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 = {
30
+ * NextToken: "STRING_VALUE",
31
+ * SubscriptionDefinitionId: "STRING_VALUE", // required
32
+ * SubscriptionDefinitionVersionId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetSubscriptionDefinitionVersionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ 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 = {
30
+ * ThingName: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetThingRuntimeConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
26
26
  * import { GreengrassClient, ListBulkDeploymentDetailedReportsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListBulkDeploymentDetailedReportsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * BulkDeploymentId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListBulkDeploymentDetailedReportsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
26
26
  * import { GreengrassClient, ListBulkDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListBulkDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListBulkDeploymentsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
26
26
  * import { GreengrassClient, ListConnectorDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListConnectorDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * ConnectorDefinitionId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListConnectorDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
26
26
  * import { GreengrassClient, ListConnectorDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListConnectorDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListConnectorDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
26
26
  * import { GreengrassClient, ListCoreDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListCoreDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * CoreDefinitionId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListCoreDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
26
26
  * import { GreengrassClient, ListCoreDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListCoreDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListCoreDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
26
26
  * import { GreengrassClient, ListDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListDeploymentsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
26
26
  * import { GreengrassClient, ListDeviceDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListDeviceDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * DeviceDefinitionId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListDeviceDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
26
26
  * import { GreengrassClient, ListDeviceDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListDeviceDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListDeviceDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
26
26
  * import { GreengrassClient, ListFunctionDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListFunctionDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * FunctionDefinitionId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListFunctionDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
26
26
  * import { GreengrassClient, ListFunctionDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListFunctionDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListFunctionDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
26
26
  * import { GreengrassClient, ListGroupCertificateAuthoritiesCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListGroupCertificateAuthoritiesCommand } = 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 ListGroupCertificateAuthoritiesCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
26
26
  * import { GreengrassClient, ListGroupVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListGroupVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * GroupId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListGroupVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
26
26
  * import { GreengrassClient, ListGroupsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListGroupsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListGroupsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
26
26
  * import { GreengrassClient, ListLoggerDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListLoggerDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * LoggerDefinitionId: "STRING_VALUE", // required
31
+ * MaxResults: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListLoggerDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
26
26
  * import { GreengrassClient, ListLoggerDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListLoggerDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListLoggerDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
26
26
  * import { GreengrassClient, ListResourceDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListResourceDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * ResourceDefinitionId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ListResourceDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
26
26
  * import { GreengrassClient, ListResourceDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListResourceDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListResourceDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
26
26
  * import { GreengrassClient, ListSubscriptionDefinitionVersionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListSubscriptionDefinitionVersionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * SubscriptionDefinitionId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ListSubscriptionDefinitionVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
26
26
  * import { GreengrassClient, ListSubscriptionDefinitionsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListSubscriptionDefinitionsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * MaxResults: "STRING_VALUE",
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListSubscriptionDefinitionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { GreengrassClient, ListTagsForResourceCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ListTagsForResourceCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
26
26
  * import { GreengrassClient, ResetDeploymentsCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, ResetDeploymentsCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * Force: true || false,
32
+ * GroupId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ResetDeploymentsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,14 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
26
26
  * import { GreengrassClient, StartBulkDeploymentCommand } from "@aws-sdk/client-greengrass"; // ES Modules import
27
27
  * // const { GreengrassClient, StartBulkDeploymentCommand } = require("@aws-sdk/client-greengrass"); // CommonJS import
28
28
  * const client = new GreengrassClient(config);
29
+ * const input = {
30
+ * AmznClientToken: "STRING_VALUE",
31
+ * ExecutionRoleArn: "STRING_VALUE", // required
32
+ * InputFileUri: "STRING_VALUE", // required
33
+ * tags: {
34
+ * "<keys>": "STRING_VALUE",
35
+ * },
36
+ * };
29
37
  * const command = new StartBulkDeploymentCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```