Skip to content

Commit b6fca12

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 7ad5dbf commit b6fca12

File tree

6 files changed

+351
-125
lines changed

6 files changed

+351
-125
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::AlexaForBusiness - Updated the API, and documentation for Alexa For Business.
5+
6+
* Feature - Aws::KMS - Updated the API, and documentation for AWS Key Management Service.
7+
48
2.11.266 (2019-05-01)
59
------------------
610

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

Lines changed: 123 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,19 @@
843843
"input":{"shape":"SearchUsersRequest"},
844844
"output":{"shape":"SearchUsersResponse"}
845845
},
846+
"SendAnnouncement":{
847+
"name":"SendAnnouncement",
848+
"http":{
849+
"method":"POST",
850+
"requestUri":"/"
851+
},
852+
"input":{"shape":"SendAnnouncementRequest"},
853+
"output":{"shape":"SendAnnouncementResponse"},
854+
"errors":[
855+
{"shape":"LimitExceededException"},
856+
{"shape":"AlreadyExistsException"}
857+
]
858+
},
846859
"SendInvitation":{
847860
"name":"SendInvitation",
848861
"http":{
@@ -1172,6 +1185,28 @@
11721185
"members":{
11731186
}
11741187
},
1188+
"Audio":{
1189+
"type":"structure",
1190+
"required":[
1191+
"Locale",
1192+
"Location"
1193+
],
1194+
"members":{
1195+
"Locale":{"shape":"Locale"},
1196+
"Location":{"shape":"AudioLocation"}
1197+
}
1198+
},
1199+
"AudioList":{
1200+
"type":"list",
1201+
"member":{"shape":"Audio"},
1202+
"max":1
1203+
},
1204+
"AudioLocation":{
1205+
"type":"string",
1206+
"max":1200,
1207+
"min":0,
1208+
"pattern":"https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/.*"
1209+
},
11751210
"AuthorizationResult":{
11761211
"type":"map",
11771212
"key":{"shape":"Key"},
@@ -1190,7 +1225,7 @@
11901225
"Status":{"shape":"BusinessReportStatus"},
11911226
"FailureCode":{"shape":"BusinessReportFailureCode"},
11921227
"S3Location":{"shape":"BusinessReportS3Location"},
1193-
"DeliveryTime":{"shape":"Timestamp"},
1228+
"DeliveryTime":{"shape":"BusinessReportDeliveryTime"},
11941229
"DownloadUrl":{"shape":"BusinessReportDownloadUrl"}
11951230
}
11961231
},
@@ -1200,6 +1235,7 @@
12001235
"Interval":{"shape":"BusinessReportInterval"}
12011236
}
12021237
},
1238+
"BusinessReportDeliveryTime":{"type":"timestamp"},
12031239
"BusinessReportDownloadUrl":{"type":"string"},
12041240
"BusinessReportFailureCode":{
12051241
"type":"string",
@@ -1388,6 +1424,14 @@
13881424
"min":1,
13891425
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
13901426
},
1427+
"Content":{
1428+
"type":"structure",
1429+
"members":{
1430+
"TextList":{"shape":"TextList"},
1431+
"SsmlList":{"shape":"SsmlList"},
1432+
"AudioList":{"shape":"AudioList"}
1433+
}
1434+
},
13911435
"CountryCode":{
13921436
"type":"string",
13931437
"pattern":"\\d{1,3}"
@@ -1797,13 +1841,14 @@
17971841
"members":{
17981842
"Type":{"shape":"DeviceEventType"},
17991843
"Value":{"shape":"DeviceEventValue"},
1800-
"Timestamp":{"shape":"Timestamp"}
1844+
"Timestamp":{"shape":"DeviceEventTime"}
18011845
}
18021846
},
18031847
"DeviceEventList":{
18041848
"type":"list",
18051849
"member":{"shape":"DeviceEvent"}
18061850
},
1851+
"DeviceEventTime":{"type":"timestamp"},
18071852
"DeviceEventType":{
18081853
"type":"string",
18091854
"enum":[
@@ -2476,6 +2521,10 @@
24762521
"NextToken":{"shape":"NextToken"}
24772522
}
24782523
},
2524+
"Locale":{
2525+
"type":"string",
2526+
"enum":["en-US"]
2527+
},
24792528
"MacAddress":{"type":"string"},
24802529
"MaxResults":{
24812530
"type":"integer",
@@ -2947,6 +2996,29 @@
29472996
"TotalCount":{"shape":"TotalCount"}
29482997
}
29492998
},
2999+
"SendAnnouncementRequest":{
3000+
"type":"structure",
3001+
"required":[
3002+
"RoomFilters",
3003+
"Content",
3004+
"ClientRequestToken"
3005+
],
3006+
"members":{
3007+
"RoomFilters":{"shape":"FilterList"},
3008+
"Content":{"shape":"Content"},
3009+
"TimeToLiveInSeconds":{"shape":"TimeToLiveInSeconds"},
3010+
"ClientRequestToken":{
3011+
"shape":"ClientRequestToken",
3012+
"idempotencyToken":true
3013+
}
3014+
}
3015+
},
3016+
"SendAnnouncementResponse":{
3017+
"type":"structure",
3018+
"members":{
3019+
"AnnouncementArn":{"shape":"Arn"}
3020+
}
3021+
},
29503022
"SendInvitationRequest":{
29513023
"type":"structure",
29523024
"members":{
@@ -3128,6 +3200,28 @@
31283200
"DESC"
31293201
]
31303202
},
3203+
"Ssml":{
3204+
"type":"structure",
3205+
"required":[
3206+
"Locale",
3207+
"Value"
3208+
],
3209+
"members":{
3210+
"Locale":{"shape":"Locale"},
3211+
"Value":{"shape":"SsmlValue"}
3212+
}
3213+
},
3214+
"SsmlList":{
3215+
"type":"list",
3216+
"member":{"shape":"Ssml"},
3217+
"max":1
3218+
},
3219+
"SsmlValue":{
3220+
"type":"string",
3221+
"max":4096,
3222+
"min":0,
3223+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
3224+
},
31313225
"StartDeviceSyncRequest":{
31323226
"type":"structure",
31333227
"required":["Features"],
@@ -3208,7 +3302,33 @@
32083302
"CELSIUS"
32093303
]
32103304
},
3211-
"Timestamp":{"type":"timestamp"},
3305+
"Text":{
3306+
"type":"structure",
3307+
"required":[
3308+
"Locale",
3309+
"Value"
3310+
],
3311+
"members":{
3312+
"Locale":{"shape":"Locale"},
3313+
"Value":{"shape":"TextValue"}
3314+
}
3315+
},
3316+
"TextList":{
3317+
"type":"list",
3318+
"member":{"shape":"Text"},
3319+
"max":1
3320+
},
3321+
"TextValue":{
3322+
"type":"string",
3323+
"max":4096,
3324+
"min":0,
3325+
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
3326+
},
3327+
"TimeToLiveInSeconds":{
3328+
"type":"integer",
3329+
"max":3600,
3330+
"min":1
3331+
},
32123332
"Timezone":{
32133333
"type":"string",
32143334
"max":100,

0 commit comments

Comments
 (0)