aws-sdk-core 2.11.266 → 2.11.267

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96549e6757c921adcd0cc2bba3be3e2531c77873
4
- data.tar.gz: 45becaf2eb2a53d76b7cfd2d581ba39ca83362d3
3
+ metadata.gz: 2d51bdd052351207949d91c9c6bb49a6b313aa40
4
+ data.tar.gz: 4dae0259af808edec37a5f5fd1ec5f6117a1c877
5
5
  SHA512:
6
- metadata.gz: 3602ac6228dd30b24bcf5ea4bf434586e1891d06566de1bea93e799999234c3229df73273139f3be327bfe2f2e81a42d8ee128b0403e72cc3897705c45cd469f
7
- data.tar.gz: ba431d45a204fe4ecdcae754b1a18c71356a80f4680f22cd15ea8023d455d2ee3a4e82eb42351fb321620426edc64aff1398cbe0c31ad6f0fc361f085f81e7b9
6
+ metadata.gz: c66aceb541c796be97f5b25858dd5bd3547b123f66679615ec1973e4e0a5110295266b9dba25c71ca8ee0a25972dc4ebdf36115b5cd35bd9dd90e07e58287155
7
+ data.tar.gz: 54b008d2a9a5d79e185454b6aec977f1e7013a97e7efe0b954c18d303a17be92833087fc1da657d611b87101681bf1827b91cb8b08a0db6321875ee56686f4a7
@@ -843,6 +843,19 @@
843
843
  "input":{"shape":"SearchUsersRequest"},
844
844
  "output":{"shape":"SearchUsersResponse"}
845
845
  },
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
+ },
846
859
  "SendInvitation":{
847
860
  "name":"SendInvitation",
848
861
  "http":{
@@ -1172,6 +1185,28 @@
1172
1185
  "members":{
1173
1186
  }
1174
1187
  },
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
+ },
1175
1210
  "AuthorizationResult":{
1176
1211
  "type":"map",
1177
1212
  "key":{"shape":"Key"},
@@ -1190,7 +1225,7 @@
1190
1225
  "Status":{"shape":"BusinessReportStatus"},
1191
1226
  "FailureCode":{"shape":"BusinessReportFailureCode"},
1192
1227
  "S3Location":{"shape":"BusinessReportS3Location"},
1193
- "DeliveryTime":{"shape":"Timestamp"},
1228
+ "DeliveryTime":{"shape":"BusinessReportDeliveryTime"},
1194
1229
  "DownloadUrl":{"shape":"BusinessReportDownloadUrl"}
1195
1230
  }
1196
1231
  },
@@ -1200,6 +1235,7 @@
1200
1235
  "Interval":{"shape":"BusinessReportInterval"}
1201
1236
  }
1202
1237
  },
1238
+ "BusinessReportDeliveryTime":{"type":"timestamp"},
1203
1239
  "BusinessReportDownloadUrl":{"type":"string"},
1204
1240
  "BusinessReportFailureCode":{
1205
1241
  "type":"string",
@@ -1388,6 +1424,14 @@
1388
1424
  "min":1,
1389
1425
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1390
1426
  },
1427
+ "Content":{
1428
+ "type":"structure",
1429
+ "members":{
1430
+ "TextList":{"shape":"TextList"},
1431
+ "SsmlList":{"shape":"SsmlList"},
1432
+ "AudioList":{"shape":"AudioList"}
1433
+ }
1434
+ },
1391
1435
  "CountryCode":{
1392
1436
  "type":"string",
1393
1437
  "pattern":"\\d{1,3}"
@@ -1797,13 +1841,14 @@
1797
1841
  "members":{
1798
1842
  "Type":{"shape":"DeviceEventType"},
1799
1843
  "Value":{"shape":"DeviceEventValue"},
1800
- "Timestamp":{"shape":"Timestamp"}
1844
+ "Timestamp":{"shape":"DeviceEventTime"}
1801
1845
  }
1802
1846
  },
1803
1847
  "DeviceEventList":{
1804
1848
  "type":"list",
1805
1849
  "member":{"shape":"DeviceEvent"}
1806
1850
  },
1851
+ "DeviceEventTime":{"type":"timestamp"},
1807
1852
  "DeviceEventType":{
1808
1853
  "type":"string",
1809
1854
  "enum":[
@@ -2476,6 +2521,10 @@
2476
2521
  "NextToken":{"shape":"NextToken"}
2477
2522
  }
2478
2523
  },
2524
+ "Locale":{
2525
+ "type":"string",
2526
+ "enum":["en-US"]
2527
+ },
2479
2528
  "MacAddress":{"type":"string"},
2480
2529
  "MaxResults":{
2481
2530
  "type":"integer",
@@ -2947,6 +2996,29 @@
2947
2996
  "TotalCount":{"shape":"TotalCount"}
2948
2997
  }
2949
2998
  },
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
+ },
2950
3022
  "SendInvitationRequest":{
2951
3023
  "type":"structure",
2952
3024
  "members":{
@@ -3128,6 +3200,28 @@
3128
3200
  "DESC"
3129
3201
  ]
3130
3202
  },
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
+ },
3131
3225
  "StartDeviceSyncRequest":{
3132
3226
  "type":"structure",
3133
3227
  "required":["Features"],
@@ -3208,7 +3302,33 @@
3208
3302
  "CELSIUS"
3209
3303
  ]
3210
3304
  },
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
+ },
3212
3332
  "Timezone":{
3213
3333
  "type":"string",
3214
3334
  "max":100,
@@ -811,6 +811,7 @@
811
811
  "INVALID_CREDENTIALS",
812
812
  "CLUSTER_NOT_FOUND",
813
813
  "NETWORK_ERRORS",
814
+ "INTERNAL_ERROR",
814
815
  "INSUFFICIENT_CLOUDHSM_HSMS",
815
816
  "USER_LOCKED_OUT"
816
817
  ]
@@ -1152,6 +1152,7 @@
1152
1152
  "ap-northeast-2" : { },
1153
1153
  "ap-southeast-1" : { },
1154
1154
  "ap-southeast-2" : { },
1155
+ "ca-central-1" : { },
1155
1156
  "eu-central-1" : { },
1156
1157
  "eu-west-1" : { },
1157
1158
  "eu-west-2" : { },
@@ -1847,6 +1848,12 @@
1847
1848
  },
1848
1849
  "hostname" : "rds.ap-northeast-1.amazonaws.com"
1849
1850
  },
1851
+ "ap-northeast-2" : {
1852
+ "credentialScope" : {
1853
+ "region" : "ap-northeast-2"
1854
+ },
1855
+ "hostname" : "rds.ap-northeast-2.amazonaws.com"
1856
+ },
1850
1857
  "ap-south-1" : {
1851
1858
  "credentialScope" : {
1852
1859
  "region" : "ap-south-1"
@@ -3573,6 +3580,7 @@
3573
3580
  },
3574
3581
  "ds" : {
3575
3582
  "endpoints" : {
3583
+ "us-gov-east-1" : { },
3576
3584
  "us-gov-west-1" : { }
3577
3585
  }
3578
3586
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.266'
2
+ VERSION = '2.11.267'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.266
4
+ version: 2.11.267
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-01 00:00:00.000000000 Z
11
+ date: 2019-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath