Skip to content

Commit 90ded54

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6922559 commit 90ded54

File tree

9 files changed

+262
-99
lines changed

9 files changed

+262
-99
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AlexaForBusiness - Updated the API, and documentation for Alexa For Business.
5+
6+
* Feature - Aws::AppStream - Updated the API, and documentation for Amazon AppStream.
7+
8+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
9+
10+
* Feature - Aws::Transfer - Updated the API, and documentation for AWS Transfer for SFTP.
11+
412
2.11.336 (2019-08-19)
513
------------------
614

aws-sdk-core/apis/alexaforbusiness/2017-11-09/api-2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,7 @@
17111711
"DistanceUnit":{"shape":"DistanceUnit"},
17121712
"TemperatureUnit":{"shape":"TemperatureUnit"},
17131713
"WakeWord":{"shape":"WakeWord"},
1714+
"Locale":{"shape":"DeviceLocale"},
17141715
"ClientRequestToken":{
17151716
"shape":"ClientRequestToken",
17161717
"idempotencyToken":true
@@ -2044,6 +2045,11 @@
20442045
]
20452046
},
20462047
"DeviceEventValue":{"type":"string"},
2048+
"DeviceLocale":{
2049+
"type":"string",
2050+
"max":256,
2051+
"min":1
2052+
},
20472053
"DeviceName":{
20482054
"type":"string",
20492055
"max":100,
@@ -2204,7 +2210,7 @@
22042210
"type":"string",
22052211
"max":128,
22062212
"min":1,
2207-
"pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})"
2213+
"pattern":"([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})"
22082214
},
22092215
"EnablementType":{
22102216
"type":"string",
@@ -2948,6 +2954,7 @@
29482954
"DistanceUnit":{"shape":"DistanceUnit"},
29492955
"TemperatureUnit":{"shape":"TemperatureUnit"},
29502956
"WakeWord":{"shape":"WakeWord"},
2957+
"Locale":{"shape":"DeviceLocale"},
29512958
"SetupModeDisabled":{"shape":"Boolean"},
29522959
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
29532960
"PSTNEnabled":{"shape":"Boolean"},
@@ -2964,7 +2971,8 @@
29642971
"Timezone":{"shape":"Timezone"},
29652972
"DistanceUnit":{"shape":"DistanceUnit"},
29662973
"TemperatureUnit":{"shape":"TemperatureUnit"},
2967-
"WakeWord":{"shape":"WakeWord"}
2974+
"WakeWord":{"shape":"WakeWord"},
2975+
"Locale":{"shape":"DeviceLocale"}
29682976
}
29692977
},
29702978
"ProfileDataList":{
@@ -3894,6 +3902,7 @@
38943902
"DistanceUnit":{"shape":"DistanceUnit"},
38953903
"TemperatureUnit":{"shape":"TemperatureUnit"},
38963904
"WakeWord":{"shape":"WakeWord"},
3905+
"Locale":{"shape":"DeviceLocale"},
38973906
"SetupModeDisabled":{"shape":"Boolean"},
38983907
"MaxVolumeLimit":{"shape":"MaxVolumeLimit"},
38993908
"PSTNEnabled":{"shape":"Boolean"}

aws-sdk-core/apis/alexaforbusiness/2017-11-09/docs-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"DeleteConferenceProvider": "<p>Deletes a conference provider.</p>",
2525
"DeleteContact": "<p>Deletes a contact by the contact ARN.</p>",
2626
"DeleteDevice": "<p>Removes a device from Alexa For Business.</p>",
27-
"DeleteDeviceUsageData": "<p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.</p> <p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data. This action can be called once every 24 hours for a specific shared device. </p>",
27+
"DeleteDeviceUsageData": "<p>When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device.</p>",
2828
"DeleteGatewayGroup": "<p>Deletes a gateway group.</p>",
2929
"DeleteNetworkProfile": "<p>Deletes a network profile by the network profile ARN.</p>",
3030
"DeleteProfile": "<p>Deletes a room profile by the profile ARN.</p>",
@@ -982,6 +982,15 @@
982982
"DeviceEvent$Value": "<p>The value of the event.</p>"
983983
}
984984
},
985+
"DeviceLocale": {
986+
"base": null,
987+
"refs": {
988+
"CreateProfileRequest$Locale": "<p>The locale of the room profile.</p>",
989+
"Profile$Locale": "<p>The locale of a room profile.</p>",
990+
"ProfileData$Locale": "<p>The locale of a room profile.</p>",
991+
"UpdateProfileRequest$Locale": "<p>The updated locale for the room profile.</p>"
992+
}
993+
},
985994
"DeviceName": {
986995
"base": null,
987996
"refs": {

aws-sdk-core/apis/appstream/2016-12-01/api-2.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@
521521
{"shape":"OperationNotPermittedException"},
522522
{"shape":"LimitExceededException"},
523523
{"shape":"InvalidAccountStatusException"},
524-
{"shape":"ConcurrentModificationException"}
524+
{"shape":"ConcurrentModificationException"},
525+
{"shape":"ResourceNotAvailableException"}
525526
]
526527
},
527528
"StartImageBuilder":{
@@ -664,6 +665,24 @@
664665
}
665666
},
666667
"shapes":{
668+
"AccessEndpoint":{
669+
"type":"structure",
670+
"required":["EndpointType"],
671+
"members":{
672+
"EndpointType":{"shape":"AccessEndpointType"},
673+
"VpceId":{"shape":"String"}
674+
}
675+
},
676+
"AccessEndpointList":{
677+
"type":"list",
678+
"member":{"shape":"AccessEndpoint"},
679+
"max":4,
680+
"min":1
681+
},
682+
"AccessEndpointType":{
683+
"type":"string",
684+
"enum":["STREAMING"]
685+
},
667686
"AccountName":{
668687
"type":"string",
669688
"min":1,
@@ -903,7 +922,8 @@
903922
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
904923
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
905924
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
906-
"Tags":{"shape":"Tags"}
925+
"Tags":{"shape":"Tags"},
926+
"AccessEndpoints":{"shape":"AccessEndpointList"}
907927
}
908928
},
909929
"CreateImageBuilderResult":{
@@ -939,7 +959,8 @@
939959
"FeedbackURL":{"shape":"FeedbackURL"},
940960
"UserSettings":{"shape":"UserSettingList"},
941961
"ApplicationSettings":{"shape":"ApplicationSettings"},
942-
"Tags":{"shape":"Tags"}
962+
"Tags":{"shape":"Tags"},
963+
"AccessEndpoints":{"shape":"AccessEndpointList"}
943964
}
944965
},
945966
"CreateStackResult":{
@@ -1440,6 +1461,7 @@
14401461
"NETWORK_INTERFACE_LIMIT_EXCEEDED",
14411462
"INTERNAL_SERVICE_ERROR",
14421463
"IAM_SERVICE_ROLE_IS_MISSING",
1464+
"STS_DISABLED_IN_REGION",
14431465
"SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
14441466
"IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
14451467
"SUBNET_NOT_FOUND",
@@ -1527,7 +1549,8 @@
15271549
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
15281550
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
15291551
"ImageBuilderErrors":{"shape":"ResourceErrors"},
1530-
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1552+
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
1553+
"AccessEndpoints":{"shape":"AccessEndpointList"}
15311554
}
15321555
},
15331556
"ImageBuilderList":{
@@ -1891,7 +1914,8 @@
18911914
"FeedbackURL":{"shape":"FeedbackURL"},
18921915
"StackErrors":{"shape":"StackErrors"},
18931916
"UserSettings":{"shape":"UserSettingList"},
1894-
"ApplicationSettings":{"shape":"ApplicationSettingsResponse"}
1917+
"ApplicationSettings":{"shape":"ApplicationSettingsResponse"},
1918+
"AccessEndpoints":{"shape":"AccessEndpointList"}
18951919
}
18961920
},
18971921
"StackAttribute":{
@@ -1904,7 +1928,8 @@
19041928
"REDIRECT_URL",
19051929
"FEEDBACK_URL",
19061930
"THEME_NAME",
1907-
"USER_SETTINGS"
1931+
"USER_SETTINGS",
1932+
"ACCESS_ENDPOINTS"
19081933
]
19091934
},
19101935
"StackAttributes":{
@@ -2159,7 +2184,8 @@
21592184
"FeedbackURL":{"shape":"FeedbackURL"},
21602185
"AttributesToDelete":{"shape":"StackAttributes"},
21612186
"UserSettings":{"shape":"UserSettingList"},
2162-
"ApplicationSettings":{"shape":"ApplicationSettings"}
2187+
"ApplicationSettings":{"shape":"ApplicationSettings"},
2188+
"AccessEndpoints":{"shape":"AccessEndpointList"}
21632189
}
21642190
},
21652191
"UpdateStackResult":{

0 commit comments

Comments
 (0)