Skip to content

Commit db6ddc6

Browse files
feat: update AWS API models
1 parent f1b67a5 commit db6ddc6

File tree

6 files changed

+239
-19
lines changed

6 files changed

+239
-19
lines changed

codegen/sdk/aws-models/codebuild.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9401,6 +9401,18 @@
94019401
"traits": {
94029402
"smithy.api#documentation": "<p>The scope configuration for global or organization webhooks.</p>\n <note>\n <p>Global or organization webhooks are only available for GitHub and Github Enterprise webhooks.</p>\n </note>"
94039403
}
9404+
},
9405+
"status": {
9406+
"target": "com.amazonaws.codebuild#WebhookStatus",
9407+
"traits": {
9408+
"smithy.api#documentation": "<p>The status of the webhook. Valid values include:</p>\n <ul>\n <li>\n <p>\n <code>CREATING</code>: The webhook is being created.</p>\n </li>\n <li>\n <p>\n <code>CREATE_FAILED</code>: The webhook has failed to create.</p>\n </li>\n <li>\n <p>\n <code>ACTIVE</code>: The webhook has succeeded and is active.</p>\n </li>\n <li>\n <p>\n <code>DELETING</code>: The webhook is being deleted.</p>\n </li>\n </ul>"
9409+
}
9410+
},
9411+
"statusMessage": {
9412+
"target": "com.amazonaws.codebuild#String",
9413+
"traits": {
9414+
"smithy.api#documentation": "<p>A message associated with the status of a webhook.</p>"
9415+
}
94049416
}
94059417
},
94069418
"traits": {
@@ -9546,6 +9558,35 @@
95469558
}
95479559
}
95489560
},
9561+
"com.amazonaws.codebuild#WebhookStatus": {
9562+
"type": "enum",
9563+
"members": {
9564+
"CREATING": {
9565+
"target": "smithy.api#Unit",
9566+
"traits": {
9567+
"smithy.api#enumValue": "CREATING"
9568+
}
9569+
},
9570+
"CREATE_FAILED": {
9571+
"target": "smithy.api#Unit",
9572+
"traits": {
9573+
"smithy.api#enumValue": "CREATE_FAILED"
9574+
}
9575+
},
9576+
"ACTIVE": {
9577+
"target": "smithy.api#Unit",
9578+
"traits": {
9579+
"smithy.api#enumValue": "ACTIVE"
9580+
}
9581+
},
9582+
"DELETING": {
9583+
"target": "smithy.api#Unit",
9584+
"traits": {
9585+
"smithy.api#enumValue": "DELETING"
9586+
}
9587+
}
9588+
}
9589+
},
95499590
"com.amazonaws.codebuild#WrapperBoolean": {
95509591
"type": "boolean"
95519592
},

codegen/sdk/aws-models/guardduty.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/license-manager-user-subscriptions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
"Product": {
444444
"target": "smithy.api#String",
445445
"traits": {
446-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>"
446+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>"
447447
}
448448
},
449449
"IdentityProviderArn": {
@@ -2069,7 +2069,7 @@
20692069
"Product": {
20702070
"target": "smithy.api#String",
20712071
"traits": {
2072-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>"
2072+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>"
20732073
}
20742074
},
20752075
"IdentityProvider": {
@@ -2427,7 +2427,7 @@
24272427
"Product": {
24282428
"target": "smithy.api#String",
24292429
"traits": {
2430-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>",
2430+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>",
24312431
"smithy.api#required": {}
24322432
}
24332433
},
@@ -2646,7 +2646,7 @@
26462646
"Product": {
26472647
"target": "smithy.api#String",
26482648
"traits": {
2649-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>",
2649+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>",
26502650
"smithy.api#required": {}
26512651
}
26522652
},
@@ -2740,7 +2740,7 @@
27402740
"Product": {
27412741
"target": "smithy.api#String",
27422742
"traits": {
2743-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>"
2743+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>"
27442744
}
27452745
},
27462746
"ProductUserArn": {
@@ -2989,7 +2989,7 @@
29892989
"Product": {
29902990
"target": "smithy.api#String",
29912991
"traits": {
2992-
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code>\n </p>"
2992+
"smithy.api#documentation": "<p>The name of the user-based subscription product.</p>\n <p>Valid values: <code>VISUAL_STUDIO_ENTERPRISE</code> | <code>VISUAL_STUDIO_PROFESSIONAL</code> | <code>OFFICE_PROFESSIONAL_PLUS</code> | \n<code>REMOTE_DESKTOP_SERVICES</code>\n </p>"
29932993
}
29942994
},
29952995
"IdentityProviderArn": {

codegen/sdk/aws-models/rds.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,7 +4480,7 @@
44804480
"DatabaseInsightsMode": {
44814481
"target": "com.amazonaws.rds#DatabaseInsightsMode",
44824482
"traits": {
4483-
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the DB cluster.</p>\n <p>If you set this value to <code>advanced</code>, you must also set the <code>PerformanceInsightsEnabled</code>\n parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>Valid for Cluster Type: Aurora DB clusters only</p>"
4483+
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the DB cluster.</p>\n <p>If you set this value to <code>advanced</code>, you must also set the <code>PerformanceInsightsEnabled</code>\n parameter to <code>true</code> and the <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
44844484
}
44854485
},
44864486
"EnablePerformanceInsights": {
@@ -5232,7 +5232,7 @@
52325232
"DatabaseInsightsMode": {
52335233
"target": "com.amazonaws.rds#DatabaseInsightsMode",
52345234
"traits": {
5235-
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the DB instance.</p>\n <p>This setting only applies to Amazon Aurora DB instances.</p>\n <note>\n <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>\n </note>"
5235+
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the DB instance.</p>\n <note>\n <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>\n </note>"
52365236
}
52375237
},
52385238
"EnablePerformanceInsights": {
@@ -5591,7 +5591,7 @@
55915591
"DatabaseInsightsMode": {
55925592
"target": "com.amazonaws.rds#DatabaseInsightsMode",
55935593
"traits": {
5594-
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the read replica.</p>\n <note>\n <p>Currently, this setting is not supported.</p>\n </note>"
5594+
"smithy.api#documentation": "<p>The mode of Database Insights to enable for the read replica.</p>\n <note>\n <p>This setting isn't supported.</p>\n </note>"
55955595
}
55965596
},
55975597
"EnablePerformanceInsights": {
@@ -21889,7 +21889,7 @@
2188921889
"DatabaseInsightsMode": {
2189021890
"target": "com.amazonaws.rds#DatabaseInsightsMode",
2189121891
"traits": {
21892-
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB cluster.</p>\n <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the \n <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the \n <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must \n set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p>\n <p>Valid for Cluster Type: Aurora DB clusters only</p>"
21892+
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB cluster.</p>\n <p>If you change the value from <code>standard</code> to <code>advanced</code>, you must set the \n <code>PerformanceInsightsEnabled</code> parameter to <code>true</code> and the \n <code>PerformanceInsightsRetentionPeriod</code> parameter to 465.</p>\n <p>If you change the value from <code>advanced</code> to <code>standard</code>, you must \n set the <code>PerformanceInsightsEnabled</code> parameter to <code>false</code>.</p>\n <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>"
2189321893
}
2189421894
},
2189521895
"EnablePerformanceInsights": {
@@ -22514,7 +22514,7 @@
2251422514
"DatabaseInsightsMode": {
2251522515
"target": "com.amazonaws.rds#DatabaseInsightsMode",
2251622516
"traits": {
22517-
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB instance.</p>\n <p>This setting only applies to Amazon Aurora DB instances.</p>\n <note>\n <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>\n </note>"
22517+
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB instance.</p>\n <note>\n <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>\n </note>"
2251822518
}
2251922519
},
2252022520
"EnablePerformanceInsights": {
@@ -28634,7 +28634,7 @@
2863428634
"DatabaseInsightsMode": {
2863528635
"target": "com.amazonaws.rds#DatabaseInsightsMode",
2863628636
"traits": {
28637-
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB instance.</p>\n <p>This setting only applies to Amazon Aurora DB instances.</p>\n <note>\n <p>Currently, this value is inherited from the DB cluster and can't be changed.</p>\n </note>"
28637+
"smithy.api#documentation": "<p>Specifies the mode of Database Insights to enable for the DB instance.</p>\n <note>\n <p>Aurora DB instances inherit this value from the DB cluster, so you can't change this value.</p>\n </note>"
2863828638
}
2863928639
},
2864028640
"EnablePerformanceInsights": {

codegen/sdk/aws-models/sagemaker.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7076,6 +7076,18 @@
70767076
}
70777077
}
70787078
},
7079+
"com.amazonaws.sagemaker#ClusterInstanceGroupsToDelete": {
7080+
"type": "list",
7081+
"member": {
7082+
"target": "com.amazonaws.sagemaker#ClusterInstanceGroupName"
7083+
},
7084+
"traits": {
7085+
"smithy.api#length": {
7086+
"min": 0,
7087+
"max": 100
7088+
}
7089+
}
7090+
},
70797091
"com.amazonaws.sagemaker#ClusterInstancePlacement": {
70807092
"type": "structure",
70817093
"members": {
@@ -72207,6 +72219,12 @@
7220772219
"traits": {
7220872220
"smithy.api#documentation": "<p>The node recovery mode to be applied to the SageMaker HyperPod cluster.</p>"
7220972221
}
72222+
},
72223+
"InstanceGroupsToDelete": {
72224+
"target": "com.amazonaws.sagemaker#ClusterInstanceGroupsToDelete",
72225+
"traits": {
72226+
"smithy.api#documentation": "<p>Specify the names of the instance groups to delete. \n Use a single <code>,</code> as the separator between multiple names.</p>"
72227+
}
7221072228
}
7221172229
},
7221272230
"traits": {

0 commit comments

Comments
 (0)