aws-sdk-core 2.11.173 → 2.11.174
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 +4 -4
- data/apis/batch/2016-08-10/api-2.json +92 -11
- data/apis/cloudformation/2010-05-15/api-2.json +2 -1
- data/apis/cloudtrail/2013-11-01/api-2.json +74 -13
- data/apis/config/2014-11-12/api-2.json +211 -0
- data/apis/devicefarm/2015-06-23/api-2.json +81 -4
- data/apis/ec2/2016-11-15/api-2.json +22 -1
- data/apis/iot/2015-05-28/api-2.json +750 -18
- data/apis/iot/2015-05-28/smoke.json +18 -0
- data/apis/lambda/2015-03-31/api-2.json +1 -0
- data/apis/lightsail/2016-11-28/api-2.json +11 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +281 -8
- data/apis/rds/2014-10-31/api-2.json +3 -0
- data/apis/workdocs/2016-05-01/api-2.json +121 -2
- data/apis/workspaces/2015-04-08/api-2.json +84 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
@@ -2324,6 +2324,7 @@
|
|
2324
2324
|
"PubliclyAccessible":{"shape":"BooleanOptional"},
|
2325
2325
|
"Tags":{"shape":"TagList"},
|
2326
2326
|
"DBSubnetGroupName":{"shape":"String"},
|
2327
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
2327
2328
|
"StorageType":{"shape":"String"},
|
2328
2329
|
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
2329
2330
|
"MonitoringInterval":{"shape":"IntegerOptional"},
|
@@ -5573,6 +5574,7 @@
|
|
5573
5574
|
"StorageType":{"shape":"String"},
|
5574
5575
|
"TdeCredentialArn":{"shape":"String"},
|
5575
5576
|
"TdeCredentialPassword":{"shape":"String"},
|
5577
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
5576
5578
|
"Domain":{"shape":"String"},
|
5577
5579
|
"CopyTagsToSnapshot":{"shape":"BooleanOptional"},
|
5578
5580
|
"DomainIAMRoleName":{"shape":"String"},
|
@@ -5678,6 +5680,7 @@
|
|
5678
5680
|
"StorageType":{"shape":"String"},
|
5679
5681
|
"TdeCredentialArn":{"shape":"String"},
|
5680
5682
|
"TdeCredentialPassword":{"shape":"String"},
|
5683
|
+
"VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
|
5681
5684
|
"Domain":{"shape":"String"},
|
5682
5685
|
"DomainIAMRoleName":{"shape":"String"},
|
5683
5686
|
"EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"rest-json",
|
8
8
|
"serviceFullName":"Amazon WorkDocs",
|
9
|
+
"serviceId":"WorkDocs",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"uid":"workdocs-2016-05-01"
|
11
12
|
},
|
@@ -76,7 +77,8 @@
|
|
76
77
|
{"shape":"UnauthorizedResourceAccessException"},
|
77
78
|
{"shape":"FailedDependencyException"},
|
78
79
|
{"shape":"ServiceUnavailableException"},
|
79
|
-
{"shape":"DocumentLockedForCommentsException"}
|
80
|
+
{"shape":"DocumentLockedForCommentsException"},
|
81
|
+
{"shape":"InvalidCommentOperationException"}
|
80
82
|
]
|
81
83
|
},
|
82
84
|
"CreateCustomMetadata":{
|
@@ -111,6 +113,7 @@
|
|
111
113
|
{"shape":"EntityNotExistsException"},
|
112
114
|
{"shape":"EntityAlreadyExistsException"},
|
113
115
|
{"shape":"ProhibitedStateException"},
|
116
|
+
{"shape":"ConflictingOperationException"},
|
114
117
|
{"shape":"LimitExceededException"},
|
115
118
|
{"shape":"UnauthorizedOperationException"},
|
116
119
|
{"shape":"UnauthorizedResourceAccessException"},
|
@@ -231,6 +234,7 @@
|
|
231
234
|
"errors":[
|
232
235
|
{"shape":"EntityNotExistsException"},
|
233
236
|
{"shape":"ProhibitedStateException"},
|
237
|
+
{"shape":"ConflictingOperationException"},
|
234
238
|
{"shape":"ConcurrentModificationException"},
|
235
239
|
{"shape":"UnauthorizedOperationException"},
|
236
240
|
{"shape":"UnauthorizedResourceAccessException"},
|
@@ -249,6 +253,7 @@
|
|
249
253
|
"errors":[
|
250
254
|
{"shape":"EntityNotExistsException"},
|
251
255
|
{"shape":"ProhibitedStateException"},
|
256
|
+
{"shape":"ConflictingOperationException"},
|
252
257
|
{"shape":"ConcurrentModificationException"},
|
253
258
|
{"shape":"UnauthorizedOperationException"},
|
254
259
|
{"shape":"UnauthorizedResourceAccessException"},
|
@@ -266,6 +271,8 @@
|
|
266
271
|
"input":{"shape":"DeleteFolderContentsRequest"},
|
267
272
|
"errors":[
|
268
273
|
{"shape":"EntityNotExistsException"},
|
274
|
+
{"shape":"ProhibitedStateException"},
|
275
|
+
{"shape":"ConflictingOperationException"},
|
269
276
|
{"shape":"UnauthorizedOperationException"},
|
270
277
|
{"shape":"UnauthorizedResourceAccessException"},
|
271
278
|
{"shape":"FailedDependencyException"},
|
@@ -466,11 +473,13 @@
|
|
466
473
|
"input":{"shape":"DescribeUsersRequest"},
|
467
474
|
"output":{"shape":"DescribeUsersResponse"},
|
468
475
|
"errors":[
|
476
|
+
{"shape":"EntityNotExistsException"},
|
469
477
|
{"shape":"UnauthorizedOperationException"},
|
470
478
|
{"shape":"UnauthorizedResourceAccessException"},
|
471
479
|
{"shape":"FailedDependencyException"},
|
472
480
|
{"shape":"ServiceUnavailableException"},
|
473
|
-
{"shape":"InvalidArgumentException"}
|
481
|
+
{"shape":"InvalidArgumentException"},
|
482
|
+
{"shape":"RequestedEntityTooLargeException"}
|
474
483
|
]
|
475
484
|
},
|
476
485
|
"GetCurrentUser":{
|
@@ -581,6 +590,23 @@
|
|
581
590
|
{"shape":"ServiceUnavailableException"}
|
582
591
|
]
|
583
592
|
},
|
593
|
+
"GetResources":{
|
594
|
+
"name":"GetResources",
|
595
|
+
"http":{
|
596
|
+
"method":"GET",
|
597
|
+
"requestUri":"/api/v1/resources",
|
598
|
+
"responseCode":200
|
599
|
+
},
|
600
|
+
"input":{"shape":"GetResourcesRequest"},
|
601
|
+
"output":{"shape":"GetResourcesResponse"},
|
602
|
+
"errors":[
|
603
|
+
{"shape":"UnauthorizedResourceAccessException"},
|
604
|
+
{"shape":"UnauthorizedOperationException"},
|
605
|
+
{"shape":"InvalidArgumentException"},
|
606
|
+
{"shape":"FailedDependencyException"},
|
607
|
+
{"shape":"ServiceUnavailableException"}
|
608
|
+
]
|
609
|
+
},
|
584
610
|
"InitiateDocumentVersionUpload":{
|
585
611
|
"name":"InitiateDocumentVersionUpload",
|
586
612
|
"http":{
|
@@ -647,6 +673,7 @@
|
|
647
673
|
{"shape":"EntityAlreadyExistsException"},
|
648
674
|
{"shape":"LimitExceededException"},
|
649
675
|
{"shape":"ProhibitedStateException"},
|
676
|
+
{"shape":"ConflictingOperationException"},
|
650
677
|
{"shape":"ConcurrentModificationException"},
|
651
678
|
{"shape":"UnauthorizedOperationException"},
|
652
679
|
{"shape":"UnauthorizedResourceAccessException"},
|
@@ -685,6 +712,7 @@
|
|
685
712
|
{"shape":"EntityNotExistsException"},
|
686
713
|
{"shape":"EntityAlreadyExistsException"},
|
687
714
|
{"shape":"ProhibitedStateException"},
|
715
|
+
{"shape":"ConflictingOperationException"},
|
688
716
|
{"shape":"ConcurrentModificationException"},
|
689
717
|
{"shape":"LimitExceededException"},
|
690
718
|
{"shape":"UnauthorizedOperationException"},
|
@@ -766,6 +794,7 @@
|
|
766
794
|
"members":{
|
767
795
|
"Type":{"shape":"ActivityType"},
|
768
796
|
"TimeStamp":{"shape":"TimestampType"},
|
797
|
+
"IsIndirectActivity":{"shape":"BooleanType"},
|
769
798
|
"OrganizationId":{"shape":"IdType"},
|
770
799
|
"Initiator":{"shape":"UserMetadata"},
|
771
800
|
"Participants":{"shape":"Participants"},
|
@@ -774,6 +803,12 @@
|
|
774
803
|
"CommentMetadata":{"shape":"CommentMetadata"}
|
775
804
|
}
|
776
805
|
},
|
806
|
+
"ActivityNamesFilterType":{
|
807
|
+
"type":"string",
|
808
|
+
"max":1024,
|
809
|
+
"min":1,
|
810
|
+
"pattern":"[\\w,]+"
|
811
|
+
},
|
777
812
|
"ActivityType":{
|
778
813
|
"type":"string",
|
779
814
|
"enum":[
|
@@ -782,6 +817,8 @@
|
|
782
817
|
"DOCUMENT_RENAMED",
|
783
818
|
"DOCUMENT_VERSION_UPLOADED",
|
784
819
|
"DOCUMENT_VERSION_DELETED",
|
820
|
+
"DOCUMENT_VERSION_VIEWED",
|
821
|
+
"DOCUMENT_VERSION_DOWNLOADED",
|
785
822
|
"DOCUMENT_RECYCLED",
|
786
823
|
"DOCUMENT_RESTORED",
|
787
824
|
"DOCUMENT_REVERTED",
|
@@ -915,6 +952,14 @@
|
|
915
952
|
"error":{"httpStatusCode":409},
|
916
953
|
"exception":true
|
917
954
|
},
|
955
|
+
"ConflictingOperationException":{
|
956
|
+
"type":"structure",
|
957
|
+
"members":{
|
958
|
+
"Message":{"shape":"ErrorMessageType"}
|
959
|
+
},
|
960
|
+
"error":{"httpStatusCode":409},
|
961
|
+
"exception":true
|
962
|
+
},
|
918
963
|
"CreateCommentRequest":{
|
919
964
|
"type":"structure",
|
920
965
|
"required":[
|
@@ -1338,11 +1383,26 @@
|
|
1338
1383
|
"location":"querystring",
|
1339
1384
|
"locationName":"organizationId"
|
1340
1385
|
},
|
1386
|
+
"ActivityTypes":{
|
1387
|
+
"shape":"ActivityNamesFilterType",
|
1388
|
+
"location":"querystring",
|
1389
|
+
"locationName":"activityTypes"
|
1390
|
+
},
|
1391
|
+
"ResourceId":{
|
1392
|
+
"shape":"IdType",
|
1393
|
+
"location":"querystring",
|
1394
|
+
"locationName":"resourceId"
|
1395
|
+
},
|
1341
1396
|
"UserId":{
|
1342
1397
|
"shape":"IdType",
|
1343
1398
|
"location":"querystring",
|
1344
1399
|
"locationName":"userId"
|
1345
1400
|
},
|
1401
|
+
"IncludeIndirectActivities":{
|
1402
|
+
"shape":"BooleanType",
|
1403
|
+
"location":"querystring",
|
1404
|
+
"locationName":"includeIndirectActivities"
|
1405
|
+
},
|
1346
1406
|
"Limit":{
|
1347
1407
|
"shape":"LimitType",
|
1348
1408
|
"location":"querystring",
|
@@ -2058,6 +2118,44 @@
|
|
2058
2118
|
"CustomMetadata":{"shape":"CustomMetadataMap"}
|
2059
2119
|
}
|
2060
2120
|
},
|
2121
|
+
"GetResourcesRequest":{
|
2122
|
+
"type":"structure",
|
2123
|
+
"members":{
|
2124
|
+
"AuthenticationToken":{
|
2125
|
+
"shape":"AuthenticationHeaderType",
|
2126
|
+
"location":"header",
|
2127
|
+
"locationName":"Authentication"
|
2128
|
+
},
|
2129
|
+
"UserId":{
|
2130
|
+
"shape":"IdType",
|
2131
|
+
"location":"querystring",
|
2132
|
+
"locationName":"userId"
|
2133
|
+
},
|
2134
|
+
"CollectionType":{
|
2135
|
+
"shape":"ResourceCollectionType",
|
2136
|
+
"location":"querystring",
|
2137
|
+
"locationName":"collectionType"
|
2138
|
+
},
|
2139
|
+
"Limit":{
|
2140
|
+
"shape":"LimitType",
|
2141
|
+
"location":"querystring",
|
2142
|
+
"locationName":"limit"
|
2143
|
+
},
|
2144
|
+
"Marker":{
|
2145
|
+
"shape":"PageMarkerType",
|
2146
|
+
"location":"querystring",
|
2147
|
+
"locationName":"marker"
|
2148
|
+
}
|
2149
|
+
}
|
2150
|
+
},
|
2151
|
+
"GetResourcesResponse":{
|
2152
|
+
"type":"structure",
|
2153
|
+
"members":{
|
2154
|
+
"Folders":{"shape":"FolderMetadataList"},
|
2155
|
+
"Documents":{"shape":"DocumentMetadataList"},
|
2156
|
+
"Marker":{"shape":"PageMarkerType"}
|
2157
|
+
}
|
2158
|
+
},
|
2061
2159
|
"GroupMetadata":{
|
2062
2160
|
"type":"structure",
|
2063
2161
|
"members":{
|
@@ -2134,6 +2232,14 @@
|
|
2134
2232
|
"error":{"httpStatusCode":400},
|
2135
2233
|
"exception":true
|
2136
2234
|
},
|
2235
|
+
"InvalidCommentOperationException":{
|
2236
|
+
"type":"structure",
|
2237
|
+
"members":{
|
2238
|
+
"Message":{"shape":"ErrorMessageType"}
|
2239
|
+
},
|
2240
|
+
"error":{"httpStatusCode":409},
|
2241
|
+
"exception":true
|
2242
|
+
},
|
2137
2243
|
"InvalidOperationException":{
|
2138
2244
|
"type":"structure",
|
2139
2245
|
"members":{
|
@@ -2322,6 +2428,14 @@
|
|
2322
2428
|
}
|
2323
2429
|
}
|
2324
2430
|
},
|
2431
|
+
"RequestedEntityTooLargeException":{
|
2432
|
+
"type":"structure",
|
2433
|
+
"members":{
|
2434
|
+
"Message":{"shape":"ErrorMessageType"}
|
2435
|
+
},
|
2436
|
+
"error":{"httpStatusCode":413},
|
2437
|
+
"exception":true
|
2438
|
+
},
|
2325
2439
|
"ResourceAlreadyCheckedOutException":{
|
2326
2440
|
"type":"structure",
|
2327
2441
|
"members":{
|
@@ -2330,6 +2444,10 @@
|
|
2330
2444
|
"error":{"httpStatusCode":409},
|
2331
2445
|
"exception":true
|
2332
2446
|
},
|
2447
|
+
"ResourceCollectionType":{
|
2448
|
+
"type":"string",
|
2449
|
+
"enum":["SHARED_WITH_ME"]
|
2450
|
+
},
|
2333
2451
|
"ResourceIdType":{
|
2334
2452
|
"type":"string",
|
2335
2453
|
"max":128,
|
@@ -2447,6 +2565,7 @@
|
|
2447
2565
|
"type":"structure",
|
2448
2566
|
"members":{
|
2449
2567
|
"PrincipalId":{"shape":"IdType"},
|
2568
|
+
"InviteePrincipalId":{"shape":"IdType"},
|
2450
2569
|
"Role":{"shape":"RoleType"},
|
2451
2570
|
"Status":{"shape":"ShareStatusType"},
|
2452
2571
|
"ShareId":{"shape":"ResourceIdType"},
|
@@ -154,6 +154,20 @@
|
|
154
154
|
{"shape":"AccessDeniedException"}
|
155
155
|
]
|
156
156
|
},
|
157
|
+
"DescribeClientProperties":{
|
158
|
+
"name":"DescribeClientProperties",
|
159
|
+
"http":{
|
160
|
+
"method":"POST",
|
161
|
+
"requestUri":"/"
|
162
|
+
},
|
163
|
+
"input":{"shape":"DescribeClientPropertiesRequest"},
|
164
|
+
"output":{"shape":"DescribeClientPropertiesResult"},
|
165
|
+
"errors":[
|
166
|
+
{"shape":"InvalidParameterValuesException"},
|
167
|
+
{"shape":"ResourceNotFoundException"},
|
168
|
+
{"shape":"AccessDeniedException"}
|
169
|
+
]
|
170
|
+
},
|
157
171
|
"DescribeIpGroups":{
|
158
172
|
"name":"DescribeIpGroups",
|
159
173
|
"http":{
|
@@ -300,6 +314,20 @@
|
|
300
314
|
{"shape":"ResourceNotFoundException"}
|
301
315
|
]
|
302
316
|
},
|
317
|
+
"ModifyClientProperties":{
|
318
|
+
"name":"ModifyClientProperties",
|
319
|
+
"http":{
|
320
|
+
"method":"POST",
|
321
|
+
"requestUri":"/"
|
322
|
+
},
|
323
|
+
"input":{"shape":"ModifyClientPropertiesRequest"},
|
324
|
+
"output":{"shape":"ModifyClientPropertiesResult"},
|
325
|
+
"errors":[
|
326
|
+
{"shape":"InvalidParameterValuesException"},
|
327
|
+
{"shape":"ResourceNotFoundException"},
|
328
|
+
{"shape":"AccessDeniedException"}
|
329
|
+
]
|
330
|
+
},
|
303
331
|
"ModifyWorkspaceProperties":{
|
304
332
|
"name":"ModifyWorkspaceProperties",
|
305
333
|
"http":{
|
@@ -485,6 +513,23 @@
|
|
485
513
|
"member":{"shape":"WorkspaceBundle"}
|
486
514
|
},
|
487
515
|
"BundleOwner":{"type":"string"},
|
516
|
+
"ClientProperties":{
|
517
|
+
"type":"structure",
|
518
|
+
"members":{
|
519
|
+
"ReconnectEnabled":{"shape":"ReconnectEnum"}
|
520
|
+
}
|
521
|
+
},
|
522
|
+
"ClientPropertiesList":{
|
523
|
+
"type":"list",
|
524
|
+
"member":{"shape":"ClientPropertiesResult"}
|
525
|
+
},
|
526
|
+
"ClientPropertiesResult":{
|
527
|
+
"type":"structure",
|
528
|
+
"members":{
|
529
|
+
"ResourceId":{"shape":"NonEmptyString"},
|
530
|
+
"ClientProperties":{"shape":"ClientProperties"}
|
531
|
+
}
|
532
|
+
},
|
488
533
|
"Compute":{
|
489
534
|
"type":"string",
|
490
535
|
"enum":[
|
@@ -660,6 +705,19 @@
|
|
660
705
|
"DedicatedTenancyManagementCidrRange":{"shape":"DedicatedTenancyManagementCidrRange"}
|
661
706
|
}
|
662
707
|
},
|
708
|
+
"DescribeClientPropertiesRequest":{
|
709
|
+
"type":"structure",
|
710
|
+
"required":["ResourceIds"],
|
711
|
+
"members":{
|
712
|
+
"ResourceIds":{"shape":"ResourceIdList"}
|
713
|
+
}
|
714
|
+
},
|
715
|
+
"DescribeClientPropertiesResult":{
|
716
|
+
"type":"structure",
|
717
|
+
"members":{
|
718
|
+
"ClientPropertiesList":{"shape":"ClientPropertiesList"}
|
719
|
+
}
|
720
|
+
},
|
663
721
|
"DescribeIpGroupsRequest":{
|
664
722
|
"type":"structure",
|
665
723
|
"members":{
|
@@ -977,6 +1035,19 @@
|
|
977
1035
|
"members":{
|
978
1036
|
}
|
979
1037
|
},
|
1038
|
+
"ModifyClientPropertiesRequest":{
|
1039
|
+
"type":"structure",
|
1040
|
+
"required":["ResourceId"],
|
1041
|
+
"members":{
|
1042
|
+
"ResourceId":{"shape":"NonEmptyString"},
|
1043
|
+
"ClientProperties":{"shape":"ClientProperties"}
|
1044
|
+
}
|
1045
|
+
},
|
1046
|
+
"ModifyClientPropertiesResult":{
|
1047
|
+
"type":"structure",
|
1048
|
+
"members":{
|
1049
|
+
}
|
1050
|
+
},
|
980
1051
|
"ModifyWorkspacePropertiesRequest":{
|
981
1052
|
"type":"structure",
|
982
1053
|
"required":[
|
@@ -1097,6 +1168,13 @@
|
|
1097
1168
|
"FailedRequests":{"shape":"FailedRebuildWorkspaceRequests"}
|
1098
1169
|
}
|
1099
1170
|
},
|
1171
|
+
"ReconnectEnum":{
|
1172
|
+
"type":"string",
|
1173
|
+
"enum":[
|
1174
|
+
"ENABLED",
|
1175
|
+
"DISABLED"
|
1176
|
+
]
|
1177
|
+
},
|
1100
1178
|
"RegistrationCode":{
|
1101
1179
|
"type":"string",
|
1102
1180
|
"max":20,
|
@@ -1123,6 +1201,12 @@
|
|
1123
1201
|
},
|
1124
1202
|
"exception":true
|
1125
1203
|
},
|
1204
|
+
"ResourceIdList":{
|
1205
|
+
"type":"list",
|
1206
|
+
"member":{"shape":"NonEmptyString"},
|
1207
|
+
"max":25,
|
1208
|
+
"min":1
|
1209
|
+
},
|
1126
1210
|
"ResourceLimitExceededException":{
|
1127
1211
|
"type":"structure",
|
1128
1212
|
"members":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.174
|
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-11-
|
11
|
+
date: 2018-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -377,6 +377,7 @@ files:
|
|
377
377
|
- apis/iot/2015-05-28/api-2.json
|
378
378
|
- apis/iot/2015-05-28/examples-1.json
|
379
379
|
- apis/iot/2015-05-28/paginators-1.json
|
380
|
+
- apis/iot/2015-05-28/smoke.json
|
380
381
|
- apis/iot1click-devices/2018-05-14/api-2.json
|
381
382
|
- apis/iot1click-projects/2018-05-14/api-2.json
|
382
383
|
- apis/iot1click-projects/2018-05-14/examples-1.json
|