@aws-sdk/client-greengrass 3.533.0 → 3.540.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 (195) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Greengrass.d.ts +19 -1
  6. package/dist-types/GreengrassClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -1
  37. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -1
  38. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -1
  39. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -1
  40. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -1
  42. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -1
  43. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -1
  44. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -1
  45. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -1
  46. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -1
  47. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -1
  48. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -1
  49. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -1
  51. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -1
  52. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  53. package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -1
  55. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -1
  57. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -1
  58. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -1
  59. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -1
  62. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -1
  74. package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -1
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -1
  84. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -1
  85. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  87. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -1
  92. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -1
  93. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  95. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -1
  96. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -1
  97. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -1
  98. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -1
  99. package/dist-types/index.d.ts +0 -1
  100. package/dist-types/models/models_0.d.ts +679 -679
  101. package/dist-types/ts3.4/Greengrass.d.ts +18 -0
  102. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/index.d.ts +0 -1
  195. package/package.json +40 -40
@@ -1,147 +1,147 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
3
3
  /**
4
- * @public
5
4
  * Information about a Greengrass core's connectivity.
5
+ * @public
6
6
  */
7
7
  export interface ConnectivityInfo {
8
8
  /**
9
- * @public
10
9
  * The endpoint for the Greengrass core. Can be an IP address or DNS.
10
+ * @public
11
11
  */
12
12
  HostAddress?: string;
13
13
  /**
14
- * @public
15
14
  * The ID of the connectivity information.
15
+ * @public
16
16
  */
17
17
  Id?: string;
18
18
  /**
19
- * @public
20
19
  * Metadata for this endpoint.
20
+ * @public
21
21
  */
22
22
  Metadata?: string;
23
23
  /**
24
- * @public
25
24
  * The port of the Greengrass core. Usually 8883.
25
+ * @public
26
26
  */
27
27
  PortNumber?: number;
28
28
  }
29
29
  /**
30
- * @public
31
30
  * Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
31
+ * @public
32
32
  */
33
33
  export interface Connector {
34
34
  /**
35
- * @public
36
35
  * The ARN of the connector.
36
+ * @public
37
37
  */
38
38
  ConnectorArn: string | undefined;
39
39
  /**
40
- * @public
41
40
  * A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
41
+ * @public
42
42
  */
43
43
  Id: string | undefined;
44
44
  /**
45
- * @public
46
45
  * The parameters or configuration that the connector uses.
46
+ * @public
47
47
  */
48
48
  Parameters?: Record<string, string>;
49
49
  }
50
50
  /**
51
- * @public
52
51
  * Information about a core.
52
+ * @public
53
53
  */
54
54
  export interface Core {
55
55
  /**
56
- * @public
57
56
  * The ARN of the certificate associated with the core.
57
+ * @public
58
58
  */
59
59
  CertificateArn: string | undefined;
60
60
  /**
61
- * @public
62
61
  * A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
62
+ * @public
63
63
  */
64
64
  Id: string | undefined;
65
65
  /**
66
- * @public
67
66
  * If true, the core's local shadow is automatically synced with the cloud.
67
+ * @public
68
68
  */
69
69
  SyncShadow?: boolean;
70
70
  /**
71
- * @public
72
71
  * The ARN of the thing which is the core.
72
+ * @public
73
73
  */
74
74
  ThingArn: string | undefined;
75
75
  }
76
76
  /**
77
- * @public
78
77
  * Information about a definition.
78
+ * @public
79
79
  */
80
80
  export interface DefinitionInformation {
81
81
  /**
82
- * @public
83
82
  * The ARN of the definition.
83
+ * @public
84
84
  */
85
85
  Arn?: string;
86
86
  /**
87
- * @public
88
87
  * The time, in milliseconds since the epoch, when the definition was created.
88
+ * @public
89
89
  */
90
90
  CreationTimestamp?: string;
91
91
  /**
92
- * @public
93
92
  * The ID of the definition.
93
+ * @public
94
94
  */
95
95
  Id?: string;
96
96
  /**
97
- * @public
98
97
  * The time, in milliseconds since the epoch, when the definition was last updated.
98
+ * @public
99
99
  */
100
100
  LastUpdatedTimestamp?: string;
101
101
  /**
102
- * @public
103
102
  * The ID of the latest version associated with the definition.
103
+ * @public
104
104
  */
105
105
  LatestVersion?: string;
106
106
  /**
107
- * @public
108
107
  * The ARN of the latest version associated with the definition.
108
+ * @public
109
109
  */
110
110
  LatestVersionArn?: string;
111
111
  /**
112
- * @public
113
112
  * The name of the definition.
113
+ * @public
114
114
  */
115
115
  Name?: string;
116
116
  /**
117
- * @public
118
117
  * Tag(s) attached to the resource arn.
118
+ * @public
119
119
  */
120
120
  Tags?: Record<string, string>;
121
121
  }
122
122
  /**
123
- * @public
124
123
  * Information about a device.
124
+ * @public
125
125
  */
126
126
  export interface Device {
127
127
  /**
128
- * @public
129
128
  * The ARN of the certificate associated with the device.
129
+ * @public
130
130
  */
131
131
  CertificateArn: string | undefined;
132
132
  /**
133
- * @public
134
133
  * A descriptive or arbitrary ID for the device. This value must be unique within the device definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
134
+ * @public
135
135
  */
136
136
  Id: string | undefined;
137
137
  /**
138
- * @public
139
138
  * If true, the device's local shadow will be automatically synced with the cloud.
139
+ * @public
140
140
  */
141
141
  SyncShadow?: boolean;
142
142
  /**
143
- * @public
144
143
  * The thing ARN of the device.
144
+ * @public
145
145
  */
146
146
  ThingArn: string | undefined;
147
147
  }
@@ -170,34 +170,34 @@ export declare const FunctionIsolationMode: {
170
170
  */
171
171
  export type FunctionIsolationMode = (typeof FunctionIsolationMode)[keyof typeof FunctionIsolationMode];
172
172
  /**
173
- * @public
174
173
  * Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
174
+ * @public
175
175
  */
176
176
  export interface FunctionRunAsConfig {
177
177
  /**
178
- * @public
179
178
  * The group ID whose permissions are used to run a Lambda function.
179
+ * @public
180
180
  */
181
181
  Gid?: number;
182
182
  /**
183
- * @public
184
183
  * The user ID whose permissions are used to run a Lambda function.
184
+ * @public
185
185
  */
186
186
  Uid?: number;
187
187
  }
188
188
  /**
189
- * @public
190
189
  * Configuration information that specifies how a Lambda function runs.
190
+ * @public
191
191
  */
192
192
  export interface FunctionExecutionConfig {
193
193
  /**
194
- * @public
195
194
  * Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.
195
+ * @public
196
196
  */
197
197
  IsolationMode?: FunctionIsolationMode;
198
198
  /**
199
- * @public
200
199
  * Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
200
+ * @public
201
201
  */
202
202
  RunAs?: FunctionRunAsConfig;
203
203
  }
@@ -214,168 +214,168 @@ export declare const Permission: {
214
214
  */
215
215
  export type Permission = (typeof Permission)[keyof typeof Permission];
216
216
  /**
217
- * @public
218
217
  * A policy used by the function to access a resource.
218
+ * @public
219
219
  */
220
220
  export interface ResourceAccessPolicy {
221
221
  /**
222
- * @public
223
222
  * The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only).
223
+ * @public
224
224
  */
225
225
  Permission?: Permission;
226
226
  /**
227
- * @public
228
227
  * The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)
228
+ * @public
229
229
  */
230
230
  ResourceId: string | undefined;
231
231
  }
232
232
  /**
233
- * @public
234
233
  * The environment configuration of the function.
234
+ * @public
235
235
  */
236
236
  export interface FunctionConfigurationEnvironment {
237
237
  /**
238
- * @public
239
238
  * If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys. This setting applies only when you run the Lambda function in a Greengrass container.
239
+ * @public
240
240
  */
241
241
  AccessSysfs?: boolean;
242
242
  /**
243
- * @public
244
243
  * Configuration related to executing the Lambda function
244
+ * @public
245
245
  */
246
246
  Execution?: FunctionExecutionConfig;
247
247
  /**
248
- * @public
249
248
  * A list of the resources, with their permissions, to which the Lambda function will be granted access. A Lambda function can have at most 10 resources. ResourceAccessPolicies apply only when you run the Lambda function in a Greengrass container.
249
+ * @public
250
250
  */
251
251
  ResourceAccessPolicies?: ResourceAccessPolicy[];
252
252
  /**
253
- * @public
254
253
  * Environment variables for the Lambda function's configuration.
254
+ * @public
255
255
  */
256
256
  Variables?: Record<string, string>;
257
257
  }
258
258
  /**
259
- * @public
260
259
  * The configuration of the Lambda function.
260
+ * @public
261
261
  */
262
262
  export interface FunctionConfiguration {
263
263
  /**
264
- * @public
265
264
  * The expected encoding type of the input payload for the function. The default is ''json''.
265
+ * @public
266
266
  */
267
267
  EncodingType?: EncodingType;
268
268
  /**
269
- * @public
270
269
  * The environment configuration of the function.
270
+ * @public
271
271
  */
272
272
  Environment?: FunctionConfigurationEnvironment;
273
273
  /**
274
- * @public
275
274
  * The execution arguments.
275
+ * @public
276
276
  */
277
277
  ExecArgs?: string;
278
278
  /**
279
- * @public
280
279
  * The name of the function executable.
280
+ * @public
281
281
  */
282
282
  Executable?: string;
283
283
  /**
284
- * @public
285
284
  * The memory size, in KB, which the function requires. This setting is not applicable and should be cleared when you run the Lambda function without containerization.
285
+ * @public
286
286
  */
287
287
  MemorySize?: number;
288
288
  /**
289
- * @public
290
289
  * True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.
290
+ * @public
291
291
  */
292
292
  Pinned?: boolean;
293
293
  /**
294
- * @public
295
294
  * The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request.
295
+ * @public
296
296
  */
297
297
  Timeout?: number;
298
298
  /**
299
- * @public
300
299
  * The Lambda runtime supported by Greengrass which is to be used instead of the one specified in the Lambda function.
300
+ * @public
301
301
  */
302
302
  FunctionRuntimeOverride?: string;
303
303
  }
304
304
  /**
305
- * @public
306
305
  * Information about a Lambda function.
306
+ * @public
307
307
  */
308
308
  export interface Function {
309
309
  /**
310
- * @public
311
310
  * The ARN of the Lambda function.
311
+ * @public
312
312
  */
313
313
  FunctionArn?: string;
314
314
  /**
315
- * @public
316
315
  * The configuration of the Lambda function.
316
+ * @public
317
317
  */
318
318
  FunctionConfiguration?: FunctionConfiguration;
319
319
  /**
320
- * @public
321
320
  * A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
321
+ * @public
322
322
  */
323
323
  Id: string | undefined;
324
324
  }
325
325
  /**
326
- * @public
327
326
  * Information about a certificate authority for a group.
327
+ * @public
328
328
  */
329
329
  export interface GroupCertificateAuthorityProperties {
330
330
  /**
331
- * @public
332
331
  * The ARN of the certificate authority for the group.
332
+ * @public
333
333
  */
334
334
  GroupCertificateAuthorityArn?: string;
335
335
  /**
336
- * @public
337
336
  * The ID of the certificate authority for the group.
337
+ * @public
338
338
  */
339
339
  GroupCertificateAuthorityId?: string;
340
340
  }
341
341
  /**
342
- * @public
343
342
  * Information about a group.
343
+ * @public
344
344
  */
345
345
  export interface GroupInformation {
346
346
  /**
347
- * @public
348
347
  * The ARN of the group.
348
+ * @public
349
349
  */
350
350
  Arn?: string;
351
351
  /**
352
- * @public
353
352
  * The time, in milliseconds since the epoch, when the group was created.
353
+ * @public
354
354
  */
355
355
  CreationTimestamp?: string;
356
356
  /**
357
- * @public
358
357
  * The ID of the group.
358
+ * @public
359
359
  */
360
360
  Id?: string;
361
361
  /**
362
- * @public
363
362
  * The time, in milliseconds since the epoch, when the group was last updated.
363
+ * @public
364
364
  */
365
365
  LastUpdatedTimestamp?: string;
366
366
  /**
367
- * @public
368
367
  * The ID of the latest version associated with the group.
368
+ * @public
369
369
  */
370
370
  LatestVersion?: string;
371
371
  /**
372
- * @public
373
372
  * The ARN of the latest version associated with the group.
373
+ * @public
374
374
  */
375
375
  LatestVersionArn?: string;
376
376
  /**
377
- * @public
378
377
  * The name of the group.
378
+ * @public
379
379
  */
380
380
  Name?: string;
381
381
  }
@@ -419,264 +419,264 @@ export declare const LoggerType: {
419
419
  */
420
420
  export type LoggerType = (typeof LoggerType)[keyof typeof LoggerType];
421
421
  /**
422
- * @public
423
422
  * Information about a logger
423
+ * @public
424
424
  */
425
425
  export interface Logger {
426
426
  /**
427
- * @public
428
427
  * The component that will be subject to logging.
428
+ * @public
429
429
  */
430
430
  Component: LoggerComponent | undefined;
431
431
  /**
432
- * @public
433
432
  * A descriptive or arbitrary ID for the logger. This value must be unique within the logger definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
433
+ * @public
434
434
  */
435
435
  Id: string | undefined;
436
436
  /**
437
- * @public
438
437
  * The level of the logs.
438
+ * @public
439
439
  */
440
440
  Level: LoggerLevel | undefined;
441
441
  /**
442
- * @public
443
442
  * The amount of file space, in KB, to use if the local file system is used for logging purposes.
443
+ * @public
444
444
  */
445
445
  Space?: number;
446
446
  /**
447
- * @public
448
447
  * The type of log output which will be used.
448
+ * @public
449
449
  */
450
450
  Type: LoggerType | undefined;
451
451
  }
452
452
  /**
453
- * @public
454
453
  * Group owner related settings for local resources.
454
+ * @public
455
455
  */
456
456
  export interface GroupOwnerSetting {
457
457
  /**
458
- * @public
459
458
  * If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.
459
+ * @public
460
460
  */
461
461
  AutoAddGroupOwner?: boolean;
462
462
  /**
463
- * @public
464
463
  * The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
464
+ * @public
465
465
  */
466
466
  GroupOwner?: string;
467
467
  }
468
468
  /**
469
- * @public
470
469
  * Attributes that define a local device resource.
470
+ * @public
471
471
  */
472
472
  export interface LocalDeviceResourceData {
473
473
  /**
474
- * @public
475
474
  * Group/owner related settings for local resources.
475
+ * @public
476
476
  */
477
477
  GroupOwnerSetting?: GroupOwnerSetting;
478
478
  /**
479
- * @public
480
479
  * The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under ''/dev''.
480
+ * @public
481
481
  */
482
482
  SourcePath?: string;
483
483
  }
484
484
  /**
485
- * @public
486
485
  * Attributes that define a local volume resource.
486
+ * @public
487
487
  */
488
488
  export interface LocalVolumeResourceData {
489
489
  /**
490
- * @public
491
490
  * The absolute local path of the resource inside the Lambda environment.
491
+ * @public
492
492
  */
493
493
  DestinationPath?: string;
494
494
  /**
495
- * @public
496
495
  * Allows you to configure additional group privileges for the Lambda process. This field is optional.
496
+ * @public
497
497
  */
498
498
  GroupOwnerSetting?: GroupOwnerSetting;
499
499
  /**
500
- * @public
501
500
  * The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
501
+ * @public
502
502
  */
503
503
  SourcePath?: string;
504
504
  }
505
505
  /**
506
- * @public
507
506
  * The owner setting for downloaded machine learning resources.
507
+ * @public
508
508
  */
509
509
  export interface ResourceDownloadOwnerSetting {
510
510
  /**
511
- * @public
512
511
  * The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
512
+ * @public
513
513
  */
514
514
  GroupOwner: string | undefined;
515
515
  /**
516
- * @public
517
516
  * The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
517
+ * @public
518
518
  */
519
519
  GroupPermission: Permission | undefined;
520
520
  }
521
521
  /**
522
- * @public
523
522
  * Attributes that define an Amazon S3 machine learning resource.
523
+ * @public
524
524
  */
525
525
  export interface S3MachineLearningModelResourceData {
526
526
  /**
527
- * @public
528
527
  * The absolute local path of the resource inside the Lambda environment.
528
+ * @public
529
529
  */
530
530
  DestinationPath?: string;
531
531
  /**
532
- * @public
533
532
  * The owner setting for downloaded machine learning resources.
533
+ * @public
534
534
  */
535
535
  OwnerSetting?: ResourceDownloadOwnerSetting;
536
536
  /**
537
- * @public
538
537
  * The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
538
+ * @public
539
539
  */
540
540
  S3Uri?: string;
541
541
  }
542
542
  /**
543
- * @public
544
543
  * Attributes that define an Amazon SageMaker machine learning resource.
544
+ * @public
545
545
  */
546
546
  export interface SageMakerMachineLearningModelResourceData {
547
547
  /**
548
- * @public
549
548
  * The absolute local path of the resource inside the Lambda environment.
549
+ * @public
550
550
  */
551
551
  DestinationPath?: string;
552
552
  /**
553
- * @public
554
553
  * The owner setting for downloaded machine learning resources.
554
+ * @public
555
555
  */
556
556
  OwnerSetting?: ResourceDownloadOwnerSetting;
557
557
  /**
558
- * @public
559
558
  * The ARN of the Amazon SageMaker training job that represents the source model.
559
+ * @public
560
560
  */
561
561
  SageMakerJobArn?: string;
562
562
  }
563
563
  /**
564
- * @public
565
564
  * Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.
565
+ * @public
566
566
  */
567
567
  export interface SecretsManagerSecretResourceData {
568
568
  /**
569
- * @public
570
569
  * The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.
570
+ * @public
571
571
  */
572
572
  ARN?: string;
573
573
  /**
574
- * @public
575
574
  * Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.
575
+ * @public
576
576
  */
577
577
  AdditionalStagingLabelsToDownload?: string[];
578
578
  }
579
579
  /**
580
- * @public
581
580
  * A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.
581
+ * @public
582
582
  */
583
583
  export interface ResourceDataContainer {
584
584
  /**
585
- * @public
586
585
  * Attributes that define the local device resource.
586
+ * @public
587
587
  */
588
588
  LocalDeviceResourceData?: LocalDeviceResourceData;
589
589
  /**
590
- * @public
591
590
  * Attributes that define the local volume resource.
591
+ * @public
592
592
  */
593
593
  LocalVolumeResourceData?: LocalVolumeResourceData;
594
594
  /**
595
- * @public
596
595
  * Attributes that define an Amazon S3 machine learning resource.
596
+ * @public
597
597
  */
598
598
  S3MachineLearningModelResourceData?: S3MachineLearningModelResourceData;
599
599
  /**
600
- * @public
601
600
  * Attributes that define an Amazon SageMaker machine learning resource.
601
+ * @public
602
602
  */
603
603
  SageMakerMachineLearningModelResourceData?: SageMakerMachineLearningModelResourceData;
604
604
  /**
605
- * @public
606
605
  * Attributes that define a secret resource, which references a secret from AWS Secrets Manager.
606
+ * @public
607
607
  */
608
608
  SecretsManagerSecretResourceData?: SecretsManagerSecretResourceData;
609
609
  }
610
610
  /**
611
- * @public
612
611
  * Information about a resource.
612
+ * @public
613
613
  */
614
614
  export interface Resource {
615
615
  /**
616
- * @public
617
616
  * The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
617
+ * @public
618
618
  */
619
619
  Id: string | undefined;
620
620
  /**
621
- * @public
622
621
  * The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
622
+ * @public
623
623
  */
624
624
  Name: string | undefined;
625
625
  /**
626
- * @public
627
626
  * A container of data for all resource types.
627
+ * @public
628
628
  */
629
629
  ResourceDataContainer: ResourceDataContainer | undefined;
630
630
  }
631
631
  /**
632
- * @public
633
632
  * Information about a subscription.
633
+ * @public
634
634
  */
635
635
  export interface Subscription {
636
636
  /**
637
- * @public
638
637
  * A descriptive or arbitrary ID for the subscription. This value must be unique within the subscription definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
638
+ * @public
639
639
  */
640
640
  Id: string | undefined;
641
641
  /**
642
- * @public
643
642
  * The source of the subscription. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.
643
+ * @public
644
644
  */
645
645
  Source: string | undefined;
646
646
  /**
647
- * @public
648
647
  * The MQTT topic used to route the message.
648
+ * @public
649
649
  */
650
650
  Subject: string | undefined;
651
651
  /**
652
- * @public
653
652
  * Where the message is sent to. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.
653
+ * @public
654
654
  */
655
655
  Target: string | undefined;
656
656
  }
657
657
  /**
658
- * @public
659
658
  * Information about a version.
659
+ * @public
660
660
  */
661
661
  export interface VersionInformation {
662
662
  /**
663
- * @public
664
663
  * The ARN of the version.
664
+ * @public
665
665
  */
666
666
  Arn?: string;
667
667
  /**
668
- * @public
669
668
  * The time, in milliseconds since the epoch, when the version was created.
669
+ * @public
670
670
  */
671
671
  CreationTimestamp?: string;
672
672
  /**
673
- * @public
674
673
  * The ID of the parent definition that the version is associated with.
674
+ * @public
675
675
  */
676
676
  Id?: string;
677
677
  /**
678
- * @public
679
678
  * The ID of the version.
679
+ * @public
680
680
  */
681
681
  Version?: string;
682
682
  }
@@ -685,13 +685,13 @@ export interface VersionInformation {
685
685
  */
686
686
  export interface AssociateRoleToGroupRequest {
687
687
  /**
688
- * @public
689
688
  * The ID of the Greengrass group.
689
+ * @public
690
690
  */
691
691
  GroupId: string | undefined;
692
692
  /**
693
- * @public
694
693
  * The ARN of the role you wish to associate with this group. The existence of the role is not validated.
694
+ * @public
695
695
  */
696
696
  RoleArn: string | undefined;
697
697
  }
@@ -700,42 +700,42 @@ export interface AssociateRoleToGroupRequest {
700
700
  */
701
701
  export interface AssociateRoleToGroupResponse {
702
702
  /**
703
- * @public
704
703
  * The time, in milliseconds since the epoch, when the role ARN was associated with the group.
704
+ * @public
705
705
  */
706
706
  AssociatedAt?: string;
707
707
  }
708
708
  /**
709
- * @public
710
709
  * Details about the error.
710
+ * @public
711
711
  */
712
712
  export interface ErrorDetail {
713
713
  /**
714
- * @public
715
714
  * A detailed error code.
715
+ * @public
716
716
  */
717
717
  DetailedErrorCode?: string;
718
718
  /**
719
- * @public
720
719
  * A detailed error message.
720
+ * @public
721
721
  */
722
722
  DetailedErrorMessage?: string;
723
723
  }
724
724
  /**
725
- * @public
726
725
  * General error information.
726
+ * @public
727
727
  */
728
728
  export declare class BadRequestException extends __BaseException {
729
729
  readonly name: "BadRequestException";
730
730
  readonly $fault: "client";
731
731
  /**
732
- * @public
733
732
  * Details about the error.
733
+ * @public
734
734
  */
735
735
  ErrorDetails?: ErrorDetail[];
736
736
  /**
737
- * @public
738
737
  * A message containing information about the error.
738
+ * @public
739
739
  */
740
740
  Message?: string;
741
741
  /**
@@ -744,20 +744,20 @@ export declare class BadRequestException extends __BaseException {
744
744
  constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
745
745
  }
746
746
  /**
747
- * @public
748
747
  * General error information.
748
+ * @public
749
749
  */
750
750
  export declare class InternalServerErrorException extends __BaseException {
751
751
  readonly name: "InternalServerErrorException";
752
752
  readonly $fault: "server";
753
753
  /**
754
- * @public
755
754
  * Details about the error.
755
+ * @public
756
756
  */
757
757
  ErrorDetails?: ErrorDetail[];
758
758
  /**
759
- * @public
760
759
  * A message containing information about the error.
760
+ * @public
761
761
  */
762
762
  Message?: string;
763
763
  /**
@@ -770,8 +770,8 @@ export declare class InternalServerErrorException extends __BaseException {
770
770
  */
771
771
  export interface AssociateServiceRoleToAccountRequest {
772
772
  /**
773
- * @public
774
773
  * The ARN of the service role you wish to associate with your account.
774
+ * @public
775
775
  */
776
776
  RoleArn: string | undefined;
777
777
  }
@@ -780,50 +780,50 @@ export interface AssociateServiceRoleToAccountRequest {
780
780
  */
781
781
  export interface AssociateServiceRoleToAccountResponse {
782
782
  /**
783
- * @public
784
783
  * The time when the service role was associated with the account.
784
+ * @public
785
785
  */
786
786
  AssociatedAt?: string;
787
787
  }
788
788
  /**
789
- * @public
790
789
  * Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
790
+ * @public
791
791
  */
792
792
  export interface BulkDeployment {
793
793
  /**
794
- * @public
795
794
  * The ARN of the bulk deployment.
795
+ * @public
796
796
  */
797
797
  BulkDeploymentArn?: string;
798
798
  /**
799
- * @public
800
799
  * The ID of the bulk deployment.
800
+ * @public
801
801
  */
802
802
  BulkDeploymentId?: string;
803
803
  /**
804
- * @public
805
804
  * The time, in ISO format, when the deployment was created.
805
+ * @public
806
806
  */
807
807
  CreatedAt?: string;
808
808
  }
809
809
  /**
810
- * @public
811
810
  * Relevant metrics on input records processed during bulk deployment.
811
+ * @public
812
812
  */
813
813
  export interface BulkDeploymentMetrics {
814
814
  /**
815
- * @public
816
815
  * The total number of records that returned a non-retryable error. For example, this can occur if a group record from the input file uses an invalid format or specifies a nonexistent group version, or if the execution role doesn't grant permission to deploy a group or group version.
816
+ * @public
817
817
  */
818
818
  InvalidInputRecords?: number;
819
819
  /**
820
- * @public
821
820
  * The total number of group records from the input file that have been processed so far, or attempted.
821
+ * @public
822
822
  */
823
823
  RecordsProcessed?: number;
824
824
  /**
825
- * @public
826
825
  * The total number of deployment attempts that returned a retryable error. For example, a retry is triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group deployment up to five times.
826
+ * @public
827
827
  */
828
828
  RetryAttempts?: number;
829
829
  }
@@ -842,48 +842,48 @@ export declare const DeploymentType: {
842
842
  */
843
843
  export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
844
844
  /**
845
- * @public
846
845
  * Information about an individual group deployment in a bulk deployment operation.
846
+ * @public
847
847
  */
848
848
  export interface BulkDeploymentResult {
849
849
  /**
850
- * @public
851
850
  * The time, in ISO format, when the deployment was created.
851
+ * @public
852
852
  */
853
853
  CreatedAt?: string;
854
854
  /**
855
- * @public
856
855
  * The ARN of the group deployment.
856
+ * @public
857
857
  */
858
858
  DeploymentArn?: string;
859
859
  /**
860
- * @public
861
860
  * The ID of the group deployment.
861
+ * @public
862
862
  */
863
863
  DeploymentId?: string;
864
864
  /**
865
- * @public
866
865
  * The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
866
+ * @public
867
867
  */
868
868
  DeploymentStatus?: string;
869
869
  /**
870
- * @public
871
870
  * The type of the deployment.
871
+ * @public
872
872
  */
873
873
  DeploymentType?: DeploymentType;
874
874
  /**
875
- * @public
876
875
  * Details about the error.
876
+ * @public
877
877
  */
878
878
  ErrorDetails?: ErrorDetail[];
879
879
  /**
880
- * @public
881
880
  * The error message for a failed deployment
881
+ * @public
882
882
  */
883
883
  ErrorMessage?: string;
884
884
  /**
885
- * @public
886
885
  * The ARN of the Greengrass group.
886
+ * @public
887
887
  */
888
888
  GroupArn?: string;
889
889
  }
@@ -916,24 +916,24 @@ export declare const ConfigurationSyncStatus: {
916
916
  */
917
917
  export type ConfigurationSyncStatus = (typeof ConfigurationSyncStatus)[keyof typeof ConfigurationSyncStatus];
918
918
  /**
919
- * @public
920
919
  * Information about the connector definition version, which is a container for connectors.
920
+ * @public
921
921
  */
922
922
  export interface ConnectorDefinitionVersion {
923
923
  /**
924
- * @public
925
924
  * A list of references to connectors in this version, with their corresponding configuration settings.
925
+ * @public
926
926
  */
927
927
  Connectors?: Connector[];
928
928
  }
929
929
  /**
930
- * @public
931
930
  * Information about a core definition version.
931
+ * @public
932
932
  */
933
933
  export interface CoreDefinitionVersion {
934
934
  /**
935
- * @public
936
935
  * A list of cores in the core definition version.
936
+ * @public
937
937
  */
938
938
  Cores?: Core[];
939
939
  }
@@ -942,23 +942,23 @@ export interface CoreDefinitionVersion {
942
942
  */
943
943
  export interface CreateConnectorDefinitionRequest {
944
944
  /**
945
- * @public
946
945
  * A client token used to correlate requests and responses.
946
+ * @public
947
947
  */
948
948
  AmznClientToken?: string;
949
949
  /**
950
- * @public
951
950
  * Information about the initial version of the connector definition.
951
+ * @public
952
952
  */
953
953
  InitialVersion?: ConnectorDefinitionVersion;
954
954
  /**
955
- * @public
956
955
  * The name of the connector definition.
956
+ * @public
957
957
  */
958
958
  Name?: string;
959
959
  /**
960
- * @public
961
960
  * Tag(s) to add to the new resource.
961
+ * @public
962
962
  */
963
963
  tags?: Record<string, string>;
964
964
  }
@@ -967,38 +967,38 @@ export interface CreateConnectorDefinitionRequest {
967
967
  */
968
968
  export interface CreateConnectorDefinitionResponse {
969
969
  /**
970
- * @public
971
970
  * The ARN of the definition.
971
+ * @public
972
972
  */
973
973
  Arn?: string;
974
974
  /**
975
- * @public
976
975
  * The time, in milliseconds since the epoch, when the definition was created.
976
+ * @public
977
977
  */
978
978
  CreationTimestamp?: string;
979
979
  /**
980
- * @public
981
980
  * The ID of the definition.
981
+ * @public
982
982
  */
983
983
  Id?: string;
984
984
  /**
985
- * @public
986
985
  * The time, in milliseconds since the epoch, when the definition was last updated.
986
+ * @public
987
987
  */
988
988
  LastUpdatedTimestamp?: string;
989
989
  /**
990
- * @public
991
990
  * The ID of the latest version associated with the definition.
991
+ * @public
992
992
  */
993
993
  LatestVersion?: string;
994
994
  /**
995
- * @public
996
995
  * The ARN of the latest version associated with the definition.
996
+ * @public
997
997
  */
998
998
  LatestVersionArn?: string;
999
999
  /**
1000
- * @public
1001
1000
  * The name of the definition.
1001
+ * @public
1002
1002
  */
1003
1003
  Name?: string;
1004
1004
  }
@@ -1007,18 +1007,18 @@ export interface CreateConnectorDefinitionResponse {
1007
1007
  */
1008
1008
  export interface CreateConnectorDefinitionVersionRequest {
1009
1009
  /**
1010
- * @public
1011
1010
  * A client token used to correlate requests and responses.
1011
+ * @public
1012
1012
  */
1013
1013
  AmznClientToken?: string;
1014
1014
  /**
1015
- * @public
1016
1015
  * The ID of the connector definition.
1016
+ * @public
1017
1017
  */
1018
1018
  ConnectorDefinitionId: string | undefined;
1019
1019
  /**
1020
- * @public
1021
1020
  * A list of references to connectors in this version, with their corresponding configuration settings.
1021
+ * @public
1022
1022
  */
1023
1023
  Connectors?: Connector[];
1024
1024
  }
@@ -1027,49 +1027,49 @@ export interface CreateConnectorDefinitionVersionRequest {
1027
1027
  */
1028
1028
  export interface CreateConnectorDefinitionVersionResponse {
1029
1029
  /**
1030
- * @public
1031
1030
  * The ARN of the version.
1031
+ * @public
1032
1032
  */
1033
1033
  Arn?: string;
1034
1034
  /**
1035
- * @public
1036
1035
  * The time, in milliseconds since the epoch, when the version was created.
1036
+ * @public
1037
1037
  */
1038
1038
  CreationTimestamp?: string;
1039
1039
  /**
1040
- * @public
1041
1040
  * The ID of the parent definition that the version is associated with.
1041
+ * @public
1042
1042
  */
1043
1043
  Id?: string;
1044
1044
  /**
1045
- * @public
1046
1045
  * The ID of the version.
1046
+ * @public
1047
1047
  */
1048
1048
  Version?: string;
1049
1049
  }
1050
1050
  /**
1051
- * @public
1052
1051
  * Information needed to create a core definition.
1052
+ * @public
1053
1053
  */
1054
1054
  export interface CreateCoreDefinitionRequest {
1055
1055
  /**
1056
- * @public
1057
1056
  * A client token used to correlate requests and responses.
1057
+ * @public
1058
1058
  */
1059
1059
  AmznClientToken?: string;
1060
1060
  /**
1061
- * @public
1062
1061
  * Information about the initial version of the core definition.
1062
+ * @public
1063
1063
  */
1064
1064
  InitialVersion?: CoreDefinitionVersion;
1065
1065
  /**
1066
- * @public
1067
1066
  * The name of the core definition.
1067
+ * @public
1068
1068
  */
1069
1069
  Name?: string;
1070
1070
  /**
1071
- * @public
1072
1071
  * Tag(s) to add to the new resource.
1072
+ * @public
1073
1073
  */
1074
1074
  tags?: Record<string, string>;
1075
1075
  }
@@ -1078,38 +1078,38 @@ export interface CreateCoreDefinitionRequest {
1078
1078
  */
1079
1079
  export interface CreateCoreDefinitionResponse {
1080
1080
  /**
1081
- * @public
1082
1081
  * The ARN of the definition.
1082
+ * @public
1083
1083
  */
1084
1084
  Arn?: string;
1085
1085
  /**
1086
- * @public
1087
1086
  * The time, in milliseconds since the epoch, when the definition was created.
1087
+ * @public
1088
1088
  */
1089
1089
  CreationTimestamp?: string;
1090
1090
  /**
1091
- * @public
1092
1091
  * The ID of the definition.
1092
+ * @public
1093
1093
  */
1094
1094
  Id?: string;
1095
1095
  /**
1096
- * @public
1097
1096
  * The time, in milliseconds since the epoch, when the definition was last updated.
1097
+ * @public
1098
1098
  */
1099
1099
  LastUpdatedTimestamp?: string;
1100
1100
  /**
1101
- * @public
1102
1101
  * The ID of the latest version associated with the definition.
1102
+ * @public
1103
1103
  */
1104
1104
  LatestVersion?: string;
1105
1105
  /**
1106
- * @public
1107
1106
  * The ARN of the latest version associated with the definition.
1107
+ * @public
1108
1108
  */
1109
1109
  LatestVersionArn?: string;
1110
1110
  /**
1111
- * @public
1112
1111
  * The name of the definition.
1112
+ * @public
1113
1113
  */
1114
1114
  Name?: string;
1115
1115
  }
@@ -1118,18 +1118,18 @@ export interface CreateCoreDefinitionResponse {
1118
1118
  */
1119
1119
  export interface CreateCoreDefinitionVersionRequest {
1120
1120
  /**
1121
- * @public
1122
1121
  * A client token used to correlate requests and responses.
1122
+ * @public
1123
1123
  */
1124
1124
  AmznClientToken?: string;
1125
1125
  /**
1126
- * @public
1127
1126
  * The ID of the core definition.
1127
+ * @public
1128
1128
  */
1129
1129
  CoreDefinitionId: string | undefined;
1130
1130
  /**
1131
- * @public
1132
1131
  * A list of cores in the core definition version.
1132
+ * @public
1133
1133
  */
1134
1134
  Cores?: Core[];
1135
1135
  }
@@ -1138,23 +1138,23 @@ export interface CreateCoreDefinitionVersionRequest {
1138
1138
  */
1139
1139
  export interface CreateCoreDefinitionVersionResponse {
1140
1140
  /**
1141
- * @public
1142
1141
  * The ARN of the version.
1142
+ * @public
1143
1143
  */
1144
1144
  Arn?: string;
1145
1145
  /**
1146
- * @public
1147
1146
  * The time, in milliseconds since the epoch, when the version was created.
1147
+ * @public
1148
1148
  */
1149
1149
  CreationTimestamp?: string;
1150
1150
  /**
1151
- * @public
1152
1151
  * The ID of the parent definition that the version is associated with.
1152
+ * @public
1153
1153
  */
1154
1154
  Id?: string;
1155
1155
  /**
1156
- * @public
1157
1156
  * The ID of the version.
1157
+ * @public
1158
1158
  */
1159
1159
  Version?: string;
1160
1160
  }
@@ -1163,28 +1163,28 @@ export interface CreateCoreDefinitionVersionResponse {
1163
1163
  */
1164
1164
  export interface CreateDeploymentRequest {
1165
1165
  /**
1166
- * @public
1167
1166
  * A client token used to correlate requests and responses.
1167
+ * @public
1168
1168
  */
1169
1169
  AmznClientToken?: string;
1170
1170
  /**
1171
- * @public
1172
1171
  * The ID of the deployment if you wish to redeploy a previous deployment.
1172
+ * @public
1173
1173
  */
1174
1174
  DeploymentId?: string;
1175
1175
  /**
1176
- * @public
1177
1176
  * The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.
1177
+ * @public
1178
1178
  */
1179
1179
  DeploymentType: DeploymentType | undefined;
1180
1180
  /**
1181
- * @public
1182
1181
  * The ID of the Greengrass group.
1182
+ * @public
1183
1183
  */
1184
1184
  GroupId: string | undefined;
1185
1185
  /**
1186
- * @public
1187
1186
  * The ID of the group version to be deployed.
1187
+ * @public
1188
1188
  */
1189
1189
  GroupVersionId?: string;
1190
1190
  }
@@ -1193,24 +1193,24 @@ export interface CreateDeploymentRequest {
1193
1193
  */
1194
1194
  export interface CreateDeploymentResponse {
1195
1195
  /**
1196
- * @public
1197
1196
  * The ARN of the deployment.
1197
+ * @public
1198
1198
  */
1199
1199
  DeploymentArn?: string;
1200
1200
  /**
1201
- * @public
1202
1201
  * The ID of the deployment.
1202
+ * @public
1203
1203
  */
1204
1204
  DeploymentId?: string;
1205
1205
  }
1206
1206
  /**
1207
- * @public
1208
1207
  * Information about a device definition version.
1208
+ * @public
1209
1209
  */
1210
1210
  export interface DeviceDefinitionVersion {
1211
1211
  /**
1212
- * @public
1213
1212
  * A list of devices in the definition version.
1213
+ * @public
1214
1214
  */
1215
1215
  Devices?: Device[];
1216
1216
  }
@@ -1219,23 +1219,23 @@ export interface DeviceDefinitionVersion {
1219
1219
  */
1220
1220
  export interface CreateDeviceDefinitionRequest {
1221
1221
  /**
1222
- * @public
1223
1222
  * A client token used to correlate requests and responses.
1223
+ * @public
1224
1224
  */
1225
1225
  AmznClientToken?: string;
1226
1226
  /**
1227
- * @public
1228
1227
  * Information about the initial version of the device definition.
1228
+ * @public
1229
1229
  */
1230
1230
  InitialVersion?: DeviceDefinitionVersion;
1231
1231
  /**
1232
- * @public
1233
1232
  * The name of the device definition.
1233
+ * @public
1234
1234
  */
1235
1235
  Name?: string;
1236
1236
  /**
1237
- * @public
1238
1237
  * Tag(s) to add to the new resource.
1238
+ * @public
1239
1239
  */
1240
1240
  tags?: Record<string, string>;
1241
1241
  }
@@ -1244,38 +1244,38 @@ export interface CreateDeviceDefinitionRequest {
1244
1244
  */
1245
1245
  export interface CreateDeviceDefinitionResponse {
1246
1246
  /**
1247
- * @public
1248
1247
  * The ARN of the definition.
1248
+ * @public
1249
1249
  */
1250
1250
  Arn?: string;
1251
1251
  /**
1252
- * @public
1253
1252
  * The time, in milliseconds since the epoch, when the definition was created.
1253
+ * @public
1254
1254
  */
1255
1255
  CreationTimestamp?: string;
1256
1256
  /**
1257
- * @public
1258
1257
  * The ID of the definition.
1258
+ * @public
1259
1259
  */
1260
1260
  Id?: string;
1261
1261
  /**
1262
- * @public
1263
1262
  * The time, in milliseconds since the epoch, when the definition was last updated.
1263
+ * @public
1264
1264
  */
1265
1265
  LastUpdatedTimestamp?: string;
1266
1266
  /**
1267
- * @public
1268
1267
  * The ID of the latest version associated with the definition.
1268
+ * @public
1269
1269
  */
1270
1270
  LatestVersion?: string;
1271
1271
  /**
1272
- * @public
1273
1272
  * The ARN of the latest version associated with the definition.
1273
+ * @public
1274
1274
  */
1275
1275
  LatestVersionArn?: string;
1276
1276
  /**
1277
- * @public
1278
1277
  * The name of the definition.
1278
+ * @public
1279
1279
  */
1280
1280
  Name?: string;
1281
1281
  }
@@ -1284,18 +1284,18 @@ export interface CreateDeviceDefinitionResponse {
1284
1284
  */
1285
1285
  export interface CreateDeviceDefinitionVersionRequest {
1286
1286
  /**
1287
- * @public
1288
1287
  * A client token used to correlate requests and responses.
1288
+ * @public
1289
1289
  */
1290
1290
  AmznClientToken?: string;
1291
1291
  /**
1292
- * @public
1293
1292
  * The ID of the device definition.
1293
+ * @public
1294
1294
  */
1295
1295
  DeviceDefinitionId: string | undefined;
1296
1296
  /**
1297
- * @public
1298
1297
  * A list of devices in the definition version.
1298
+ * @public
1299
1299
  */
1300
1300
  Devices?: Device[];
1301
1301
  }
@@ -1304,66 +1304,66 @@ export interface CreateDeviceDefinitionVersionRequest {
1304
1304
  */
1305
1305
  export interface CreateDeviceDefinitionVersionResponse {
1306
1306
  /**
1307
- * @public
1308
1307
  * The ARN of the version.
1308
+ * @public
1309
1309
  */
1310
1310
  Arn?: string;
1311
1311
  /**
1312
- * @public
1313
1312
  * The time, in milliseconds since the epoch, when the version was created.
1313
+ * @public
1314
1314
  */
1315
1315
  CreationTimestamp?: string;
1316
1316
  /**
1317
- * @public
1318
1317
  * The ID of the parent definition that the version is associated with.
1318
+ * @public
1319
1319
  */
1320
1320
  Id?: string;
1321
1321
  /**
1322
- * @public
1323
1322
  * The ID of the version.
1323
+ * @public
1324
1324
  */
1325
1325
  Version?: string;
1326
1326
  }
1327
1327
  /**
1328
- * @public
1329
1328
  * Configuration information that specifies how a Lambda function runs.
1329
+ * @public
1330
1330
  */
1331
1331
  export interface FunctionDefaultExecutionConfig {
1332
1332
  /**
1333
- * @public
1334
1333
  * Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.
1334
+ * @public
1335
1335
  */
1336
1336
  IsolationMode?: FunctionIsolationMode;
1337
1337
  /**
1338
- * @public
1339
1338
  * Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
1339
+ * @public
1340
1340
  */
1341
1341
  RunAs?: FunctionRunAsConfig;
1342
1342
  }
1343
1343
  /**
1344
- * @public
1345
1344
  * The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.
1345
+ * @public
1346
1346
  */
1347
1347
  export interface FunctionDefaultConfig {
1348
1348
  /**
1349
- * @public
1350
1349
  * Configuration information that specifies how a Lambda function runs.
1350
+ * @public
1351
1351
  */
1352
1352
  Execution?: FunctionDefaultExecutionConfig;
1353
1353
  }
1354
1354
  /**
1355
- * @public
1356
1355
  * Information about a function definition version.
1356
+ * @public
1357
1357
  */
1358
1358
  export interface FunctionDefinitionVersion {
1359
1359
  /**
1360
- * @public
1361
1360
  * The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
1361
+ * @public
1362
1362
  */
1363
1363
  DefaultConfig?: FunctionDefaultConfig;
1364
1364
  /**
1365
- * @public
1366
1365
  * A list of Lambda functions in this function definition version.
1366
+ * @public
1367
1367
  */
1368
1368
  Functions?: Function[];
1369
1369
  }
@@ -1372,23 +1372,23 @@ export interface FunctionDefinitionVersion {
1372
1372
  */
1373
1373
  export interface CreateFunctionDefinitionRequest {
1374
1374
  /**
1375
- * @public
1376
1375
  * A client token used to correlate requests and responses.
1376
+ * @public
1377
1377
  */
1378
1378
  AmznClientToken?: string;
1379
1379
  /**
1380
- * @public
1381
1380
  * Information about the initial version of the function definition.
1381
+ * @public
1382
1382
  */
1383
1383
  InitialVersion?: FunctionDefinitionVersion;
1384
1384
  /**
1385
- * @public
1386
1385
  * The name of the function definition.
1386
+ * @public
1387
1387
  */
1388
1388
  Name?: string;
1389
1389
  /**
1390
- * @public
1391
1390
  * Tag(s) to add to the new resource.
1391
+ * @public
1392
1392
  */
1393
1393
  tags?: Record<string, string>;
1394
1394
  }
@@ -1397,64 +1397,64 @@ export interface CreateFunctionDefinitionRequest {
1397
1397
  */
1398
1398
  export interface CreateFunctionDefinitionResponse {
1399
1399
  /**
1400
- * @public
1401
1400
  * The ARN of the definition.
1401
+ * @public
1402
1402
  */
1403
1403
  Arn?: string;
1404
1404
  /**
1405
- * @public
1406
1405
  * The time, in milliseconds since the epoch, when the definition was created.
1406
+ * @public
1407
1407
  */
1408
1408
  CreationTimestamp?: string;
1409
1409
  /**
1410
- * @public
1411
1410
  * The ID of the definition.
1411
+ * @public
1412
1412
  */
1413
1413
  Id?: string;
1414
1414
  /**
1415
- * @public
1416
1415
  * The time, in milliseconds since the epoch, when the definition was last updated.
1416
+ * @public
1417
1417
  */
1418
1418
  LastUpdatedTimestamp?: string;
1419
1419
  /**
1420
- * @public
1421
1420
  * The ID of the latest version associated with the definition.
1421
+ * @public
1422
1422
  */
1423
1423
  LatestVersion?: string;
1424
1424
  /**
1425
- * @public
1426
1425
  * The ARN of the latest version associated with the definition.
1426
+ * @public
1427
1427
  */
1428
1428
  LatestVersionArn?: string;
1429
1429
  /**
1430
- * @public
1431
1430
  * The name of the definition.
1431
+ * @public
1432
1432
  */
1433
1433
  Name?: string;
1434
1434
  }
1435
1435
  /**
1436
- * @public
1437
1436
  * Information needed to create a function definition version.
1437
+ * @public
1438
1438
  */
1439
1439
  export interface CreateFunctionDefinitionVersionRequest {
1440
1440
  /**
1441
- * @public
1442
1441
  * A client token used to correlate requests and responses.
1442
+ * @public
1443
1443
  */
1444
1444
  AmznClientToken?: string;
1445
1445
  /**
1446
- * @public
1447
1446
  * The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
1447
+ * @public
1448
1448
  */
1449
1449
  DefaultConfig?: FunctionDefaultConfig;
1450
1450
  /**
1451
- * @public
1452
1451
  * The ID of the Lambda function definition.
1452
+ * @public
1453
1453
  */
1454
1454
  FunctionDefinitionId: string | undefined;
1455
1455
  /**
1456
- * @public
1457
1456
  * A list of Lambda functions in this function definition version.
1457
+ * @public
1458
1458
  */
1459
1459
  Functions?: Function[];
1460
1460
  }
@@ -1463,64 +1463,64 @@ export interface CreateFunctionDefinitionVersionRequest {
1463
1463
  */
1464
1464
  export interface CreateFunctionDefinitionVersionResponse {
1465
1465
  /**
1466
- * @public
1467
1466
  * The ARN of the version.
1467
+ * @public
1468
1468
  */
1469
1469
  Arn?: string;
1470
1470
  /**
1471
- * @public
1472
1471
  * The time, in milliseconds since the epoch, when the version was created.
1472
+ * @public
1473
1473
  */
1474
1474
  CreationTimestamp?: string;
1475
1475
  /**
1476
- * @public
1477
1476
  * The ID of the parent definition that the version is associated with.
1477
+ * @public
1478
1478
  */
1479
1479
  Id?: string;
1480
1480
  /**
1481
- * @public
1482
1481
  * The ID of the version.
1482
+ * @public
1483
1483
  */
1484
1484
  Version?: string;
1485
1485
  }
1486
1486
  /**
1487
- * @public
1488
1487
  * Information about a group version.
1488
+ * @public
1489
1489
  */
1490
1490
  export interface GroupVersion {
1491
1491
  /**
1492
- * @public
1493
1492
  * The ARN of the connector definition version for this group.
1493
+ * @public
1494
1494
  */
1495
1495
  ConnectorDefinitionVersionArn?: string;
1496
1496
  /**
1497
- * @public
1498
1497
  * The ARN of the core definition version for this group.
1498
+ * @public
1499
1499
  */
1500
1500
  CoreDefinitionVersionArn?: string;
1501
1501
  /**
1502
- * @public
1503
1502
  * The ARN of the device definition version for this group.
1503
+ * @public
1504
1504
  */
1505
1505
  DeviceDefinitionVersionArn?: string;
1506
1506
  /**
1507
- * @public
1508
1507
  * The ARN of the function definition version for this group.
1508
+ * @public
1509
1509
  */
1510
1510
  FunctionDefinitionVersionArn?: string;
1511
1511
  /**
1512
- * @public
1513
1512
  * The ARN of the logger definition version for this group.
1513
+ * @public
1514
1514
  */
1515
1515
  LoggerDefinitionVersionArn?: string;
1516
1516
  /**
1517
- * @public
1518
1517
  * The ARN of the resource definition version for this group.
1518
+ * @public
1519
1519
  */
1520
1520
  ResourceDefinitionVersionArn?: string;
1521
1521
  /**
1522
- * @public
1523
1522
  * The ARN of the subscription definition version for this group.
1523
+ * @public
1524
1524
  */
1525
1525
  SubscriptionDefinitionVersionArn?: string;
1526
1526
  }
@@ -1529,23 +1529,23 @@ export interface GroupVersion {
1529
1529
  */
1530
1530
  export interface CreateGroupRequest {
1531
1531
  /**
1532
- * @public
1533
1532
  * A client token used to correlate requests and responses.
1533
+ * @public
1534
1534
  */
1535
1535
  AmznClientToken?: string;
1536
1536
  /**
1537
- * @public
1538
1537
  * Information about the initial version of the group.
1538
+ * @public
1539
1539
  */
1540
1540
  InitialVersion?: GroupVersion;
1541
1541
  /**
1542
- * @public
1543
1542
  * The name of the group.
1543
+ * @public
1544
1544
  */
1545
1545
  Name: string | undefined;
1546
1546
  /**
1547
- * @public
1548
1547
  * Tag(s) to add to the new resource.
1548
+ * @public
1549
1549
  */
1550
1550
  tags?: Record<string, string>;
1551
1551
  }
@@ -1554,38 +1554,38 @@ export interface CreateGroupRequest {
1554
1554
  */
1555
1555
  export interface CreateGroupResponse {
1556
1556
  /**
1557
- * @public
1558
1557
  * The ARN of the definition.
1558
+ * @public
1559
1559
  */
1560
1560
  Arn?: string;
1561
1561
  /**
1562
- * @public
1563
1562
  * The time, in milliseconds since the epoch, when the definition was created.
1563
+ * @public
1564
1564
  */
1565
1565
  CreationTimestamp?: string;
1566
1566
  /**
1567
- * @public
1568
1567
  * The ID of the definition.
1568
+ * @public
1569
1569
  */
1570
1570
  Id?: string;
1571
1571
  /**
1572
- * @public
1573
1572
  * The time, in milliseconds since the epoch, when the definition was last updated.
1573
+ * @public
1574
1574
  */
1575
1575
  LastUpdatedTimestamp?: string;
1576
1576
  /**
1577
- * @public
1578
1577
  * The ID of the latest version associated with the definition.
1578
+ * @public
1579
1579
  */
1580
1580
  LatestVersion?: string;
1581
1581
  /**
1582
- * @public
1583
1582
  * The ARN of the latest version associated with the definition.
1583
+ * @public
1584
1584
  */
1585
1585
  LatestVersionArn?: string;
1586
1586
  /**
1587
- * @public
1588
1587
  * The name of the definition.
1588
+ * @public
1589
1589
  */
1590
1590
  Name?: string;
1591
1591
  }
@@ -1594,13 +1594,13 @@ export interface CreateGroupResponse {
1594
1594
  */
1595
1595
  export interface CreateGroupCertificateAuthorityRequest {
1596
1596
  /**
1597
- * @public
1598
1597
  * A client token used to correlate requests and responses.
1598
+ * @public
1599
1599
  */
1600
1600
  AmznClientToken?: string;
1601
1601
  /**
1602
- * @public
1603
1602
  * The ID of the Greengrass group.
1603
+ * @public
1604
1604
  */
1605
1605
  GroupId: string | undefined;
1606
1606
  }
@@ -1609,8 +1609,8 @@ export interface CreateGroupCertificateAuthorityRequest {
1609
1609
  */
1610
1610
  export interface CreateGroupCertificateAuthorityResponse {
1611
1611
  /**
1612
- * @public
1613
1612
  * The ARN of the group certificate authority.
1613
+ * @public
1614
1614
  */
1615
1615
  GroupCertificateAuthorityArn?: string;
1616
1616
  }
@@ -1619,48 +1619,48 @@ export interface CreateGroupCertificateAuthorityResponse {
1619
1619
  */
1620
1620
  export interface CreateGroupVersionRequest {
1621
1621
  /**
1622
- * @public
1623
1622
  * A client token used to correlate requests and responses.
1623
+ * @public
1624
1624
  */
1625
1625
  AmznClientToken?: string;
1626
1626
  /**
1627
- * @public
1628
1627
  * The ARN of the connector definition version for this group.
1628
+ * @public
1629
1629
  */
1630
1630
  ConnectorDefinitionVersionArn?: string;
1631
1631
  /**
1632
- * @public
1633
1632
  * The ARN of the core definition version for this group.
1633
+ * @public
1634
1634
  */
1635
1635
  CoreDefinitionVersionArn?: string;
1636
1636
  /**
1637
- * @public
1638
1637
  * The ARN of the device definition version for this group.
1638
+ * @public
1639
1639
  */
1640
1640
  DeviceDefinitionVersionArn?: string;
1641
1641
  /**
1642
- * @public
1643
1642
  * The ARN of the function definition version for this group.
1643
+ * @public
1644
1644
  */
1645
1645
  FunctionDefinitionVersionArn?: string;
1646
1646
  /**
1647
- * @public
1648
1647
  * The ID of the Greengrass group.
1648
+ * @public
1649
1649
  */
1650
1650
  GroupId: string | undefined;
1651
1651
  /**
1652
- * @public
1653
1652
  * The ARN of the logger definition version for this group.
1653
+ * @public
1654
1654
  */
1655
1655
  LoggerDefinitionVersionArn?: string;
1656
1656
  /**
1657
- * @public
1658
1657
  * The ARN of the resource definition version for this group.
1658
+ * @public
1659
1659
  */
1660
1660
  ResourceDefinitionVersionArn?: string;
1661
1661
  /**
1662
- * @public
1663
1662
  * The ARN of the subscription definition version for this group.
1663
+ * @public
1664
1664
  */
1665
1665
  SubscriptionDefinitionVersionArn?: string;
1666
1666
  }
@@ -1669,34 +1669,34 @@ export interface CreateGroupVersionRequest {
1669
1669
  */
1670
1670
  export interface CreateGroupVersionResponse {
1671
1671
  /**
1672
- * @public
1673
1672
  * The ARN of the version.
1673
+ * @public
1674
1674
  */
1675
1675
  Arn?: string;
1676
1676
  /**
1677
- * @public
1678
1677
  * The time, in milliseconds since the epoch, when the version was created.
1678
+ * @public
1679
1679
  */
1680
1680
  CreationTimestamp?: string;
1681
1681
  /**
1682
- * @public
1683
1682
  * The ID of the parent definition that the version is associated with.
1683
+ * @public
1684
1684
  */
1685
1685
  Id?: string;
1686
1686
  /**
1687
- * @public
1688
1687
  * The ID of the version.
1688
+ * @public
1689
1689
  */
1690
1690
  Version?: string;
1691
1691
  }
1692
1692
  /**
1693
- * @public
1694
1693
  * Information about a logger definition version.
1694
+ * @public
1695
1695
  */
1696
1696
  export interface LoggerDefinitionVersion {
1697
1697
  /**
1698
- * @public
1699
1698
  * A list of loggers.
1699
+ * @public
1700
1700
  */
1701
1701
  Loggers?: Logger[];
1702
1702
  }
@@ -1705,23 +1705,23 @@ export interface LoggerDefinitionVersion {
1705
1705
  */
1706
1706
  export interface CreateLoggerDefinitionRequest {
1707
1707
  /**
1708
- * @public
1709
1708
  * A client token used to correlate requests and responses.
1709
+ * @public
1710
1710
  */
1711
1711
  AmznClientToken?: string;
1712
1712
  /**
1713
- * @public
1714
1713
  * Information about the initial version of the logger definition.
1714
+ * @public
1715
1715
  */
1716
1716
  InitialVersion?: LoggerDefinitionVersion;
1717
1717
  /**
1718
- * @public
1719
1718
  * The name of the logger definition.
1719
+ * @public
1720
1720
  */
1721
1721
  Name?: string;
1722
1722
  /**
1723
- * @public
1724
1723
  * Tag(s) to add to the new resource.
1724
+ * @public
1725
1725
  */
1726
1726
  tags?: Record<string, string>;
1727
1727
  }
@@ -1730,38 +1730,38 @@ export interface CreateLoggerDefinitionRequest {
1730
1730
  */
1731
1731
  export interface CreateLoggerDefinitionResponse {
1732
1732
  /**
1733
- * @public
1734
1733
  * The ARN of the definition.
1734
+ * @public
1735
1735
  */
1736
1736
  Arn?: string;
1737
1737
  /**
1738
- * @public
1739
1738
  * The time, in milliseconds since the epoch, when the definition was created.
1739
+ * @public
1740
1740
  */
1741
1741
  CreationTimestamp?: string;
1742
1742
  /**
1743
- * @public
1744
1743
  * The ID of the definition.
1744
+ * @public
1745
1745
  */
1746
1746
  Id?: string;
1747
1747
  /**
1748
- * @public
1749
1748
  * The time, in milliseconds since the epoch, when the definition was last updated.
1749
+ * @public
1750
1750
  */
1751
1751
  LastUpdatedTimestamp?: string;
1752
1752
  /**
1753
- * @public
1754
1753
  * The ID of the latest version associated with the definition.
1754
+ * @public
1755
1755
  */
1756
1756
  LatestVersion?: string;
1757
1757
  /**
1758
- * @public
1759
1758
  * The ARN of the latest version associated with the definition.
1759
+ * @public
1760
1760
  */
1761
1761
  LatestVersionArn?: string;
1762
1762
  /**
1763
- * @public
1764
1763
  * The name of the definition.
1764
+ * @public
1765
1765
  */
1766
1766
  Name?: string;
1767
1767
  }
@@ -1770,18 +1770,18 @@ export interface CreateLoggerDefinitionResponse {
1770
1770
  */
1771
1771
  export interface CreateLoggerDefinitionVersionRequest {
1772
1772
  /**
1773
- * @public
1774
1773
  * A client token used to correlate requests and responses.
1774
+ * @public
1775
1775
  */
1776
1776
  AmznClientToken?: string;
1777
1777
  /**
1778
- * @public
1779
1778
  * The ID of the logger definition.
1779
+ * @public
1780
1780
  */
1781
1781
  LoggerDefinitionId: string | undefined;
1782
1782
  /**
1783
- * @public
1784
1783
  * A list of loggers.
1784
+ * @public
1785
1785
  */
1786
1786
  Loggers?: Logger[];
1787
1787
  }
@@ -1790,34 +1790,34 @@ export interface CreateLoggerDefinitionVersionRequest {
1790
1790
  */
1791
1791
  export interface CreateLoggerDefinitionVersionResponse {
1792
1792
  /**
1793
- * @public
1794
1793
  * The ARN of the version.
1794
+ * @public
1795
1795
  */
1796
1796
  Arn?: string;
1797
1797
  /**
1798
- * @public
1799
1798
  * The time, in milliseconds since the epoch, when the version was created.
1799
+ * @public
1800
1800
  */
1801
1801
  CreationTimestamp?: string;
1802
1802
  /**
1803
- * @public
1804
1803
  * The ID of the parent definition that the version is associated with.
1804
+ * @public
1805
1805
  */
1806
1806
  Id?: string;
1807
1807
  /**
1808
- * @public
1809
1808
  * The ID of the version.
1809
+ * @public
1810
1810
  */
1811
1811
  Version?: string;
1812
1812
  }
1813
1813
  /**
1814
- * @public
1815
1814
  * Information about a resource definition version.
1815
+ * @public
1816
1816
  */
1817
1817
  export interface ResourceDefinitionVersion {
1818
1818
  /**
1819
- * @public
1820
1819
  * A list of resources.
1820
+ * @public
1821
1821
  */
1822
1822
  Resources?: Resource[];
1823
1823
  }
@@ -1826,23 +1826,23 @@ export interface ResourceDefinitionVersion {
1826
1826
  */
1827
1827
  export interface CreateResourceDefinitionRequest {
1828
1828
  /**
1829
- * @public
1830
1829
  * A client token used to correlate requests and responses.
1830
+ * @public
1831
1831
  */
1832
1832
  AmznClientToken?: string;
1833
1833
  /**
1834
- * @public
1835
1834
  * Information about the initial version of the resource definition.
1835
+ * @public
1836
1836
  */
1837
1837
  InitialVersion?: ResourceDefinitionVersion;
1838
1838
  /**
1839
- * @public
1840
1839
  * The name of the resource definition.
1840
+ * @public
1841
1841
  */
1842
1842
  Name?: string;
1843
1843
  /**
1844
- * @public
1845
1844
  * Tag(s) to add to the new resource.
1845
+ * @public
1846
1846
  */
1847
1847
  tags?: Record<string, string>;
1848
1848
  }
@@ -1851,38 +1851,38 @@ export interface CreateResourceDefinitionRequest {
1851
1851
  */
1852
1852
  export interface CreateResourceDefinitionResponse {
1853
1853
  /**
1854
- * @public
1855
1854
  * The ARN of the definition.
1855
+ * @public
1856
1856
  */
1857
1857
  Arn?: string;
1858
1858
  /**
1859
- * @public
1860
1859
  * The time, in milliseconds since the epoch, when the definition was created.
1860
+ * @public
1861
1861
  */
1862
1862
  CreationTimestamp?: string;
1863
1863
  /**
1864
- * @public
1865
1864
  * The ID of the definition.
1865
+ * @public
1866
1866
  */
1867
1867
  Id?: string;
1868
1868
  /**
1869
- * @public
1870
1869
  * The time, in milliseconds since the epoch, when the definition was last updated.
1870
+ * @public
1871
1871
  */
1872
1872
  LastUpdatedTimestamp?: string;
1873
1873
  /**
1874
- * @public
1875
1874
  * The ID of the latest version associated with the definition.
1875
+ * @public
1876
1876
  */
1877
1877
  LatestVersion?: string;
1878
1878
  /**
1879
- * @public
1880
1879
  * The ARN of the latest version associated with the definition.
1880
+ * @public
1881
1881
  */
1882
1882
  LatestVersionArn?: string;
1883
1883
  /**
1884
- * @public
1885
1884
  * The name of the definition.
1885
+ * @public
1886
1886
  */
1887
1887
  Name?: string;
1888
1888
  }
@@ -1891,18 +1891,18 @@ export interface CreateResourceDefinitionResponse {
1891
1891
  */
1892
1892
  export interface CreateResourceDefinitionVersionRequest {
1893
1893
  /**
1894
- * @public
1895
1894
  * A client token used to correlate requests and responses.
1895
+ * @public
1896
1896
  */
1897
1897
  AmznClientToken?: string;
1898
1898
  /**
1899
- * @public
1900
1899
  * The ID of the resource definition.
1900
+ * @public
1901
1901
  */
1902
1902
  ResourceDefinitionId: string | undefined;
1903
1903
  /**
1904
- * @public
1905
1904
  * A list of resources.
1905
+ * @public
1906
1906
  */
1907
1907
  Resources?: Resource[];
1908
1908
  }
@@ -1911,23 +1911,23 @@ export interface CreateResourceDefinitionVersionRequest {
1911
1911
  */
1912
1912
  export interface CreateResourceDefinitionVersionResponse {
1913
1913
  /**
1914
- * @public
1915
1914
  * The ARN of the version.
1915
+ * @public
1916
1916
  */
1917
1917
  Arn?: string;
1918
1918
  /**
1919
- * @public
1920
1919
  * The time, in milliseconds since the epoch, when the version was created.
1920
+ * @public
1921
1921
  */
1922
1922
  CreationTimestamp?: string;
1923
1923
  /**
1924
- * @public
1925
1924
  * The ID of the parent definition that the version is associated with.
1925
+ * @public
1926
1926
  */
1927
1927
  Id?: string;
1928
1928
  /**
1929
- * @public
1930
1929
  * The ID of the version.
1930
+ * @public
1931
1931
  */
1932
1932
  Version?: string;
1933
1933
  }
@@ -1994,38 +1994,38 @@ export type UpdateTargetsOperatingSystem = (typeof UpdateTargetsOperatingSystem)
1994
1994
  */
1995
1995
  export interface CreateSoftwareUpdateJobRequest {
1996
1996
  /**
1997
- * @public
1998
1997
  * A client token used to correlate requests and responses.
1998
+ * @public
1999
1999
  */
2000
2000
  AmznClientToken?: string;
2001
2001
  /**
2002
- * @public
2003
2002
  * The IAM Role that Greengrass will use to create pre-signed URLs pointing towards the update artifact.
2003
+ * @public
2004
2004
  */
2005
2005
  S3UrlSignerRole: string | undefined;
2006
2006
  /**
2007
- * @public
2008
2007
  * The piece of software on the Greengrass core that will be updated.
2008
+ * @public
2009
2009
  */
2010
2010
  SoftwareToUpdate: SoftwareToUpdate | undefined;
2011
2011
  /**
2012
- * @public
2013
2012
  * The minimum level of log statements that should be logged by the OTA Agent during an update.
2013
+ * @public
2014
2014
  */
2015
2015
  UpdateAgentLogLevel?: UpdateAgentLogLevel;
2016
2016
  /**
2017
- * @public
2018
2017
  * The ARNs of the targets (IoT things or IoT thing groups) that this update will be applied to.
2018
+ * @public
2019
2019
  */
2020
2020
  UpdateTargets: string[] | undefined;
2021
2021
  /**
2022
- * @public
2023
2022
  * The architecture of the cores which are the targets of an update.
2023
+ * @public
2024
2024
  */
2025
2025
  UpdateTargetsArchitecture: UpdateTargetsArchitecture | undefined;
2026
2026
  /**
2027
- * @public
2028
2027
  * The operating system of the cores which are the targets of an update.
2028
+ * @public
2029
2029
  */
2030
2030
  UpdateTargetsOperatingSystem: UpdateTargetsOperatingSystem | undefined;
2031
2031
  }
@@ -2034,29 +2034,29 @@ export interface CreateSoftwareUpdateJobRequest {
2034
2034
  */
2035
2035
  export interface CreateSoftwareUpdateJobResponse {
2036
2036
  /**
2037
- * @public
2038
2037
  * The IoT Job ARN corresponding to this update.
2038
+ * @public
2039
2039
  */
2040
2040
  IotJobArn?: string;
2041
2041
  /**
2042
- * @public
2043
2042
  * The IoT Job Id corresponding to this update.
2043
+ * @public
2044
2044
  */
2045
2045
  IotJobId?: string;
2046
2046
  /**
2047
- * @public
2048
2047
  * The software version installed on the device or devices after the update.
2048
+ * @public
2049
2049
  */
2050
2050
  PlatformSoftwareVersion?: string;
2051
2051
  }
2052
2052
  /**
2053
- * @public
2054
2053
  * Information about a subscription definition version.
2054
+ * @public
2055
2055
  */
2056
2056
  export interface SubscriptionDefinitionVersion {
2057
2057
  /**
2058
- * @public
2059
2058
  * A list of subscriptions.
2059
+ * @public
2060
2060
  */
2061
2061
  Subscriptions?: Subscription[];
2062
2062
  }
@@ -2065,23 +2065,23 @@ export interface SubscriptionDefinitionVersion {
2065
2065
  */
2066
2066
  export interface CreateSubscriptionDefinitionRequest {
2067
2067
  /**
2068
- * @public
2069
2068
  * A client token used to correlate requests and responses.
2069
+ * @public
2070
2070
  */
2071
2071
  AmznClientToken?: string;
2072
2072
  /**
2073
- * @public
2074
2073
  * Information about the initial version of the subscription definition.
2074
+ * @public
2075
2075
  */
2076
2076
  InitialVersion?: SubscriptionDefinitionVersion;
2077
2077
  /**
2078
- * @public
2079
2078
  * The name of the subscription definition.
2079
+ * @public
2080
2080
  */
2081
2081
  Name?: string;
2082
2082
  /**
2083
- * @public
2084
2083
  * Tag(s) to add to the new resource.
2084
+ * @public
2085
2085
  */
2086
2086
  tags?: Record<string, string>;
2087
2087
  }
@@ -2090,38 +2090,38 @@ export interface CreateSubscriptionDefinitionRequest {
2090
2090
  */
2091
2091
  export interface CreateSubscriptionDefinitionResponse {
2092
2092
  /**
2093
- * @public
2094
2093
  * The ARN of the definition.
2094
+ * @public
2095
2095
  */
2096
2096
  Arn?: string;
2097
2097
  /**
2098
- * @public
2099
2098
  * The time, in milliseconds since the epoch, when the definition was created.
2099
+ * @public
2100
2100
  */
2101
2101
  CreationTimestamp?: string;
2102
2102
  /**
2103
- * @public
2104
2103
  * The ID of the definition.
2104
+ * @public
2105
2105
  */
2106
2106
  Id?: string;
2107
2107
  /**
2108
- * @public
2109
2108
  * The time, in milliseconds since the epoch, when the definition was last updated.
2109
+ * @public
2110
2110
  */
2111
2111
  LastUpdatedTimestamp?: string;
2112
2112
  /**
2113
- * @public
2114
2113
  * The ID of the latest version associated with the definition.
2114
+ * @public
2115
2115
  */
2116
2116
  LatestVersion?: string;
2117
2117
  /**
2118
- * @public
2119
2118
  * The ARN of the latest version associated with the definition.
2119
+ * @public
2120
2120
  */
2121
2121
  LatestVersionArn?: string;
2122
2122
  /**
2123
- * @public
2124
2123
  * The name of the definition.
2124
+ * @public
2125
2125
  */
2126
2126
  Name?: string;
2127
2127
  }
@@ -2130,18 +2130,18 @@ export interface CreateSubscriptionDefinitionResponse {
2130
2130
  */
2131
2131
  export interface CreateSubscriptionDefinitionVersionRequest {
2132
2132
  /**
2133
- * @public
2134
2133
  * A client token used to correlate requests and responses.
2134
+ * @public
2135
2135
  */
2136
2136
  AmznClientToken?: string;
2137
2137
  /**
2138
- * @public
2139
2138
  * The ID of the subscription definition.
2139
+ * @public
2140
2140
  */
2141
2141
  SubscriptionDefinitionId: string | undefined;
2142
2142
  /**
2143
- * @public
2144
2143
  * A list of subscriptions.
2144
+ * @public
2145
2145
  */
2146
2146
  Subscriptions?: Subscription[];
2147
2147
  }
@@ -2150,23 +2150,23 @@ export interface CreateSubscriptionDefinitionVersionRequest {
2150
2150
  */
2151
2151
  export interface CreateSubscriptionDefinitionVersionResponse {
2152
2152
  /**
2153
- * @public
2154
2153
  * The ARN of the version.
2154
+ * @public
2155
2155
  */
2156
2156
  Arn?: string;
2157
2157
  /**
2158
- * @public
2159
2158
  * The time, in milliseconds since the epoch, when the version was created.
2159
+ * @public
2160
2160
  */
2161
2161
  CreationTimestamp?: string;
2162
2162
  /**
2163
- * @public
2164
2163
  * The ID of the parent definition that the version is associated with.
2164
+ * @public
2165
2165
  */
2166
2166
  Id?: string;
2167
2167
  /**
2168
- * @public
2169
2168
  * The ID of the version.
2169
+ * @public
2170
2170
  */
2171
2171
  Version?: string;
2172
2172
  }
@@ -2175,8 +2175,8 @@ export interface CreateSubscriptionDefinitionVersionResponse {
2175
2175
  */
2176
2176
  export interface DeleteConnectorDefinitionRequest {
2177
2177
  /**
2178
- * @public
2179
2178
  * The ID of the connector definition.
2179
+ * @public
2180
2180
  */
2181
2181
  ConnectorDefinitionId: string | undefined;
2182
2182
  }
@@ -2190,8 +2190,8 @@ export interface DeleteConnectorDefinitionResponse {
2190
2190
  */
2191
2191
  export interface DeleteCoreDefinitionRequest {
2192
2192
  /**
2193
- * @public
2194
2193
  * The ID of the core definition.
2194
+ * @public
2195
2195
  */
2196
2196
  CoreDefinitionId: string | undefined;
2197
2197
  }
@@ -2205,8 +2205,8 @@ export interface DeleteCoreDefinitionResponse {
2205
2205
  */
2206
2206
  export interface DeleteDeviceDefinitionRequest {
2207
2207
  /**
2208
- * @public
2209
2208
  * The ID of the device definition.
2209
+ * @public
2210
2210
  */
2211
2211
  DeviceDefinitionId: string | undefined;
2212
2212
  }
@@ -2220,8 +2220,8 @@ export interface DeleteDeviceDefinitionResponse {
2220
2220
  */
2221
2221
  export interface DeleteFunctionDefinitionRequest {
2222
2222
  /**
2223
- * @public
2224
2223
  * The ID of the Lambda function definition.
2224
+ * @public
2225
2225
  */
2226
2226
  FunctionDefinitionId: string | undefined;
2227
2227
  }
@@ -2235,8 +2235,8 @@ export interface DeleteFunctionDefinitionResponse {
2235
2235
  */
2236
2236
  export interface DeleteGroupRequest {
2237
2237
  /**
2238
- * @public
2239
2238
  * The ID of the Greengrass group.
2239
+ * @public
2240
2240
  */
2241
2241
  GroupId: string | undefined;
2242
2242
  }
@@ -2250,8 +2250,8 @@ export interface DeleteGroupResponse {
2250
2250
  */
2251
2251
  export interface DeleteLoggerDefinitionRequest {
2252
2252
  /**
2253
- * @public
2254
2253
  * The ID of the logger definition.
2254
+ * @public
2255
2255
  */
2256
2256
  LoggerDefinitionId: string | undefined;
2257
2257
  }
@@ -2265,8 +2265,8 @@ export interface DeleteLoggerDefinitionResponse {
2265
2265
  */
2266
2266
  export interface DeleteResourceDefinitionRequest {
2267
2267
  /**
2268
- * @public
2269
2268
  * The ID of the resource definition.
2269
+ * @public
2270
2270
  */
2271
2271
  ResourceDefinitionId: string | undefined;
2272
2272
  }
@@ -2280,8 +2280,8 @@ export interface DeleteResourceDefinitionResponse {
2280
2280
  */
2281
2281
  export interface DeleteSubscriptionDefinitionRequest {
2282
2282
  /**
2283
- * @public
2284
2283
  * The ID of the subscription definition.
2284
+ * @public
2285
2285
  */
2286
2286
  SubscriptionDefinitionId: string | undefined;
2287
2287
  }
@@ -2291,33 +2291,33 @@ export interface DeleteSubscriptionDefinitionRequest {
2291
2291
  export interface DeleteSubscriptionDefinitionResponse {
2292
2292
  }
2293
2293
  /**
2294
- * @public
2295
2294
  * Information about a deployment.
2295
+ * @public
2296
2296
  */
2297
2297
  export interface Deployment {
2298
2298
  /**
2299
- * @public
2300
2299
  * The time, in milliseconds since the epoch, when the deployment was created.
2300
+ * @public
2301
2301
  */
2302
2302
  CreatedAt?: string;
2303
2303
  /**
2304
- * @public
2305
2304
  * The ARN of the deployment.
2305
+ * @public
2306
2306
  */
2307
2307
  DeploymentArn?: string;
2308
2308
  /**
2309
- * @public
2310
2309
  * The ID of the deployment.
2310
+ * @public
2311
2311
  */
2312
2312
  DeploymentId?: string;
2313
2313
  /**
2314
- * @public
2315
2314
  * The type of the deployment.
2315
+ * @public
2316
2316
  */
2317
2317
  DeploymentType?: DeploymentType;
2318
2318
  /**
2319
- * @public
2320
2319
  * The ARN of the group for this deployment.
2320
+ * @public
2321
2321
  */
2322
2322
  GroupArn?: string;
2323
2323
  }
@@ -2326,8 +2326,8 @@ export interface Deployment {
2326
2326
  */
2327
2327
  export interface DisassociateRoleFromGroupRequest {
2328
2328
  /**
2329
- * @public
2330
2329
  * The ID of the Greengrass group.
2330
+ * @public
2331
2331
  */
2332
2332
  GroupId: string | undefined;
2333
2333
  }
@@ -2336,8 +2336,8 @@ export interface DisassociateRoleFromGroupRequest {
2336
2336
  */
2337
2337
  export interface DisassociateRoleFromGroupResponse {
2338
2338
  /**
2339
- * @public
2340
2339
  * The time, in milliseconds since the epoch, when the role was disassociated from the group.
2340
+ * @public
2341
2341
  */
2342
2342
  DisassociatedAt?: string;
2343
2343
  }
@@ -2351,8 +2351,8 @@ export interface DisassociateServiceRoleFromAccountRequest {
2351
2351
  */
2352
2352
  export interface DisassociateServiceRoleFromAccountResponse {
2353
2353
  /**
2354
- * @public
2355
2354
  * The time when the service role was disassociated from the account.
2355
+ * @public
2356
2356
  */
2357
2357
  DisassociatedAt?: string;
2358
2358
  }
@@ -2361,8 +2361,8 @@ export interface DisassociateServiceRoleFromAccountResponse {
2361
2361
  */
2362
2362
  export interface GetAssociatedRoleRequest {
2363
2363
  /**
2364
- * @public
2365
2364
  * The ID of the Greengrass group.
2365
+ * @public
2366
2366
  */
2367
2367
  GroupId: string | undefined;
2368
2368
  }
@@ -2371,13 +2371,13 @@ export interface GetAssociatedRoleRequest {
2371
2371
  */
2372
2372
  export interface GetAssociatedRoleResponse {
2373
2373
  /**
2374
- * @public
2375
2374
  * The time when the role was associated with the group.
2375
+ * @public
2376
2376
  */
2377
2377
  AssociatedAt?: string;
2378
2378
  /**
2379
- * @public
2380
2379
  * The ARN of the role that is associated with the group.
2380
+ * @public
2381
2381
  */
2382
2382
  RoleArn?: string;
2383
2383
  }
@@ -2386,8 +2386,8 @@ export interface GetAssociatedRoleResponse {
2386
2386
  */
2387
2387
  export interface GetBulkDeploymentStatusRequest {
2388
2388
  /**
2389
- * @public
2390
2389
  * The ID of the bulk deployment.
2390
+ * @public
2391
2391
  */
2392
2392
  BulkDeploymentId: string | undefined;
2393
2393
  }
@@ -2396,33 +2396,33 @@ export interface GetBulkDeploymentStatusRequest {
2396
2396
  */
2397
2397
  export interface GetBulkDeploymentStatusResponse {
2398
2398
  /**
2399
- * @public
2400
2399
  * Relevant metrics on input records processed during bulk deployment.
2400
+ * @public
2401
2401
  */
2402
2402
  BulkDeploymentMetrics?: BulkDeploymentMetrics;
2403
2403
  /**
2404
- * @public
2405
2404
  * The status of the bulk deployment.
2405
+ * @public
2406
2406
  */
2407
2407
  BulkDeploymentStatus?: BulkDeploymentStatus;
2408
2408
  /**
2409
- * @public
2410
2409
  * The time, in ISO format, when the deployment was created.
2410
+ * @public
2411
2411
  */
2412
2412
  CreatedAt?: string;
2413
2413
  /**
2414
- * @public
2415
2414
  * Error details
2415
+ * @public
2416
2416
  */
2417
2417
  ErrorDetails?: ErrorDetail[];
2418
2418
  /**
2419
- * @public
2420
2419
  * Error message
2420
+ * @public
2421
2421
  */
2422
2422
  ErrorMessage?: string;
2423
2423
  /**
2424
- * @public
2425
2424
  * Tag(s) attached to the resource arn.
2425
+ * @public
2426
2426
  */
2427
2427
  tags?: Record<string, string>;
2428
2428
  }
@@ -2431,8 +2431,8 @@ export interface GetBulkDeploymentStatusResponse {
2431
2431
  */
2432
2432
  export interface GetConnectivityInfoRequest {
2433
2433
  /**
2434
- * @public
2435
2434
  * The thing name.
2435
+ * @public
2436
2436
  */
2437
2437
  ThingName: string | undefined;
2438
2438
  }
@@ -2441,13 +2441,13 @@ export interface GetConnectivityInfoRequest {
2441
2441
  */
2442
2442
  export interface GetConnectivityInfoResponse {
2443
2443
  /**
2444
- * @public
2445
2444
  * Connectivity info list.
2445
+ * @public
2446
2446
  */
2447
2447
  ConnectivityInfo?: ConnectivityInfo[];
2448
2448
  /**
2449
- * @public
2450
2449
  * A message about the connectivity info request.
2450
+ * @public
2451
2451
  */
2452
2452
  Message?: string;
2453
2453
  }
@@ -2456,8 +2456,8 @@ export interface GetConnectivityInfoResponse {
2456
2456
  */
2457
2457
  export interface GetConnectorDefinitionRequest {
2458
2458
  /**
2459
- * @public
2460
2459
  * The ID of the connector definition.
2460
+ * @public
2461
2461
  */
2462
2462
  ConnectorDefinitionId: string | undefined;
2463
2463
  }
@@ -2466,43 +2466,43 @@ export interface GetConnectorDefinitionRequest {
2466
2466
  */
2467
2467
  export interface GetConnectorDefinitionResponse {
2468
2468
  /**
2469
- * @public
2470
2469
  * The ARN of the definition.
2470
+ * @public
2471
2471
  */
2472
2472
  Arn?: string;
2473
2473
  /**
2474
- * @public
2475
2474
  * The time, in milliseconds since the epoch, when the definition was created.
2475
+ * @public
2476
2476
  */
2477
2477
  CreationTimestamp?: string;
2478
2478
  /**
2479
- * @public
2480
2479
  * The ID of the definition.
2480
+ * @public
2481
2481
  */
2482
2482
  Id?: string;
2483
2483
  /**
2484
- * @public
2485
2484
  * The time, in milliseconds since the epoch, when the definition was last updated.
2485
+ * @public
2486
2486
  */
2487
2487
  LastUpdatedTimestamp?: string;
2488
2488
  /**
2489
- * @public
2490
2489
  * The ID of the latest version associated with the definition.
2490
+ * @public
2491
2491
  */
2492
2492
  LatestVersion?: string;
2493
2493
  /**
2494
- * @public
2495
2494
  * The ARN of the latest version associated with the definition.
2495
+ * @public
2496
2496
  */
2497
2497
  LatestVersionArn?: string;
2498
2498
  /**
2499
- * @public
2500
2499
  * The name of the definition.
2500
+ * @public
2501
2501
  */
2502
2502
  Name?: string;
2503
2503
  /**
2504
- * @public
2505
2504
  * Tag(s) attached to the resource arn.
2505
+ * @public
2506
2506
  */
2507
2507
  tags?: Record<string, string>;
2508
2508
  }
@@ -2511,18 +2511,18 @@ export interface GetConnectorDefinitionResponse {
2511
2511
  */
2512
2512
  export interface GetConnectorDefinitionVersionRequest {
2513
2513
  /**
2514
- * @public
2515
2514
  * The ID of the connector definition.
2515
+ * @public
2516
2516
  */
2517
2517
  ConnectorDefinitionId: string | undefined;
2518
2518
  /**
2519
- * @public
2520
2519
  * The ID of the connector definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the version is the last one that was associated with a connector definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
2520
+ * @public
2521
2521
  */
2522
2522
  ConnectorDefinitionVersionId: string | undefined;
2523
2523
  /**
2524
- * @public
2525
2524
  * The token for the next set of results, or ''null'' if there are no additional results.
2525
+ * @public
2526
2526
  */
2527
2527
  NextToken?: string;
2528
2528
  }
@@ -2531,33 +2531,33 @@ export interface GetConnectorDefinitionVersionRequest {
2531
2531
  */
2532
2532
  export interface GetConnectorDefinitionVersionResponse {
2533
2533
  /**
2534
- * @public
2535
2534
  * The ARN of the connector definition version.
2535
+ * @public
2536
2536
  */
2537
2537
  Arn?: string;
2538
2538
  /**
2539
- * @public
2540
2539
  * The time, in milliseconds since the epoch, when the connector definition version was created.
2540
+ * @public
2541
2541
  */
2542
2542
  CreationTimestamp?: string;
2543
2543
  /**
2544
- * @public
2545
2544
  * Information about the connector definition version.
2545
+ * @public
2546
2546
  */
2547
2547
  Definition?: ConnectorDefinitionVersion;
2548
2548
  /**
2549
- * @public
2550
2549
  * The ID of the connector definition version.
2550
+ * @public
2551
2551
  */
2552
2552
  Id?: string;
2553
2553
  /**
2554
- * @public
2555
2554
  * The token for the next set of results, or ''null'' if there are no additional results.
2555
+ * @public
2556
2556
  */
2557
2557
  NextToken?: string;
2558
2558
  /**
2559
- * @public
2560
2559
  * The version of the connector definition version.
2560
+ * @public
2561
2561
  */
2562
2562
  Version?: string;
2563
2563
  }
@@ -2566,8 +2566,8 @@ export interface GetConnectorDefinitionVersionResponse {
2566
2566
  */
2567
2567
  export interface GetCoreDefinitionRequest {
2568
2568
  /**
2569
- * @public
2570
2569
  * The ID of the core definition.
2570
+ * @public
2571
2571
  */
2572
2572
  CoreDefinitionId: string | undefined;
2573
2573
  }
@@ -2576,43 +2576,43 @@ export interface GetCoreDefinitionRequest {
2576
2576
  */
2577
2577
  export interface GetCoreDefinitionResponse {
2578
2578
  /**
2579
- * @public
2580
2579
  * The ARN of the definition.
2580
+ * @public
2581
2581
  */
2582
2582
  Arn?: string;
2583
2583
  /**
2584
- * @public
2585
2584
  * The time, in milliseconds since the epoch, when the definition was created.
2585
+ * @public
2586
2586
  */
2587
2587
  CreationTimestamp?: string;
2588
2588
  /**
2589
- * @public
2590
2589
  * The ID of the definition.
2590
+ * @public
2591
2591
  */
2592
2592
  Id?: string;
2593
2593
  /**
2594
- * @public
2595
2594
  * The time, in milliseconds since the epoch, when the definition was last updated.
2595
+ * @public
2596
2596
  */
2597
2597
  LastUpdatedTimestamp?: string;
2598
2598
  /**
2599
- * @public
2600
2599
  * The ID of the latest version associated with the definition.
2600
+ * @public
2601
2601
  */
2602
2602
  LatestVersion?: string;
2603
2603
  /**
2604
- * @public
2605
2604
  * The ARN of the latest version associated with the definition.
2605
+ * @public
2606
2606
  */
2607
2607
  LatestVersionArn?: string;
2608
2608
  /**
2609
- * @public
2610
2609
  * The name of the definition.
2610
+ * @public
2611
2611
  */
2612
2612
  Name?: string;
2613
2613
  /**
2614
- * @public
2615
2614
  * Tag(s) attached to the resource arn.
2615
+ * @public
2616
2616
  */
2617
2617
  tags?: Record<string, string>;
2618
2618
  }
@@ -2621,13 +2621,13 @@ export interface GetCoreDefinitionResponse {
2621
2621
  */
2622
2622
  export interface GetCoreDefinitionVersionRequest {
2623
2623
  /**
2624
- * @public
2625
2624
  * The ID of the core definition.
2625
+ * @public
2626
2626
  */
2627
2627
  CoreDefinitionId: string | undefined;
2628
2628
  /**
2629
- * @public
2630
2629
  * The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
2630
+ * @public
2631
2631
  */
2632
2632
  CoreDefinitionVersionId: string | undefined;
2633
2633
  }
@@ -2636,33 +2636,33 @@ export interface GetCoreDefinitionVersionRequest {
2636
2636
  */
2637
2637
  export interface GetCoreDefinitionVersionResponse {
2638
2638
  /**
2639
- * @public
2640
2639
  * The ARN of the core definition version.
2640
+ * @public
2641
2641
  */
2642
2642
  Arn?: string;
2643
2643
  /**
2644
- * @public
2645
2644
  * The time, in milliseconds since the epoch, when the core definition version was created.
2645
+ * @public
2646
2646
  */
2647
2647
  CreationTimestamp?: string;
2648
2648
  /**
2649
- * @public
2650
2649
  * Information about the core definition version.
2650
+ * @public
2651
2651
  */
2652
2652
  Definition?: CoreDefinitionVersion;
2653
2653
  /**
2654
- * @public
2655
2654
  * The ID of the core definition version.
2655
+ * @public
2656
2656
  */
2657
2657
  Id?: string;
2658
2658
  /**
2659
- * @public
2660
2659
  * The token for the next set of results, or ''null'' if there are no additional results.
2660
+ * @public
2661
2661
  */
2662
2662
  NextToken?: string;
2663
2663
  /**
2664
- * @public
2665
2664
  * The version of the core definition version.
2665
+ * @public
2666
2666
  */
2667
2667
  Version?: string;
2668
2668
  }
@@ -2671,13 +2671,13 @@ export interface GetCoreDefinitionVersionResponse {
2671
2671
  */
2672
2672
  export interface GetDeploymentStatusRequest {
2673
2673
  /**
2674
- * @public
2675
2674
  * The ID of the deployment.
2675
+ * @public
2676
2676
  */
2677
2677
  DeploymentId: string | undefined;
2678
2678
  /**
2679
- * @public
2680
2679
  * The ID of the Greengrass group.
2680
+ * @public
2681
2681
  */
2682
2682
  GroupId: string | undefined;
2683
2683
  }
@@ -2686,28 +2686,28 @@ export interface GetDeploymentStatusRequest {
2686
2686
  */
2687
2687
  export interface GetDeploymentStatusResponse {
2688
2688
  /**
2689
- * @public
2690
2689
  * The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
2690
+ * @public
2691
2691
  */
2692
2692
  DeploymentStatus?: string;
2693
2693
  /**
2694
- * @public
2695
2694
  * The type of the deployment.
2695
+ * @public
2696
2696
  */
2697
2697
  DeploymentType?: DeploymentType;
2698
2698
  /**
2699
- * @public
2700
2699
  * Error details
2700
+ * @public
2701
2701
  */
2702
2702
  ErrorDetails?: ErrorDetail[];
2703
2703
  /**
2704
- * @public
2705
2704
  * Error message
2705
+ * @public
2706
2706
  */
2707
2707
  ErrorMessage?: string;
2708
2708
  /**
2709
- * @public
2710
2709
  * The time, in milliseconds since the epoch, when the deployment status was updated.
2710
+ * @public
2711
2711
  */
2712
2712
  UpdatedAt?: string;
2713
2713
  }
@@ -2716,8 +2716,8 @@ export interface GetDeploymentStatusResponse {
2716
2716
  */
2717
2717
  export interface GetDeviceDefinitionRequest {
2718
2718
  /**
2719
- * @public
2720
2719
  * The ID of the device definition.
2720
+ * @public
2721
2721
  */
2722
2722
  DeviceDefinitionId: string | undefined;
2723
2723
  }
@@ -2726,43 +2726,43 @@ export interface GetDeviceDefinitionRequest {
2726
2726
  */
2727
2727
  export interface GetDeviceDefinitionResponse {
2728
2728
  /**
2729
- * @public
2730
2729
  * The ARN of the definition.
2730
+ * @public
2731
2731
  */
2732
2732
  Arn?: string;
2733
2733
  /**
2734
- * @public
2735
2734
  * The time, in milliseconds since the epoch, when the definition was created.
2735
+ * @public
2736
2736
  */
2737
2737
  CreationTimestamp?: string;
2738
2738
  /**
2739
- * @public
2740
2739
  * The ID of the definition.
2740
+ * @public
2741
2741
  */
2742
2742
  Id?: string;
2743
2743
  /**
2744
- * @public
2745
2744
  * The time, in milliseconds since the epoch, when the definition was last updated.
2745
+ * @public
2746
2746
  */
2747
2747
  LastUpdatedTimestamp?: string;
2748
2748
  /**
2749
- * @public
2750
2749
  * The ID of the latest version associated with the definition.
2750
+ * @public
2751
2751
  */
2752
2752
  LatestVersion?: string;
2753
2753
  /**
2754
- * @public
2755
2754
  * The ARN of the latest version associated with the definition.
2755
+ * @public
2756
2756
  */
2757
2757
  LatestVersionArn?: string;
2758
2758
  /**
2759
- * @public
2760
2759
  * The name of the definition.
2760
+ * @public
2761
2761
  */
2762
2762
  Name?: string;
2763
2763
  /**
2764
- * @public
2765
2764
  * Tag(s) attached to the resource arn.
2765
+ * @public
2766
2766
  */
2767
2767
  tags?: Record<string, string>;
2768
2768
  }
@@ -2771,18 +2771,18 @@ export interface GetDeviceDefinitionResponse {
2771
2771
  */
2772
2772
  export interface GetDeviceDefinitionVersionRequest {
2773
2773
  /**
2774
- * @public
2775
2774
  * The ID of the device definition.
2775
+ * @public
2776
2776
  */
2777
2777
  DeviceDefinitionId: string | undefined;
2778
2778
  /**
2779
- * @public
2780
2779
  * The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
2780
+ * @public
2781
2781
  */
2782
2782
  DeviceDefinitionVersionId: string | undefined;
2783
2783
  /**
2784
- * @public
2785
2784
  * The token for the next set of results, or ''null'' if there are no additional results.
2785
+ * @public
2786
2786
  */
2787
2787
  NextToken?: string;
2788
2788
  }
@@ -2791,33 +2791,33 @@ export interface GetDeviceDefinitionVersionRequest {
2791
2791
  */
2792
2792
  export interface GetDeviceDefinitionVersionResponse {
2793
2793
  /**
2794
- * @public
2795
2794
  * The ARN of the device definition version.
2795
+ * @public
2796
2796
  */
2797
2797
  Arn?: string;
2798
2798
  /**
2799
- * @public
2800
2799
  * The time, in milliseconds since the epoch, when the device definition version was created.
2800
+ * @public
2801
2801
  */
2802
2802
  CreationTimestamp?: string;
2803
2803
  /**
2804
- * @public
2805
2804
  * Information about the device definition version.
2805
+ * @public
2806
2806
  */
2807
2807
  Definition?: DeviceDefinitionVersion;
2808
2808
  /**
2809
- * @public
2810
2809
  * The ID of the device definition version.
2810
+ * @public
2811
2811
  */
2812
2812
  Id?: string;
2813
2813
  /**
2814
- * @public
2815
2814
  * The token for the next set of results, or ''null'' if there are no additional results.
2815
+ * @public
2816
2816
  */
2817
2817
  NextToken?: string;
2818
2818
  /**
2819
- * @public
2820
2819
  * The version of the device definition version.
2820
+ * @public
2821
2821
  */
2822
2822
  Version?: string;
2823
2823
  }
@@ -2826,8 +2826,8 @@ export interface GetDeviceDefinitionVersionResponse {
2826
2826
  */
2827
2827
  export interface GetFunctionDefinitionRequest {
2828
2828
  /**
2829
- * @public
2830
2829
  * The ID of the Lambda function definition.
2830
+ * @public
2831
2831
  */
2832
2832
  FunctionDefinitionId: string | undefined;
2833
2833
  }
@@ -2836,43 +2836,43 @@ export interface GetFunctionDefinitionRequest {
2836
2836
  */
2837
2837
  export interface GetFunctionDefinitionResponse {
2838
2838
  /**
2839
- * @public
2840
2839
  * The ARN of the definition.
2840
+ * @public
2841
2841
  */
2842
2842
  Arn?: string;
2843
2843
  /**
2844
- * @public
2845
2844
  * The time, in milliseconds since the epoch, when the definition was created.
2845
+ * @public
2846
2846
  */
2847
2847
  CreationTimestamp?: string;
2848
2848
  /**
2849
- * @public
2850
2849
  * The ID of the definition.
2850
+ * @public
2851
2851
  */
2852
2852
  Id?: string;
2853
2853
  /**
2854
- * @public
2855
2854
  * The time, in milliseconds since the epoch, when the definition was last updated.
2855
+ * @public
2856
2856
  */
2857
2857
  LastUpdatedTimestamp?: string;
2858
2858
  /**
2859
- * @public
2860
2859
  * The ID of the latest version associated with the definition.
2860
+ * @public
2861
2861
  */
2862
2862
  LatestVersion?: string;
2863
2863
  /**
2864
- * @public
2865
2864
  * The ARN of the latest version associated with the definition.
2865
+ * @public
2866
2866
  */
2867
2867
  LatestVersionArn?: string;
2868
2868
  /**
2869
- * @public
2870
2869
  * The name of the definition.
2870
+ * @public
2871
2871
  */
2872
2872
  Name?: string;
2873
2873
  /**
2874
- * @public
2875
2874
  * Tag(s) attached to the resource arn.
2875
+ * @public
2876
2876
  */
2877
2877
  tags?: Record<string, string>;
2878
2878
  }
@@ -2881,18 +2881,18 @@ export interface GetFunctionDefinitionResponse {
2881
2881
  */
2882
2882
  export interface GetFunctionDefinitionVersionRequest {
2883
2883
  /**
2884
- * @public
2885
2884
  * The ID of the Lambda function definition.
2885
+ * @public
2886
2886
  */
2887
2887
  FunctionDefinitionId: string | undefined;
2888
2888
  /**
2889
- * @public
2890
2889
  * The ID of the function definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions'' requests. If the version is the last one that was associated with a function definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
2890
+ * @public
2891
2891
  */
2892
2892
  FunctionDefinitionVersionId: string | undefined;
2893
2893
  /**
2894
- * @public
2895
2894
  * The token for the next set of results, or ''null'' if there are no additional results.
2895
+ * @public
2896
2896
  */
2897
2897
  NextToken?: string;
2898
2898
  }
@@ -2901,33 +2901,33 @@ export interface GetFunctionDefinitionVersionRequest {
2901
2901
  */
2902
2902
  export interface GetFunctionDefinitionVersionResponse {
2903
2903
  /**
2904
- * @public
2905
2904
  * The ARN of the function definition version.
2905
+ * @public
2906
2906
  */
2907
2907
  Arn?: string;
2908
2908
  /**
2909
- * @public
2910
2909
  * The time, in milliseconds since the epoch, when the function definition version was created.
2910
+ * @public
2911
2911
  */
2912
2912
  CreationTimestamp?: string;
2913
2913
  /**
2914
- * @public
2915
2914
  * Information on the definition.
2915
+ * @public
2916
2916
  */
2917
2917
  Definition?: FunctionDefinitionVersion;
2918
2918
  /**
2919
- * @public
2920
2919
  * The ID of the function definition version.
2920
+ * @public
2921
2921
  */
2922
2922
  Id?: string;
2923
2923
  /**
2924
- * @public
2925
2924
  * The token for the next set of results, or ''null'' if there are no additional results.
2925
+ * @public
2926
2926
  */
2927
2927
  NextToken?: string;
2928
2928
  /**
2929
- * @public
2930
2929
  * The version of the function definition version.
2930
+ * @public
2931
2931
  */
2932
2932
  Version?: string;
2933
2933
  }
@@ -2936,8 +2936,8 @@ export interface GetFunctionDefinitionVersionResponse {
2936
2936
  */
2937
2937
  export interface GetGroupRequest {
2938
2938
  /**
2939
- * @public
2940
2939
  * The ID of the Greengrass group.
2940
+ * @public
2941
2941
  */
2942
2942
  GroupId: string | undefined;
2943
2943
  }
@@ -2946,43 +2946,43 @@ export interface GetGroupRequest {
2946
2946
  */
2947
2947
  export interface GetGroupResponse {
2948
2948
  /**
2949
- * @public
2950
2949
  * The ARN of the definition.
2950
+ * @public
2951
2951
  */
2952
2952
  Arn?: string;
2953
2953
  /**
2954
- * @public
2955
2954
  * The time, in milliseconds since the epoch, when the definition was created.
2955
+ * @public
2956
2956
  */
2957
2957
  CreationTimestamp?: string;
2958
2958
  /**
2959
- * @public
2960
2959
  * The ID of the definition.
2960
+ * @public
2961
2961
  */
2962
2962
  Id?: string;
2963
2963
  /**
2964
- * @public
2965
2964
  * The time, in milliseconds since the epoch, when the definition was last updated.
2965
+ * @public
2966
2966
  */
2967
2967
  LastUpdatedTimestamp?: string;
2968
2968
  /**
2969
- * @public
2970
2969
  * The ID of the latest version associated with the definition.
2970
+ * @public
2971
2971
  */
2972
2972
  LatestVersion?: string;
2973
2973
  /**
2974
- * @public
2975
2974
  * The ARN of the latest version associated with the definition.
2975
+ * @public
2976
2976
  */
2977
2977
  LatestVersionArn?: string;
2978
2978
  /**
2979
- * @public
2980
2979
  * The name of the definition.
2980
+ * @public
2981
2981
  */
2982
2982
  Name?: string;
2983
2983
  /**
2984
- * @public
2985
2984
  * Tag(s) attached to the resource arn.
2985
+ * @public
2986
2986
  */
2987
2987
  tags?: Record<string, string>;
2988
2988
  }
@@ -2991,13 +2991,13 @@ export interface GetGroupResponse {
2991
2991
  */
2992
2992
  export interface GetGroupCertificateAuthorityRequest {
2993
2993
  /**
2994
- * @public
2995
2994
  * The ID of the certificate authority.
2995
+ * @public
2996
2996
  */
2997
2997
  CertificateAuthorityId: string | undefined;
2998
2998
  /**
2999
- * @public
3000
2999
  * The ID of the Greengrass group.
3000
+ * @public
3001
3001
  */
3002
3002
  GroupId: string | undefined;
3003
3003
  }
@@ -3006,18 +3006,18 @@ export interface GetGroupCertificateAuthorityRequest {
3006
3006
  */
3007
3007
  export interface GetGroupCertificateAuthorityResponse {
3008
3008
  /**
3009
- * @public
3010
3009
  * The ARN of the certificate authority for the group.
3010
+ * @public
3011
3011
  */
3012
3012
  GroupCertificateAuthorityArn?: string;
3013
3013
  /**
3014
- * @public
3015
3014
  * The ID of the certificate authority for the group.
3015
+ * @public
3016
3016
  */
3017
3017
  GroupCertificateAuthorityId?: string;
3018
3018
  /**
3019
- * @public
3020
3019
  * The PEM encoded certificate for the group.
3020
+ * @public
3021
3021
  */
3022
3022
  PemEncodedCertificate?: string;
3023
3023
  }
@@ -3026,8 +3026,8 @@ export interface GetGroupCertificateAuthorityResponse {
3026
3026
  */
3027
3027
  export interface GetGroupCertificateConfigurationRequest {
3028
3028
  /**
3029
- * @public
3030
3029
  * The ID of the Greengrass group.
3030
+ * @public
3031
3031
  */
3032
3032
  GroupId: string | undefined;
3033
3033
  }
@@ -3036,18 +3036,18 @@ export interface GetGroupCertificateConfigurationRequest {
3036
3036
  */
3037
3037
  export interface GetGroupCertificateConfigurationResponse {
3038
3038
  /**
3039
- * @public
3040
3039
  * The amount of time remaining before the certificate authority expires, in milliseconds.
3040
+ * @public
3041
3041
  */
3042
3042
  CertificateAuthorityExpiryInMilliseconds?: string;
3043
3043
  /**
3044
- * @public
3045
3044
  * The amount of time remaining before the certificate expires, in milliseconds.
3045
+ * @public
3046
3046
  */
3047
3047
  CertificateExpiryInMilliseconds?: string;
3048
3048
  /**
3049
- * @public
3050
3049
  * The ID of the group certificate configuration.
3050
+ * @public
3051
3051
  */
3052
3052
  GroupId?: string;
3053
3053
  }
@@ -3056,13 +3056,13 @@ export interface GetGroupCertificateConfigurationResponse {
3056
3056
  */
3057
3057
  export interface GetGroupVersionRequest {
3058
3058
  /**
3059
- * @public
3060
3059
  * The ID of the Greengrass group.
3060
+ * @public
3061
3061
  */
3062
3062
  GroupId: string | undefined;
3063
3063
  /**
3064
- * @public
3065
3064
  * The ID of the group version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListGroupVersions'' requests. If the version is the last one that was associated with a group, the value also maps to the ''LatestVersion'' property of the corresponding ''GroupInformation'' object.
3065
+ * @public
3066
3066
  */
3067
3067
  GroupVersionId: string | undefined;
3068
3068
  }
@@ -3071,28 +3071,28 @@ export interface GetGroupVersionRequest {
3071
3071
  */
3072
3072
  export interface GetGroupVersionResponse {
3073
3073
  /**
3074
- * @public
3075
3074
  * The ARN of the group version.
3075
+ * @public
3076
3076
  */
3077
3077
  Arn?: string;
3078
3078
  /**
3079
- * @public
3080
3079
  * The time, in milliseconds since the epoch, when the group version was created.
3080
+ * @public
3081
3081
  */
3082
3082
  CreationTimestamp?: string;
3083
3083
  /**
3084
- * @public
3085
3084
  * Information about the group version definition.
3085
+ * @public
3086
3086
  */
3087
3087
  Definition?: GroupVersion;
3088
3088
  /**
3089
- * @public
3090
3089
  * The ID of the group that the version is associated with.
3090
+ * @public
3091
3091
  */
3092
3092
  Id?: string;
3093
3093
  /**
3094
- * @public
3095
3094
  * The ID of the group version.
3095
+ * @public
3096
3096
  */
3097
3097
  Version?: string;
3098
3098
  }
@@ -3101,8 +3101,8 @@ export interface GetGroupVersionResponse {
3101
3101
  */
3102
3102
  export interface GetLoggerDefinitionRequest {
3103
3103
  /**
3104
- * @public
3105
3104
  * The ID of the logger definition.
3105
+ * @public
3106
3106
  */
3107
3107
  LoggerDefinitionId: string | undefined;
3108
3108
  }
@@ -3111,43 +3111,43 @@ export interface GetLoggerDefinitionRequest {
3111
3111
  */
3112
3112
  export interface GetLoggerDefinitionResponse {
3113
3113
  /**
3114
- * @public
3115
3114
  * The ARN of the definition.
3115
+ * @public
3116
3116
  */
3117
3117
  Arn?: string;
3118
3118
  /**
3119
- * @public
3120
3119
  * The time, in milliseconds since the epoch, when the definition was created.
3120
+ * @public
3121
3121
  */
3122
3122
  CreationTimestamp?: string;
3123
3123
  /**
3124
- * @public
3125
3124
  * The ID of the definition.
3125
+ * @public
3126
3126
  */
3127
3127
  Id?: string;
3128
3128
  /**
3129
- * @public
3130
3129
  * The time, in milliseconds since the epoch, when the definition was last updated.
3130
+ * @public
3131
3131
  */
3132
3132
  LastUpdatedTimestamp?: string;
3133
3133
  /**
3134
- * @public
3135
3134
  * The ID of the latest version associated with the definition.
3135
+ * @public
3136
3136
  */
3137
3137
  LatestVersion?: string;
3138
3138
  /**
3139
- * @public
3140
3139
  * The ARN of the latest version associated with the definition.
3140
+ * @public
3141
3141
  */
3142
3142
  LatestVersionArn?: string;
3143
3143
  /**
3144
- * @public
3145
3144
  * The name of the definition.
3145
+ * @public
3146
3146
  */
3147
3147
  Name?: string;
3148
3148
  /**
3149
- * @public
3150
3149
  * Tag(s) attached to the resource arn.
3150
+ * @public
3151
3151
  */
3152
3152
  tags?: Record<string, string>;
3153
3153
  }
@@ -3156,18 +3156,18 @@ export interface GetLoggerDefinitionResponse {
3156
3156
  */
3157
3157
  export interface GetLoggerDefinitionVersionRequest {
3158
3158
  /**
3159
- * @public
3160
3159
  * The ID of the logger definition.
3160
+ * @public
3161
3161
  */
3162
3162
  LoggerDefinitionId: string | undefined;
3163
3163
  /**
3164
- * @public
3165
3164
  * The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
3165
+ * @public
3166
3166
  */
3167
3167
  LoggerDefinitionVersionId: string | undefined;
3168
3168
  /**
3169
- * @public
3170
3169
  * The token for the next set of results, or ''null'' if there are no additional results.
3170
+ * @public
3171
3171
  */
3172
3172
  NextToken?: string;
3173
3173
  }
@@ -3176,28 +3176,28 @@ export interface GetLoggerDefinitionVersionRequest {
3176
3176
  */
3177
3177
  export interface GetLoggerDefinitionVersionResponse {
3178
3178
  /**
3179
- * @public
3180
3179
  * The ARN of the logger definition version.
3180
+ * @public
3181
3181
  */
3182
3182
  Arn?: string;
3183
3183
  /**
3184
- * @public
3185
3184
  * The time, in milliseconds since the epoch, when the logger definition version was created.
3185
+ * @public
3186
3186
  */
3187
3187
  CreationTimestamp?: string;
3188
3188
  /**
3189
- * @public
3190
3189
  * Information about the logger definition version.
3190
+ * @public
3191
3191
  */
3192
3192
  Definition?: LoggerDefinitionVersion;
3193
3193
  /**
3194
- * @public
3195
3194
  * The ID of the logger definition version.
3195
+ * @public
3196
3196
  */
3197
3197
  Id?: string;
3198
3198
  /**
3199
- * @public
3200
3199
  * The version of the logger definition version.
3200
+ * @public
3201
3201
  */
3202
3202
  Version?: string;
3203
3203
  }
@@ -3206,8 +3206,8 @@ export interface GetLoggerDefinitionVersionResponse {
3206
3206
  */
3207
3207
  export interface GetResourceDefinitionRequest {
3208
3208
  /**
3209
- * @public
3210
3209
  * The ID of the resource definition.
3210
+ * @public
3211
3211
  */
3212
3212
  ResourceDefinitionId: string | undefined;
3213
3213
  }
@@ -3216,43 +3216,43 @@ export interface GetResourceDefinitionRequest {
3216
3216
  */
3217
3217
  export interface GetResourceDefinitionResponse {
3218
3218
  /**
3219
- * @public
3220
3219
  * The ARN of the definition.
3220
+ * @public
3221
3221
  */
3222
3222
  Arn?: string;
3223
3223
  /**
3224
- * @public
3225
3224
  * The time, in milliseconds since the epoch, when the definition was created.
3225
+ * @public
3226
3226
  */
3227
3227
  CreationTimestamp?: string;
3228
3228
  /**
3229
- * @public
3230
3229
  * The ID of the definition.
3230
+ * @public
3231
3231
  */
3232
3232
  Id?: string;
3233
3233
  /**
3234
- * @public
3235
3234
  * The time, in milliseconds since the epoch, when the definition was last updated.
3235
+ * @public
3236
3236
  */
3237
3237
  LastUpdatedTimestamp?: string;
3238
3238
  /**
3239
- * @public
3240
3239
  * The ID of the latest version associated with the definition.
3240
+ * @public
3241
3241
  */
3242
3242
  LatestVersion?: string;
3243
3243
  /**
3244
- * @public
3245
3244
  * The ARN of the latest version associated with the definition.
3245
+ * @public
3246
3246
  */
3247
3247
  LatestVersionArn?: string;
3248
3248
  /**
3249
- * @public
3250
3249
  * The name of the definition.
3250
+ * @public
3251
3251
  */
3252
3252
  Name?: string;
3253
3253
  /**
3254
- * @public
3255
3254
  * Tag(s) attached to the resource arn.
3255
+ * @public
3256
3256
  */
3257
3257
  tags?: Record<string, string>;
3258
3258
  }
@@ -3261,13 +3261,13 @@ export interface GetResourceDefinitionResponse {
3261
3261
  */
3262
3262
  export interface GetResourceDefinitionVersionRequest {
3263
3263
  /**
3264
- * @public
3265
3264
  * The ID of the resource definition.
3265
+ * @public
3266
3266
  */
3267
3267
  ResourceDefinitionId: string | undefined;
3268
3268
  /**
3269
- * @public
3270
3269
  * The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
3270
+ * @public
3271
3271
  */
3272
3272
  ResourceDefinitionVersionId: string | undefined;
3273
3273
  }
@@ -3276,28 +3276,28 @@ export interface GetResourceDefinitionVersionRequest {
3276
3276
  */
3277
3277
  export interface GetResourceDefinitionVersionResponse {
3278
3278
  /**
3279
- * @public
3280
3279
  * Arn of the resource definition version.
3280
+ * @public
3281
3281
  */
3282
3282
  Arn?: string;
3283
3283
  /**
3284
- * @public
3285
3284
  * The time, in milliseconds since the epoch, when the resource definition version was created.
3285
+ * @public
3286
3286
  */
3287
3287
  CreationTimestamp?: string;
3288
3288
  /**
3289
- * @public
3290
3289
  * Information about the definition.
3290
+ * @public
3291
3291
  */
3292
3292
  Definition?: ResourceDefinitionVersion;
3293
3293
  /**
3294
- * @public
3295
3294
  * The ID of the resource definition version.
3295
+ * @public
3296
3296
  */
3297
3297
  Id?: string;
3298
3298
  /**
3299
- * @public
3300
3299
  * The version of the resource definition version.
3300
+ * @public
3301
3301
  */
3302
3302
  Version?: string;
3303
3303
  }
@@ -3311,13 +3311,13 @@ export interface GetServiceRoleForAccountRequest {
3311
3311
  */
3312
3312
  export interface GetServiceRoleForAccountResponse {
3313
3313
  /**
3314
- * @public
3315
3314
  * The time when the service role was associated with the account.
3315
+ * @public
3316
3316
  */
3317
3317
  AssociatedAt?: string;
3318
3318
  /**
3319
- * @public
3320
3319
  * The ARN of the role which is associated with the account.
3320
+ * @public
3321
3321
  */
3322
3322
  RoleArn?: string;
3323
3323
  }
@@ -3326,8 +3326,8 @@ export interface GetServiceRoleForAccountResponse {
3326
3326
  */
3327
3327
  export interface GetSubscriptionDefinitionRequest {
3328
3328
  /**
3329
- * @public
3330
3329
  * The ID of the subscription definition.
3330
+ * @public
3331
3331
  */
3332
3332
  SubscriptionDefinitionId: string | undefined;
3333
3333
  }
@@ -3336,43 +3336,43 @@ export interface GetSubscriptionDefinitionRequest {
3336
3336
  */
3337
3337
  export interface GetSubscriptionDefinitionResponse {
3338
3338
  /**
3339
- * @public
3340
3339
  * The ARN of the definition.
3340
+ * @public
3341
3341
  */
3342
3342
  Arn?: string;
3343
3343
  /**
3344
- * @public
3345
3344
  * The time, in milliseconds since the epoch, when the definition was created.
3345
+ * @public
3346
3346
  */
3347
3347
  CreationTimestamp?: string;
3348
3348
  /**
3349
- * @public
3350
3349
  * The ID of the definition.
3350
+ * @public
3351
3351
  */
3352
3352
  Id?: string;
3353
3353
  /**
3354
- * @public
3355
3354
  * The time, in milliseconds since the epoch, when the definition was last updated.
3355
+ * @public
3356
3356
  */
3357
3357
  LastUpdatedTimestamp?: string;
3358
3358
  /**
3359
- * @public
3360
3359
  * The ID of the latest version associated with the definition.
3360
+ * @public
3361
3361
  */
3362
3362
  LatestVersion?: string;
3363
3363
  /**
3364
- * @public
3365
3364
  * The ARN of the latest version associated with the definition.
3365
+ * @public
3366
3366
  */
3367
3367
  LatestVersionArn?: string;
3368
3368
  /**
3369
- * @public
3370
3369
  * The name of the definition.
3370
+ * @public
3371
3371
  */
3372
3372
  Name?: string;
3373
3373
  /**
3374
- * @public
3375
3374
  * Tag(s) attached to the resource arn.
3375
+ * @public
3376
3376
  */
3377
3377
  tags?: Record<string, string>;
3378
3378
  }
@@ -3381,18 +3381,18 @@ export interface GetSubscriptionDefinitionResponse {
3381
3381
  */
3382
3382
  export interface GetSubscriptionDefinitionVersionRequest {
3383
3383
  /**
3384
- * @public
3385
3384
  * The token for the next set of results, or ''null'' if there are no additional results.
3385
+ * @public
3386
3386
  */
3387
3387
  NextToken?: string;
3388
3388
  /**
3389
- * @public
3390
3389
  * The ID of the subscription definition.
3390
+ * @public
3391
3391
  */
3392
3392
  SubscriptionDefinitionId: string | undefined;
3393
3393
  /**
3394
- * @public
3395
3394
  * The ID of the subscription definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions'' requests. If the version is the last one that was associated with a subscription definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
3395
+ * @public
3396
3396
  */
3397
3397
  SubscriptionDefinitionVersionId: string | undefined;
3398
3398
  }
@@ -3401,33 +3401,33 @@ export interface GetSubscriptionDefinitionVersionRequest {
3401
3401
  */
3402
3402
  export interface GetSubscriptionDefinitionVersionResponse {
3403
3403
  /**
3404
- * @public
3405
3404
  * The ARN of the subscription definition version.
3405
+ * @public
3406
3406
  */
3407
3407
  Arn?: string;
3408
3408
  /**
3409
- * @public
3410
3409
  * The time, in milliseconds since the epoch, when the subscription definition version was created.
3410
+ * @public
3411
3411
  */
3412
3412
  CreationTimestamp?: string;
3413
3413
  /**
3414
- * @public
3415
3414
  * Information about the subscription definition version.
3415
+ * @public
3416
3416
  */
3417
3417
  Definition?: SubscriptionDefinitionVersion;
3418
3418
  /**
3419
- * @public
3420
3419
  * The ID of the subscription definition version.
3420
+ * @public
3421
3421
  */
3422
3422
  Id?: string;
3423
3423
  /**
3424
- * @public
3425
3424
  * The token for the next set of results, or ''null'' if there are no additional results.
3425
+ * @public
3426
3426
  */
3427
3427
  NextToken?: string;
3428
3428
  /**
3429
- * @public
3430
3429
  * The version of the subscription definition version.
3430
+ * @public
3431
3431
  */
3432
3432
  Version?: string;
3433
3433
  }
@@ -3436,8 +3436,8 @@ export interface GetSubscriptionDefinitionVersionResponse {
3436
3436
  */
3437
3437
  export interface GetThingRuntimeConfigurationRequest {
3438
3438
  /**
3439
- * @public
3440
3439
  * The thing name.
3440
+ * @public
3441
3441
  */
3442
3442
  ThingName: string | undefined;
3443
3443
  }
@@ -3454,29 +3454,29 @@ export declare const Telemetry: {
3454
3454
  */
3455
3455
  export type Telemetry = (typeof Telemetry)[keyof typeof Telemetry];
3456
3456
  /**
3457
- * @public
3458
3457
  * Configuration settings for running telemetry.
3458
+ * @public
3459
3459
  */
3460
3460
  export interface TelemetryConfiguration {
3461
3461
  /**
3462
- * @public
3463
3462
  * Synchronization status of the device reported configuration with the desired configuration.
3463
+ * @public
3464
3464
  */
3465
3465
  ConfigurationSyncStatus?: ConfigurationSyncStatus;
3466
3466
  /**
3467
- * @public
3468
3467
  * Configure telemetry to be on or off.
3468
+ * @public
3469
3469
  */
3470
3470
  Telemetry: Telemetry | undefined;
3471
3471
  }
3472
3472
  /**
3473
- * @public
3474
3473
  * Runtime configuration for a thing.
3474
+ * @public
3475
3475
  */
3476
3476
  export interface RuntimeConfiguration {
3477
3477
  /**
3478
- * @public
3479
3478
  * Configuration for telemetry service.
3479
+ * @public
3480
3480
  */
3481
3481
  TelemetryConfiguration?: TelemetryConfiguration;
3482
3482
  }
@@ -3485,8 +3485,8 @@ export interface RuntimeConfiguration {
3485
3485
  */
3486
3486
  export interface GetThingRuntimeConfigurationResponse {
3487
3487
  /**
3488
- * @public
3489
3488
  * Runtime configuration for a thing.
3489
+ * @public
3490
3490
  */
3491
3491
  RuntimeConfiguration?: RuntimeConfiguration;
3492
3492
  }
@@ -3495,18 +3495,18 @@ export interface GetThingRuntimeConfigurationResponse {
3495
3495
  */
3496
3496
  export interface ListBulkDeploymentDetailedReportsRequest {
3497
3497
  /**
3498
- * @public
3499
3498
  * The ID of the bulk deployment.
3499
+ * @public
3500
3500
  */
3501
3501
  BulkDeploymentId: string | undefined;
3502
3502
  /**
3503
- * @public
3504
3503
  * The maximum number of results to be returned per request.
3504
+ * @public
3505
3505
  */
3506
3506
  MaxResults?: string;
3507
3507
  /**
3508
- * @public
3509
3508
  * The token for the next set of results, or ''null'' if there are no additional results.
3509
+ * @public
3510
3510
  */
3511
3511
  NextToken?: string;
3512
3512
  }
@@ -3515,13 +3515,13 @@ export interface ListBulkDeploymentDetailedReportsRequest {
3515
3515
  */
3516
3516
  export interface ListBulkDeploymentDetailedReportsResponse {
3517
3517
  /**
3518
- * @public
3519
3518
  * A list of the individual group deployments in the bulk deployment operation.
3519
+ * @public
3520
3520
  */
3521
3521
  Deployments?: BulkDeploymentResult[];
3522
3522
  /**
3523
- * @public
3524
3523
  * The token for the next set of results, or ''null'' if there are no additional results.
3524
+ * @public
3525
3525
  */
3526
3526
  NextToken?: string;
3527
3527
  }
@@ -3530,13 +3530,13 @@ export interface ListBulkDeploymentDetailedReportsResponse {
3530
3530
  */
3531
3531
  export interface ListBulkDeploymentsRequest {
3532
3532
  /**
3533
- * @public
3534
3533
  * The maximum number of results to be returned per request.
3534
+ * @public
3535
3535
  */
3536
3536
  MaxResults?: string;
3537
3537
  /**
3538
- * @public
3539
3538
  * The token for the next set of results, or ''null'' if there are no additional results.
3539
+ * @public
3540
3540
  */
3541
3541
  NextToken?: string;
3542
3542
  }
@@ -3545,13 +3545,13 @@ export interface ListBulkDeploymentsRequest {
3545
3545
  */
3546
3546
  export interface ListBulkDeploymentsResponse {
3547
3547
  /**
3548
- * @public
3549
3548
  * A list of bulk deployments.
3549
+ * @public
3550
3550
  */
3551
3551
  BulkDeployments?: BulkDeployment[];
3552
3552
  /**
3553
- * @public
3554
3553
  * The token for the next set of results, or ''null'' if there are no additional results.
3554
+ * @public
3555
3555
  */
3556
3556
  NextToken?: string;
3557
3557
  }
@@ -3560,13 +3560,13 @@ export interface ListBulkDeploymentsResponse {
3560
3560
  */
3561
3561
  export interface ListConnectorDefinitionsRequest {
3562
3562
  /**
3563
- * @public
3564
3563
  * The maximum number of results to be returned per request.
3564
+ * @public
3565
3565
  */
3566
3566
  MaxResults?: string;
3567
3567
  /**
3568
- * @public
3569
3568
  * The token for the next set of results, or ''null'' if there are no additional results.
3569
+ * @public
3570
3570
  */
3571
3571
  NextToken?: string;
3572
3572
  }
@@ -3575,13 +3575,13 @@ export interface ListConnectorDefinitionsRequest {
3575
3575
  */
3576
3576
  export interface ListConnectorDefinitionsResponse {
3577
3577
  /**
3578
- * @public
3579
3578
  * Information about a definition.
3579
+ * @public
3580
3580
  */
3581
3581
  Definitions?: DefinitionInformation[];
3582
3582
  /**
3583
- * @public
3584
3583
  * The token for the next set of results, or ''null'' if there are no additional results.
3584
+ * @public
3585
3585
  */
3586
3586
  NextToken?: string;
3587
3587
  }
@@ -3590,18 +3590,18 @@ export interface ListConnectorDefinitionsResponse {
3590
3590
  */
3591
3591
  export interface ListConnectorDefinitionVersionsRequest {
3592
3592
  /**
3593
- * @public
3594
3593
  * The ID of the connector definition.
3594
+ * @public
3595
3595
  */
3596
3596
  ConnectorDefinitionId: string | undefined;
3597
3597
  /**
3598
- * @public
3599
3598
  * The maximum number of results to be returned per request.
3599
+ * @public
3600
3600
  */
3601
3601
  MaxResults?: string;
3602
3602
  /**
3603
- * @public
3604
3603
  * The token for the next set of results, or ''null'' if there are no additional results.
3604
+ * @public
3605
3605
  */
3606
3606
  NextToken?: string;
3607
3607
  }
@@ -3610,13 +3610,13 @@ export interface ListConnectorDefinitionVersionsRequest {
3610
3610
  */
3611
3611
  export interface ListConnectorDefinitionVersionsResponse {
3612
3612
  /**
3613
- * @public
3614
3613
  * The token for the next set of results, or ''null'' if there are no additional results.
3614
+ * @public
3615
3615
  */
3616
3616
  NextToken?: string;
3617
3617
  /**
3618
- * @public
3619
3618
  * Information about a version.
3619
+ * @public
3620
3620
  */
3621
3621
  Versions?: VersionInformation[];
3622
3622
  }
@@ -3625,13 +3625,13 @@ export interface ListConnectorDefinitionVersionsResponse {
3625
3625
  */
3626
3626
  export interface ListCoreDefinitionsRequest {
3627
3627
  /**
3628
- * @public
3629
3628
  * The maximum number of results to be returned per request.
3629
+ * @public
3630
3630
  */
3631
3631
  MaxResults?: string;
3632
3632
  /**
3633
- * @public
3634
3633
  * The token for the next set of results, or ''null'' if there are no additional results.
3634
+ * @public
3635
3635
  */
3636
3636
  NextToken?: string;
3637
3637
  }
@@ -3640,13 +3640,13 @@ export interface ListCoreDefinitionsRequest {
3640
3640
  */
3641
3641
  export interface ListCoreDefinitionsResponse {
3642
3642
  /**
3643
- * @public
3644
3643
  * Information about a definition.
3644
+ * @public
3645
3645
  */
3646
3646
  Definitions?: DefinitionInformation[];
3647
3647
  /**
3648
- * @public
3649
3648
  * The token for the next set of results, or ''null'' if there are no additional results.
3649
+ * @public
3650
3650
  */
3651
3651
  NextToken?: string;
3652
3652
  }
@@ -3655,18 +3655,18 @@ export interface ListCoreDefinitionsResponse {
3655
3655
  */
3656
3656
  export interface ListCoreDefinitionVersionsRequest {
3657
3657
  /**
3658
- * @public
3659
3658
  * The ID of the core definition.
3659
+ * @public
3660
3660
  */
3661
3661
  CoreDefinitionId: string | undefined;
3662
3662
  /**
3663
- * @public
3664
3663
  * The maximum number of results to be returned per request.
3664
+ * @public
3665
3665
  */
3666
3666
  MaxResults?: string;
3667
3667
  /**
3668
- * @public
3669
3668
  * The token for the next set of results, or ''null'' if there are no additional results.
3669
+ * @public
3670
3670
  */
3671
3671
  NextToken?: string;
3672
3672
  }
@@ -3675,13 +3675,13 @@ export interface ListCoreDefinitionVersionsRequest {
3675
3675
  */
3676
3676
  export interface ListCoreDefinitionVersionsResponse {
3677
3677
  /**
3678
- * @public
3679
3678
  * The token for the next set of results, or ''null'' if there are no additional results.
3679
+ * @public
3680
3680
  */
3681
3681
  NextToken?: string;
3682
3682
  /**
3683
- * @public
3684
3683
  * Information about a version.
3684
+ * @public
3685
3685
  */
3686
3686
  Versions?: VersionInformation[];
3687
3687
  }
@@ -3690,18 +3690,18 @@ export interface ListCoreDefinitionVersionsResponse {
3690
3690
  */
3691
3691
  export interface ListDeploymentsRequest {
3692
3692
  /**
3693
- * @public
3694
3693
  * The ID of the Greengrass group.
3694
+ * @public
3695
3695
  */
3696
3696
  GroupId: string | undefined;
3697
3697
  /**
3698
- * @public
3699
3698
  * The maximum number of results to be returned per request.
3699
+ * @public
3700
3700
  */
3701
3701
  MaxResults?: string;
3702
3702
  /**
3703
- * @public
3704
3703
  * The token for the next set of results, or ''null'' if there are no additional results.
3704
+ * @public
3705
3705
  */
3706
3706
  NextToken?: string;
3707
3707
  }
@@ -3710,13 +3710,13 @@ export interface ListDeploymentsRequest {
3710
3710
  */
3711
3711
  export interface ListDeploymentsResponse {
3712
3712
  /**
3713
- * @public
3714
3713
  * A list of deployments for the requested groups.
3714
+ * @public
3715
3715
  */
3716
3716
  Deployments?: Deployment[];
3717
3717
  /**
3718
- * @public
3719
3718
  * The token for the next set of results, or ''null'' if there are no additional results.
3719
+ * @public
3720
3720
  */
3721
3721
  NextToken?: string;
3722
3722
  }
@@ -3725,13 +3725,13 @@ export interface ListDeploymentsResponse {
3725
3725
  */
3726
3726
  export interface ListDeviceDefinitionsRequest {
3727
3727
  /**
3728
- * @public
3729
3728
  * The maximum number of results to be returned per request.
3729
+ * @public
3730
3730
  */
3731
3731
  MaxResults?: string;
3732
3732
  /**
3733
- * @public
3734
3733
  * The token for the next set of results, or ''null'' if there are no additional results.
3734
+ * @public
3735
3735
  */
3736
3736
  NextToken?: string;
3737
3737
  }
@@ -3740,13 +3740,13 @@ export interface ListDeviceDefinitionsRequest {
3740
3740
  */
3741
3741
  export interface ListDeviceDefinitionsResponse {
3742
3742
  /**
3743
- * @public
3744
3743
  * Information about a definition.
3744
+ * @public
3745
3745
  */
3746
3746
  Definitions?: DefinitionInformation[];
3747
3747
  /**
3748
- * @public
3749
3748
  * The token for the next set of results, or ''null'' if there are no additional results.
3749
+ * @public
3750
3750
  */
3751
3751
  NextToken?: string;
3752
3752
  }
@@ -3755,18 +3755,18 @@ export interface ListDeviceDefinitionsResponse {
3755
3755
  */
3756
3756
  export interface ListDeviceDefinitionVersionsRequest {
3757
3757
  /**
3758
- * @public
3759
3758
  * The ID of the device definition.
3759
+ * @public
3760
3760
  */
3761
3761
  DeviceDefinitionId: string | undefined;
3762
3762
  /**
3763
- * @public
3764
3763
  * The maximum number of results to be returned per request.
3764
+ * @public
3765
3765
  */
3766
3766
  MaxResults?: string;
3767
3767
  /**
3768
- * @public
3769
3768
  * The token for the next set of results, or ''null'' if there are no additional results.
3769
+ * @public
3770
3770
  */
3771
3771
  NextToken?: string;
3772
3772
  }
@@ -3775,13 +3775,13 @@ export interface ListDeviceDefinitionVersionsRequest {
3775
3775
  */
3776
3776
  export interface ListDeviceDefinitionVersionsResponse {
3777
3777
  /**
3778
- * @public
3779
3778
  * The token for the next set of results, or ''null'' if there are no additional results.
3779
+ * @public
3780
3780
  */
3781
3781
  NextToken?: string;
3782
3782
  /**
3783
- * @public
3784
3783
  * Information about a version.
3784
+ * @public
3785
3785
  */
3786
3786
  Versions?: VersionInformation[];
3787
3787
  }
@@ -3790,13 +3790,13 @@ export interface ListDeviceDefinitionVersionsResponse {
3790
3790
  */
3791
3791
  export interface ListFunctionDefinitionsRequest {
3792
3792
  /**
3793
- * @public
3794
3793
  * The maximum number of results to be returned per request.
3794
+ * @public
3795
3795
  */
3796
3796
  MaxResults?: string;
3797
3797
  /**
3798
- * @public
3799
3798
  * The token for the next set of results, or ''null'' if there are no additional results.
3799
+ * @public
3800
3800
  */
3801
3801
  NextToken?: string;
3802
3802
  }
@@ -3805,13 +3805,13 @@ export interface ListFunctionDefinitionsRequest {
3805
3805
  */
3806
3806
  export interface ListFunctionDefinitionsResponse {
3807
3807
  /**
3808
- * @public
3809
3808
  * Information about a definition.
3809
+ * @public
3810
3810
  */
3811
3811
  Definitions?: DefinitionInformation[];
3812
3812
  /**
3813
- * @public
3814
3813
  * The token for the next set of results, or ''null'' if there are no additional results.
3814
+ * @public
3815
3815
  */
3816
3816
  NextToken?: string;
3817
3817
  }
@@ -3820,18 +3820,18 @@ export interface ListFunctionDefinitionsResponse {
3820
3820
  */
3821
3821
  export interface ListFunctionDefinitionVersionsRequest {
3822
3822
  /**
3823
- * @public
3824
3823
  * The ID of the Lambda function definition.
3824
+ * @public
3825
3825
  */
3826
3826
  FunctionDefinitionId: string | undefined;
3827
3827
  /**
3828
- * @public
3829
3828
  * The maximum number of results to be returned per request.
3829
+ * @public
3830
3830
  */
3831
3831
  MaxResults?: string;
3832
3832
  /**
3833
- * @public
3834
3833
  * The token for the next set of results, or ''null'' if there are no additional results.
3834
+ * @public
3835
3835
  */
3836
3836
  NextToken?: string;
3837
3837
  }
@@ -3840,13 +3840,13 @@ export interface ListFunctionDefinitionVersionsRequest {
3840
3840
  */
3841
3841
  export interface ListFunctionDefinitionVersionsResponse {
3842
3842
  /**
3843
- * @public
3844
3843
  * The token for the next set of results, or ''null'' if there are no additional results.
3844
+ * @public
3845
3845
  */
3846
3846
  NextToken?: string;
3847
3847
  /**
3848
- * @public
3849
3848
  * Information about a version.
3849
+ * @public
3850
3850
  */
3851
3851
  Versions?: VersionInformation[];
3852
3852
  }
@@ -3855,8 +3855,8 @@ export interface ListFunctionDefinitionVersionsResponse {
3855
3855
  */
3856
3856
  export interface ListGroupCertificateAuthoritiesRequest {
3857
3857
  /**
3858
- * @public
3859
3858
  * The ID of the Greengrass group.
3859
+ * @public
3860
3860
  */
3861
3861
  GroupId: string | undefined;
3862
3862
  }
@@ -3865,8 +3865,8 @@ export interface ListGroupCertificateAuthoritiesRequest {
3865
3865
  */
3866
3866
  export interface ListGroupCertificateAuthoritiesResponse {
3867
3867
  /**
3868
- * @public
3869
3868
  * A list of certificate authorities associated with the group.
3869
+ * @public
3870
3870
  */
3871
3871
  GroupCertificateAuthorities?: GroupCertificateAuthorityProperties[];
3872
3872
  }
@@ -3875,13 +3875,13 @@ export interface ListGroupCertificateAuthoritiesResponse {
3875
3875
  */
3876
3876
  export interface ListGroupsRequest {
3877
3877
  /**
3878
- * @public
3879
3878
  * The maximum number of results to be returned per request.
3879
+ * @public
3880
3880
  */
3881
3881
  MaxResults?: string;
3882
3882
  /**
3883
- * @public
3884
3883
  * The token for the next set of results, or ''null'' if there are no additional results.
3884
+ * @public
3885
3885
  */
3886
3886
  NextToken?: string;
3887
3887
  }
@@ -3890,13 +3890,13 @@ export interface ListGroupsRequest {
3890
3890
  */
3891
3891
  export interface ListGroupsResponse {
3892
3892
  /**
3893
- * @public
3894
3893
  * Information about a group.
3894
+ * @public
3895
3895
  */
3896
3896
  Groups?: GroupInformation[];
3897
3897
  /**
3898
- * @public
3899
3898
  * The token for the next set of results, or ''null'' if there are no additional results.
3899
+ * @public
3900
3900
  */
3901
3901
  NextToken?: string;
3902
3902
  }
@@ -3905,18 +3905,18 @@ export interface ListGroupsResponse {
3905
3905
  */
3906
3906
  export interface ListGroupVersionsRequest {
3907
3907
  /**
3908
- * @public
3909
3908
  * The ID of the Greengrass group.
3909
+ * @public
3910
3910
  */
3911
3911
  GroupId: string | undefined;
3912
3912
  /**
3913
- * @public
3914
3913
  * The maximum number of results to be returned per request.
3914
+ * @public
3915
3915
  */
3916
3916
  MaxResults?: string;
3917
3917
  /**
3918
- * @public
3919
3918
  * The token for the next set of results, or ''null'' if there are no additional results.
3919
+ * @public
3920
3920
  */
3921
3921
  NextToken?: string;
3922
3922
  }
@@ -3925,13 +3925,13 @@ export interface ListGroupVersionsRequest {
3925
3925
  */
3926
3926
  export interface ListGroupVersionsResponse {
3927
3927
  /**
3928
- * @public
3929
3928
  * The token for the next set of results, or ''null'' if there are no additional results.
3929
+ * @public
3930
3930
  */
3931
3931
  NextToken?: string;
3932
3932
  /**
3933
- * @public
3934
3933
  * Information about a version.
3934
+ * @public
3935
3935
  */
3936
3936
  Versions?: VersionInformation[];
3937
3937
  }
@@ -3940,13 +3940,13 @@ export interface ListGroupVersionsResponse {
3940
3940
  */
3941
3941
  export interface ListLoggerDefinitionsRequest {
3942
3942
  /**
3943
- * @public
3944
3943
  * The maximum number of results to be returned per request.
3944
+ * @public
3945
3945
  */
3946
3946
  MaxResults?: string;
3947
3947
  /**
3948
- * @public
3949
3948
  * The token for the next set of results, or ''null'' if there are no additional results.
3949
+ * @public
3950
3950
  */
3951
3951
  NextToken?: string;
3952
3952
  }
@@ -3955,13 +3955,13 @@ export interface ListLoggerDefinitionsRequest {
3955
3955
  */
3956
3956
  export interface ListLoggerDefinitionsResponse {
3957
3957
  /**
3958
- * @public
3959
3958
  * Information about a definition.
3959
+ * @public
3960
3960
  */
3961
3961
  Definitions?: DefinitionInformation[];
3962
3962
  /**
3963
- * @public
3964
3963
  * The token for the next set of results, or ''null'' if there are no additional results.
3964
+ * @public
3965
3965
  */
3966
3966
  NextToken?: string;
3967
3967
  }
@@ -3970,18 +3970,18 @@ export interface ListLoggerDefinitionsResponse {
3970
3970
  */
3971
3971
  export interface ListLoggerDefinitionVersionsRequest {
3972
3972
  /**
3973
- * @public
3974
3973
  * The ID of the logger definition.
3974
+ * @public
3975
3975
  */
3976
3976
  LoggerDefinitionId: string | undefined;
3977
3977
  /**
3978
- * @public
3979
3978
  * The maximum number of results to be returned per request.
3979
+ * @public
3980
3980
  */
3981
3981
  MaxResults?: string;
3982
3982
  /**
3983
- * @public
3984
3983
  * The token for the next set of results, or ''null'' if there are no additional results.
3984
+ * @public
3985
3985
  */
3986
3986
  NextToken?: string;
3987
3987
  }
@@ -3990,13 +3990,13 @@ export interface ListLoggerDefinitionVersionsRequest {
3990
3990
  */
3991
3991
  export interface ListLoggerDefinitionVersionsResponse {
3992
3992
  /**
3993
- * @public
3994
3993
  * The token for the next set of results, or ''null'' if there are no additional results.
3994
+ * @public
3995
3995
  */
3996
3996
  NextToken?: string;
3997
3997
  /**
3998
- * @public
3999
3998
  * Information about a version.
3999
+ * @public
4000
4000
  */
4001
4001
  Versions?: VersionInformation[];
4002
4002
  }
@@ -4005,13 +4005,13 @@ export interface ListLoggerDefinitionVersionsResponse {
4005
4005
  */
4006
4006
  export interface ListResourceDefinitionsRequest {
4007
4007
  /**
4008
- * @public
4009
4008
  * The maximum number of results to be returned per request.
4009
+ * @public
4010
4010
  */
4011
4011
  MaxResults?: string;
4012
4012
  /**
4013
- * @public
4014
4013
  * The token for the next set of results, or ''null'' if there are no additional results.
4014
+ * @public
4015
4015
  */
4016
4016
  NextToken?: string;
4017
4017
  }
@@ -4020,13 +4020,13 @@ export interface ListResourceDefinitionsRequest {
4020
4020
  */
4021
4021
  export interface ListResourceDefinitionsResponse {
4022
4022
  /**
4023
- * @public
4024
4023
  * Information about a definition.
4024
+ * @public
4025
4025
  */
4026
4026
  Definitions?: DefinitionInformation[];
4027
4027
  /**
4028
- * @public
4029
4028
  * The token for the next set of results, or ''null'' if there are no additional results.
4029
+ * @public
4030
4030
  */
4031
4031
  NextToken?: string;
4032
4032
  }
@@ -4035,18 +4035,18 @@ export interface ListResourceDefinitionsResponse {
4035
4035
  */
4036
4036
  export interface ListResourceDefinitionVersionsRequest {
4037
4037
  /**
4038
- * @public
4039
4038
  * The maximum number of results to be returned per request.
4039
+ * @public
4040
4040
  */
4041
4041
  MaxResults?: string;
4042
4042
  /**
4043
- * @public
4044
4043
  * The token for the next set of results, or ''null'' if there are no additional results.
4044
+ * @public
4045
4045
  */
4046
4046
  NextToken?: string;
4047
4047
  /**
4048
- * @public
4049
4048
  * The ID of the resource definition.
4049
+ * @public
4050
4050
  */
4051
4051
  ResourceDefinitionId: string | undefined;
4052
4052
  }
@@ -4055,13 +4055,13 @@ export interface ListResourceDefinitionVersionsRequest {
4055
4055
  */
4056
4056
  export interface ListResourceDefinitionVersionsResponse {
4057
4057
  /**
4058
- * @public
4059
4058
  * The token for the next set of results, or ''null'' if there are no additional results.
4059
+ * @public
4060
4060
  */
4061
4061
  NextToken?: string;
4062
4062
  /**
4063
- * @public
4064
4063
  * Information about a version.
4064
+ * @public
4065
4065
  */
4066
4066
  Versions?: VersionInformation[];
4067
4067
  }
@@ -4070,13 +4070,13 @@ export interface ListResourceDefinitionVersionsResponse {
4070
4070
  */
4071
4071
  export interface ListSubscriptionDefinitionsRequest {
4072
4072
  /**
4073
- * @public
4074
4073
  * The maximum number of results to be returned per request.
4074
+ * @public
4075
4075
  */
4076
4076
  MaxResults?: string;
4077
4077
  /**
4078
- * @public
4079
4078
  * The token for the next set of results, or ''null'' if there are no additional results.
4079
+ * @public
4080
4080
  */
4081
4081
  NextToken?: string;
4082
4082
  }
@@ -4085,13 +4085,13 @@ export interface ListSubscriptionDefinitionsRequest {
4085
4085
  */
4086
4086
  export interface ListSubscriptionDefinitionsResponse {
4087
4087
  /**
4088
- * @public
4089
4088
  * Information about a definition.
4089
+ * @public
4090
4090
  */
4091
4091
  Definitions?: DefinitionInformation[];
4092
4092
  /**
4093
- * @public
4094
4093
  * The token for the next set of results, or ''null'' if there are no additional results.
4094
+ * @public
4095
4095
  */
4096
4096
  NextToken?: string;
4097
4097
  }
@@ -4100,18 +4100,18 @@ export interface ListSubscriptionDefinitionsResponse {
4100
4100
  */
4101
4101
  export interface ListSubscriptionDefinitionVersionsRequest {
4102
4102
  /**
4103
- * @public
4104
4103
  * The maximum number of results to be returned per request.
4104
+ * @public
4105
4105
  */
4106
4106
  MaxResults?: string;
4107
4107
  /**
4108
- * @public
4109
4108
  * The token for the next set of results, or ''null'' if there are no additional results.
4109
+ * @public
4110
4110
  */
4111
4111
  NextToken?: string;
4112
4112
  /**
4113
- * @public
4114
4113
  * The ID of the subscription definition.
4114
+ * @public
4115
4115
  */
4116
4116
  SubscriptionDefinitionId: string | undefined;
4117
4117
  }
@@ -4120,13 +4120,13 @@ export interface ListSubscriptionDefinitionVersionsRequest {
4120
4120
  */
4121
4121
  export interface ListSubscriptionDefinitionVersionsResponse {
4122
4122
  /**
4123
- * @public
4124
4123
  * The token for the next set of results, or ''null'' if there are no additional results.
4124
+ * @public
4125
4125
  */
4126
4126
  NextToken?: string;
4127
4127
  /**
4128
- * @public
4129
4128
  * Information about a version.
4129
+ * @public
4130
4130
  */
4131
4131
  Versions?: VersionInformation[];
4132
4132
  }
@@ -4135,8 +4135,8 @@ export interface ListSubscriptionDefinitionVersionsResponse {
4135
4135
  */
4136
4136
  export interface ListTagsForResourceRequest {
4137
4137
  /**
4138
- * @public
4139
4138
  * The Amazon Resource Name (ARN) of the resource.
4139
+ * @public
4140
4140
  */
4141
4141
  ResourceArn: string | undefined;
4142
4142
  }
@@ -4145,29 +4145,29 @@ export interface ListTagsForResourceRequest {
4145
4145
  */
4146
4146
  export interface ListTagsForResourceResponse {
4147
4147
  /**
4148
- * @public
4149
4148
  * The key-value pair for the resource tag.
4149
+ * @public
4150
4150
  */
4151
4151
  tags?: Record<string, string>;
4152
4152
  }
4153
4153
  /**
4154
- * @public
4155
4154
  * Information needed to reset deployments.
4155
+ * @public
4156
4156
  */
4157
4157
  export interface ResetDeploymentsRequest {
4158
4158
  /**
4159
- * @public
4160
4159
  * A client token used to correlate requests and responses.
4160
+ * @public
4161
4161
  */
4162
4162
  AmznClientToken?: string;
4163
4163
  /**
4164
- * @public
4165
4164
  * If true, performs a best-effort only core reset.
4165
+ * @public
4166
4166
  */
4167
4167
  Force?: boolean;
4168
4168
  /**
4169
- * @public
4170
4169
  * The ID of the Greengrass group.
4170
+ * @public
4171
4171
  */
4172
4172
  GroupId: string | undefined;
4173
4173
  }
@@ -4176,13 +4176,13 @@ export interface ResetDeploymentsRequest {
4176
4176
  */
4177
4177
  export interface ResetDeploymentsResponse {
4178
4178
  /**
4179
- * @public
4180
4179
  * The ARN of the deployment.
4180
+ * @public
4181
4181
  */
4182
4182
  DeploymentArn?: string;
4183
4183
  /**
4184
- * @public
4185
4184
  * The ID of the deployment.
4185
+ * @public
4186
4186
  */
4187
4187
  DeploymentId?: string;
4188
4188
  }
@@ -4191,23 +4191,23 @@ export interface ResetDeploymentsResponse {
4191
4191
  */
4192
4192
  export interface StartBulkDeploymentRequest {
4193
4193
  /**
4194
- * @public
4195
4194
  * A client token used to correlate requests and responses.
4195
+ * @public
4196
4196
  */
4197
4197
  AmznClientToken?: string;
4198
4198
  /**
4199
- * @public
4200
4199
  * The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.
4200
+ * @public
4201
4201
  */
4202
4202
  ExecutionRoleArn: string | undefined;
4203
4203
  /**
4204
- * @public
4205
4204
  * The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.
4205
+ * @public
4206
4206
  */
4207
4207
  InputFileUri: string | undefined;
4208
4208
  /**
4209
- * @public
4210
4209
  * Tag(s) to add to the new resource.
4210
+ * @public
4211
4211
  */
4212
4212
  tags?: Record<string, string>;
4213
4213
  }
@@ -4216,13 +4216,13 @@ export interface StartBulkDeploymentRequest {
4216
4216
  */
4217
4217
  export interface StartBulkDeploymentResponse {
4218
4218
  /**
4219
- * @public
4220
4219
  * The ARN of the bulk deployment.
4220
+ * @public
4221
4221
  */
4222
4222
  BulkDeploymentArn?: string;
4223
4223
  /**
4224
- * @public
4225
4224
  * The ID of the bulk deployment.
4225
+ * @public
4226
4226
  */
4227
4227
  BulkDeploymentId?: string;
4228
4228
  }
@@ -4231,8 +4231,8 @@ export interface StartBulkDeploymentResponse {
4231
4231
  */
4232
4232
  export interface StopBulkDeploymentRequest {
4233
4233
  /**
4234
- * @public
4235
4234
  * The ID of the bulk deployment.
4235
+ * @public
4236
4236
  */
4237
4237
  BulkDeploymentId: string | undefined;
4238
4238
  }
@@ -4242,18 +4242,18 @@ export interface StopBulkDeploymentRequest {
4242
4242
  export interface StopBulkDeploymentResponse {
4243
4243
  }
4244
4244
  /**
4245
- * @public
4246
4245
  * A map of the key-value pairs for the resource tag.
4246
+ * @public
4247
4247
  */
4248
4248
  export interface TagResourceRequest {
4249
4249
  /**
4250
- * @public
4251
4250
  * The Amazon Resource Name (ARN) of the resource.
4251
+ * @public
4252
4252
  */
4253
4253
  ResourceArn: string | undefined;
4254
4254
  /**
4255
- * @public
4256
4255
  * The key-value pair for the resource tag.
4256
+ * @public
4257
4257
  */
4258
4258
  tags?: Record<string, string>;
4259
4259
  }
@@ -4262,29 +4262,29 @@ export interface TagResourceRequest {
4262
4262
  */
4263
4263
  export interface UntagResourceRequest {
4264
4264
  /**
4265
- * @public
4266
4265
  * The Amazon Resource Name (ARN) of the resource.
4266
+ * @public
4267
4267
  */
4268
4268
  ResourceArn: string | undefined;
4269
4269
  /**
4270
- * @public
4271
4270
  * An array of tag keys to delete
4271
+ * @public
4272
4272
  */
4273
4273
  TagKeys: string[] | undefined;
4274
4274
  }
4275
4275
  /**
4276
- * @public
4277
4276
  * Connectivity information.
4277
+ * @public
4278
4278
  */
4279
4279
  export interface UpdateConnectivityInfoRequest {
4280
4280
  /**
4281
- * @public
4282
4281
  * A list of connectivity info.
4282
+ * @public
4283
4283
  */
4284
4284
  ConnectivityInfo?: ConnectivityInfo[];
4285
4285
  /**
4286
- * @public
4287
4286
  * The thing name.
4287
+ * @public
4288
4288
  */
4289
4289
  ThingName: string | undefined;
4290
4290
  }
@@ -4293,13 +4293,13 @@ export interface UpdateConnectivityInfoRequest {
4293
4293
  */
4294
4294
  export interface UpdateConnectivityInfoResponse {
4295
4295
  /**
4296
- * @public
4297
4296
  * A message about the connectivity info update request.
4297
+ * @public
4298
4298
  */
4299
4299
  Message?: string;
4300
4300
  /**
4301
- * @public
4302
4301
  * The new version of the connectivity info.
4302
+ * @public
4303
4303
  */
4304
4304
  Version?: string;
4305
4305
  }
@@ -4308,13 +4308,13 @@ export interface UpdateConnectivityInfoResponse {
4308
4308
  */
4309
4309
  export interface UpdateConnectorDefinitionRequest {
4310
4310
  /**
4311
- * @public
4312
4311
  * The ID of the connector definition.
4312
+ * @public
4313
4313
  */
4314
4314
  ConnectorDefinitionId: string | undefined;
4315
4315
  /**
4316
- * @public
4317
4316
  * The name of the definition.
4317
+ * @public
4318
4318
  */
4319
4319
  Name?: string;
4320
4320
  }
@@ -4328,13 +4328,13 @@ export interface UpdateConnectorDefinitionResponse {
4328
4328
  */
4329
4329
  export interface UpdateCoreDefinitionRequest {
4330
4330
  /**
4331
- * @public
4332
4331
  * The ID of the core definition.
4332
+ * @public
4333
4333
  */
4334
4334
  CoreDefinitionId: string | undefined;
4335
4335
  /**
4336
- * @public
4337
4336
  * The name of the definition.
4337
+ * @public
4338
4338
  */
4339
4339
  Name?: string;
4340
4340
  }
@@ -4348,13 +4348,13 @@ export interface UpdateCoreDefinitionResponse {
4348
4348
  */
4349
4349
  export interface UpdateDeviceDefinitionRequest {
4350
4350
  /**
4351
- * @public
4352
4351
  * The ID of the device definition.
4352
+ * @public
4353
4353
  */
4354
4354
  DeviceDefinitionId: string | undefined;
4355
4355
  /**
4356
- * @public
4357
4356
  * The name of the definition.
4357
+ * @public
4358
4358
  */
4359
4359
  Name?: string;
4360
4360
  }
@@ -4368,13 +4368,13 @@ export interface UpdateDeviceDefinitionResponse {
4368
4368
  */
4369
4369
  export interface UpdateFunctionDefinitionRequest {
4370
4370
  /**
4371
- * @public
4372
4371
  * The ID of the Lambda function definition.
4372
+ * @public
4373
4373
  */
4374
4374
  FunctionDefinitionId: string | undefined;
4375
4375
  /**
4376
- * @public
4377
4376
  * The name of the definition.
4377
+ * @public
4378
4378
  */
4379
4379
  Name?: string;
4380
4380
  }
@@ -4388,13 +4388,13 @@ export interface UpdateFunctionDefinitionResponse {
4388
4388
  */
4389
4389
  export interface UpdateGroupRequest {
4390
4390
  /**
4391
- * @public
4392
4391
  * The ID of the Greengrass group.
4392
+ * @public
4393
4393
  */
4394
4394
  GroupId: string | undefined;
4395
4395
  /**
4396
- * @public
4397
4396
  * The name of the definition.
4397
+ * @public
4398
4398
  */
4399
4399
  Name?: string;
4400
4400
  }
@@ -4408,13 +4408,13 @@ export interface UpdateGroupResponse {
4408
4408
  */
4409
4409
  export interface UpdateGroupCertificateConfigurationRequest {
4410
4410
  /**
4411
- * @public
4412
4411
  * The amount of time remaining before the certificate expires, in milliseconds.
4412
+ * @public
4413
4413
  */
4414
4414
  CertificateExpiryInMilliseconds?: string;
4415
4415
  /**
4416
- * @public
4417
4416
  * The ID of the Greengrass group.
4417
+ * @public
4418
4418
  */
4419
4419
  GroupId: string | undefined;
4420
4420
  }
@@ -4423,18 +4423,18 @@ export interface UpdateGroupCertificateConfigurationRequest {
4423
4423
  */
4424
4424
  export interface UpdateGroupCertificateConfigurationResponse {
4425
4425
  /**
4426
- * @public
4427
4426
  * The amount of time remaining before the certificate authority expires, in milliseconds.
4427
+ * @public
4428
4428
  */
4429
4429
  CertificateAuthorityExpiryInMilliseconds?: string;
4430
4430
  /**
4431
- * @public
4432
4431
  * The amount of time remaining before the certificate expires, in milliseconds.
4432
+ * @public
4433
4433
  */
4434
4434
  CertificateExpiryInMilliseconds?: string;
4435
4435
  /**
4436
- * @public
4437
4436
  * The ID of the group certificate configuration.
4437
+ * @public
4438
4438
  */
4439
4439
  GroupId?: string;
4440
4440
  }
@@ -4443,13 +4443,13 @@ export interface UpdateGroupCertificateConfigurationResponse {
4443
4443
  */
4444
4444
  export interface UpdateLoggerDefinitionRequest {
4445
4445
  /**
4446
- * @public
4447
4446
  * The ID of the logger definition.
4447
+ * @public
4448
4448
  */
4449
4449
  LoggerDefinitionId: string | undefined;
4450
4450
  /**
4451
- * @public
4452
4451
  * The name of the definition.
4452
+ * @public
4453
4453
  */
4454
4454
  Name?: string;
4455
4455
  }
@@ -4463,13 +4463,13 @@ export interface UpdateLoggerDefinitionResponse {
4463
4463
  */
4464
4464
  export interface UpdateResourceDefinitionRequest {
4465
4465
  /**
4466
- * @public
4467
4466
  * The name of the definition.
4467
+ * @public
4468
4468
  */
4469
4469
  Name?: string;
4470
4470
  /**
4471
- * @public
4472
4471
  * The ID of the resource definition.
4472
+ * @public
4473
4473
  */
4474
4474
  ResourceDefinitionId: string | undefined;
4475
4475
  }
@@ -4483,13 +4483,13 @@ export interface UpdateResourceDefinitionResponse {
4483
4483
  */
4484
4484
  export interface UpdateSubscriptionDefinitionRequest {
4485
4485
  /**
4486
- * @public
4487
4486
  * The name of the definition.
4487
+ * @public
4488
4488
  */
4489
4489
  Name?: string;
4490
4490
  /**
4491
- * @public
4492
4491
  * The ID of the subscription definition.
4492
+ * @public
4493
4493
  */
4494
4494
  SubscriptionDefinitionId: string | undefined;
4495
4495
  }
@@ -4499,13 +4499,13 @@ export interface UpdateSubscriptionDefinitionRequest {
4499
4499
  export interface UpdateSubscriptionDefinitionResponse {
4500
4500
  }
4501
4501
  /**
4502
- * @public
4503
4502
  * Configuration settings for running telemetry.
4503
+ * @public
4504
4504
  */
4505
4505
  export interface TelemetryConfigurationUpdate {
4506
4506
  /**
4507
- * @public
4508
4507
  * Configure telemetry to be on or off.
4508
+ * @public
4509
4509
  */
4510
4510
  Telemetry: Telemetry | undefined;
4511
4511
  }
@@ -4514,13 +4514,13 @@ export interface TelemetryConfigurationUpdate {
4514
4514
  */
4515
4515
  export interface UpdateThingRuntimeConfigurationRequest {
4516
4516
  /**
4517
- * @public
4518
4517
  * Configuration for telemetry service.
4518
+ * @public
4519
4519
  */
4520
4520
  TelemetryConfiguration?: TelemetryConfigurationUpdate;
4521
4521
  /**
4522
- * @public
4523
4522
  * The thing name.
4523
+ * @public
4524
4524
  */
4525
4525
  ThingName: string | undefined;
4526
4526
  }