Skip to content

Commit dbbd846

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 5b5c3f9 commit dbbd846

12 files changed

Lines changed: 13154 additions & 704 deletions

codegen/sdk-codegen/aws-models/appstream.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,20 @@
15461546
"smithy.api#httpError": 400
15471547
}
15481548
},
1549+
"com.amazonaws.appstream#ContentRedirection": {
1550+
"type": "structure",
1551+
"members": {
1552+
"HostToClient": {
1553+
"target": "com.amazonaws.appstream#UrlRedirectionConfig",
1554+
"traits": {
1555+
"smithy.api#documentation": "<p>Configuration for redirecting URLs from the remote desktop to the local client browser.</p>"
1556+
}
1557+
}
1558+
},
1559+
"traits": {
1560+
"smithy.api#documentation": "<p>Configuration for bidirectional URL redirection between the streaming session and the local client. Use HostToClient to redirect URLs from the remote desktop to the local browser.</p>"
1561+
}
1562+
},
15491563
"com.amazonaws.appstream#CopyImage": {
15501564
"type": "operation",
15511565
"input": {
@@ -3007,6 +3021,9 @@
30073021
"traits": {
30083022
"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>"
30093023
}
3024+
},
3025+
"ContentRedirection": {
3026+
"target": "com.amazonaws.appstream#ContentRedirection"
30103027
}
30113028
},
30123029
"traits": {
@@ -9959,6 +9976,12 @@
99599976
"traits": {
99609977
"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>"
99619978
}
9979+
},
9980+
"ContentRedirection": {
9981+
"target": "com.amazonaws.appstream#ContentRedirection",
9982+
"traits": {
9983+
"smithy.api#documentation": "<p>Configuration for bidirectional URL redirection between the streaming session and the local client. Use HostToClient to redirect URLs from the remote desktop to the local browser.</p>"
9984+
}
99629985
}
99639986
},
99649987
"traits": {
@@ -10039,6 +10062,12 @@
1003910062
"traits": {
1004010063
"smithy.api#enumValue": "STREAMING_EXPERIENCE_SETTINGS"
1004110064
}
10065+
},
10066+
"CONTENT_REDIRECTION": {
10067+
"target": "smithy.api#Unit",
10068+
"traits": {
10069+
"smithy.api#enumValue": "CONTENT_REDIRECTION"
10070+
}
1004210071
}
1004310072
}
1004410073
},
@@ -11869,6 +11898,57 @@
1186911898
"smithy.api#output": {}
1187011899
}
1187111900
},
11901+
"com.amazonaws.appstream#UrlPattern": {
11902+
"type": "string",
11903+
"traits": {
11904+
"smithy.api#documentation": "<p>A glob pattern using wildcards (* for zero or more characters, ? for exactly one character) to match URLs for redirection rules. Patterns do not include a protocol prefix; HTTPS is enforced automatically. Valid examples: *, *.example.com, github.com/myorg/*, api?.example.com Invalid examples: https://example.com (no protocol), empty string</p>",
11905+
"smithy.api#length": {
11906+
"min": 1,
11907+
"max": 2048
11908+
},
11909+
"smithy.api#pattern": "^(\\*|https?://[^\\s,;]+)$"
11910+
}
11911+
},
11912+
"com.amazonaws.appstream#UrlPatternList": {
11913+
"type": "list",
11914+
"member": {
11915+
"target": "com.amazonaws.appstream#UrlPattern"
11916+
},
11917+
"traits": {
11918+
"smithy.api#length": {
11919+
"min": 0,
11920+
"max": 100
11921+
}
11922+
}
11923+
},
11924+
"com.amazonaws.appstream#UrlRedirectionConfig": {
11925+
"type": "structure",
11926+
"members": {
11927+
"Enabled": {
11928+
"target": "com.amazonaws.appstream#BooleanObject",
11929+
"traits": {
11930+
"smithy.api#clientOptional": {},
11931+
"smithy.api#documentation": "<p>Whether URL redirection is enabled for this direction.</p>",
11932+
"smithy.api#required": {}
11933+
}
11934+
},
11935+
"AllowedUrls": {
11936+
"target": "com.amazonaws.appstream#UrlPatternList",
11937+
"traits": {
11938+
"smithy.api#documentation": "<p>List of URL patterns that are allowed to be redirected. URLs matching these patterns will be redirected unless they also match a pattern in the denied list.</p>"
11939+
}
11940+
},
11941+
"DeniedUrls": {
11942+
"target": "com.amazonaws.appstream#UrlPatternList",
11943+
"traits": {
11944+
"smithy.api#documentation": "<p>List of URL patterns that are denied from redirection. This list takes precedence over the allowed list.</p>"
11945+
}
11946+
}
11947+
},
11948+
"traits": {
11949+
"smithy.api#documentation": "<p>Configuration for URL redirection in a specific direction (host-to-client or client-to-host). When enabled, URLs matching the allowed or denied patterns are redirected accordingly. The denied list takes precedence over the allowed list.</p>"
11950+
}
11951+
},
1187211952
"com.amazonaws.appstream#UsageReportExecutionErrorCode": {
1187311953
"type": "enum",
1187411954
"members": {

codegen/sdk-codegen/aws-models/auto-scaling.json

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

0 commit comments

Comments
 (0)