github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/greengrassv2/2020-11-30/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. This enables devices to collect and analyze data closer to the source of information, react autonomously to local events, and communicate securely with each other on local networks. Local devices can also communicate securely with Amazon Web Services IoT Core and export IoT data to the Amazon Web Services Cloud. IoT Greengrass developers can use Lambda functions and components to create and deploy applications to fleets of edge devices for local operation.</p> <p>IoT Greengrass Version 2 provides a new major version of the IoT Greengrass Core software, new APIs, and a new console. Use this API reference to learn how to use the IoT Greengrass V2 API operations to manage components, manage deployments, and core devices.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/what-is-iot-greengrass.html\">What is IoT Greengrass?</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 4 "operations": { 5 "BatchAssociateClientDeviceWithCoreDevice": "<p>Associate a list of client devices with a core device. Use this API operation to specify which client devices can discover a core device through cloud discovery. With cloud discovery, client devices connect to IoT Greengrass to retrieve associated core devices' connectivity information and certificates. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-cloud-discovery.html\">Configure cloud discovery</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p> <note> <p>Client devices are local IoT devices that connect to and communicate with an IoT Greengrass core device over MQTT. You can connect client devices to a core device to sync MQTT messages and data to Amazon Web Services IoT Core and interact with client devices in Greengrass components. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/interact-with-local-iot-devices.html\">Interact with local IoT devices</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p> </note>", 6 "BatchDisassociateClientDeviceFromCoreDevice": "<p>Disassociate a list of client devices from a core device. After you disassociate a client device from a core device, the client device won't be able to use cloud discovery to retrieve the core device's connectivity information and certificates.</p>", 7 "CancelDeployment": "<p>Cancels a deployment. This operation cancels the deployment for devices that haven't yet received it. If a device already received the deployment, this operation doesn't change anything for that device.</p>", 8 "CreateComponentVersion": "<p>Creates a component. Components are software that run on Greengrass core devices. After you develop and test a component on your core device, you can use this operation to upload your component to IoT Greengrass. Then, you can deploy the component to other core devices.</p> <p>You can use this operation to do the following:</p> <ul> <li> <p> <b>Create components from recipes</b> </p> <p>Create a component from a recipe, which is a file that defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/component-recipe-reference.html\">IoT Greengrass component recipe reference</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p> <p>To create a component from a recipe, specify <code>inlineRecipe</code> when you call this operation.</p> </li> <li> <p> <b>Create components from Lambda functions</b> </p> <p>Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe and artifacts from the Lambda function's deployment package. You can use this operation to migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2.</p> <p>This function only accepts Lambda functions that use the following runtimes:</p> <ul> <li> <p>Python 2.7 – <code>python2.7</code> </p> </li> <li> <p>Python 3.7 – <code>python3.7</code> </p> </li> <li> <p>Python 3.8 – <code>python3.8</code> </p> </li> <li> <p>Java 8 – <code>java8</code> </p> </li> <li> <p>Node.js 10 – <code>nodejs10.x</code> </p> </li> <li> <p>Node.js 12 – <code>nodejs12.x</code> </p> </li> </ul> <p>To create a component from a Lambda function, specify <code>lambdaFunction</code> when you call this operation.</p> </li> </ul>", 9 "CreateDeployment": "<p>Creates a continuous deployment for a target, which is a Greengrass core device or group of core devices. When you add a new core device to a group of core devices that has a deployment, IoT Greengrass deploys that group's deployment to the new device.</p> <p>You can define one deployment for each target. When you create a new deployment for a target that has an existing deployment, you replace the previous deployment. IoT Greengrass applies the new deployment to the target devices.</p> <p>Every deployment has a revision number that indicates how many deployment revisions you define for a target. Use this operation to create a new revision of an existing deployment. This operation returns the revision number of the new deployment when you create it.</p> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html\">Create deployments</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 10 "DeleteComponent": "<p>Deletes a version of a component from IoT Greengrass.</p> <note> <p>This operation deletes the component's recipe and artifacts. As a result, deployments that refer to this component version will fail. If you have deployments that use this component version, you can remove the component from the deployment or update the deployment to use a valid version.</p> </note>", 11 "DeleteCoreDevice": "<p>Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the IoT thing. For more information about how to delete the IoT thing, see <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_DeleteThing.html\">DeleteThing</a> in the <i>IoT API Reference</i>.</p>", 12 "DescribeComponent": "<p>Retrieves metadata for a version of a component.</p>", 13 "GetComponent": "<p>Gets the recipe for a version of a component. Core devices can call this operation to identify the artifacts and requirements to install a component.</p>", 14 "GetComponentVersionArtifact": "<p>Gets the pre-signed URL to download a public component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.</p>", 15 "GetCoreDevice": "<p>Retrieves metadata for a Greengrass core device.</p>", 16 "GetDeployment": "<p>Gets a deployment. Deployments define the components that run on Greengrass core devices.</p>", 17 "ListClientDevicesAssociatedWithCoreDevice": "<p>Retrieves a paginated list of client devices that are associated with a core device.</p>", 18 "ListComponentVersions": "<p>Retrieves a paginated list of all versions for a component. Greater versions are listed first.</p>", 19 "ListComponents": "<p>Retrieves a paginated list of component summaries. This list includes components that you have permission to view.</p>", 20 "ListCoreDevices": "<p>Retrieves a paginated list of Greengrass core devices.</p>", 21 "ListDeployments": "<p>Retrieves a paginated list of deployments.</p>", 22 "ListEffectiveDeployments": "<p>Retrieves a paginated list of deployment jobs that IoT Greengrass sends to Greengrass core devices.</p>", 23 "ListInstalledComponents": "<p>Retrieves a paginated list of the components that a Greengrass core device runs.</p>", 24 "ListTagsForResource": "<p>Retrieves the list of tags for an IoT Greengrass resource.</p>", 25 "ResolveComponentCandidates": "<p>Retrieves a list of components that meet the component, version, and platform requirements of a deployment. Greengrass core devices call this operation when they receive a deployment to identify the components to install.</p> <p>This operation identifies components that meet all dependency requirements for a deployment. If the requirements conflict, then this operation returns an error and the deployment fails. For example, this occurs if component <code>A</code> requires version <code>>2.0.0</code> and component <code>B</code> requires version <code><2.0.0</code> of a component dependency.</p> <p>When you specify the component candidates to resolve, IoT Greengrass compares each component's digest from the core device with the component's digest in the Amazon Web Services Cloud. If the digests don't match, then IoT Greengrass specifies to use the version from the Amazon Web Services Cloud.</p> <important> <p>To use this operation, you must use the data plane API endpoint and authenticate with an IoT device certificate. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/greengrass.html\">IoT Greengrass endpoints and quotas</a>.</p> </important>", 26 "TagResource": "<p>Adds tags to an IoT Greengrass resource. If a tag already exists for the resource, this operation updates the tag's value.</p>", 27 "UntagResource": "<p>Removes a tag from an IoT Greengrass resource.</p>" 28 }, 29 "shapes": { 30 "AccessDeniedException": { 31 "base": "<p>You don't have permission to perform the action.</p>", 32 "refs": { 33 } 34 }, 35 "AssociateClientDeviceWithCoreDeviceEntry": { 36 "base": "<p>Contains a request to associate a client device with a core device. The <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchAssociateClientDeviceWithCoreDevice.html\">BatchAssociateClientDeviceWithCoreDevice</a> operation consumes a list of these requests.</p>", 37 "refs": { 38 "AssociateClientDeviceWithCoreDeviceEntryList$member": null 39 } 40 }, 41 "AssociateClientDeviceWithCoreDeviceEntryList": { 42 "base": null, 43 "refs": { 44 "BatchAssociateClientDeviceWithCoreDeviceRequest$entries": "<p>The list of client devices to associate.</p>" 45 } 46 }, 47 "AssociateClientDeviceWithCoreDeviceErrorEntry": { 48 "base": "<p>Contains an error that occurs from a request to associate a client device with a core device. The <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchAssociateClientDeviceWithCoreDevice.html\">BatchAssociateClientDeviceWithCoreDevice</a> operation returns a list of these errors.</p>", 49 "refs": { 50 "AssociateClientDeviceWithCoreDeviceErrorList$member": null 51 } 52 }, 53 "AssociateClientDeviceWithCoreDeviceErrorList": { 54 "base": null, 55 "refs": { 56 "BatchAssociateClientDeviceWithCoreDeviceResponse$errorEntries": "<p>The list of any errors for the entries in the request. Each error entry contains the name of the IoT thing that failed to associate.</p>" 57 } 58 }, 59 "AssociatedClientDevice": { 60 "base": "<p>Contains information about a client device that is associated to a core device for cloud discovery.</p>", 61 "refs": { 62 "AssociatedClientDeviceList$member": null 63 } 64 }, 65 "AssociatedClientDeviceList": { 66 "base": null, 67 "refs": { 68 "ListClientDevicesAssociatedWithCoreDeviceResponse$associatedClientDevices": "<p>A list that describes the client devices that are associated with the core device.</p>" 69 } 70 }, 71 "BatchAssociateClientDeviceWithCoreDeviceRequest": { 72 "base": null, 73 "refs": { 74 } 75 }, 76 "BatchAssociateClientDeviceWithCoreDeviceResponse": { 77 "base": null, 78 "refs": { 79 } 80 }, 81 "BatchDisassociateClientDeviceFromCoreDeviceRequest": { 82 "base": null, 83 "refs": { 84 } 85 }, 86 "BatchDisassociateClientDeviceFromCoreDeviceResponse": { 87 "base": null, 88 "refs": { 89 } 90 }, 91 "CPU": { 92 "base": null, 93 "refs": { 94 "SystemResourceLimits$cpus": "<p>The maximum amount of CPU time that a component's processes can use on the core device. A core device's total CPU time is equivalent to the device's number of CPU cores. For example, on a core device with 4 CPU cores, you can set this value to <code>2</code> to limit the component's processes to 50 percent usage of each CPU core. On a device with 1 CPU core, you can set this value to <code>0.25</code> to limit the component's processes to 25 percent usage of the CPU. If you set this value to a number greater than the number of CPU cores, the IoT Greengrass Core software doesn't limit the component's CPU usage.</p>" 95 } 96 }, 97 "CancelDeploymentRequest": { 98 "base": null, 99 "refs": { 100 } 101 }, 102 "CancelDeploymentResponse": { 103 "base": null, 104 "refs": { 105 } 106 }, 107 "ClientTokenString": { 108 "base": null, 109 "refs": { 110 "CreateComponentVersionRequest$clientToken": "<p>A unique, case-sensitive identifier that you can provide to ensure that the request is idempotent. Idempotency means that the request is successfully processed only once, even if you send the request multiple times. When a request succeeds, and you specify the same client token for subsequent successful requests, the IoT Greengrass V2 service returns the successful response that it caches from the previous request. IoT Greengrass V2 caches successful responses for idempotent requests for up to 8 hours.</p>", 111 "CreateDeploymentRequest$clientToken": "<p>A unique, case-sensitive identifier that you can provide to ensure that the request is idempotent. Idempotency means that the request is successfully processed only once, even if you send the request multiple times. When a request succeeds, and you specify the same client token for subsequent successful requests, the IoT Greengrass V2 service returns the successful response that it caches from the previous request. IoT Greengrass V2 caches successful responses for idempotent requests for up to 8 hours.</p>" 112 } 113 }, 114 "CloudComponentState": { 115 "base": null, 116 "refs": { 117 "CloudComponentStatus$componentState": "<p>The state of the component.</p>" 118 } 119 }, 120 "CloudComponentStatus": { 121 "base": "<p>Contains the status of a component in the IoT Greengrass service.</p>", 122 "refs": { 123 "CreateComponentVersionResponse$status": "<p>The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.</p>", 124 "DescribeComponentResponse$status": "<p>The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.</p>" 125 } 126 }, 127 "Component": { 128 "base": "<p>Contains information about a component.</p>", 129 "refs": { 130 "ComponentList$member": null 131 } 132 }, 133 "ComponentARN": { 134 "base": null, 135 "refs": { 136 "Component$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 137 "ListComponentVersionsRequest$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>" 138 } 139 }, 140 "ComponentCandidate": { 141 "base": "<p>Contains information about a component that is a candidate to deploy to a Greengrass core device.</p>", 142 "refs": { 143 "ComponentCandidateList$member": null 144 } 145 }, 146 "ComponentCandidateList": { 147 "base": null, 148 "refs": { 149 "ResolveComponentCandidatesRequest$componentCandidates": "<p>The list of components to resolve.</p>" 150 } 151 }, 152 "ComponentConfigurationPath": { 153 "base": null, 154 "refs": { 155 "ComponentConfigurationPathList$member": null 156 } 157 }, 158 "ComponentConfigurationPathList": { 159 "base": null, 160 "refs": { 161 "ComponentConfigurationUpdate$reset": "<p>The list of configuration nodes to reset to default values on target devices. Use JSON pointers to specify each node to reset. JSON pointers start with a forward slash (<code>/</code>) and use forward slashes to separate the key for each level in the object. For more information, see the <a href=\"https://tools.ietf.org/html/rfc6901\">JSON pointer specification</a> and <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html#reset-configuration-update\">Reset configuration updates</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 162 } 163 }, 164 "ComponentConfigurationString": { 165 "base": null, 166 "refs": { 167 "ComponentConfigurationUpdate$merge": "<p>A serialized JSON string that contains the configuration object to merge to target devices. The core device merges this configuration with the component's existing configuration. If this is the first time a component deploys on a device, the core device merges this configuration with the component's default configuration. This means that the core device keeps it's existing configuration for keys and values that you don't specify in this object. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html#merge-configuration-update\">Merge configuration updates</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 168 } 169 }, 170 "ComponentConfigurationUpdate": { 171 "base": "<p>Contains information about a deployment's update to a component's configuration on Greengrass core devices. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html\">Update component configurations</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 172 "refs": { 173 "ComponentDeploymentSpecification$configurationUpdate": "<p>The configuration updates to deploy for the component. You can define <i>reset</i> updates and <i>merge</i> updates. A reset updates the keys that you specify to the default configuration for the component. A merge updates the core device's component configuration with the keys and values that you specify. The IoT Greengrass Core software applies reset updates before it applies merge updates. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html\">Update component configurations</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 174 } 175 }, 176 "ComponentDependencyMap": { 177 "base": null, 178 "refs": { 179 "LambdaFunctionRecipeSource$componentDependencies": "<p>The component versions on which this Lambda function component depends.</p>" 180 } 181 }, 182 "ComponentDependencyRequirement": { 183 "base": "<p>Contains information about a component dependency for a Lambda function component.</p>", 184 "refs": { 185 "ComponentDependencyMap$value": null 186 } 187 }, 188 "ComponentDependencyType": { 189 "base": null, 190 "refs": { 191 "ComponentDependencyRequirement$dependencyType": "<p>The type of this dependency. Choose from the following options:</p> <ul> <li> <p> <code>SOFT</code> – The component doesn't restart if the dependency changes state.</p> </li> <li> <p> <code>HARD</code> – The component restarts if the dependency changes state.</p> </li> </ul> <p>Default: <code>HARD</code> </p>" 192 } 193 }, 194 "ComponentDeploymentSpecification": { 195 "base": "<p>Contains information about a component to deploy.</p>", 196 "refs": { 197 "ComponentDeploymentSpecifications$value": null 198 } 199 }, 200 "ComponentDeploymentSpecifications": { 201 "base": null, 202 "refs": { 203 "CreateDeploymentRequest$components": "<p>The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.</p>", 204 "GetDeploymentResponse$components": "<p>The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.</p>" 205 } 206 }, 207 "ComponentLatestVersion": { 208 "base": "<p>Contains information about the latest version of a component.</p>", 209 "refs": { 210 "Component$latestVersion": "<p>The latest version of the component and its details.</p>" 211 } 212 }, 213 "ComponentList": { 214 "base": null, 215 "refs": { 216 "ListComponentsResponse$components": "<p>A list that summarizes each component.</p>" 217 } 218 }, 219 "ComponentNameString": { 220 "base": null, 221 "refs": { 222 "Component$componentName": "<p>The name of the component.</p>", 223 "ComponentCandidate$componentName": "<p>The name of the component.</p>", 224 "ComponentVersionListItem$componentName": "<p>The name of the component.</p>", 225 "CreateComponentVersionResponse$componentName": "<p>The name of the component.</p>", 226 "DescribeComponentResponse$componentName": "<p>The name of the component.</p>", 227 "InstalledComponent$componentName": "<p>The name of the component.</p>", 228 "LambdaFunctionRecipeSource$componentName": "<p>The name of the component.</p> <p>Defaults to the name of the Lambda function.</p>", 229 "ResolvedComponentVersion$componentName": "<p>The name of the component.</p>" 230 } 231 }, 232 "ComponentPlatform": { 233 "base": "<p>Contains information about a platform that a component supports.</p>", 234 "refs": { 235 "ComponentPlatformList$member": null, 236 "ResolveComponentCandidatesRequest$platform": "<p>The platform to use to resolve compatible components.</p>" 237 } 238 }, 239 "ComponentPlatformList": { 240 "base": null, 241 "refs": { 242 "ComponentLatestVersion$platforms": "<p>The platforms that the component version supports.</p>", 243 "DescribeComponentResponse$platforms": "<p>The platforms that the component version supports.</p>", 244 "LambdaFunctionRecipeSource$componentPlatforms": "<p>The platforms that the component version supports.</p>" 245 } 246 }, 247 "ComponentRunWith": { 248 "base": "<p>Contains information system user and group that the IoT Greengrass Core software uses to run component processes on the core device. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-user\">Configure the user and group that run components</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 249 "refs": { 250 "ComponentDeploymentSpecification$runWith": "<p>The system user and group that the IoT Greengrass Core software uses to run component processes on the core device. If you omit this parameter, the IoT Greengrass Core software uses the system user and group that you configure for the core device. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-user\">Configure the user and group that run components</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 251 } 252 }, 253 "ComponentVersionARN": { 254 "base": null, 255 "refs": { 256 "ComponentLatestVersion$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 257 "CreateComponentVersionResponse$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 258 "DeleteComponentRequest$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 259 "DescribeComponentRequest$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 260 "DescribeComponentResponse$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 261 "GetComponentRequest$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 262 "GetComponentVersionArtifactRequest$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version. Specify the ARN of a public component version.</p>", 263 "ResolvedComponentVersion$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>" 264 } 265 }, 266 "ComponentVersionList": { 267 "base": null, 268 "refs": { 269 "ListComponentVersionsResponse$componentVersions": "<p>A list of versions that exist for the component.</p>" 270 } 271 }, 272 "ComponentVersionListItem": { 273 "base": "<p>Contains information about a component version in a list.</p>", 274 "refs": { 275 "ComponentVersionList$member": null 276 } 277 }, 278 "ComponentVersionRequirementMap": { 279 "base": null, 280 "refs": { 281 "ComponentCandidate$versionRequirements": "<p>The version requirements for the component's dependencies. Greengrass core devices get the version requirements from component recipes.</p> <p>IoT Greengrass V2 uses semantic version constraints. For more information, see <a href=\"https://semver.org/\">Semantic Versioning</a>.</p>" 282 } 283 }, 284 "ComponentVersionString": { 285 "base": null, 286 "refs": { 287 "ComponentCandidate$componentVersion": "<p>The version of the component.</p>", 288 "ComponentDeploymentSpecification$componentVersion": "<p>The version of the component.</p>", 289 "ComponentLatestVersion$componentVersion": "<p>The version of the component.</p>", 290 "ComponentVersionListItem$componentVersion": "<p>The version of the component.</p>", 291 "CreateComponentVersionResponse$componentVersion": "<p>The version of the component.</p>", 292 "DescribeComponentResponse$componentVersion": "<p>The version of the component.</p>", 293 "InstalledComponent$componentVersion": "<p>The version of the component.</p>", 294 "LambdaFunctionRecipeSource$componentVersion": "<p>The version of the component.</p> <p>Defaults to the version of the Lambda function as a semantic version. For example, if your function version is <code>3</code>, the component version becomes <code>3.0.0</code>.</p>", 295 "ResolvedComponentVersion$componentVersion": "<p>The version of the component.</p>" 296 } 297 }, 298 "ComponentVisibilityScope": { 299 "base": null, 300 "refs": { 301 "ListComponentsRequest$scope": "<p>The scope of the components to list.</p> <p>Default: <code>PRIVATE</code> </p>" 302 } 303 }, 304 "ConflictException": { 305 "base": "<p>Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.</p>", 306 "refs": { 307 } 308 }, 309 "CoreDevice": { 310 "base": "<p>Contains information about a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.</p>", 311 "refs": { 312 "CoreDevicesList$member": null 313 } 314 }, 315 "CoreDeviceArchitectureString": { 316 "base": null, 317 "refs": { 318 "GetCoreDeviceResponse$architecture": "<p>The computer architecture of the core device.</p>" 319 } 320 }, 321 "CoreDevicePlatformString": { 322 "base": null, 323 "refs": { 324 "GetCoreDeviceResponse$platform": "<p>The operating system platform that the core device runs.</p>" 325 } 326 }, 327 "CoreDeviceStatus": { 328 "base": null, 329 "refs": { 330 "CoreDevice$status": "<p>The status of the core device. Core devices can have the following statuses:</p> <ul> <li> <p> <code>HEALTHY</code> – The IoT Greengrass Core software and all components run on the core device without issue.</p> </li> <li> <p> <code>UNHEALTHY</code> – The IoT Greengrass Core software or a component is in a failed state on the core device.</p> </li> </ul>", 331 "GetCoreDeviceResponse$status": "<p>The status of the core device. The core device status can be:</p> <ul> <li> <p> <code>HEALTHY</code> – The IoT Greengrass Core software and all components run on the core device without issue.</p> </li> <li> <p> <code>UNHEALTHY</code> – The IoT Greengrass Core software or a component is in a failed state on the core device.</p> </li> </ul>", 332 "ListCoreDevicesRequest$status": "<p>The core device status by which to filter. If you specify this parameter, the list includes only core devices that have this status. Choose one of the following options:</p> <ul> <li> <p> <code>HEALTHY</code> – The IoT Greengrass Core software and all components run on the core device without issue.</p> </li> <li> <p> <code>UNHEALTHY</code> – The IoT Greengrass Core software or a component is in a failed state on the core device.</p> </li> </ul>" 333 } 334 }, 335 "CoreDeviceThingName": { 336 "base": null, 337 "refs": { 338 "CoreDevice$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 339 "DeleteCoreDeviceRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 340 "GetCoreDeviceRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 341 "GetCoreDeviceResponse$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 342 "ListEffectiveDeploymentsRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 343 "ListInstalledComponentsRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>" 344 } 345 }, 346 "CoreDevicesList": { 347 "base": null, 348 "refs": { 349 "ListCoreDevicesResponse$coreDevices": "<p>A list that summarizes each core device.</p>" 350 } 351 }, 352 "CreateComponentVersionRequest": { 353 "base": null, 354 "refs": { 355 } 356 }, 357 "CreateComponentVersionResponse": { 358 "base": null, 359 "refs": { 360 } 361 }, 362 "CreateDeploymentRequest": { 363 "base": null, 364 "refs": { 365 } 366 }, 367 "CreateDeploymentResponse": { 368 "base": null, 369 "refs": { 370 } 371 }, 372 "DefaultMaxResults": { 373 "base": null, 374 "refs": { 375 "ListClientDevicesAssociatedWithCoreDeviceRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 376 "ListComponentVersionsRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 377 "ListComponentsRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 378 "ListCoreDevicesRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 379 "ListDeploymentsRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 380 "ListEffectiveDeploymentsRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>", 381 "ListInstalledComponentsRequest$maxResults": "<p>The maximum number of results to be returned per paginated request.</p>" 382 } 383 }, 384 "DeleteComponentRequest": { 385 "base": null, 386 "refs": { 387 } 388 }, 389 "DeleteCoreDeviceRequest": { 390 "base": null, 391 "refs": { 392 } 393 }, 394 "Deployment": { 395 "base": "<p>Contains information about a deployment.</p>", 396 "refs": { 397 "DeploymentList$member": null 398 } 399 }, 400 "DeploymentComponentUpdatePolicy": { 401 "base": "<p>Contains information about a deployment's policy that defines when components are safe to update.</p> <p>Each component on a device can report whether or not it's ready to update. After a component and its dependencies are ready, they can apply the update in the deployment. You can configure whether or not the deployment notifies components of an update and waits for a response. You specify the amount of time each component has to respond to the update notification.</p>", 402 "refs": { 403 "DeploymentPolicies$componentUpdatePolicy": "<p>The component update policy for the configuration deployment. This policy defines when it's safe to deploy the configuration to devices.</p>" 404 } 405 }, 406 "DeploymentComponentUpdatePolicyAction": { 407 "base": null, 408 "refs": { 409 "DeploymentComponentUpdatePolicy$action": "<p>Whether or not to notify components and wait for components to become safe to update. Choose from the following options:</p> <ul> <li> <p> <code>NOTIFY_COMPONENTS</code> – The deployment notifies each component before it stops and updates that component. Components can use the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetocomponentupdates\">SubscribeToComponentUpdates</a> IPC operation to receive these notifications. Then, components can respond with the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-defercomponentupdate\">DeferComponentUpdate</a> IPC operation. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html\">Create deployments</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p> </li> <li> <p> <code>SKIP_NOTIFY_COMPONENTS</code> – The deployment doesn't notify components or wait for them to be safe to update.</p> </li> </ul> <p>Default: <code>NOTIFY_COMPONENTS</code> </p>" 410 } 411 }, 412 "DeploymentConfigurationValidationPolicy": { 413 "base": "<p>Contains information about how long a component on a core device can validate its configuration updates before it times out. Components can use the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetovalidateconfigurationupdates\">SubscribeToValidateConfigurationUpdates</a> IPC operation to receive notifications when a deployment specifies a configuration update. Then, components can respond with the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-sendconfigurationvalidityreport\">SendConfigurationValidityReport</a> IPC operation. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html\">Create deployments</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 414 "refs": { 415 "DeploymentPolicies$configurationValidationPolicy": "<p>The configuration validation policy for the configuration deployment. This policy defines how long each component has to validate its configure updates.</p>" 416 } 417 }, 418 "DeploymentFailureHandlingPolicy": { 419 "base": null, 420 "refs": { 421 "DeploymentPolicies$failureHandlingPolicy": "<p>The failure handling policy for the configuration deployment. This policy defines what to do if the deployment fails.</p> <p>Default: <code>ROLLBACK</code> </p>" 422 } 423 }, 424 "DeploymentHistoryFilter": { 425 "base": null, 426 "refs": { 427 "ListDeploymentsRequest$historyFilter": "<p>The filter for the list of deployments. Choose one of the following options:</p> <ul> <li> <p> <code>ALL</code> – The list includes all deployments.</p> </li> <li> <p> <code>LATEST_ONLY</code> – The list includes only the latest revision of each deployment.</p> </li> </ul> <p>Default: <code>LATEST_ONLY</code> </p>" 428 } 429 }, 430 "DeploymentID": { 431 "base": null, 432 "refs": { 433 "EffectiveDeployment$deploymentId": "<p>The ID of the deployment.</p>" 434 } 435 }, 436 "DeploymentIoTJobConfiguration": { 437 "base": "<p>Contains information about an IoT job configuration.</p>", 438 "refs": { 439 "CreateDeploymentRequest$iotJobConfiguration": "<p>The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.</p>", 440 "GetDeploymentResponse$iotJobConfiguration": "<p>The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.</p>" 441 } 442 }, 443 "DeploymentList": { 444 "base": null, 445 "refs": { 446 "ListDeploymentsResponse$deployments": "<p>A list that summarizes each deployment.</p>" 447 } 448 }, 449 "DeploymentName": { 450 "base": null, 451 "refs": { 452 "EffectiveDeployment$deploymentName": "<p>The name of the deployment.</p>" 453 } 454 }, 455 "DeploymentPolicies": { 456 "base": "<p>Contains information about policies that define how a deployment updates components and handles failure.</p>", 457 "refs": { 458 "CreateDeploymentRequest$deploymentPolicies": "<p>The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.</p>", 459 "GetDeploymentResponse$deploymentPolicies": "<p>The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.</p>" 460 } 461 }, 462 "DeploymentStatus": { 463 "base": null, 464 "refs": { 465 "Deployment$deploymentStatus": "<p>The status of the deployment.</p>", 466 "GetDeploymentResponse$deploymentStatus": "<p>The status of the deployment.</p>" 467 } 468 }, 469 "DescribeComponentRequest": { 470 "base": null, 471 "refs": { 472 } 473 }, 474 "DescribeComponentResponse": { 475 "base": null, 476 "refs": { 477 } 478 }, 479 "Description": { 480 "base": null, 481 "refs": { 482 "EffectiveDeployment$description": "<p>The description of the deployment job.</p>" 483 } 484 }, 485 "DescriptionString": { 486 "base": null, 487 "refs": { 488 "DescribeComponentResponse$description": "<p>The description of the component version.</p>" 489 } 490 }, 491 "DisassociateClientDeviceFromCoreDeviceEntry": { 492 "base": "<p>Contains a request to disassociate a client device from a core device. The <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchDisassociateClientDeviceWithCoreDevice.html\">BatchDisassociateClientDeviceWithCoreDevice</a> operation consumes a list of these requests.</p>", 493 "refs": { 494 "DisassociateClientDeviceFromCoreDeviceEntryList$member": null 495 } 496 }, 497 "DisassociateClientDeviceFromCoreDeviceEntryList": { 498 "base": null, 499 "refs": { 500 "BatchDisassociateClientDeviceFromCoreDeviceRequest$entries": "<p>The list of client devices to disassociate.</p>" 501 } 502 }, 503 "DisassociateClientDeviceFromCoreDeviceErrorEntry": { 504 "base": "<p>Contains an error that occurs from a request to disassociate a client device from a core device. The <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchDisassociateClientDeviceWithCoreDevice.html\">BatchDisassociateClientDeviceWithCoreDevice</a> operation returns a list of these errors.</p>", 505 "refs": { 506 "DisassociateClientDeviceFromCoreDeviceErrorList$member": null 507 } 508 }, 509 "DisassociateClientDeviceFromCoreDeviceErrorList": { 510 "base": null, 511 "refs": { 512 "BatchDisassociateClientDeviceFromCoreDeviceResponse$errorEntries": "<p>The list of errors (if any) for the entries in the request. Each error entry contains the name of the IoT thing that failed to disassociate.</p>" 513 } 514 }, 515 "EffectiveDeployment": { 516 "base": "<p>Contains information about a deployment job that IoT Greengrass sends to a Greengrass core device.</p>", 517 "refs": { 518 "EffectiveDeploymentsList$member": null 519 } 520 }, 521 "EffectiveDeploymentExecutionStatus": { 522 "base": null, 523 "refs": { 524 "EffectiveDeployment$coreDeviceExecutionStatus": "<p>The status of the deployment job on the Greengrass core device.</p>" 525 } 526 }, 527 "EffectiveDeploymentsList": { 528 "base": null, 529 "refs": { 530 "ListEffectiveDeploymentsResponse$effectiveDeployments": "<p>A list that summarizes each deployment on the core device.</p>" 531 } 532 }, 533 "FileSystemPath": { 534 "base": null, 535 "refs": { 536 "LambdaDeviceMount$path": "<p>The mount path for the device in the file system.</p>", 537 "LambdaVolumeMount$sourcePath": "<p>The path to the physical volume in the file system.</p>", 538 "LambdaVolumeMount$destinationPath": "<p>The path to the logical volume in the file system.</p>" 539 } 540 }, 541 "GGCVersion": { 542 "base": null, 543 "refs": { 544 "GetCoreDeviceResponse$coreVersion": "<p>The version of the IoT Greengrass Core software that the core device runs. This version is equivalent to the version of the Greengrass nucleus component that runs on the core device. For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html\">Greengrass nucleus component</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 545 } 546 }, 547 "GenericV2ARN": { 548 "base": null, 549 "refs": { 550 "ListTagsForResourceRequest$resourceArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the resource.</p>", 551 "TagResourceRequest$resourceArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the resource to tag.</p>", 552 "UntagResourceRequest$resourceArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the resource to untag.</p>" 553 } 554 }, 555 "GetComponentRequest": { 556 "base": null, 557 "refs": { 558 } 559 }, 560 "GetComponentResponse": { 561 "base": null, 562 "refs": { 563 } 564 }, 565 "GetComponentVersionArtifactRequest": { 566 "base": null, 567 "refs": { 568 } 569 }, 570 "GetComponentVersionArtifactResponse": { 571 "base": null, 572 "refs": { 573 } 574 }, 575 "GetCoreDeviceRequest": { 576 "base": null, 577 "refs": { 578 } 579 }, 580 "GetCoreDeviceResponse": { 581 "base": null, 582 "refs": { 583 } 584 }, 585 "GetDeploymentRequest": { 586 "base": null, 587 "refs": { 588 } 589 }, 590 "GetDeploymentResponse": { 591 "base": null, 592 "refs": { 593 } 594 }, 595 "InstalledComponent": { 596 "base": "<p>Contains information about a component on a Greengrass core device.</p>", 597 "refs": { 598 "InstalledComponentList$member": null 599 } 600 }, 601 "InstalledComponentLifecycleState": { 602 "base": null, 603 "refs": { 604 "InstalledComponent$lifecycleState": "<p>The lifecycle state of the component.</p>" 605 } 606 }, 607 "InstalledComponentList": { 608 "base": null, 609 "refs": { 610 "ListInstalledComponentsResponse$installedComponents": "<p>A list that summarizes each component on the core device.</p>" 611 } 612 }, 613 "InternalServerException": { 614 "base": "<p>IoT Greengrass can't process your request right now. Try again later.</p>", 615 "refs": { 616 } 617 }, 618 "IoTJobARN": { 619 "base": null, 620 "refs": { 621 "CreateDeploymentResponse$iotJobArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT job that applies the deployment to target devices.</p>", 622 "EffectiveDeployment$iotJobArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT job that applies the deployment to target devices.</p>", 623 "GetDeploymentResponse$iotJobArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT job that applies the deployment to target devices.</p>" 624 } 625 }, 626 "IoTJobAbortAction": { 627 "base": null, 628 "refs": { 629 "IoTJobAbortCriteria$action": "<p>The action to perform when the criteria are met.</p>" 630 } 631 }, 632 "IoTJobAbortConfig": { 633 "base": "<p>Contains a list of criteria that define when and how to cancel a configuration deployment.</p>", 634 "refs": { 635 "DeploymentIoTJobConfiguration$abortConfig": "<p>The stop configuration for the job. This configuration defines when and how to stop a job rollout.</p>" 636 } 637 }, 638 "IoTJobAbortCriteria": { 639 "base": "<p>Contains criteria that define when and how to cancel a job.</p> <p>The deployment stops if the following conditions are true:</p> <ol> <li> <p>The number of things that receive the deployment exceeds the <code>minNumberOfExecutedThings</code>.</p> </li> <li> <p>The percentage of failures with type <code>failureType</code> exceeds the <code>thresholdPercentage</code>.</p> </li> </ol>", 640 "refs": { 641 "IoTJobAbortCriteriaList$member": null 642 } 643 }, 644 "IoTJobAbortCriteriaList": { 645 "base": null, 646 "refs": { 647 "IoTJobAbortConfig$criteriaList": "<p>The list of criteria that define when and how to cancel the configuration deployment.</p>" 648 } 649 }, 650 "IoTJobAbortThresholdPercentage": { 651 "base": null, 652 "refs": { 653 "IoTJobAbortCriteria$thresholdPercentage": "<p>The minimum percentage of <code>failureType</code> failures that occur before the job can cancel.</p> <p>This parameter supports up to two digits after the decimal (for example, you can specify <code>10.9</code> or <code>10.99</code>, but not <code>10.999</code>).</p>" 654 } 655 }, 656 "IoTJobExecutionFailureType": { 657 "base": null, 658 "refs": { 659 "IoTJobAbortCriteria$failureType": "<p>The type of job deployment failure that can cancel a job.</p>" 660 } 661 }, 662 "IoTJobExecutionsRolloutConfig": { 663 "base": "<p>Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.</p>", 664 "refs": { 665 "DeploymentIoTJobConfiguration$jobExecutionsRolloutConfig": "<p>The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.</p>" 666 } 667 }, 668 "IoTJobExponentialRolloutRate": { 669 "base": "<p>Contains information about an exponential rollout rate for a configuration deployment job.</p>", 670 "refs": { 671 "IoTJobExecutionsRolloutConfig$exponentialRate": "<p>The exponential rate to increase the job rollout rate.</p>" 672 } 673 }, 674 "IoTJobId": { 675 "base": null, 676 "refs": { 677 "EffectiveDeployment$iotJobId": "<p>The ID of the IoT job that applies the deployment to target devices.</p>" 678 } 679 }, 680 "IoTJobInProgressTimeoutInMinutes": { 681 "base": null, 682 "refs": { 683 "IoTJobTimeoutConfig$inProgressTimeoutInMinutes": "<p>The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is set to <code>IN_PROGRESS</code>. If the job status doesn't change to a terminal state before the time expires, then the job status is set to <code>TIMED_OUT</code>.</p> <p>The timeout interval must be between 1 minute and 7 days (10080 minutes).</p>" 684 } 685 }, 686 "IoTJobMaxExecutionsPerMin": { 687 "base": null, 688 "refs": { 689 "IoTJobExecutionsRolloutConfig$maximumPerMinute": "<p>The maximum number of devices that receive a pending job notification, per minute.</p>" 690 } 691 }, 692 "IoTJobMinimumNumberOfExecutedThings": { 693 "base": null, 694 "refs": { 695 "IoTJobAbortCriteria$minNumberOfExecutedThings": "<p>The minimum number of things that receive the configuration before the job can cancel.</p>" 696 } 697 }, 698 "IoTJobNumberOfThings": { 699 "base": null, 700 "refs": { 701 "IoTJobRateIncreaseCriteria$numberOfNotifiedThings": "<p>The number of devices to receive the job notification before the rollout rate increases.</p>", 702 "IoTJobRateIncreaseCriteria$numberOfSucceededThings": "<p>The number of devices to successfully run the configuration job before the rollout rate increases.</p>" 703 } 704 }, 705 "IoTJobRateIncreaseCriteria": { 706 "base": "<p>Contains information about criteria to meet before a job increases its rollout rate. Specify either <code>numberOfNotifiedThings</code> or <code>numberOfSucceededThings</code>.</p>", 707 "refs": { 708 "IoTJobExponentialRolloutRate$rateIncreaseCriteria": "<p>The criteria to increase the rollout rate for the job.</p>" 709 } 710 }, 711 "IoTJobRolloutBaseRatePerMinute": { 712 "base": null, 713 "refs": { 714 "IoTJobExponentialRolloutRate$baseRatePerMinute": "<p>The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.</p>" 715 } 716 }, 717 "IoTJobRolloutIncrementFactor": { 718 "base": null, 719 "refs": { 720 "IoTJobExponentialRolloutRate$incrementFactor": "<p>The exponential factor to increase the rollout rate for the job.</p> <p>This parameter supports up to one digit after the decimal (for example, you can specify <code>1.5</code>, but not <code>1.55</code>).</p>" 721 } 722 }, 723 "IoTJobTimeoutConfig": { 724 "base": "<p>Contains information about the timeout configuration for a job.</p>", 725 "refs": { 726 "DeploymentIoTJobConfiguration$timeoutConfig": "<p>The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.</p>" 727 } 728 }, 729 "IoTThingName": { 730 "base": null, 731 "refs": { 732 "AssociateClientDeviceWithCoreDeviceEntry$thingName": "<p>The name of the IoT thing that represents the client device to associate.</p>", 733 "AssociateClientDeviceWithCoreDeviceErrorEntry$thingName": "<p>The name of the IoT thing whose associate request failed.</p>", 734 "AssociatedClientDevice$thingName": "<p>The name of the IoT thing that represents the associated client device.</p>", 735 "BatchAssociateClientDeviceWithCoreDeviceRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 736 "BatchDisassociateClientDeviceFromCoreDeviceRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>", 737 "DisassociateClientDeviceFromCoreDeviceEntry$thingName": "<p>The name of the IoT thing that represents the client device to disassociate.</p>", 738 "DisassociateClientDeviceFromCoreDeviceErrorEntry$thingName": "<p>The name of the IoT thing whose disassociate request failed.</p>", 739 "ListClientDevicesAssociatedWithCoreDeviceRequest$coreDeviceThingName": "<p>The name of the core device. This is also the name of the IoT thing.</p>" 740 } 741 }, 742 "IsLatestForTarget": { 743 "base": null, 744 "refs": { 745 "Deployment$isLatestForTarget": "<p>Whether or not the deployment is the latest revision for its target.</p>", 746 "GetDeploymentResponse$isLatestForTarget": "<p>Whether or not the deployment is the latest revision for its target.</p>" 747 } 748 }, 749 "IsRoot": { 750 "base": null, 751 "refs": { 752 "InstalledComponent$isRoot": "<p>Whether or not the component is a root component.</p>" 753 } 754 }, 755 "LambdaContainerParams": { 756 "base": "<p>Contains information about a container in which Lambda functions run on Greengrass core devices.</p>", 757 "refs": { 758 "LambdaLinuxProcessParams$containerParams": "<p>The parameters for the container in which the Lambda function runs.</p>" 759 } 760 }, 761 "LambdaDeviceList": { 762 "base": null, 763 "refs": { 764 "LambdaContainerParams$devices": "<p>The list of system devices that the container can access.</p>" 765 } 766 }, 767 "LambdaDeviceMount": { 768 "base": "<p>Contains information about a device that Linux processes in a container can access.</p>", 769 "refs": { 770 "LambdaDeviceList$member": null 771 } 772 }, 773 "LambdaEnvironmentVariables": { 774 "base": null, 775 "refs": { 776 "LambdaExecutionParameters$environmentVariables": "<p>The map of environment variables that are available to the Lambda function when it runs.</p>" 777 } 778 }, 779 "LambdaEventSource": { 780 "base": "<p>Contains information about an event source for an Lambda function. The event source defines the topics on which this Lambda function subscribes to receive messages that run the function.</p>", 781 "refs": { 782 "LambdaEventSourceList$member": null 783 } 784 }, 785 "LambdaEventSourceList": { 786 "base": null, 787 "refs": { 788 "LambdaExecutionParameters$eventSources": "<p>The list of event sources to which to subscribe to receive work messages. The Lambda function runs when it receives a message from an event source. You can subscribe this function to local publish/subscribe messages and Amazon Web Services IoT Core MQTT messages.</p>" 789 } 790 }, 791 "LambdaEventSourceType": { 792 "base": null, 793 "refs": { 794 "LambdaEventSource$type": "<p>The type of event source. Choose from the following options:</p> <ul> <li> <p> <code>PUB_SUB</code> – Subscribe to local publish/subscribe messages. This event source type doesn't support MQTT wildcards (<code>+</code> and <code>#</code>) in the event source topic.</p> </li> <li> <p> <code>IOT_CORE</code> – Subscribe to Amazon Web Services IoT Core MQTT messages. This event source type supports MQTT wildcards (<code>+</code> and <code>#</code>) in the event source topic.</p> </li> </ul>" 795 } 796 }, 797 "LambdaExecArg": { 798 "base": null, 799 "refs": { 800 "LambdaExecArgsList$member": null 801 } 802 }, 803 "LambdaExecArgsList": { 804 "base": null, 805 "refs": { 806 "LambdaExecutionParameters$execArgs": "<p>The list of arguments to pass to the Lambda function when it runs.</p>" 807 } 808 }, 809 "LambdaExecutionParameters": { 810 "base": "<p>Contains parameters for a Lambda function that runs on IoT Greengrass.</p>", 811 "refs": { 812 "LambdaFunctionRecipeSource$componentLambdaParameters": "<p>The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.</p>" 813 } 814 }, 815 "LambdaFilesystemPermission": { 816 "base": null, 817 "refs": { 818 "LambdaDeviceMount$permission": "<p>The permission to access the device: read/only (<code>ro</code>) or read/write (<code>rw</code>).</p> <p>Default: <code>ro</code> </p>", 819 "LambdaVolumeMount$permission": "<p>The permission to access the volume: read/only (<code>ro</code>) or read/write (<code>rw</code>).</p> <p>Default: <code>ro</code> </p>" 820 } 821 }, 822 "LambdaFunctionARNWithVersionNumber": { 823 "base": null, 824 "refs": { 825 "LambdaFunctionRecipeSource$lambdaArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the Lambda function. The ARN must include the version of the function to import. You can't use version aliases like <code>$LATEST</code>.</p>" 826 } 827 }, 828 "LambdaFunctionRecipeSource": { 829 "base": "<p>Contains information about an Lambda function to import to create a component.</p>", 830 "refs": { 831 "CreateComponentVersionRequest$lambdaFunction": "<p>The parameters to create a component from a Lambda function.</p> <p>You must specify either <code>inlineRecipe</code> or <code>lambdaFunction</code>.</p>" 832 } 833 }, 834 "LambdaInputPayloadEncodingType": { 835 "base": null, 836 "refs": { 837 "LambdaExecutionParameters$inputPayloadEncodingType": "<p>The encoding type that the Lambda function supports.</p> <p>Default: <code>json</code> </p>" 838 } 839 }, 840 "LambdaIsolationMode": { 841 "base": null, 842 "refs": { 843 "LambdaLinuxProcessParams$isolationMode": "<p>The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container.</p> <p>Default: <code>GreengrassContainer</code> </p>" 844 } 845 }, 846 "LambdaLinuxProcessParams": { 847 "base": "<p>Contains parameters for a Linux process that contains an Lambda function.</p>", 848 "refs": { 849 "LambdaExecutionParameters$linuxProcessParams": "<p>The parameters for the Linux process that contains the Lambda function.</p>" 850 } 851 }, 852 "LambdaVolumeList": { 853 "base": null, 854 "refs": { 855 "LambdaContainerParams$volumes": "<p>The list of volumes that the container can access.</p>" 856 } 857 }, 858 "LambdaVolumeMount": { 859 "base": "<p>Contains information about a volume that Linux processes in a container can access. When you define a volume, the IoT Greengrass Core software mounts the source files to the destination inside the container.</p>", 860 "refs": { 861 "LambdaVolumeList$member": null 862 } 863 }, 864 "LifecycleStateDetails": { 865 "base": null, 866 "refs": { 867 "InstalledComponent$lifecycleStateDetails": "<p>The details about the lifecycle state of the component.</p>" 868 } 869 }, 870 "ListClientDevicesAssociatedWithCoreDeviceRequest": { 871 "base": null, 872 "refs": { 873 } 874 }, 875 "ListClientDevicesAssociatedWithCoreDeviceResponse": { 876 "base": null, 877 "refs": { 878 } 879 }, 880 "ListComponentVersionsRequest": { 881 "base": null, 882 "refs": { 883 } 884 }, 885 "ListComponentVersionsResponse": { 886 "base": null, 887 "refs": { 888 } 889 }, 890 "ListComponentsRequest": { 891 "base": null, 892 "refs": { 893 } 894 }, 895 "ListComponentsResponse": { 896 "base": null, 897 "refs": { 898 } 899 }, 900 "ListCoreDevicesRequest": { 901 "base": null, 902 "refs": { 903 } 904 }, 905 "ListCoreDevicesResponse": { 906 "base": null, 907 "refs": { 908 } 909 }, 910 "ListDeploymentsRequest": { 911 "base": null, 912 "refs": { 913 } 914 }, 915 "ListDeploymentsResponse": { 916 "base": null, 917 "refs": { 918 } 919 }, 920 "ListEffectiveDeploymentsRequest": { 921 "base": null, 922 "refs": { 923 } 924 }, 925 "ListEffectiveDeploymentsResponse": { 926 "base": null, 927 "refs": { 928 } 929 }, 930 "ListInstalledComponentsRequest": { 931 "base": null, 932 "refs": { 933 } 934 }, 935 "ListInstalledComponentsResponse": { 936 "base": null, 937 "refs": { 938 } 939 }, 940 "ListTagsForResourceRequest": { 941 "base": null, 942 "refs": { 943 } 944 }, 945 "ListTagsForResourceResponse": { 946 "base": null, 947 "refs": { 948 } 949 }, 950 "Memory": { 951 "base": null, 952 "refs": { 953 "SystemResourceLimits$memory": "<p>The maximum amount of RAM, expressed in kilobytes, that a component's processes can use on the core device.</p>" 954 } 955 }, 956 "NextTokenString": { 957 "base": null, 958 "refs": { 959 "ListClientDevicesAssociatedWithCoreDeviceRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 960 "ListClientDevicesAssociatedWithCoreDeviceResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 961 "ListComponentVersionsRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 962 "ListComponentVersionsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 963 "ListComponentsRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 964 "ListComponentsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 965 "ListCoreDevicesRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 966 "ListCoreDevicesResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 967 "ListDeploymentsRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 968 "ListDeploymentsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 969 "ListEffectiveDeploymentsRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 970 "ListEffectiveDeploymentsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>", 971 "ListInstalledComponentsRequest$nextToken": "<p>The token to be used for the next set of paginated results.</p>", 972 "ListInstalledComponentsResponse$nextToken": "<p>The token for the next set of results, or null if there are no additional results.</p>" 973 } 974 }, 975 "NonEmptyString": { 976 "base": null, 977 "refs": { 978 "AssociateClientDeviceWithCoreDeviceErrorEntry$code": "<p>The error code for the request.</p>", 979 "AssociateClientDeviceWithCoreDeviceErrorEntry$message": "<p>A message that provides additional information about the error.</p>", 980 "CancelDeploymentRequest$deploymentId": "<p>The ID of the deployment.</p>", 981 "CancelDeploymentResponse$message": "<p>A message that communicates if the cancel was successful.</p>", 982 "CloudComponentStatus$message": "<p>A message that communicates details, such as errors, about the status of the component.</p>", 983 "ComponentDependencyMap$key": null, 984 "ComponentDependencyRequirement$versionRequirement": "<p>The component version requirement for the component dependency.</p> <p>IoT Greengrass V2 uses semantic version constraints. For more information, see <a href=\"https://semver.org/\">Semantic Versioning</a>.</p>", 985 "ComponentDeploymentSpecifications$key": null, 986 "ComponentLatestVersion$description": "<p>The description of the component version.</p>", 987 "ComponentLatestVersion$publisher": "<p>The publisher of the component version.</p>", 988 "ComponentPlatform$name": "<p>The friendly name of the platform. This name helps you identify the platform.</p> <p>If you omit this parameter, IoT Greengrass creates a friendly name from the <code>os</code> and <code>architecture</code> of the platform.</p>", 989 "ComponentRunWith$posixUser": "<p>The POSIX system user and (optional) group to use to run this component. Specify the user and group separated by a colon (<code>:</code>) in the following format: <code>user:group</code>. The group is optional. If you don't specify a group, the IoT Greengrass Core software uses the primary user for the group.</p> <p>If you omit this parameter, the IoT Greengrass Core software uses the default system user and group that you configure on the Greengrass nucleus component. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-user\">Configure the user and group that run components</a>.</p>", 990 "ComponentVersionListItem$arn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the component version.</p>", 991 "ComponentVersionRequirementMap$key": null, 992 "ComponentVersionRequirementMap$value": null, 993 "CreateDeploymentRequest$deploymentName": "<p>The name of the deployment.</p>", 994 "CreateDeploymentResponse$deploymentId": "<p>The ID of the deployment.</p>", 995 "CreateDeploymentResponse$iotJobId": "<p>The ID of the IoT job that applies the deployment to target devices.</p>", 996 "Deployment$revisionId": "<p>The revision number of the deployment.</p>", 997 "Deployment$deploymentId": "<p>The ID of the deployment.</p>", 998 "Deployment$deploymentName": "<p>The name of the deployment.</p>", 999 "DisassociateClientDeviceFromCoreDeviceErrorEntry$code": "<p>The error code for the request.</p>", 1000 "DisassociateClientDeviceFromCoreDeviceErrorEntry$message": "<p>A message that provides additional information about the error.</p>", 1001 "GetComponentVersionArtifactRequest$artifactName": "<p>The name of the artifact.</p> <p>You can use the <a href=\"https://docs.aws.amazon.com/greengrass/v2/APIReference/API_GetComponent.html\">GetComponent</a> operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI <code>greengrass:SomeArtifact.zip</code>, the artifact name is <code>SomeArtifact.zip</code>.</p>", 1002 "GetComponentVersionArtifactResponse$preSignedUrl": "<p>The URL of the artifact.</p>", 1003 "GetDeploymentRequest$deploymentId": "<p>The ID of the deployment.</p>", 1004 "GetDeploymentResponse$revisionId": "<p>The revision number of the deployment.</p>", 1005 "GetDeploymentResponse$deploymentId": "<p>The ID of the deployment.</p>", 1006 "LambdaEnvironmentVariables$key": null, 1007 "PlatformAttributesMap$key": null, 1008 "PlatformAttributesMap$value": null, 1009 "StringMap$key": null, 1010 "StringMap$value": null 1011 } 1012 }, 1013 "NullableString": { 1014 "base": null, 1015 "refs": { 1016 "GetDeploymentResponse$deploymentName": "<p>The name of the deployment.</p>", 1017 "GetDeploymentResponse$iotJobId": "<p>The ID of the IoT job that applies the deployment to target devices.</p>" 1018 } 1019 }, 1020 "OptionalBoolean": { 1021 "base": null, 1022 "refs": { 1023 "LambdaContainerParams$mountROSysfs": "<p>Whether or not the container can read information from the device's <code>/sys</code> folder.</p> <p>Default: <code>false</code> </p>", 1024 "LambdaDeviceMount$addGroupOwner": "<p>Whether or not to add the component's system user as an owner of the device.</p> <p>Default: <code>false</code> </p>", 1025 "LambdaExecutionParameters$pinned": "<p>Whether or not the Lambda function is pinned, or long-lived.</p> <ul> <li> <p>A pinned Lambda function starts when IoT Greengrass starts and keeps running in its own container.</p> </li> <li> <p>A non-pinned Lambda function starts only when it receives a work item and exists after it idles for <code>maxIdleTimeInSeconds</code>. If the function has multiple work items, the IoT Greengrass Core software creates multiple instances of the function.</p> </li> </ul> <p>Default: <code>true</code> </p>", 1026 "LambdaVolumeMount$addGroupOwner": "<p>Whether or not to add the IoT Greengrass user group as an owner of the volume.</p> <p>Default: <code>false</code> </p>" 1027 } 1028 }, 1029 "OptionalInteger": { 1030 "base": null, 1031 "refs": { 1032 "DeploymentComponentUpdatePolicy$timeoutInSeconds": "<p>The amount of time in seconds that each component on a device has to report that it's safe to update. If the component waits for longer than this timeout, then the deployment proceeds on the device.</p> <p>Default: <code>60</code> </p>", 1033 "DeploymentConfigurationValidationPolicy$timeoutInSeconds": "<p>The amount of time in seconds that a component can validate its configuration updates. If the validation time exceeds this timeout, then the deployment proceeds for the device.</p> <p>Default: <code>30</code> </p>", 1034 "LambdaContainerParams$memorySizeInKB": "<p>The memory size of the container, expressed in kilobytes.</p> <p>Default: <code>16384</code> (16 MB)</p>", 1035 "LambdaExecutionParameters$maxQueueSize": "<p>The maximum size of the message queue for the Lambda function component. The IoT Greengrass core stores messages in a FIFO (first-in-first-out) queue until it can run the Lambda function to consume each message.</p>", 1036 "LambdaExecutionParameters$maxInstancesCount": "<p>The maximum number of instances that a non-pinned Lambda function can run at the same time.</p>", 1037 "LambdaExecutionParameters$maxIdleTimeInSeconds": "<p>The maximum amount of time in seconds that a non-pinned Lambda function can idle before the IoT Greengrass Core software stops its process.</p>", 1038 "LambdaExecutionParameters$timeoutInSeconds": "<p>The maximum amount of time in seconds that the Lambda function can process a work item.</p>", 1039 "LambdaExecutionParameters$statusTimeoutInSeconds": "<p>The interval in seconds at which a pinned (also known as long-lived) Lambda function component sends status updates to the Lambda manager component.</p>" 1040 } 1041 }, 1042 "PlatformAttributesMap": { 1043 "base": null, 1044 "refs": { 1045 "ComponentPlatform$attributes": "<p>A dictionary of attributes for the platform. The IoT Greengrass Core software defines the <code>os</code> and <code>platform</code> by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-nucleus-component.html\">Greengrass nucleus component</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 1046 } 1047 }, 1048 "PublisherString": { 1049 "base": null, 1050 "refs": { 1051 "DescribeComponentResponse$publisher": "<p>The publisher of the component version.</p>" 1052 } 1053 }, 1054 "Reason": { 1055 "base": null, 1056 "refs": { 1057 "EffectiveDeployment$reason": "<p>The reason code for the update, if the job was updated.</p>" 1058 } 1059 }, 1060 "RecipeBlob": { 1061 "base": null, 1062 "refs": { 1063 "CreateComponentVersionRequest$inlineRecipe": "<p>The recipe to use to create the component. The recipe defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform compatibility.</p> <p>You must specify either <code>inlineRecipe</code> or <code>lambdaFunction</code>.</p>", 1064 "GetComponentResponse$recipe": "<p>The recipe of the component version.</p>", 1065 "ResolvedComponentVersion$recipe": "<p>The recipe of the component version.</p>" 1066 } 1067 }, 1068 "RecipeOutputFormat": { 1069 "base": null, 1070 "refs": { 1071 "GetComponentRequest$recipeOutputFormat": "<p>The format of the recipe.</p>", 1072 "GetComponentResponse$recipeOutputFormat": "<p>The format of the recipe.</p>" 1073 } 1074 }, 1075 "RequestAlreadyInProgressException": { 1076 "base": "<p>The request is already in progress. This exception occurs when you use a client token for multiple requests while IoT Greengrass is still processing an earlier request that uses the same client token.</p>", 1077 "refs": { 1078 } 1079 }, 1080 "ResolveComponentCandidatesRequest": { 1081 "base": null, 1082 "refs": { 1083 } 1084 }, 1085 "ResolveComponentCandidatesResponse": { 1086 "base": null, 1087 "refs": { 1088 } 1089 }, 1090 "ResolvedComponentVersion": { 1091 "base": "<p>Contains information about a component version that is compatible to run on a Greengrass core device.</p>", 1092 "refs": { 1093 "ResolvedComponentVersionsList$member": null 1094 } 1095 }, 1096 "ResolvedComponentVersionsList": { 1097 "base": null, 1098 "refs": { 1099 "ResolveComponentCandidatesResponse$resolvedComponentVersions": "<p>A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.</p>" 1100 } 1101 }, 1102 "ResourceNotFoundException": { 1103 "base": "<p>The requested resource can't be found.</p>", 1104 "refs": { 1105 } 1106 }, 1107 "RetryAfterSeconds": { 1108 "base": null, 1109 "refs": { 1110 "InternalServerException$retryAfterSeconds": "<p>The amount of time to wait before you retry the request.</p>", 1111 "ThrottlingException$retryAfterSeconds": "<p>The amount of time to wait before you retry the request.</p>" 1112 } 1113 }, 1114 "ServiceQuotaExceededException": { 1115 "base": "<p>Your request exceeds a service quota. For example, you might have the maximum number of components that you can create.</p>", 1116 "refs": { 1117 } 1118 }, 1119 "String": { 1120 "base": null, 1121 "refs": { 1122 "AccessDeniedException$message": null, 1123 "ConflictException$message": null, 1124 "ConflictException$resourceId": "<p>The ID of the resource that conflicts with the request.</p>", 1125 "ConflictException$resourceType": "<p>The type of the resource that conflicts with the request.</p>", 1126 "InternalServerException$message": null, 1127 "LambdaEnvironmentVariables$value": null, 1128 "RequestAlreadyInProgressException$message": null, 1129 "ResourceNotFoundException$message": null, 1130 "ResourceNotFoundException$resourceId": "<p>The ID of the resource that isn't found.</p>", 1131 "ResourceNotFoundException$resourceType": "<p>The type of the resource that isn't found.</p>", 1132 "ServiceQuotaExceededException$message": null, 1133 "ServiceQuotaExceededException$resourceId": "<p>The ID of the resource that exceeds the service quota.</p>", 1134 "ServiceQuotaExceededException$resourceType": "<p>The type of the resource that exceeds the service quota.</p>", 1135 "ServiceQuotaExceededException$quotaCode": "<p>The code for the quota in <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html\">Service Quotas</a>.</p>", 1136 "ServiceQuotaExceededException$serviceCode": "<p>The code for the service in <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html\">Service Quotas</a>.</p>", 1137 "ThrottlingException$message": null, 1138 "ThrottlingException$quotaCode": "<p>The code for the quota in <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html\">Service Quotas</a>.</p>", 1139 "ThrottlingException$serviceCode": "<p>The code for the service in <a href=\"https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html\">Service Quotas</a>.</p>", 1140 "ValidationException$message": null, 1141 "ValidationExceptionField$name": "<p>The name of the exception field.</p>", 1142 "ValidationExceptionField$message": "<p>The message of the exception field.</p>" 1143 } 1144 }, 1145 "StringMap": { 1146 "base": null, 1147 "refs": { 1148 "CloudComponentStatus$errors": "<p>A dictionary of errors that communicate why the component is in an error state. For example, if IoT Greengrass can't access an artifact for the component, then <code>errors</code> contains the artifact's URI as a key, and the error message as the value for that key.</p>" 1149 } 1150 }, 1151 "SystemResourceLimits": { 1152 "base": "<p>Contains information about system resource limits that the IoT Greengrass Core software applies to a component's processes. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-system-resource-limits\">Configure system resource limits for components</a>.</p>", 1153 "refs": { 1154 "ComponentRunWith$systemResourceLimits": "<p>The system resource limits to apply to this component's process on the core device.</p> <p>If you omit this parameter, the IoT Greengrass Core software uses the default system resource limits that you configure on the Greengrass nucleus component. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-system-resource-limits\">Configure system resource limits for components</a>.</p>" 1155 } 1156 }, 1157 "TagKey": { 1158 "base": null, 1159 "refs": { 1160 "TagKeyList$member": null, 1161 "TagMap$key": null 1162 } 1163 }, 1164 "TagKeyList": { 1165 "base": null, 1166 "refs": { 1167 "UntagResourceRequest$tagKeys": "<p>A list of keys for tags to remove from the resource.</p>" 1168 } 1169 }, 1170 "TagMap": { 1171 "base": null, 1172 "refs": { 1173 "CreateComponentVersionRequest$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1174 "CreateDeploymentRequest$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1175 "DescribeComponentResponse$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1176 "GetComponentResponse$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1177 "GetCoreDeviceResponse$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1178 "GetDeploymentResponse$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1179 "ListTagsForResourceResponse$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>", 1180 "TagResourceRequest$tags": "<p>A list of key-value pairs that contain metadata for the resource. For more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html\">Tag your resources</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>" 1181 } 1182 }, 1183 "TagResourceRequest": { 1184 "base": null, 1185 "refs": { 1186 } 1187 }, 1188 "TagResourceResponse": { 1189 "base": null, 1190 "refs": { 1191 } 1192 }, 1193 "TagValue": { 1194 "base": null, 1195 "refs": { 1196 "TagMap$value": null 1197 } 1198 }, 1199 "TargetARN": { 1200 "base": null, 1201 "refs": { 1202 "CreateDeploymentRequest$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>", 1203 "Deployment$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>", 1204 "EffectiveDeployment$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>", 1205 "GetDeploymentResponse$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>", 1206 "ListDeploymentsRequest$targetArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the target IoT thing or thing group.</p>" 1207 } 1208 }, 1209 "ThingGroupARN": { 1210 "base": null, 1211 "refs": { 1212 "ListCoreDevicesRequest$thingGroupArn": "<p>The <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">ARN</a> of the IoT thing group by which to filter. If you specify this parameter, the list includes only core devices that are members of this thing group.</p>" 1213 } 1214 }, 1215 "ThrottlingException": { 1216 "base": "<p>Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.</p>", 1217 "refs": { 1218 } 1219 }, 1220 "Timestamp": { 1221 "base": null, 1222 "refs": { 1223 "AssociatedClientDevice$associationTimestamp": "<p>The time that the client device was associated, expressed in ISO 8601 format.</p>", 1224 "ComponentLatestVersion$creationTimestamp": "<p>The time at which the component was created, expressed in ISO 8601 format.</p>", 1225 "CoreDevice$lastStatusUpdateTimestamp": "<p>The time at which the core device's status last updated, expressed in ISO 8601 format.</p>", 1226 "CreateComponentVersionResponse$creationTimestamp": "<p>The time at which the component was created, expressed in ISO 8601 format.</p>", 1227 "Deployment$creationTimestamp": "<p>The time at which the deployment was created, expressed in ISO 8601 format.</p>", 1228 "DescribeComponentResponse$creationTimestamp": "<p>The time at which the component was created, expressed in ISO 8601 format.</p>", 1229 "EffectiveDeployment$creationTimestamp": "<p>The time at which the deployment was created, expressed in ISO 8601 format.</p>", 1230 "EffectiveDeployment$modifiedTimestamp": "<p>The time at which the deployment job was last modified, expressed in ISO 8601 format.</p>", 1231 "GetCoreDeviceResponse$lastStatusUpdateTimestamp": "<p>The time at which the core device's status last updated, expressed in ISO 8601 format.</p>", 1232 "GetDeploymentResponse$creationTimestamp": "<p>The time at which the deployment was created, expressed in ISO 8601 format.</p>" 1233 } 1234 }, 1235 "TopicString": { 1236 "base": null, 1237 "refs": { 1238 "LambdaEventSource$topic": "<p>The topic to which to subscribe to receive event messages.</p>" 1239 } 1240 }, 1241 "UntagResourceRequest": { 1242 "base": null, 1243 "refs": { 1244 } 1245 }, 1246 "UntagResourceResponse": { 1247 "base": null, 1248 "refs": { 1249 } 1250 }, 1251 "ValidationException": { 1252 "base": "<p>The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.</p>", 1253 "refs": { 1254 } 1255 }, 1256 "ValidationExceptionField": { 1257 "base": "<p>Contains information about a validation exception field.</p>", 1258 "refs": { 1259 "ValidationExceptionFieldList$member": null 1260 } 1261 }, 1262 "ValidationExceptionFieldList": { 1263 "base": null, 1264 "refs": { 1265 "ValidationException$fields": "<p>The list of fields that failed to validate.</p>" 1266 } 1267 }, 1268 "ValidationExceptionReason": { 1269 "base": null, 1270 "refs": { 1271 "ValidationException$reason": "<p>The reason for the validation exception.</p>" 1272 } 1273 } 1274 } 1275 }