aws-sdk-core 2.11.191 → 2.11.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87854c22fe6baee34b0780869fb63a687e6b5491
4
- data.tar.gz: bd924d6ff3e40be3f111038aaa8e175805b7f446
3
+ metadata.gz: 1e10488f3ac959121dc2db8569bf8b167b01ce61
4
+ data.tar.gz: 788ea6739d16e4c287c96235168aa4f00a0654bc
5
5
  SHA512:
6
- metadata.gz: bebb4c4fc9bc008a74d1f1fc4d2e168f4ea232021ea8fc1db63f3894af2d25240c250942b8025d42f08e11aaa02f86abf92b85ffbecf2eb5397b2358501325b3
7
- data.tar.gz: 88e26878d11bc3c738e3f5bcda2dc06d4e49fff726fab54f57a86d74367a4312cdda1e73067af16afe913e5076e08143285be2f7f2d00b3ca85353a2f3025317
6
+ metadata.gz: 102bc599035d0e2188a90cfd423d7e51ca11c72de7ba84ad48d7b4c64201d87b8e4dd15e0e6f1ac6a859c52f220f44a914653f8eacd0079ae68c562a599c5055
7
+ data.tar.gz: 7375e522083376603fbde40807d05871bb3114e97c678d5850baa5c7187c53dee241ba34af0e99f370b5e3df831c3002c0363954d58d9c51bdf177ad61b08526
@@ -74,7 +74,20 @@
74
74
  "output":{"shape":"AssociateSkillWithSkillGroupResponse"},
75
75
  "errors":[
76
76
  {"shape":"ConcurrentModificationException"},
77
- {"shape":"NotFoundException"}
77
+ {"shape":"NotFoundException"},
78
+ {"shape":"SkillNotLinkedException"}
79
+ ]
80
+ },
81
+ "AssociateSkillWithUsers":{
82
+ "name":"AssociateSkillWithUsers",
83
+ "http":{
84
+ "method":"POST",
85
+ "requestUri":"/"
86
+ },
87
+ "input":{"shape":"AssociateSkillWithUsersRequest"},
88
+ "output":{"shape":"AssociateSkillWithUsersResponse"},
89
+ "errors":[
90
+ {"shape":"ConcurrentModificationException"}
78
91
  ]
79
92
  },
80
93
  "CreateAddressBook":{
@@ -359,6 +372,18 @@
359
372
  {"shape":"NotFoundException"}
360
373
  ]
361
374
  },
375
+ "DisassociateSkillFromUsers":{
376
+ "name":"DisassociateSkillFromUsers",
377
+ "http":{
378
+ "method":"POST",
379
+ "requestUri":"/"
380
+ },
381
+ "input":{"shape":"DisassociateSkillFromUsersRequest"},
382
+ "output":{"shape":"DisassociateSkillFromUsersResponse"},
383
+ "errors":[
384
+ {"shape":"ConcurrentModificationException"}
385
+ ]
386
+ },
362
387
  "DisassociateSkillGroupFromRoom":{
363
388
  "name":"DisassociateSkillGroupFromRoom",
364
389
  "http":{
@@ -1015,6 +1040,19 @@
1015
1040
  "members":{
1016
1041
  }
1017
1042
  },
1043
+ "AssociateSkillWithUsersRequest":{
1044
+ "type":"structure",
1045
+ "required":["SkillId"],
1046
+ "members":{
1047
+ "OrganizationArn":{"shape":"Arn"},
1048
+ "SkillId":{"shape":"SkillId"}
1049
+ }
1050
+ },
1051
+ "AssociateSkillWithUsersResponse":{
1052
+ "type":"structure",
1053
+ "members":{
1054
+ }
1055
+ },
1018
1056
  "AuthorizationResult":{
1019
1057
  "type":"map",
1020
1058
  "key":{"shape":"Key"},
@@ -1720,6 +1758,19 @@
1720
1758
  "members":{
1721
1759
  }
1722
1760
  },
1761
+ "DisassociateSkillFromUsersRequest":{
1762
+ "type":"structure",
1763
+ "required":["SkillId"],
1764
+ "members":{
1765
+ "OrganizationArn":{"shape":"Arn"},
1766
+ "SkillId":{"shape":"SkillId"}
1767
+ }
1768
+ },
1769
+ "DisassociateSkillFromUsersResponse":{
1770
+ "type":"structure",
1771
+ "members":{
1772
+ }
1773
+ },
1723
1774
  "DisassociateSkillGroupFromRoomRequest":{
1724
1775
  "type":"structure",
1725
1776
  "members":{
@@ -2652,6 +2703,13 @@
2652
2703
  "min":1,
2653
2704
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
2654
2705
  },
2706
+ "SkillNotLinkedException":{
2707
+ "type":"structure",
2708
+ "members":{
2709
+ "Message":{"shape":"ErrorMessage"}
2710
+ },
2711
+ "exception":true
2712
+ },
2655
2713
  "SkillStoreType":{"type":"string"},
2656
2714
  "SkillSummary":{
2657
2715
  "type":"structure",
@@ -1530,6 +1530,12 @@
1530
1530
  },
1531
1531
  "neptune" : {
1532
1532
  "endpoints" : {
1533
+ "ap-southeast-1" : {
1534
+ "credentialScope" : {
1535
+ "region" : "ap-southeast-1"
1536
+ },
1537
+ "hostname" : "rds.ap-southeast-1.amazonaws.com"
1538
+ },
1533
1539
  "eu-central-1" : {
1534
1540
  "credentialScope" : {
1535
1541
  "region" : "eu-central-1"
@@ -2148,7 +2154,7 @@
2148
2154
  "shield" : {
2149
2155
  "defaults" : {
2150
2156
  "protocols" : [ "https" ],
2151
- "sslCommonName" : "Shield.us-east-1.amazonaws.com"
2157
+ "sslCommonName" : "shield.us-east-1.amazonaws.com"
2152
2158
  },
2153
2159
  "endpoints" : {
2154
2160
  "us-east-1" : { }
@@ -2297,6 +2303,8 @@
2297
2303
  "eu-north-1" : { },
2298
2304
  "eu-west-1" : { },
2299
2305
  "eu-west-2" : { },
2306
+ "eu-west-3" : { },
2307
+ "sa-east-1" : { },
2300
2308
  "us-east-1" : { },
2301
2309
  "us-east-2" : { },
2302
2310
  "us-west-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.191'
2
+ VERSION = '2.11.192'
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.191
4
+ version: 2.11.192
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: 2018-12-13 00:00:00.000000000 Z
11
+ date: 2018-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath