Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 29, 2022
1 parent 09372e1 commit 3147032
Show file tree
Hide file tree
Showing 7 changed files with 4,962 additions and 61 deletions.
53 changes: 52 additions & 1 deletion codegen/sdk-codegen/aws-models/appstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,12 @@
"traits": {
"smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>"
}
},
"StreamingExperienceSettings": {
"target": "com.amazonaws.appstream#StreamingExperienceSettings",
"traits": {
"smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>"
}
}
}
},
Expand Down Expand Up @@ -5463,6 +5469,21 @@
}
}
},
"com.amazonaws.appstream#PreferredProtocol": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "TCP",
"name": "TCP"
},
{
"value": "UDP",
"name": "UDP"
}
]
}
},
"com.amazonaws.appstream#RedirectURL": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -5934,6 +5955,12 @@
"traits": {
"smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.</p>"
}
},
"StreamingExperienceSettings": {
"target": "com.amazonaws.appstream#StreamingExperienceSettings",
"traits": {
"smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5987,6 +6014,10 @@
{
"value": "ACCESS_ENDPOINTS",
"name": "ACCESS_ENDPOINTS"
},
{
"value": "STREAMING_EXPERIENCE_SETTINGS",
"name": "STREAMING_EXPERIENCE_SETTINGS"
}
]
}
Expand Down Expand Up @@ -6315,6 +6346,20 @@
]
}
},
"com.amazonaws.appstream#StreamingExperienceSettings": {
"type": "structure",
"members": {
"PreferredProtocol": {
"target": "com.amazonaws.appstream#PreferredProtocol",
"traits": {
"smithy.api#documentation": "<p>The preferred protocol that you want to use while streaming your application.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>"
}
},
"com.amazonaws.appstream#StreamingUrlUserId": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -6757,7 +6802,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Updates the specified fleet.</p>\n <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except\n the fleet name.</p>\n <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based\n on the fleet type:</p>\n <ul>\n <li>\n <p>Always-On and On-Demand fleet types</p>\n <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,\n <code>ImageARN</code>, <code>ImageName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>, and\n <code>DisconnectTimeoutInSeconds</code> attributes.</p>\n </li>\n <li>\n <p>Elastic fleet type</p>\n <p>You can update the <code>DisplayName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>,\n <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>,\n and <code>UsbDeviceFilterStrings</code> attributes.</p>\n </li>\n </ul>\n <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>"
"smithy.api#documentation": "<p>Updates the specified fleet.</p>\n <p>If the fleet is in the <code>STOPPED</code> state, you can update any attribute except\n the fleet name.</p>\n <p>If the fleet is in the <code>RUNNING</code> state, you can update the following based\n on the fleet type:</p>\n <ul>\n <li>\n <p>Always-On and On-Demand fleet types</p>\n <p>You can update the <code>DisplayName</code>, <code>ComputeCapacity</code>,\n <code>ImageARN</code>, <code>ImageName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>, and\n <code>DisconnectTimeoutInSeconds</code> attributes.</p>\n </li>\n <li>\n <p>Elastic fleet type</p>\n <p>You can update the <code>DisplayName</code>,\n <code>IdleDisconnectTimeoutInSeconds</code>,\n <code>DisconnectTimeoutInSeconds</code>, <code>MaxConcurrentSessions</code>, <code>SessionScriptS3Location</code>\n and <code>UsbDeviceFilterStrings</code> attributes.</p>\n </li>\n </ul>\n <p>If the fleet is in the <code>STARTING</code> or <code>STOPPED</code> state, you can't update it.</p>"
}
},
"com.amazonaws.appstream#UpdateFleetRequest": {
Expand Down Expand Up @@ -7073,6 +7118,12 @@
"traits": {
"smithy.api#documentation": "<p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>"
}
},
"StreamingExperienceSettings": {
"target": "com.amazonaws.appstream#StreamingExperienceSettings",
"traits": {
"smithy.api#documentation": "<p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>"
}
}
}
},
Expand Down
20 changes: 10 additions & 10 deletions codegen/sdk-codegen/aws-models/elastic-load-balancing-v2.json

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions codegen/sdk-codegen/aws-models/emr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@
"VolumeSpecification": {
"target": "com.amazonaws.emr#VolumeSpecification",
"traits": {
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
}
},
"Device": {
Expand All @@ -2258,19 +2258,19 @@
"VolumeSpecification": {
"target": "com.amazonaws.emr#VolumeSpecification",
"traits": {
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>",
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>",
"smithy.api#required": {}
}
},
"VolumesPerInstance": {
"target": "com.amazonaws.emr#Integer",
"traits": {
"smithy.api#documentation": "<p>Number of EBS volumes with a specific volume configuration that will be associated with\n every instance in the instance group</p>"
"smithy.api#documentation": "<p>Number of EBS volumes with a specific volume configuration that are associated with\n every instance in the instance group</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Configuration of requested EBS block device associated with the instance group with\n count of volumes that will be associated to every instance.</p>"
"smithy.api#documentation": "<p>Configuration of requested EBS block device associated with the instance group with\n count of volumes that are associated to every instance.</p>"
}
},
"com.amazonaws.emr#EbsBlockDeviceConfigList": {
Expand Down Expand Up @@ -7936,6 +7936,15 @@
"smithy.api#documentation": "<p> Input to the <a>TerminateJobFlows</a> operation. </p>"
}
},
"com.amazonaws.emr#ThroughputVal": {
"type": "integer",
"traits": {
"smithy.api#box": {},
"smithy.api#range": {
"min": 0
}
}
},
"com.amazonaws.emr#Unit": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -8187,10 +8196,16 @@
"smithy.api#documentation": "<p>The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume\n type is EBS-optimized, the minimum value is 10.</p>",
"smithy.api#required": {}
}
},
"Throughput": {
"target": "com.amazonaws.emr#ThroughputVal",
"traits": {
"smithy.api#documentation": "<p>The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
"smithy.api#documentation": "<p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are\n requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
}
},
"com.amazonaws.emr#WholeNumber": {
Expand Down
Loading

0 comments on commit 3147032

Please sign in to comment.