aws-sdk-core 2.11.230 → 2.11.231

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: 2aef4360cadaec460c2702602837e39cfdb437c1
4
- data.tar.gz: f15dba01d1000de6cfabbfc14933e98ed2ec181d
3
+ metadata.gz: 1d93ef3f1cd330258f4676294efb6f4ce71f9705
4
+ data.tar.gz: 69cffb9435bb299c4320574b525cd32e208d3eb7
5
5
  SHA512:
6
- metadata.gz: df788e00901a07486e49a52a0cccab83750c1f6ba0fa764c6070e9b931084a388c79d7b47980831872872f92f90ce42503c93b09b8bd09666301504d87cb7a2e
7
- data.tar.gz: e3e74274813406789fea91270b1248155db60f4e6e17749baaca9673a26f879423f961d2e4e0a2fb0996edd0942b5c0535db00f7b3e339a03aabff412840f781
6
+ metadata.gz: d97ccae1c44abd01966e5ea1c323ad58b6a99cf340ac369fbeb6e220863021f0ac7d630bbeae11a75ff73717d827376da306cda13aa22dee0a143bbab95bd672
7
+ data.tar.gz: 925034fb0c112ad00b40cb82f9d9bb3e7ae9375b1119bc81bf95ed3a8731c0a8547df54891b9cba1f8309d71c080c6a57dd1e9fb395da0dbed52b3b2d02d4dd5
@@ -87,7 +87,8 @@
87
87
  "input":{"shape":"AssociateSkillWithUsersRequest"},
88
88
  "output":{"shape":"AssociateSkillWithUsersResponse"},
89
89
  "errors":[
90
- {"shape":"ConcurrentModificationException"}
90
+ {"shape":"ConcurrentModificationException"},
91
+ {"shape":"NotFoundException"}
91
92
  ]
92
93
  },
93
94
  "CreateAddressBook":{
@@ -381,7 +382,8 @@
381
382
  "input":{"shape":"DisassociateSkillFromUsersRequest"},
382
383
  "output":{"shape":"DisassociateSkillFromUsersResponse"},
383
384
  "errors":[
384
- {"shape":"ConcurrentModificationException"}
385
+ {"shape":"ConcurrentModificationException"},
386
+ {"shape":"NotFoundException"}
385
387
  ]
386
388
  },
387
389
  "DisassociateSkillGroupFromRoom":{
@@ -468,6 +470,18 @@
468
470
  {"shape":"NotFoundException"}
469
471
  ]
470
472
  },
473
+ "GetInvitationConfiguration":{
474
+ "name":"GetInvitationConfiguration",
475
+ "http":{
476
+ "method":"POST",
477
+ "requestUri":"/"
478
+ },
479
+ "input":{"shape":"GetInvitationConfigurationRequest"},
480
+ "output":{"shape":"GetInvitationConfigurationResponse"},
481
+ "errors":[
482
+ {"shape":"NotFoundException"}
483
+ ]
484
+ },
471
485
  "GetProfile":{
472
486
  "name":"GetProfile",
473
487
  "http":{
@@ -609,6 +623,19 @@
609
623
  {"shape":"NotFoundException"}
610
624
  ]
611
625
  },
626
+ "PutInvitationConfiguration":{
627
+ "name":"PutInvitationConfiguration",
628
+ "http":{
629
+ "method":"POST",
630
+ "requestUri":"/"
631
+ },
632
+ "input":{"shape":"PutInvitationConfigurationRequest"},
633
+ "output":{"shape":"PutInvitationConfigurationResponse"},
634
+ "errors":[
635
+ {"shape":"NotFoundException"},
636
+ {"shape":"ConcurrentModificationException"}
637
+ ]
638
+ },
612
639
  "PutRoomSkillParameter":{
613
640
  "name":"PutRoomSkillParameter",
614
641
  "http":{
@@ -1044,7 +1071,6 @@
1044
1071
  "type":"structure",
1045
1072
  "required":["SkillId"],
1046
1073
  "members":{
1047
- "OrganizationArn":{"shape":"Arn"},
1048
1074
  "SkillId":{"shape":"SkillId"}
1049
1075
  }
1050
1076
  },
@@ -1762,7 +1788,6 @@
1762
1788
  "type":"structure",
1763
1789
  "required":["SkillId"],
1764
1790
  "members":{
1765
- "OrganizationArn":{"shape":"Arn"},
1766
1791
  "SkillId":{"shape":"SkillId"}
1767
1792
  }
1768
1793
  },
@@ -1962,6 +1987,19 @@
1962
1987
  "Device":{"shape":"Device"}
1963
1988
  }
1964
1989
  },
1990
+ "GetInvitationConfigurationRequest":{
1991
+ "type":"structure",
1992
+ "members":{
1993
+ }
1994
+ },
1995
+ "GetInvitationConfigurationResponse":{
1996
+ "type":"structure",
1997
+ "members":{
1998
+ "OrganizationName":{"shape":"OrganizationName"},
1999
+ "ContactEmail":{"shape":"Email"},
2000
+ "PrivateSkillIds":{"shape":"ShortSkillIdList"}
2001
+ }
2002
+ },
1965
2003
  "GetProfileRequest":{
1966
2004
  "type":"structure",
1967
2005
  "members":{
@@ -2232,6 +2270,12 @@
2232
2270
  "max":2,
2233
2271
  "min":1
2234
2272
  },
2273
+ "OrganizationName":{
2274
+ "type":"string",
2275
+ "max":100,
2276
+ "min":1,
2277
+ "pattern":"([A-Za-z\\-' 0-9._]|\\p{IsLetter})*"
2278
+ },
2235
2279
  "OutboundPhoneNumber":{
2236
2280
  "type":"string",
2237
2281
  "pattern":"\\d{10}"
@@ -2314,6 +2358,20 @@
2314
2358
  "members":{
2315
2359
  }
2316
2360
  },
2361
+ "PutInvitationConfigurationRequest":{
2362
+ "type":"structure",
2363
+ "required":["OrganizationName"],
2364
+ "members":{
2365
+ "OrganizationName":{"shape":"OrganizationName"},
2366
+ "ContactEmail":{"shape":"Email"},
2367
+ "PrivateSkillIds":{"shape":"ShortSkillIdList"}
2368
+ }
2369
+ },
2370
+ "PutInvitationConfigurationResponse":{
2371
+ "type":"structure",
2372
+ "members":{
2373
+ }
2374
+ },
2317
2375
  "PutRoomSkillParameterRequest":{
2318
2376
  "type":"structure",
2319
2377
  "required":[
@@ -2641,6 +2699,12 @@
2641
2699
  }
2642
2700
  },
2643
2701
  "ShortDescription":{"type":"string"},
2702
+ "ShortSkillIdList":{
2703
+ "type":"list",
2704
+ "member":{"shape":"SkillId"},
2705
+ "max":3,
2706
+ "min":0
2707
+ },
2644
2708
  "SkillDetails":{
2645
2709
  "type":"structure",
2646
2710
  "members":{
@@ -1243,6 +1243,19 @@
1243
1243
  },
1244
1244
  "required" : [ "Stage", "ApiId" ]
1245
1245
  },
1246
+ "ApiMappings" : {
1247
+ "type" : "structure",
1248
+ "members" : {
1249
+ "Items" : {
1250
+ "shape" : "__listOfApiMapping",
1251
+ "locationName" : "items"
1252
+ },
1253
+ "NextToken" : {
1254
+ "shape" : "NextToken",
1255
+ "locationName" : "nextToken"
1256
+ }
1257
+ }
1258
+ },
1246
1259
  "Apis" : {
1247
1260
  "type" : "structure",
1248
1261
  "members" : {
@@ -1820,7 +1833,8 @@
1820
1833
  "shape" : "IntegerWithLengthBetween50And29000",
1821
1834
  "locationName" : "timeoutInMillis"
1822
1835
  }
1823
- }
1836
+ },
1837
+ "required" : [ "IntegrationType" ]
1824
1838
  },
1825
1839
  "CreateIntegrationRequest" : {
1826
1840
  "type" : "structure",
@@ -1883,7 +1897,7 @@
1883
1897
  "locationName" : "timeoutInMillis"
1884
1898
  }
1885
1899
  },
1886
- "required" : [ "ApiId" ]
1900
+ "required" : [ "ApiId", "IntegrationType" ]
1887
1901
  },
1888
1902
  "CreateIntegrationResult" : {
1889
1903
  "type" : "structure",
@@ -2061,7 +2075,7 @@
2061
2075
  "locationName" : "schema"
2062
2076
  }
2063
2077
  },
2064
- "required" : [ "Name" ]
2078
+ "required" : [ "Schema", "Name" ]
2065
2079
  },
2066
2080
  "CreateModelRequest" : {
2067
2081
  "type" : "structure",
@@ -2088,7 +2102,7 @@
2088
2102
  "locationName" : "schema"
2089
2103
  }
2090
2104
  },
2091
- "required" : [ "ApiId", "Name" ]
2105
+ "required" : [ "ApiId", "Schema", "Name" ]
2092
2106
  },
2093
2107
  "CreateModelResponse" : {
2094
2108
  "type" : "structure",
@@ -2481,11 +2495,6 @@
2481
2495
  "DeleteApiMappingRequest" : {
2482
2496
  "type" : "structure",
2483
2497
  "members" : {
2484
- "ApiId" : {
2485
- "shape" : "__string",
2486
- "location" : "querystring",
2487
- "locationName" : "apiId"
2488
- },
2489
2498
  "ApiMappingId" : {
2490
2499
  "shape" : "__string",
2491
2500
  "location" : "uri",
@@ -2497,7 +2506,7 @@
2497
2506
  "locationName" : "domainName"
2498
2507
  }
2499
2508
  },
2500
- "required" : [ "ApiMappingId", "ApiId", "DomainName" ]
2509
+ "required" : [ "ApiMappingId", "DomainName" ]
2501
2510
  },
2502
2511
  "DeleteApiRequest" : {
2503
2512
  "type" : "structure",
@@ -2774,11 +2783,6 @@
2774
2783
  "GetApiMappingRequest" : {
2775
2784
  "type" : "structure",
2776
2785
  "members" : {
2777
- "ApiId" : {
2778
- "shape" : "__string",
2779
- "location" : "querystring",
2780
- "locationName" : "apiId"
2781
- },
2782
2786
  "ApiMappingId" : {
2783
2787
  "shape" : "__string",
2784
2788
  "location" : "uri",
@@ -2790,7 +2794,7 @@
2790
2794
  "locationName" : "domainName"
2791
2795
  }
2792
2796
  },
2793
- "required" : [ "ApiMappingId", "ApiId", "DomainName" ]
2797
+ "required" : [ "ApiMappingId", "DomainName" ]
2794
2798
  },
2795
2799
  "GetApiMappingResponse" : {
2796
2800
  "type" : "structure",
@@ -2837,21 +2841,13 @@
2837
2841
  "GetApiMappingsResponse" : {
2838
2842
  "type" : "structure",
2839
2843
  "members" : {
2840
- "ApiId" : {
2841
- "shape" : "Id",
2842
- "locationName" : "apiId"
2843
- },
2844
- "ApiMappingId" : {
2845
- "shape" : "Id",
2846
- "locationName" : "apiMappingId"
2847
- },
2848
- "ApiMappingKey" : {
2849
- "shape" : "SelectionKey",
2850
- "locationName" : "apiMappingKey"
2844
+ "Items" : {
2845
+ "shape" : "__listOfApiMapping",
2846
+ "locationName" : "items"
2851
2847
  },
2852
- "Stage" : {
2853
- "shape" : "StringWithLengthBetween1And128",
2854
- "locationName" : "stage"
2848
+ "NextToken" : {
2849
+ "shape" : "NextToken",
2850
+ "locationName" : "nextToken"
2855
2851
  }
2856
2852
  }
2857
2853
  },
@@ -5443,6 +5439,12 @@
5443
5439
  "shape" : "Api"
5444
5440
  }
5445
5441
  },
5442
+ "__listOfApiMapping" : {
5443
+ "type" : "list",
5444
+ "member" : {
5445
+ "shape" : "ApiMapping"
5446
+ }
5447
+ },
5446
5448
  "__listOfAuthorizer" : {
5447
5449
  "type" : "list",
5448
5450
  "member" : {
@@ -1735,7 +1735,7 @@
1735
1735
  "Association":{
1736
1736
  "type":"structure",
1737
1737
  "members":{
1738
- "Name":{"shape":"DocumentName"},
1738
+ "Name":{"shape":"DocumentARN"},
1739
1739
  "InstanceId":{"shape":"InstanceId"},
1740
1740
  "AssociationId":{"shape":"AssociationId"},
1741
1741
  "AssociationVersion":{"shape":"AssociationVersion"},
@@ -1766,7 +1766,7 @@
1766
1766
  "AssociationDescription":{
1767
1767
  "type":"structure",
1768
1768
  "members":{
1769
- "Name":{"shape":"DocumentName"},
1769
+ "Name":{"shape":"DocumentARN"},
1770
1770
  "InstanceId":{"shape":"InstanceId"},
1771
1771
  "AssociationVersion":{"shape":"AssociationVersion"},
1772
1772
  "Date":{"shape":"DateTime"},
@@ -2022,7 +2022,7 @@
2022
2022
  "AssociationId":{"shape":"AssociationId"},
2023
2023
  "AssociationVersion":{"shape":"AssociationVersion"},
2024
2024
  "CreatedDate":{"shape":"DateTime"},
2025
- "Name":{"shape":"DocumentName"},
2025
+ "Name":{"shape":"DocumentARN"},
2026
2026
  "DocumentVersion":{"shape":"DocumentVersion"},
2027
2027
  "Parameters":{"shape":"Parameters"},
2028
2028
  "Targets":{"shape":"Targets"},
@@ -2780,7 +2780,7 @@
2780
2780
  "type":"structure",
2781
2781
  "required":["Name"],
2782
2782
  "members":{
2783
- "Name":{"shape":"DocumentName"},
2783
+ "Name":{"shape":"DocumentARN"},
2784
2784
  "InstanceId":{"shape":"InstanceId"},
2785
2785
  "Parameters":{"shape":"Parameters"},
2786
2786
  "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
@@ -2805,7 +2805,7 @@
2805
2805
  "type":"structure",
2806
2806
  "required":["Name"],
2807
2807
  "members":{
2808
- "Name":{"shape":"DocumentName"},
2808
+ "Name":{"shape":"DocumentARN"},
2809
2809
  "DocumentVersion":{"shape":"DocumentVersion"},
2810
2810
  "InstanceId":{"shape":"InstanceId"},
2811
2811
  "Parameters":{"shape":"Parameters"},
@@ -2958,7 +2958,7 @@
2958
2958
  "DeleteAssociationRequest":{
2959
2959
  "type":"structure",
2960
2960
  "members":{
2961
- "Name":{"shape":"DocumentName"},
2961
+ "Name":{"shape":"DocumentARN"},
2962
2962
  "InstanceId":{"shape":"InstanceId"},
2963
2963
  "AssociationId":{"shape":"AssociationId"}
2964
2964
  }
@@ -3220,7 +3220,7 @@
3220
3220
  "DescribeAssociationRequest":{
3221
3221
  "type":"structure",
3222
3222
  "members":{
3223
- "Name":{"shape":"DocumentName"},
3223
+ "Name":{"shape":"DocumentARN"},
3224
3224
  "InstanceId":{"shape":"InstanceId"},
3225
3225
  "AssociationId":{"shape":"AssociationId"},
3226
3226
  "AssociationVersion":{"shape":"AssociationVersion"}
@@ -4609,7 +4609,7 @@
4609
4609
  "type":"structure",
4610
4610
  "members":{
4611
4611
  "AssociationId":{"shape":"AssociationId"},
4612
- "Name":{"shape":"DocumentName"},
4612
+ "Name":{"shape":"DocumentARN"},
4613
4613
  "DocumentVersion":{"shape":"DocumentVersion"},
4614
4614
  "AssociationVersion":{"shape":"AssociationVersion"},
4615
4615
  "InstanceId":{"shape":"InstanceId"},
@@ -7876,7 +7876,7 @@
7876
7876
  "DocumentVersion":{"shape":"DocumentVersion"},
7877
7877
  "ScheduleExpression":{"shape":"ScheduleExpression"},
7878
7878
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
7879
- "Name":{"shape":"DocumentName"},
7879
+ "Name":{"shape":"DocumentARN"},
7880
7880
  "Targets":{"shape":"Targets"},
7881
7881
  "AssociationName":{"shape":"AssociationName"},
7882
7882
  "AssociationVersion":{"shape":"AssociationVersion"},
@@ -7900,7 +7900,7 @@
7900
7900
  "AssociationStatus"
7901
7901
  ],
7902
7902
  "members":{
7903
- "Name":{"shape":"DocumentName"},
7903
+ "Name":{"shape":"DocumentARN"},
7904
7904
  "InstanceId":{"shape":"InstanceId"},
7905
7905
  "AssociationStatus":{"shape":"AssociationStatus"}
7906
7906
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.230'
2
+ VERSION = '2.11.231'
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.230
4
+ version: 2.11.231
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-02-27 00:00:00.000000000 Z
11
+ date: 2019-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath