Skip to content

Commit 3b1afbc

Browse files
author
AWS
committed
AWS IoT Update: Add ConflictException to Update APIs of AWS IoT Software Package Catalog
1 parent 6a6f17a commit 3b1afbc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT",
4+
"contributor": "",
5+
"description": "Add ConflictException to Update APIs of AWS IoT Software Package Catalog"
6+
}

services/iot/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4154,6 +4154,7 @@
41544154
"output":{"shape":"UpdatePackageResponse"},
41554155
"errors":[
41564156
{"shape":"ThrottlingException"},
4157+
{"shape":"ConflictException"},
41574158
{"shape":"InternalServerException"},
41584159
{"shape":"ValidationException"},
41594160
{"shape":"ResourceNotFoundException"}
@@ -4172,6 +4173,7 @@
41724173
"output":{"shape":"UpdatePackageConfigurationResponse"},
41734174
"errors":[
41744175
{"shape":"ThrottlingException"},
4176+
{"shape":"ConflictException"},
41754177
{"shape":"InternalServerException"},
41764178
{"shape":"ValidationException"}
41774179
],
@@ -4189,6 +4191,7 @@
41894191
"output":{"shape":"UpdatePackageVersionResponse"},
41904192
"errors":[
41914193
{"shape":"ThrottlingException"},
4194+
{"shape":"ConflictException"},
41924195
{"shape":"InternalServerException"},
41934196
{"shape":"ValidationException"},
41944197
{"shape":"ResourceNotFoundException"}
@@ -7230,7 +7233,7 @@
72307233
},
72317234
"destinationPackageVersions":{
72327235
"shape":"DestinationPackageVersions",
7233-
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. </p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
7236+
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle\">Package version lifecycle</a>. </p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
72347237
}
72357238
}
72367239
},
@@ -7298,7 +7301,7 @@
72987301
},
72997302
"destinationPackageVersions":{
73007303
"shape":"DestinationPackageVersions",
7301-
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. </p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
7304+
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle\">Package version lifecycle</a>.</p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
73027305
}
73037306
}
73047307
},
@@ -9742,7 +9745,7 @@
97429745
},
97439746
"destinationPackageVersions":{
97449747
"shape":"DestinationPackageVersions",
9745-
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. </p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
9748+
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle\">Package version lifecycle</a>.</p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
97469749
}
97479750
}
97489751
},
@@ -12328,7 +12331,7 @@
1232812331
},
1232912332
"destinationPackageVersions":{
1233012333
"shape":"DestinationPackageVersions",
12331-
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. </p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
12334+
"documentation":"<p>The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle\">Package version lifecycle</a>.The package version must be in either the Published or Deprecated state when the job deploys. For more information, see <a href=\"https://docs.aws.amazon.com/iot/latest/developerguide/preparing-to-use-software-package-catalog.html#package-version-lifecycle\">Package version lifecycle</a>.</p> <p> <b>Note:</b>The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed.</p>"
1233212335
}
1233312336
},
1233412337
"documentation":"<p>The <code>Job</code> object contains details about a job.</p>"

0 commit comments

Comments
 (0)