Skip to content

Commit fc98bec

Browse files
author
AWS
committed
AWS Service Catalog App Registry Update: AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.
1 parent 35f62ef commit fc98bec

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
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 Service Catalog App Registry",
4+
"contributor": "",
5+
"description": "AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers."
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,9 @@
13941394
},
13951395
"name":{
13961396
"shape":"Name",
1397-
"documentation":"<p>The new name of the application. The name must be unique in the region in which you are updating the application.</p>"
1397+
"documentation":"<p>The new name of the application. The name must be unique in the region in which you are updating the application.</p>",
1398+
"deprecated":true,
1399+
"deprecatedMessage":"Name update for application is deprecated."
13981400
},
13991401
"description":{
14001402
"shape":"Description",
@@ -1423,7 +1425,9 @@
14231425
},
14241426
"name":{
14251427
"shape":"Name",
1426-
"documentation":"<p>The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.</p>"
1428+
"documentation":"<p>The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.</p>",
1429+
"deprecated":true,
1430+
"deprecatedMessage":"Name update for attribute group is deprecated."
14271431
},
14281432
"description":{
14291433
"shape":"Description",

0 commit comments

Comments
 (0)