@aws-sdk/client-greengrass 3.278.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +739 -0
  2. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateGroupVersionCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -0
  20. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -0
  31. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -0
  33. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +6 -0
  34. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +6 -0
  35. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -0
  36. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +6 -0
  37. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -0
  38. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +6 -0
  39. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +6 -0
  40. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +6 -0
  41. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +6 -0
  42. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -0
  43. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +6 -0
  44. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -0
  45. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -0
  46. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -0
  47. package/dist-types/commands/GetGroupCommand.d.ts +6 -0
  48. package/dist-types/commands/GetGroupVersionCommand.d.ts +6 -0
  49. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +6 -0
  50. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -0
  51. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +6 -0
  52. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +6 -0
  53. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -0
  54. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +6 -0
  55. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -0
  56. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -0
  57. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -0
  58. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +6 -0
  59. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -0
  60. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +6 -0
  61. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -0
  62. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +6 -0
  63. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -0
  64. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -0
  65. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +6 -0
  66. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -0
  67. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +6 -0
  68. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -0
  69. package/dist-types/commands/ListGroupVersionsCommand.d.ts +6 -0
  70. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  71. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -0
  72. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +6 -0
  73. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -0
  74. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +6 -0
  75. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -0
  76. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  78. package/dist-types/commands/ResetDeploymentsCommand.d.ts +6 -0
  79. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +6 -0
  80. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +6 -0
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +6 -0
  86. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +6 -0
  88. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -0
  89. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
  90. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +6 -0
  91. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +6 -0
  92. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -0
  93. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -0
  94. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeviceDefinitionCommand}.
8
+ */
6
9
  export interface GetDeviceDefinitionCommandInput extends GetDeviceDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeviceDefinitionCommand}.
13
+ */
8
14
  export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetDeviceDefinitionVersionRequest, GetDeviceDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeviceDefinitionVersionCommand}.
8
+ */
6
9
  export interface GetDeviceDefinitionVersionCommandInput extends GetDeviceDefinitionVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeviceDefinitionVersionCommand}.
13
+ */
8
14
  export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefinitionVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionDefinitionCommand}.
8
+ */
6
9
  export interface GetFunctionDefinitionCommandInput extends GetFunctionDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionDefinitionCommand}.
13
+ */
8
14
  export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetFunctionDefinitionVersionRequest, GetFunctionDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFunctionDefinitionVersionCommand}.
8
+ */
6
9
  export interface GetFunctionDefinitionVersionCommandInput extends GetFunctionDefinitionVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFunctionDefinitionVersionCommand}.
13
+ */
8
14
  export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDefinitionVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateAuthorityRequest, GetGroupCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupCertificateAuthorityCommand}.
8
+ */
6
9
  export interface GetGroupCertificateAuthorityCommandInput extends GetGroupCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupCertificateAuthorityCommand}.
13
+ */
8
14
  export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCertificateAuthorityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupCertificateConfigurationRequest, GetGroupCertificateConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupCertificateConfigurationCommand}.
8
+ */
6
9
  export interface GetGroupCertificateConfigurationCommandInput extends GetGroupCertificateConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupCertificateConfigurationCommand}.
13
+ */
8
14
  export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupCertificateConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupCommand}.
8
+ */
6
9
  export interface GetGroupCommandInput extends GetGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupCommand}.
13
+ */
8
14
  export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGroupVersionCommand}.
8
+ */
6
9
  export interface GetGroupVersionCommandInput extends GetGroupVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGroupVersionCommand}.
13
+ */
8
14
  export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLoggerDefinitionCommand}.
8
+ */
6
9
  export interface GetLoggerDefinitionCommandInput extends GetLoggerDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLoggerDefinitionCommand}.
13
+ */
8
14
  export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetLoggerDefinitionVersionCommand}.
8
+ */
6
9
  export interface GetLoggerDefinitionVersionCommandInput extends GetLoggerDefinitionVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetLoggerDefinitionVersionCommand}.
13
+ */
8
14
  export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefinitionVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourceDefinitionCommand}.
8
+ */
6
9
  export interface GetResourceDefinitionCommandInput extends GetResourceDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourceDefinitionCommand}.
13
+ */
8
14
  export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetResourceDefinitionVersionRequest, GetResourceDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourceDefinitionVersionCommand}.
8
+ */
6
9
  export interface GetResourceDefinitionVersionCommandInput extends GetResourceDefinitionVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourceDefinitionVersionCommand}.
13
+ */
8
14
  export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDefinitionVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServiceRoleForAccountCommand}.
8
+ */
6
9
  export interface GetServiceRoleForAccountCommandInput extends GetServiceRoleForAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServiceRoleForAccountCommand}.
13
+ */
8
14
  export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleForAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetSubscriptionDefinitionRequest, GetSubscriptionDefinitionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSubscriptionDefinitionCommand}.
8
+ */
6
9
  export interface GetSubscriptionDefinitionCommandInput extends GetSubscriptionDefinitionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSubscriptionDefinitionCommand}.
13
+ */
8
14
  export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionDefinitionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetSubscriptionDefinitionVersionRequest, GetSubscriptionDefinitionVersionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSubscriptionDefinitionVersionCommand}.
8
+ */
6
9
  export interface GetSubscriptionDefinitionVersionCommandInput extends GetSubscriptionDefinitionVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSubscriptionDefinitionVersionCommand}.
13
+ */
8
14
  export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscriptionDefinitionVersionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetThingRuntimeConfigurationRequest, GetThingRuntimeConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetThingRuntimeConfigurationCommand}.
8
+ */
6
9
  export interface GetThingRuntimeConfigurationCommandInput extends GetThingRuntimeConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetThingRuntimeConfigurationCommand}.
13
+ */
8
14
  export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRuntimeConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListBulkDeploymentDetailedReportsRequest, ListBulkDeploymentDetailedReportsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBulkDeploymentDetailedReportsCommand}.
8
+ */
6
9
  export interface ListBulkDeploymentDetailedReportsCommandInput extends ListBulkDeploymentDetailedReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBulkDeploymentDetailedReportsCommand}.
13
+ */
8
14
  export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulkDeploymentDetailedReportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListBulkDeploymentsRequest, ListBulkDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBulkDeploymentsCommand}.
8
+ */
6
9
  export interface ListBulkDeploymentsCommandInput extends ListBulkDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBulkDeploymentsCommand}.
13
+ */
8
14
  export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListConnectorDefinitionVersionsRequest, ListConnectorDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConnectorDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListConnectorDefinitionVersionsCommandInput extends ListConnectorDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConnectorDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnectorDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListConnectorDefinitionsRequest, ListConnectorDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConnectorDefinitionsCommand}.
8
+ */
6
9
  export interface ListConnectorDefinitionsCommandInput extends ListConnectorDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConnectorDefinitionsCommand}.
13
+ */
8
14
  export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListCoreDefinitionVersionsRequest, ListCoreDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCoreDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListCoreDefinitionVersionsCommandInput extends ListCoreDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCoreDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListCoreDefinitionsRequest, ListCoreDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCoreDefinitionsCommand}.
8
+ */
6
9
  export interface ListCoreDefinitionsCommandInput extends ListCoreDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCoreDefinitionsCommand}.
13
+ */
8
14
  export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeploymentsCommand}.
8
+ */
6
9
  export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeploymentsCommand}.
13
+ */
8
14
  export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeviceDefinitionVersionsRequest, ListDeviceDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeviceDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListDeviceDefinitionVersionsCommandInput extends ListDeviceDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeviceDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeviceDefinitionsCommand}.
8
+ */
6
9
  export interface ListDeviceDefinitionsCommandInput extends ListDeviceDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeviceDefinitionsCommand}.
13
+ */
8
14
  export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListFunctionDefinitionVersionsRequest, ListFunctionDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListFunctionDefinitionVersionsCommandInput extends ListFunctionDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctionDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListFunctionDefinitionsRequest, ListFunctionDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFunctionDefinitionsCommand}.
8
+ */
6
9
  export interface ListFunctionDefinitionsCommandInput extends ListFunctionDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFunctionDefinitionsCommand}.
13
+ */
8
14
  export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupCertificateAuthoritiesRequest, ListGroupCertificateAuthoritiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupCertificateAuthoritiesCommand}.
8
+ */
6
9
  export interface ListGroupCertificateAuthoritiesCommandInput extends ListGroupCertificateAuthoritiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupCertificateAuthoritiesCommand}.
13
+ */
8
14
  export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupCertificateAuthoritiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupVersionsCommand}.
8
+ */
6
9
  export interface ListGroupVersionsCommandInput extends ListGroupVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupVersionsCommand}.
13
+ */
8
14
  export interface ListGroupVersionsCommandOutput extends ListGroupVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroupsCommand}.
8
+ */
6
9
  export interface ListGroupsCommandInput extends ListGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroupsCommand}.
13
+ */
8
14
  export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListLoggerDefinitionVersionsRequest, ListLoggerDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLoggerDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListLoggerDefinitionVersionsCommandInput extends ListLoggerDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLoggerDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLoggerDefinitionsCommand}.
8
+ */
6
9
  export interface ListLoggerDefinitionsCommandInput extends ListLoggerDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLoggerDefinitionsCommand}.
13
+ */
8
14
  export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListResourceDefinitionVersionsRequest, ListResourceDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListResourceDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListResourceDefinitionVersionsCommandInput extends ListResourceDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourceDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListResourceDefinitionVersionsCommandOutput extends ListResourceDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListResourceDefinitionsRequest, ListResourceDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListResourceDefinitionsCommand}.
8
+ */
6
9
  export interface ListResourceDefinitionsCommandInput extends ListResourceDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListResourceDefinitionsCommand}.
13
+ */
8
14
  export interface ListResourceDefinitionsCommandOutput extends ListResourceDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListSubscriptionDefinitionVersionsRequest, ListSubscriptionDefinitionVersionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSubscriptionDefinitionVersionsCommand}.
8
+ */
6
9
  export interface ListSubscriptionDefinitionVersionsCommandInput extends ListSubscriptionDefinitionVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSubscriptionDefinitionVersionsCommand}.
13
+ */
8
14
  export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSubscriptionDefinitionVersionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListSubscriptionDefinitionsRequest, ListSubscriptionDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSubscriptionDefinitionsCommand}.
8
+ */
6
9
  export interface ListSubscriptionDefinitionsCommandInput extends ListSubscriptionDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSubscriptionDefinitionsCommand}.
13
+ */
8
14
  export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscriptionDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { ResetDeploymentsRequest, ResetDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ResetDeploymentsCommand}.
8
+ */
6
9
  export interface ResetDeploymentsCommandInput extends ResetDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ResetDeploymentsCommand}.
13
+ */
8
14
  export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBulkDeploymentCommand}.
8
+ */
6
9
  export interface StartBulkDeploymentCommandInput extends StartBulkDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBulkDeploymentCommand}.
13
+ */
8
14
  export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentResponse, __MetadataBearer {
9
15
  }
10
16
  /**