aws-sdk-core 2.11.152 → 2.11.153

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: 2c9bd12b91b66748048e70781cbf7565e3b749f7
4
- data.tar.gz: 2cc3667bc3157d6bb5038f83817f2f6110082c3f
3
+ metadata.gz: abc6834e5127df3bc4cd0daea2da5e5793e99026
4
+ data.tar.gz: 829cf2859a529fbc5d1294475075bf01cb58789f
5
5
  SHA512:
6
- metadata.gz: 765e383ba42d9cd67b0fb7c32c0eb40182bd7737e48949c7cc3ec258a85c49efe8b37305d6a1f3795e6d09052e8311b55a5cb013281f667e65030f2533c04ff0
7
- data.tar.gz: c183c987b6410184df6e44d4a10412296e26724f597bcba7d4bcc54e0f97bb9b70e76bdb2a7b81f06f28254d8474abeecfb8d1e4b7aff9f96f2ccf19e4faa7a3
6
+ metadata.gz: 2086a90b2b71e578258f4c84074446c82e4fa432da3aa46a5270e16236bdee44353ec7671e0a243c88e815646473fa613c667655994c59eae9504f3ab9845e01
7
+ data.tar.gz: f01968dad11e49b4d67d5556207f26b69ba7ba2408256c70a94b066963aa813add96ba570b4f139be6f816f60febb925afee78fcd7b5e71461e67b33803dc72a
@@ -30,6 +30,27 @@
30
30
  {"shape":"OperationNotPermittedException"}
31
31
  ]
32
32
  },
33
+ "BatchAssociateUserStack":{
34
+ "name":"BatchAssociateUserStack",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"BatchAssociateUserStackRequest"},
40
+ "output":{"shape":"BatchAssociateUserStackResult"},
41
+ "errors":[
42
+ {"shape":"OperationNotPermittedException"}
43
+ ]
44
+ },
45
+ "BatchDisassociateUserStack":{
46
+ "name":"BatchDisassociateUserStack",
47
+ "http":{
48
+ "method":"POST",
49
+ "requestUri":"/"
50
+ },
51
+ "input":{"shape":"BatchDisassociateUserStackRequest"},
52
+ "output":{"shape":"BatchDisassociateUserStackResult"}
53
+ },
33
54
  "CopyImage":{
34
55
  "name":"CopyImage",
35
56
  "http":{
@@ -149,6 +170,22 @@
149
170
  {"shape":"InvalidParameterCombinationException"}
150
171
  ]
151
172
  },
173
+ "CreateUser":{
174
+ "name":"CreateUser",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"CreateUserRequest"},
180
+ "output":{"shape":"CreateUserResult"},
181
+ "errors":[
182
+ {"shape":"ResourceAlreadyExistsException"},
183
+ {"shape":"InvalidAccountStatusException"},
184
+ {"shape":"InvalidParameterCombinationException"},
185
+ {"shape":"LimitExceededException"},
186
+ {"shape":"OperationNotPermittedException"}
187
+ ]
188
+ },
152
189
  "DeleteDirectoryConfig":{
153
190
  "name":"DeleteDirectoryConfig",
154
191
  "http":{
@@ -232,6 +269,18 @@
232
269
  {"shape":"ConcurrentModificationException"}
233
270
  ]
234
271
  },
272
+ "DeleteUser":{
273
+ "name":"DeleteUser",
274
+ "http":{
275
+ "method":"POST",
276
+ "requestUri":"/"
277
+ },
278
+ "input":{"shape":"DeleteUserRequest"},
279
+ "output":{"shape":"DeleteUserResult"},
280
+ "errors":[
281
+ {"shape":"ResourceNotFoundException"}
282
+ ]
283
+ },
235
284
  "DescribeDirectoryConfigs":{
236
285
  "name":"DescribeDirectoryConfigs",
237
286
  "http":{
@@ -317,6 +366,43 @@
317
366
  {"shape":"ResourceNotFoundException"}
318
367
  ]
319
368
  },
369
+ "DescribeUserStackAssociations":{
370
+ "name":"DescribeUserStackAssociations",
371
+ "http":{
372
+ "method":"POST",
373
+ "requestUri":"/"
374
+ },
375
+ "input":{"shape":"DescribeUserStackAssociationsRequest"},
376
+ "output":{"shape":"DescribeUserStackAssociationsResult"},
377
+ "errors":[
378
+ {"shape":"InvalidParameterCombinationException"}
379
+ ]
380
+ },
381
+ "DescribeUsers":{
382
+ "name":"DescribeUsers",
383
+ "http":{
384
+ "method":"POST",
385
+ "requestUri":"/"
386
+ },
387
+ "input":{"shape":"DescribeUsersRequest"},
388
+ "output":{"shape":"DescribeUsersResult"},
389
+ "errors":[
390
+ {"shape":"ResourceNotFoundException"},
391
+ {"shape":"InvalidParameterCombinationException"}
392
+ ]
393
+ },
394
+ "DisableUser":{
395
+ "name":"DisableUser",
396
+ "http":{
397
+ "method":"POST",
398
+ "requestUri":"/"
399
+ },
400
+ "input":{"shape":"DisableUserRequest"},
401
+ "output":{"shape":"DisableUserResult"},
402
+ "errors":[
403
+ {"shape":"ResourceNotFoundException"}
404
+ ]
405
+ },
320
406
  "DisassociateFleet":{
321
407
  "name":"DisassociateFleet",
322
408
  "http":{
@@ -331,6 +417,19 @@
331
417
  {"shape":"ConcurrentModificationException"}
332
418
  ]
333
419
  },
420
+ "EnableUser":{
421
+ "name":"EnableUser",
422
+ "http":{
423
+ "method":"POST",
424
+ "requestUri":"/"
425
+ },
426
+ "input":{"shape":"EnableUserRequest"},
427
+ "output":{"shape":"EnableUserResult"},
428
+ "errors":[
429
+ {"shape":"ResourceNotFoundException"},
430
+ {"shape":"InvalidAccountStatusException"}
431
+ ]
432
+ },
334
433
  "ExpireSession":{
335
434
  "name":"ExpireSession",
336
435
  "http":{
@@ -625,6 +724,32 @@
625
724
  "max":5,
626
725
  "min":1
627
726
  },
727
+ "BatchAssociateUserStackRequest":{
728
+ "type":"structure",
729
+ "required":["UserStackAssociations"],
730
+ "members":{
731
+ "UserStackAssociations":{"shape":"UserStackAssociationList"}
732
+ }
733
+ },
734
+ "BatchAssociateUserStackResult":{
735
+ "type":"structure",
736
+ "members":{
737
+ "errors":{"shape":"UserStackAssociationErrorList"}
738
+ }
739
+ },
740
+ "BatchDisassociateUserStackRequest":{
741
+ "type":"structure",
742
+ "required":["UserStackAssociations"],
743
+ "members":{
744
+ "UserStackAssociations":{"shape":"UserStackAssociationList"}
745
+ }
746
+ },
747
+ "BatchDisassociateUserStackResult":{
748
+ "type":"structure",
749
+ "members":{
750
+ "errors":{"shape":"UserStackAssociationErrorList"}
751
+ }
752
+ },
628
753
  "Boolean":{"type":"boolean"},
629
754
  "BooleanObject":{"type":"boolean"},
630
755
  "ComputeCapacity":{
@@ -802,6 +927,25 @@
802
927
  "Expires":{"shape":"Timestamp"}
803
928
  }
804
929
  },
930
+ "CreateUserRequest":{
931
+ "type":"structure",
932
+ "required":[
933
+ "UserName",
934
+ "AuthenticationType"
935
+ ],
936
+ "members":{
937
+ "UserName":{"shape":"Username"},
938
+ "MessageAction":{"shape":"MessageAction"},
939
+ "FirstName":{"shape":"UserAttributeValue"},
940
+ "LastName":{"shape":"UserAttributeValue"},
941
+ "AuthenticationType":{"shape":"AuthenticationType"}
942
+ }
943
+ },
944
+ "CreateUserResult":{
945
+ "type":"structure",
946
+ "members":{
947
+ }
948
+ },
805
949
  "DeleteDirectoryConfigRequest":{
806
950
  "type":"structure",
807
951
  "required":["DirectoryName"],
@@ -880,6 +1024,22 @@
880
1024
  "members":{
881
1025
  }
882
1026
  },
1027
+ "DeleteUserRequest":{
1028
+ "type":"structure",
1029
+ "required":[
1030
+ "UserName",
1031
+ "AuthenticationType"
1032
+ ],
1033
+ "members":{
1034
+ "UserName":{"shape":"Username"},
1035
+ "AuthenticationType":{"shape":"AuthenticationType"}
1036
+ }
1037
+ },
1038
+ "DeleteUserResult":{
1039
+ "type":"structure",
1040
+ "members":{
1041
+ }
1042
+ },
883
1043
  "DescribeDirectoryConfigsRequest":{
884
1044
  "type":"structure",
885
1045
  "members":{
@@ -1001,6 +1161,39 @@
1001
1161
  "NextToken":{"shape":"String"}
1002
1162
  }
1003
1163
  },
1164
+ "DescribeUserStackAssociationsRequest":{
1165
+ "type":"structure",
1166
+ "members":{
1167
+ "StackName":{"shape":"String"},
1168
+ "UserName":{"shape":"Username"},
1169
+ "AuthenticationType":{"shape":"AuthenticationType"},
1170
+ "MaxResults":{"shape":"MaxResults"},
1171
+ "NextToken":{"shape":"String"}
1172
+ }
1173
+ },
1174
+ "DescribeUserStackAssociationsResult":{
1175
+ "type":"structure",
1176
+ "members":{
1177
+ "UserStackAssociations":{"shape":"UserStackAssociationList"},
1178
+ "NextToken":{"shape":"String"}
1179
+ }
1180
+ },
1181
+ "DescribeUsersRequest":{
1182
+ "type":"structure",
1183
+ "required":["AuthenticationType"],
1184
+ "members":{
1185
+ "AuthenticationType":{"shape":"AuthenticationType"},
1186
+ "MaxResults":{"shape":"Integer"},
1187
+ "NextToken":{"shape":"String"}
1188
+ }
1189
+ },
1190
+ "DescribeUsersResult":{
1191
+ "type":"structure",
1192
+ "members":{
1193
+ "Users":{"shape":"UserList"},
1194
+ "NextToken":{"shape":"String"}
1195
+ }
1196
+ },
1004
1197
  "Description":{
1005
1198
  "type":"string",
1006
1199
  "max":256
@@ -1024,6 +1217,22 @@
1024
1217
  "type":"list",
1025
1218
  "member":{"shape":"DirectoryName"}
1026
1219
  },
1220
+ "DisableUserRequest":{
1221
+ "type":"structure",
1222
+ "required":[
1223
+ "UserName",
1224
+ "AuthenticationType"
1225
+ ],
1226
+ "members":{
1227
+ "UserName":{"shape":"Username"},
1228
+ "AuthenticationType":{"shape":"AuthenticationType"}
1229
+ }
1230
+ },
1231
+ "DisableUserResult":{
1232
+ "type":"structure",
1233
+ "members":{
1234
+ }
1235
+ },
1027
1236
  "DisassociateFleetRequest":{
1028
1237
  "type":"structure",
1029
1238
  "required":[
@@ -1060,6 +1269,22 @@
1060
1269
  "member":{"shape":"Domain"},
1061
1270
  "max":10
1062
1271
  },
1272
+ "EnableUserRequest":{
1273
+ "type":"structure",
1274
+ "required":[
1275
+ "UserName",
1276
+ "AuthenticationType"
1277
+ ],
1278
+ "members":{
1279
+ "UserName":{"shape":"Username"},
1280
+ "AuthenticationType":{"shape":"AuthenticationType"}
1281
+ }
1282
+ },
1283
+ "EnableUserResult":{
1284
+ "type":"structure",
1285
+ "members":{
1286
+ }
1287
+ },
1063
1288
  "ErrorMessage":{"type":"string"},
1064
1289
  "ExpireSessionRequest":{
1065
1290
  "type":"structure",
@@ -1376,6 +1601,13 @@
1376
1601
  "max":500,
1377
1602
  "min":0
1378
1603
  },
1604
+ "MessageAction":{
1605
+ "type":"string",
1606
+ "enum":[
1607
+ "SUPPRESS",
1608
+ "RESEND"
1609
+ ]
1610
+ },
1379
1611
  "Metadata":{
1380
1612
  "type":"map",
1381
1613
  "key":{"shape":"String"},
@@ -1827,11 +2059,35 @@
1827
2059
  "Stack":{"shape":"Stack"}
1828
2060
  }
1829
2061
  },
2062
+ "User":{
2063
+ "type":"structure",
2064
+ "required":["AuthenticationType"],
2065
+ "members":{
2066
+ "Arn":{"shape":"Arn"},
2067
+ "UserName":{"shape":"Username"},
2068
+ "Enabled":{"shape":"Boolean"},
2069
+ "Status":{"shape":"String"},
2070
+ "FirstName":{"shape":"UserAttributeValue"},
2071
+ "LastName":{"shape":"UserAttributeValue"},
2072
+ "CreatedTime":{"shape":"Timestamp"},
2073
+ "AuthenticationType":{"shape":"AuthenticationType"}
2074
+ }
2075
+ },
2076
+ "UserAttributeValue":{
2077
+ "type":"string",
2078
+ "max":2048,
2079
+ "pattern":"^[A-Za-z0-9_\\-\\s]+$",
2080
+ "sensitive":true
2081
+ },
1830
2082
  "UserId":{
1831
2083
  "type":"string",
1832
2084
  "max":32,
1833
2085
  "min":2
1834
2086
  },
2087
+ "UserList":{
2088
+ "type":"list",
2089
+ "member":{"shape":"User"}
2090
+ },
1835
2091
  "UserSetting":{
1836
2092
  "type":"structure",
1837
2093
  "required":[
@@ -1848,6 +2104,51 @@
1848
2104
  "member":{"shape":"UserSetting"},
1849
2105
  "min":1
1850
2106
  },
2107
+ "UserStackAssociation":{
2108
+ "type":"structure",
2109
+ "required":[
2110
+ "StackName",
2111
+ "UserName",
2112
+ "AuthenticationType"
2113
+ ],
2114
+ "members":{
2115
+ "StackName":{"shape":"String"},
2116
+ "UserName":{"shape":"Username"},
2117
+ "AuthenticationType":{"shape":"AuthenticationType"},
2118
+ "SendEmailNotification":{"shape":"Boolean"}
2119
+ }
2120
+ },
2121
+ "UserStackAssociationError":{
2122
+ "type":"structure",
2123
+ "members":{
2124
+ "UserStackAssociation":{"shape":"UserStackAssociation"},
2125
+ "ErrorCode":{"shape":"UserStackAssociationErrorCode"},
2126
+ "ErrorMessage":{"shape":"String"}
2127
+ }
2128
+ },
2129
+ "UserStackAssociationErrorCode":{
2130
+ "type":"string",
2131
+ "enum":[
2132
+ "STACK_NOT_FOUND",
2133
+ "USER_NAME_NOT_FOUND",
2134
+ "INTERNAL_ERROR"
2135
+ ]
2136
+ },
2137
+ "UserStackAssociationErrorList":{
2138
+ "type":"list",
2139
+ "member":{"shape":"UserStackAssociationError"}
2140
+ },
2141
+ "UserStackAssociationList":{
2142
+ "type":"list",
2143
+ "member":{"shape":"UserStackAssociation"}
2144
+ },
2145
+ "Username":{
2146
+ "type":"string",
2147
+ "max":128,
2148
+ "min":1,
2149
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+",
2150
+ "sensitive":true
2151
+ },
1851
2152
  "VisibilityType":{
1852
2153
  "type":"string",
1853
2154
  "enum":[
@@ -1386,7 +1386,7 @@
1386
1386
  "type": "structure",
1387
1387
  "members": {
1388
1388
  "Name": {
1389
- "shape": "__string",
1389
+ "shape": "__stringMin1",
1390
1390
  "locationName": "name"
1391
1391
  },
1392
1392
  "SelectorSettings": {
@@ -1867,7 +1867,7 @@
1867
1867
  "locationName": "languageCode"
1868
1868
  },
1869
1869
  "Name": {
1870
- "shape": "__string",
1870
+ "shape": "__stringMin1",
1871
1871
  "locationName": "name"
1872
1872
  },
1873
1873
  "SelectorSettings": {
@@ -3336,7 +3336,10 @@
3336
3336
  "shape": "__string",
3337
3337
  "locationName": "time"
3338
3338
  }
3339
- }
3339
+ },
3340
+ "required": [
3341
+ "Time"
3342
+ ]
3340
3343
  },
3341
3344
  "ForbiddenException": {
3342
3345
  "type": "structure",
@@ -3515,6 +3518,7 @@
3515
3518
  "type": "string",
3516
3519
  "enum": [
3517
3520
  "CBR",
3521
+ "QVBR",
3518
3522
  "VBR"
3519
3523
  ]
3520
3524
  },
@@ -3639,6 +3643,10 @@
3639
3643
  "shape": "H264Profile",
3640
3644
  "locationName": "profile"
3641
3645
  },
3646
+ "QvbrQualityLevel": {
3647
+ "shape": "__integerMin1Max10",
3648
+ "locationName": "qvbrQualityLevel"
3649
+ },
3642
3650
  "RateControlMode": {
3643
3651
  "shape": "H264RateControlMode",
3644
3652
  "locationName": "rateControlMode"
@@ -5697,8 +5705,15 @@
5697
5705
  "shape": "__string",
5698
5706
  "locationName": "requestId",
5699
5707
  "idempotencyToken": true
5708
+ },
5709
+ "Start": {
5710
+ "shape": "__string",
5711
+ "locationName": "start"
5700
5712
  }
5701
- }
5713
+ },
5714
+ "required": [
5715
+ "Count"
5716
+ ]
5702
5717
  },
5703
5718
  "PurchaseOfferingRequest": {
5704
5719
  "type": "structure",
@@ -5720,10 +5735,15 @@
5720
5735
  "shape": "__string",
5721
5736
  "locationName": "requestId",
5722
5737
  "idempotencyToken": true
5738
+ },
5739
+ "Start": {
5740
+ "shape": "__string",
5741
+ "locationName": "start"
5723
5742
  }
5724
5743
  },
5725
5744
  "required": [
5726
- "OfferingId"
5745
+ "OfferingId",
5746
+ "Count"
5727
5747
  ]
5728
5748
  },
5729
5749
  "PurchaseOfferingResponse": {
@@ -6600,7 +6620,6 @@
6600
6620
  }
6601
6621
  },
6602
6622
  "required": [
6603
- "KeyProviderServer",
6604
6623
  "StaticKeyValue"
6605
6624
  ]
6606
6625
  },
@@ -7279,6 +7298,11 @@
7279
7298
  "min": 1000,
7280
7299
  "max": 30000
7281
7300
  },
7301
+ "__integerMin1Max10": {
7302
+ "type": "integer",
7303
+ "min": 1,
7304
+ "max": 10
7305
+ },
7282
7306
  "__integerMin1Max1000000": {
7283
7307
  "type": "integer",
7284
7308
  "min": 1,
@@ -7590,6 +7614,14 @@
7590
7614
  "type": "string",
7591
7615
  "min": 6,
7592
7616
  "max": 6
7617
+ },
7618
+ "__timestampIso8601": {
7619
+ "type": "timestamp",
7620
+ "timestampFormat": "iso8601"
7621
+ },
7622
+ "__timestampUnix": {
7623
+ "type": "timestamp",
7624
+ "timestampFormat": "unixTimestamp"
7593
7625
  }
7594
7626
  }
7595
7627
  }
@@ -1586,6 +1586,7 @@
1586
1586
  },
1587
1587
  "max":10
1588
1588
  },
1589
+ "Disabled":{"type":"boolean"},
1589
1590
  "DisassociateVPCComment":{"type":"string"},
1590
1591
  "DisassociateVPCFromHostedZoneRequest":{
1591
1592
  "type":"structure",
@@ -2056,6 +2057,7 @@
2056
2057
  "FailureThreshold":{"shape":"FailureThreshold"},
2057
2058
  "MeasureLatency":{"shape":"MeasureLatency"},
2058
2059
  "Inverted":{"shape":"Inverted"},
2060
+ "Disabled":{"shape":"Disabled"},
2059
2061
  "HealthThreshold":{"shape":"HealthThreshold"},
2060
2062
  "ChildHealthChecks":{"shape":"ChildHealthCheckList"},
2061
2063
  "EnableSNI":{"shape":"EnableSNI"},
@@ -3610,6 +3612,7 @@
3610
3612
  "SearchString":{"shape":"SearchString"},
3611
3613
  "FailureThreshold":{"shape":"FailureThreshold"},
3612
3614
  "Inverted":{"shape":"Inverted"},
3615
+ "Disabled":{"shape":"Disabled"},
3613
3616
  "HealthThreshold":{"shape":"HealthThreshold"},
3614
3617
  "ChildHealthChecks":{"shape":"ChildHealthCheckList"},
3615
3618
  "EnableSNI":{"shape":"EnableSNI"},
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListHostedZones",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "GetHostedZone",
12
+ "input": {
13
+ "Id": "fake-zone"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.152'
2
+ VERSION = '2.11.153'
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.152
4
+ version: 2.11.153
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-10-17 00:00:00.000000000 Z
11
+ date: 2018-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -528,6 +528,7 @@ files:
528
528
  - apis/route53/2013-04-01/api-2.json
529
529
  - apis/route53/2013-04-01/examples-1.json
530
530
  - apis/route53/2013-04-01/paginators-1.json
531
+ - apis/route53/2013-04-01/smoke.json
531
532
  - apis/route53/2013-04-01/waiters-2.json
532
533
  - apis/route53domains/2014-05-15/api-2.json
533
534
  - apis/route53domains/2014-05-15/examples-1.json