|
657 | 657 | "componentVersion": {
|
658 | 658 | "target": "com.amazonaws.greengrassv2#ComponentVersionString",
|
659 | 659 | "traits": {
|
660 |
| - "smithy.api#documentation": "<p>The version of the component.</p>" |
| 660 | + "smithy.api#documentation": "<p>The version of the component.</p>", |
| 661 | + "smithy.api#required": {} |
661 | 662 | }
|
662 | 663 | },
|
663 | 664 | "configurationUpdate": {
|
|
1045 | 1046 | }
|
1046 | 1047 | ],
|
1047 | 1048 | "traits": {
|
1048 |
| - "smithy.api#documentation": "<p>Creates a component. Components are software that run on Greengrass core devices. After you\n develop and test a component on your core device, you can use this operation to upload your\n component to IoT Greengrass. Then, you can deploy the component to other core devices.</p>\n <p>You can use this operation to do the following:</p>\n <ul>\n <li>\n <p>\n <b>Create components from recipes</b>\n </p>\n <p>Create a component from a recipe, which is a file that defines the component's\n metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For\n more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/component-recipe-reference.html\">IoT Greengrass component recipe\n reference</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>\n <p>To create a component from a recipe, specify <code>inlineRecipe</code> when you call\n this operation.</p>\n </li>\n <li>\n <p>\n <b>Create components from Lambda functions</b>\n </p>\n <p>Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe\n and artifacts from the Lambda function's deployment package. You can use this operation to\n migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2.</p>\n <p>This function only accepts Lambda functions that use the following runtimes:</p>\n <ul>\n <li>\n <p>Python 2.7 – <code>python2.7</code>\n </p>\n </li>\n <li>\n <p>Python 3.7 – <code>python3.7</code>\n </p>\n </li>\n <li>\n <p>Python 3.8 – <code>python3.8</code>\n </p>\n </li>\n <li>\n <p>Python 3.9 – <code>python3.9</code>\n </p>\n </li>\n <li>\n <p>Java 8 – <code>java8</code>\n </p>\n </li>\n <li>\n <p>Java 11 – <code>java11</code>\n </p>\n </li>\n <li>\n <p>Node.js 10 – <code>nodejs10.x</code>\n </p>\n </li>\n <li>\n <p>Node.js 12 – <code>nodejs12.x</code>\n </p>\n </li>\n <li>\n <p>Node.js 14 – <code>nodejs14.x</code>\n </p>\n </li>\n </ul>\n <p>To create a component from a Lambda function, specify <code>lambdaFunction</code> when\n you call this operation.</p>\n <note>\n <p>IoT Greengrass currently supports Lambda functions on only Linux core devices.</p>\n </note>\n </li>\n </ul>", |
| 1049 | + "smithy.api#documentation": "<p>Creates a component. Components are software that run on Greengrass core devices. After you\n develop and test a component on your core device, you can use this operation to upload your\n component to IoT Greengrass. Then, you can deploy the component to other core devices.</p>\n <p>You can use this operation to do the following:</p>\n <ul>\n <li>\n <p>\n <b>Create components from recipes</b>\n </p>\n <p>Create a component from a recipe, which is a file that defines the component's\n metadata, parameters, dependencies, lifecycle, artifacts, and platform capability. For\n more information, see <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/component-recipe-reference.html\">IoT Greengrass component recipe\n reference</a> in the <i>IoT Greengrass V2 Developer Guide</i>.</p>\n <p>To create a component from a recipe, specify <code>inlineRecipe</code> when you call\n this operation.</p>\n </li>\n <li>\n <p>\n <b>Create components from Lambda functions</b>\n </p>\n <p>Create a component from an Lambda function that runs on IoT Greengrass. This creates a recipe\n and artifacts from the Lambda function's deployment package. You can use this operation to\n migrate Lambda functions from IoT Greengrass V1 to IoT Greengrass V2.</p>\n <p>This function accepts Lambda functions in all supported versions of Python, Node.js,\n and Java runtimes. IoT Greengrass doesn't apply any additional restrictions on deprecated Lambda\n runtime versions.</p>\n <p>To create a component from a Lambda function, specify <code>lambdaFunction</code> when\n you call this operation.</p>\n <note>\n <p>IoT Greengrass currently supports Lambda functions on only Linux core devices.</p>\n </note>\n </li>\n </ul>", |
1049 | 1050 | "smithy.api#http": {
|
1050 | 1051 | "method": "POST",
|
1051 | 1052 | "uri": "/greengrass/v2/createComponentVersion",
|
|
2249 | 2250 | "smithy.api#httpLabel": {},
|
2250 | 2251 | "smithy.api#required": {}
|
2251 | 2252 | }
|
| 2253 | + }, |
| 2254 | + "s3EndpointType": { |
| 2255 | + "target": "com.amazonaws.greengrassv2#S3EndpointType", |
| 2256 | + "traits": { |
| 2257 | + "smithy.api#documentation": "<p>Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.</p>\n <p>All Amazon Web Services Regions except US East (N. Virginia) use <code>REGIONAL</code> in all cases.\n In the US East (N. Virginia) Region the default is <code>GLOBAL</code>, but you can change it\n to <code>REGIONAL</code> with this parameter.</p>", |
| 2258 | + "smithy.api#httpQuery": "s3EndpointType" |
| 2259 | + } |
| 2260 | + }, |
| 2261 | + "iotEndpointType": { |
| 2262 | + "target": "com.amazonaws.greengrassv2#IotEndpointType", |
| 2263 | + "traits": { |
| 2264 | + "smithy.api#documentation": "<p>Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. \n Specify <code>fips</code> if you want the returned Amazon S3 pre-signed URL to point to \n an Amazon S3 FIPS endpoint. If you don't specify a value, the default is <code>standard</code>.</p>", |
| 2265 | + "smithy.api#httpHeader": "x-amz-iot-endpoint-type" |
| 2266 | + } |
2252 | 2267 | }
|
2253 | 2268 | },
|
2254 | 2269 | "traits": {
|
|
2724 | 2739 | "sdkId": "GreengrassV2",
|
2725 | 2740 | "arnNamespace": "greengrass",
|
2726 | 2741 | "cloudFormationName": "GreengrassV2",
|
2727 |
| - "cloudTrailEventSource": "greengrassv2.amazonaws.com", |
| 2742 | + "cloudTrailEventSource": "greengrass.amazonaws.com", |
2728 | 2743 | "endpointPrefix": "greengrass"
|
2729 | 2744 | },
|
2730 | 2745 | "aws.auth#sigv4": {
|
|
3717 | 3732 | "lastInstallationSource": {
|
3718 | 3733 | "target": "com.amazonaws.greengrassv2#NonEmptyString",
|
3719 | 3734 | "traits": {
|
3720 |
| - "smithy.api#documentation": "<p>The most recent deployment source that brought the component to the Greengrass core device. For\n a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for\n local deployments it will be <code>LOCAL</code>.</p>\n <note>\n <p>Any deployment will attempt to reinstall currently broken components on the device,\n which will update the last installation source.</p>\n </note>" |
| 3735 | + "smithy.api#documentation": "<p>The most recent deployment source that brought the component to the Greengrass core device. For\n a thing group deployment or thing deployment, the source will be the ID of the last deployment\n that contained the component. For local deployments it will be <code>LOCAL</code>.</p>\n <note>\n <p>Any deployment will attempt to reinstall currently broken components on the device,\n which will update the last installation source.</p>\n </note>" |
3721 | 3736 | }
|
3722 | 3737 | },
|
3723 | 3738 | "lifecycleStatusCodes": {
|
|
4115 | 4130 | }
|
4116 | 4131 | }
|
4117 | 4132 | },
|
| 4133 | + "com.amazonaws.greengrassv2#IotEndpointType": { |
| 4134 | + "type": "enum", |
| 4135 | + "members": { |
| 4136 | + "fips": { |
| 4137 | + "target": "smithy.api#Unit", |
| 4138 | + "traits": { |
| 4139 | + "smithy.api#enumValue": "fips" |
| 4140 | + } |
| 4141 | + }, |
| 4142 | + "standard": { |
| 4143 | + "target": "smithy.api#Unit", |
| 4144 | + "traits": { |
| 4145 | + "smithy.api#enumValue": "standard" |
| 4146 | + } |
| 4147 | + } |
| 4148 | + } |
| 4149 | + }, |
4118 | 4150 | "com.amazonaws.greengrassv2#IsLatestForTarget": {
|
4119 | 4151 | "type": "boolean",
|
4120 | 4152 | "traits": {
|
|
4930 | 4962 | "maxResults": {
|
4931 | 4963 | "target": "com.amazonaws.greengrassv2#DefaultMaxResults",
|
4932 | 4964 | "traits": {
|
4933 |
| - "smithy.api#documentation": "<p>The maximum number of results to be returned per paginated request.</p>", |
| 4965 | + "smithy.api#documentation": "<p>The maximum number of results to be returned per paginated request.</p>\n <p>Default: <code>50</code>\n </p>", |
4934 | 4966 | "smithy.api#httpQuery": "maxResults"
|
4935 | 4967 | }
|
4936 | 4968 | },
|
|
5217 | 5249 | "smithy.api#default": 0,
|
5218 | 5250 | "smithy.api#range": {
|
5219 | 5251 | "min": 0,
|
5220 |
| - "max": 9223372036854772000 |
| 5252 | + "max": 9223372036854771712 |
5221 | 5253 | }
|
5222 | 5254 | }
|
5223 | 5255 | },
|
|
5465 | 5497 | "smithy.api#default": 0
|
5466 | 5498 | }
|
5467 | 5499 | },
|
| 5500 | + "com.amazonaws.greengrassv2#S3EndpointType": { |
| 5501 | + "type": "enum", |
| 5502 | + "members": { |
| 5503 | + "REGIONAL": { |
| 5504 | + "target": "smithy.api#Unit", |
| 5505 | + "traits": { |
| 5506 | + "smithy.api#enumValue": "REGIONAL" |
| 5507 | + } |
| 5508 | + }, |
| 5509 | + "GLOBAL": { |
| 5510 | + "target": "smithy.api#Unit", |
| 5511 | + "traits": { |
| 5512 | + "smithy.api#enumValue": "GLOBAL" |
| 5513 | + } |
| 5514 | + } |
| 5515 | + } |
| 5516 | + }, |
5468 | 5517 | "com.amazonaws.greengrassv2#ServiceQuotaExceededException": {
|
5469 | 5518 | "type": "structure",
|
5470 | 5519 | "members": {
|
|
0 commit comments