You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(client-pcs): AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
* <p>Amazon Web Services PCS supports configuration of the following Slurm parameters: <a href="https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1">
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/pcs.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -1154,7 +1154,7 @@
1154
1154
"iamInstanceProfileArn": {
1155
1155
"target": "com.amazonaws.pcs#InstanceProfileArn",
1156
1156
"traits": {
1157
-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the \nIAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have\n<code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached to provision instances\ncorrectly.</p>",
1157
+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM instance \n profile used to pass an IAM role when launching EC2 instances. The role contained \nin your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code>\npermission. The resource identifier of the ARN must start with \n<code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p>\n <p class=\"title\">\n <b>Examples</b>\n </p>\n <ul>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code>\n </p>\n </li>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code>\n </p>\n </li>\n </ul>",
1158
1158
"smithy.api#required": {}
1159
1159
}
1160
1160
},
@@ -1628,7 +1628,7 @@
1628
1628
"iamInstanceProfileArn": {
1629
1629
"target": "com.amazonaws.pcs#InstanceProfileArn",
1630
1630
"traits": {
1631
-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the \nIAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have\n<code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached in order to\nprovision instances correctly. The resource identifier of the ARN must start with \n <code>AWSPCS</code>. For example, <code>arn:aws:iam:123456789012:instance-profile/AWSPCSMyComputeNodeInstanceProfile</code>.\n </p>",
1631
+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM instance \n profile used to pass an IAM role when launching EC2 instances. The role contained \nin your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code>\npermission. The resource identifier of the ARN must start with \n<code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p>\n<p class=\"title\">\n <b>Examples</b>\n </p>\n <ul>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code>\n </p>\n </li>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code>\n</p>\n </li>\n </ul>",
1632
1632
"smithy.api#required": {}
1633
1633
}
1634
1634
},
@@ -3321,7 +3321,7 @@
3321
3321
"parameterName": {
3322
3322
"target": "smithy.api#String",
3323
3323
"traits": {
3324
-
"smithy.api#documentation": "<p>Amazon Web Services PCS supports configuration of the following Slurm parameters: <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1\">\n <code>Prolog</code>\n </a>, <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1\">\n <code>Epilog</code>\n </a>, and <a href=\"https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters\">\n <code>SelectTypeParameters</code>\n </a>.</p>",
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the \nIAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have\n<code>pcs:RegisterComputeNodeGroupInstance</code> permissions attached to provision instances\ncorrectly.</p>"
3675
+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the IAM instance \n profile used to pass an IAM role when launching EC2 instances. The role contained \nin your instance profile must have the <code>pcs:RegisterComputeNodeGroupInstance</code>\npermission. The resource identifier of the ARN must start with \n<code>AWSPCS</code> or it must have <code>/aws-pcs/</code> in its path.</p>\n <p class=\"title\">\n <b>Examples</b>\n </p>\n <ul>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/AWSPCS-example-role-1</code>\n </p>\n </li>\n <li>\n <p>\n <code>arn:aws:iam::111122223333:instance-profile/aws-pcs/example-role-2</code>\n </p>\n </li>\n </ul>"
0 commit comments