aws-sdk-core 2.9.28 → 2.9.29

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: 8eb4b91156800968fa7812ba44ea118bff701855
4
- data.tar.gz: 7b96515473543ec505f439d9584ac21cf695cf7a
3
+ metadata.gz: 5fd2cb0f3bcd1484dd6f7b32f80c13c2dd58625e
4
+ data.tar.gz: b32a114f431eaaaf8fad98e282b1304a174c753b
5
5
  SHA512:
6
- metadata.gz: ce3c42b0600d2e7324663bec7502f16341fd4f2ebbb32c00fe3e3d7c4ab8e9a9b62276e7fcfc5833c9e374e9d05ce6f8cc8134518a95c1f3eda6fb8dc2fb9312
7
- data.tar.gz: 65204202d9b2fa49a07d77141bf894b2af650c3241c36a507d9b305f536165fce4a458b5de46b4b46ddefc9b7136211d4ea1f7ffd086f3e4f28bfff50abad841
6
+ metadata.gz: d00c0d86ca218d50b9ec2c96a16761160e282888491952b478e3ac50282d66e23efcad98e900706447d4e955597da475bf4fd8eb5ebee9505c42ef90911940b4
7
+ data.tar.gz: 5c3d0ecd63fae6ebb5dea15960dcd94416237587f016566a2764ff04b98ee07baad3347d98251d40287155258f06c5d7ee9e426570f441db300bc52c98a39961
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"kinesisanalytics-2015-08-14",
5
4
  "apiVersion":"2015-08-14",
6
5
  "endpointPrefix":"kinesisanalytics",
7
6
  "jsonVersion":"1.1",
@@ -10,9 +9,25 @@
10
9
  "serviceFullName":"Amazon Kinesis Analytics",
11
10
  "signatureVersion":"v4",
12
11
  "targetPrefix":"KinesisAnalytics_20150814",
13
- "timestampFormat":"unixTimestamp"
12
+ "timestampFormat":"unixTimestamp",
13
+ "uid":"kinesisanalytics-2015-08-14"
14
14
  },
15
15
  "operations":{
16
+ "AddApplicationCloudWatchLoggingOption":{
17
+ "name":"AddApplicationCloudWatchLoggingOption",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AddApplicationCloudWatchLoggingOptionRequest"},
23
+ "output":{"shape":"AddApplicationCloudWatchLoggingOptionResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"ResourceInUseException"},
27
+ {"shape":"InvalidArgumentException"},
28
+ {"shape":"ConcurrentModificationException"}
29
+ ]
30
+ },
16
31
  "AddApplicationInput":{
17
32
  "name":"AddApplicationInput",
18
33
  "http":{
@@ -87,6 +102,21 @@
87
102
  {"shape":"ResourceInUseException"}
88
103
  ]
89
104
  },
105
+ "DeleteApplicationCloudWatchLoggingOption":{
106
+ "name":"DeleteApplicationCloudWatchLoggingOption",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/"
110
+ },
111
+ "input":{"shape":"DeleteApplicationCloudWatchLoggingOptionRequest"},
112
+ "output":{"shape":"DeleteApplicationCloudWatchLoggingOptionResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"ResourceInUseException"},
116
+ {"shape":"InvalidArgumentException"},
117
+ {"shape":"ConcurrentModificationException"}
118
+ ]
119
+ },
90
120
  "DeleteApplicationOutput":{
91
121
  "name":"DeleteApplicationOutput",
92
122
  "http":{
@@ -98,6 +128,7 @@
98
128
  "errors":[
99
129
  {"shape":"ResourceNotFoundException"},
100
130
  {"shape":"ResourceInUseException"},
131
+ {"shape":"InvalidArgumentException"},
101
132
  {"shape":"ConcurrentModificationException"}
102
133
  ]
103
134
  },
@@ -197,6 +228,24 @@
197
228
  }
198
229
  },
199
230
  "shapes":{
231
+ "AddApplicationCloudWatchLoggingOptionRequest":{
232
+ "type":"structure",
233
+ "required":[
234
+ "ApplicationName",
235
+ "CurrentApplicationVersionId",
236
+ "CloudWatchLoggingOption"
237
+ ],
238
+ "members":{
239
+ "ApplicationName":{"shape":"ApplicationName"},
240
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
241
+ "CloudWatchLoggingOption":{"shape":"CloudWatchLoggingOption"}
242
+ }
243
+ },
244
+ "AddApplicationCloudWatchLoggingOptionResponse":{
245
+ "type":"structure",
246
+ "members":{
247
+ }
248
+ },
200
249
  "AddApplicationInputRequest":{
201
250
  "type":"structure",
202
251
  "required":[
@@ -279,6 +328,7 @@
279
328
  "InputDescriptions":{"shape":"InputDescriptions"},
280
329
  "OutputDescriptions":{"shape":"OutputDescriptions"},
281
330
  "ReferenceDataSourceDescriptions":{"shape":"ReferenceDataSourceDescriptions"},
331
+ "CloudWatchLoggingOptionDescriptions":{"shape":"CloudWatchLoggingOptionDescriptions"},
282
332
  "ApplicationCode":{"shape":"ApplicationCode"},
283
333
  "ApplicationVersionId":{"shape":"ApplicationVersionId"}
284
334
  }
@@ -323,7 +373,8 @@
323
373
  "InputUpdates":{"shape":"InputUpdates"},
324
374
  "ApplicationCodeUpdate":{"shape":"ApplicationCode"},
325
375
  "OutputUpdates":{"shape":"OutputUpdates"},
326
- "ReferenceDataSourceUpdates":{"shape":"ReferenceDataSourceUpdates"}
376
+ "ReferenceDataSourceUpdates":{"shape":"ReferenceDataSourceUpdates"},
377
+ "CloudWatchLoggingOptionUpdates":{"shape":"CloudWatchLoggingOptionUpdates"}
327
378
  }
328
379
  },
329
380
  "ApplicationVersionId":{
@@ -349,6 +400,50 @@
349
400
  "RecordColumnDelimiter":{"shape":"RecordColumnDelimiter"}
350
401
  }
351
402
  },
403
+ "CloudWatchLoggingOption":{
404
+ "type":"structure",
405
+ "required":[
406
+ "LogStreamARN",
407
+ "RoleARN"
408
+ ],
409
+ "members":{
410
+ "LogStreamARN":{"shape":"LogStreamARN"},
411
+ "RoleARN":{"shape":"RoleARN"}
412
+ }
413
+ },
414
+ "CloudWatchLoggingOptionDescription":{
415
+ "type":"structure",
416
+ "required":[
417
+ "LogStreamARN",
418
+ "RoleARN"
419
+ ],
420
+ "members":{
421
+ "CloudWatchLoggingOptionId":{"shape":"Id"},
422
+ "LogStreamARN":{"shape":"LogStreamARN"},
423
+ "RoleARN":{"shape":"RoleARN"}
424
+ }
425
+ },
426
+ "CloudWatchLoggingOptionDescriptions":{
427
+ "type":"list",
428
+ "member":{"shape":"CloudWatchLoggingOptionDescription"}
429
+ },
430
+ "CloudWatchLoggingOptionUpdate":{
431
+ "type":"structure",
432
+ "required":["CloudWatchLoggingOptionId"],
433
+ "members":{
434
+ "CloudWatchLoggingOptionId":{"shape":"Id"},
435
+ "LogStreamARNUpdate":{"shape":"LogStreamARN"},
436
+ "RoleARNUpdate":{"shape":"RoleARN"}
437
+ }
438
+ },
439
+ "CloudWatchLoggingOptionUpdates":{
440
+ "type":"list",
441
+ "member":{"shape":"CloudWatchLoggingOptionUpdate"}
442
+ },
443
+ "CloudWatchLoggingOptions":{
444
+ "type":"list",
445
+ "member":{"shape":"CloudWatchLoggingOption"}
446
+ },
352
447
  "CodeValidationException":{
353
448
  "type":"structure",
354
449
  "members":{
@@ -371,6 +466,7 @@
371
466
  "ApplicationDescription":{"shape":"ApplicationDescription"},
372
467
  "Inputs":{"shape":"Inputs"},
373
468
  "Outputs":{"shape":"Outputs"},
469
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
374
470
  "ApplicationCode":{"shape":"ApplicationCode"}
375
471
  }
376
472
  },
@@ -381,6 +477,24 @@
381
477
  "ApplicationSummary":{"shape":"ApplicationSummary"}
382
478
  }
383
479
  },
480
+ "DeleteApplicationCloudWatchLoggingOptionRequest":{
481
+ "type":"structure",
482
+ "required":[
483
+ "ApplicationName",
484
+ "CurrentApplicationVersionId",
485
+ "CloudWatchLoggingOptionId"
486
+ ],
487
+ "members":{
488
+ "ApplicationName":{"shape":"ApplicationName"},
489
+ "CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
490
+ "CloudWatchLoggingOptionId":{"shape":"Id"}
491
+ }
492
+ },
493
+ "DeleteApplicationCloudWatchLoggingOptionResponse":{
494
+ "type":"structure",
495
+ "members":{
496
+ }
497
+ },
384
498
  "DeleteApplicationOutputRequest":{
385
499
  "type":"structure",
386
500
  "required":[
@@ -754,6 +868,12 @@
754
868
  "HasMoreApplications":{"shape":"BooleanObject"}
755
869
  }
756
870
  },
871
+ "LogStreamARN":{
872
+ "type":"string",
873
+ "max":2048,
874
+ "min":1,
875
+ "pattern":"arn:.*"
876
+ },
757
877
  "MappingParameters":{
758
878
  "type":"structure",
759
879
  "members":{
@@ -833,7 +953,10 @@
833
953
  "SqlType":{"shape":"RecordColumnSqlType"}
834
954
  }
835
955
  },
836
- "RecordColumnDelimiter":{"type":"string"},
956
+ "RecordColumnDelimiter":{
957
+ "type":"string",
958
+ "min":1
959
+ },
837
960
  "RecordColumnMapping":{"type":"string"},
838
961
  "RecordColumnName":{
839
962
  "type":"string",
@@ -865,7 +988,10 @@
865
988
  "CSV"
866
989
  ]
867
990
  },
868
- "RecordRowDelimiter":{"type":"string"},
991
+ "RecordRowDelimiter":{
992
+ "type":"string",
993
+ "min":1
994
+ },
869
995
  "RecordRowPath":{"type":"string"},
870
996
  "ReferenceDataSource":{
871
997
  "type":"structure",
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -60,6 +60,44 @@
60
60
  {"shape":"ServiceUnavailableException"}
61
61
  ]
62
62
  },
63
+ "CreateComment":{
64
+ "name":"CreateComment",
65
+ "http":{
66
+ "method":"POST",
67
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}/comment",
68
+ "responseCode":201
69
+ },
70
+ "input":{"shape":"CreateCommentRequest"},
71
+ "output":{"shape":"CreateCommentResponse"},
72
+ "errors":[
73
+ {"shape":"EntityNotExistsException"},
74
+ {"shape":"ProhibitedStateException"},
75
+ {"shape":"UnauthorizedOperationException"},
76
+ {"shape":"UnauthorizedResourceAccessException"},
77
+ {"shape":"FailedDependencyException"},
78
+ {"shape":"ServiceUnavailableException"},
79
+ {"shape":"DocumentLockedForCommentsException"}
80
+ ]
81
+ },
82
+ "CreateCustomMetadata":{
83
+ "name":"CreateCustomMetadata",
84
+ "http":{
85
+ "method":"PUT",
86
+ "requestUri":"/api/v1/resources/{ResourceId}/customMetadata",
87
+ "responseCode":200
88
+ },
89
+ "input":{"shape":"CreateCustomMetadataRequest"},
90
+ "output":{"shape":"CreateCustomMetadataResponse"},
91
+ "errors":[
92
+ {"shape":"EntityNotExistsException"},
93
+ {"shape":"UnauthorizedOperationException"},
94
+ {"shape":"UnauthorizedResourceAccessException"},
95
+ {"shape":"ProhibitedStateException"},
96
+ {"shape":"CustomMetadataLimitExceededException"},
97
+ {"shape":"FailedDependencyException"},
98
+ {"shape":"ServiceUnavailableException"}
99
+ ]
100
+ },
63
101
  "CreateFolder":{
64
102
  "name":"CreateFolder",
65
103
  "http":{
@@ -80,6 +118,24 @@
80
118
  {"shape":"ServiceUnavailableException"}
81
119
  ]
82
120
  },
121
+ "CreateLabels":{
122
+ "name":"CreateLabels",
123
+ "http":{
124
+ "method":"PUT",
125
+ "requestUri":"/api/v1/resources/{ResourceId}/labels",
126
+ "responseCode":200
127
+ },
128
+ "input":{"shape":"CreateLabelsRequest"},
129
+ "output":{"shape":"CreateLabelsResponse"},
130
+ "errors":[
131
+ {"shape":"EntityNotExistsException"},
132
+ {"shape":"UnauthorizedOperationException"},
133
+ {"shape":"UnauthorizedResourceAccessException"},
134
+ {"shape":"FailedDependencyException"},
135
+ {"shape":"ServiceUnavailableException"},
136
+ {"shape":"TooManyLabelsException"}
137
+ ]
138
+ },
83
139
  "CreateNotificationSubscription":{
84
140
  "name":"CreateNotificationSubscription",
85
141
  "http":{
@@ -128,6 +184,42 @@
128
184
  {"shape":"ServiceUnavailableException"}
129
185
  ]
130
186
  },
187
+ "DeleteComment":{
188
+ "name":"DeleteComment",
189
+ "http":{
190
+ "method":"DELETE",
191
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}/comment/{CommentId}",
192
+ "responseCode":204
193
+ },
194
+ "input":{"shape":"DeleteCommentRequest"},
195
+ "errors":[
196
+ {"shape":"EntityNotExistsException"},
197
+ {"shape":"ProhibitedStateException"},
198
+ {"shape":"UnauthorizedOperationException"},
199
+ {"shape":"UnauthorizedResourceAccessException"},
200
+ {"shape":"FailedDependencyException"},
201
+ {"shape":"ServiceUnavailableException"},
202
+ {"shape":"DocumentLockedForCommentsException"}
203
+ ]
204
+ },
205
+ "DeleteCustomMetadata":{
206
+ "name":"DeleteCustomMetadata",
207
+ "http":{
208
+ "method":"DELETE",
209
+ "requestUri":"/api/v1/resources/{ResourceId}/customMetadata",
210
+ "responseCode":200
211
+ },
212
+ "input":{"shape":"DeleteCustomMetadataRequest"},
213
+ "output":{"shape":"DeleteCustomMetadataResponse"},
214
+ "errors":[
215
+ {"shape":"EntityNotExistsException"},
216
+ {"shape":"UnauthorizedOperationException"},
217
+ {"shape":"UnauthorizedResourceAccessException"},
218
+ {"shape":"ProhibitedStateException"},
219
+ {"shape":"FailedDependencyException"},
220
+ {"shape":"ServiceUnavailableException"}
221
+ ]
222
+ },
131
223
  "DeleteDocument":{
132
224
  "name":"DeleteDocument",
133
225
  "http":{
@@ -180,6 +272,23 @@
180
272
  {"shape":"ServiceUnavailableException"}
181
273
  ]
182
274
  },
275
+ "DeleteLabels":{
276
+ "name":"DeleteLabels",
277
+ "http":{
278
+ "method":"DELETE",
279
+ "requestUri":"/api/v1/resources/{ResourceId}/labels",
280
+ "responseCode":200
281
+ },
282
+ "input":{"shape":"DeleteLabelsRequest"},
283
+ "output":{"shape":"DeleteLabelsResponse"},
284
+ "errors":[
285
+ {"shape":"EntityNotExistsException"},
286
+ {"shape":"UnauthorizedOperationException"},
287
+ {"shape":"UnauthorizedResourceAccessException"},
288
+ {"shape":"FailedDependencyException"},
289
+ {"shape":"ServiceUnavailableException"}
290
+ ]
291
+ },
183
292
  "DeleteNotificationSubscription":{
184
293
  "name":"DeleteNotificationSubscription",
185
294
  "http":{
@@ -211,6 +320,24 @@
211
320
  {"shape":"ServiceUnavailableException"}
212
321
  ]
213
322
  },
323
+ "DescribeComments":{
324
+ "name":"DescribeComments",
325
+ "http":{
326
+ "method":"GET",
327
+ "requestUri":"/api/v1/documents/{DocumentId}/versions/{VersionId}/comments",
328
+ "responseCode":200
329
+ },
330
+ "input":{"shape":"DescribeCommentsRequest"},
331
+ "output":{"shape":"DescribeCommentsResponse"},
332
+ "errors":[
333
+ {"shape":"EntityNotExistsException"},
334
+ {"shape":"ProhibitedStateException"},
335
+ {"shape":"UnauthorizedOperationException"},
336
+ {"shape":"UnauthorizedResourceAccessException"},
337
+ {"shape":"FailedDependencyException"},
338
+ {"shape":"ServiceUnavailableException"}
339
+ ]
340
+ },
214
341
  "DescribeDocumentVersions":{
215
342
  "name":"DescribeDocumentVersions",
216
343
  "http":{
@@ -403,7 +530,9 @@
403
530
  {"shape":"UnauthorizedOperationException"},
404
531
  {"shape":"UnauthorizedResourceAccessException"},
405
532
  {"shape":"FailedDependencyException"},
406
- {"shape":"ServiceUnavailableException"}
533
+ {"shape":"ServiceUnavailableException"},
534
+ {"shape":"DraftUploadOutOfSyncException"},
535
+ {"shape":"ResourceAlreadyCheckedOutException"}
407
536
  ]
408
537
  },
409
538
  "RemoveAllResourcePermissions":{
@@ -523,6 +652,11 @@
523
652
  "VersionId"
524
653
  ],
525
654
  "members":{
655
+ "AuthenticationToken":{
656
+ "shape":"AuthenticationHeaderType",
657
+ "location":"header",
658
+ "locationName":"Authentication"
659
+ },
526
660
  "DocumentId":{
527
661
  "shape":"ResourceIdType",
528
662
  "location":"uri",
@@ -543,6 +677,11 @@
543
677
  "shape":"IdType",
544
678
  "location":"uri",
545
679
  "locationName":"UserId"
680
+ },
681
+ "AuthenticationToken":{
682
+ "shape":"AuthenticationHeaderType",
683
+ "location":"header",
684
+ "locationName":"Authentication"
546
685
  }
547
686
  }
548
687
  },
@@ -559,6 +698,11 @@
559
698
  "Principals"
560
699
  ],
561
700
  "members":{
701
+ "AuthenticationToken":{
702
+ "shape":"AuthenticationHeaderType",
703
+ "location":"header",
704
+ "locationName":"Authentication"
705
+ },
562
706
  "ResourceId":{
563
707
  "shape":"ResourceIdType",
564
708
  "location":"uri",
@@ -573,6 +717,59 @@
573
717
  "ShareResults":{"shape":"ShareResultsList"}
574
718
  }
575
719
  },
720
+ "AuthenticationHeaderType":{
721
+ "type":"string",
722
+ "max":8199,
723
+ "min":1,
724
+ "sensitive":true
725
+ },
726
+ "BooleanType":{"type":"boolean"},
727
+ "Comment":{
728
+ "type":"structure",
729
+ "required":["CommentId"],
730
+ "members":{
731
+ "CommentId":{"shape":"CommentIdType"},
732
+ "ParentId":{"shape":"CommentIdType"},
733
+ "ThreadId":{"shape":"CommentIdType"},
734
+ "Text":{"shape":"CommentTextType"},
735
+ "Contributor":{"shape":"User"},
736
+ "CreatedTimestamp":{"shape":"TimestampType"},
737
+ "Status":{"shape":"CommentStatusType"},
738
+ "Visibility":{"shape":"CommentVisibilityType"},
739
+ "RecipientId":{"shape":"IdType"}
740
+ }
741
+ },
742
+ "CommentIdType":{
743
+ "type":"string",
744
+ "max":128,
745
+ "min":1,
746
+ "pattern":"[\\w+-.@]+"
747
+ },
748
+ "CommentList":{
749
+ "type":"list",
750
+ "member":{"shape":"Comment"}
751
+ },
752
+ "CommentStatusType":{
753
+ "type":"string",
754
+ "enum":[
755
+ "DRAFT",
756
+ "PUBLISHED",
757
+ "DELETED"
758
+ ]
759
+ },
760
+ "CommentTextType":{
761
+ "type":"string",
762
+ "max":2048,
763
+ "min":1,
764
+ "sensitive":true
765
+ },
766
+ "CommentVisibilityType":{
767
+ "type":"string",
768
+ "enum":[
769
+ "PUBLIC",
770
+ "PRIVATE"
771
+ ]
772
+ },
576
773
  "ConcurrentModificationException":{
577
774
  "type":"structure",
578
775
  "members":{
@@ -581,10 +778,81 @@
581
778
  "error":{"httpStatusCode":409},
582
779
  "exception":true
583
780
  },
781
+ "CreateCommentRequest":{
782
+ "type":"structure",
783
+ "required":[
784
+ "DocumentId",
785
+ "VersionId",
786
+ "Text"
787
+ ],
788
+ "members":{
789
+ "AuthenticationToken":{
790
+ "shape":"AuthenticationHeaderType",
791
+ "location":"header",
792
+ "locationName":"Authentication"
793
+ },
794
+ "DocumentId":{
795
+ "shape":"ResourceIdType",
796
+ "location":"uri",
797
+ "locationName":"DocumentId"
798
+ },
799
+ "VersionId":{
800
+ "shape":"DocumentVersionIdType",
801
+ "location":"uri",
802
+ "locationName":"VersionId"
803
+ },
804
+ "ParentId":{"shape":"CommentIdType"},
805
+ "ThreadId":{"shape":"CommentIdType"},
806
+ "Text":{"shape":"CommentTextType"},
807
+ "Visibility":{"shape":"CommentVisibilityType"},
808
+ "NotifyCollaborators":{"shape":"BooleanType"}
809
+ }
810
+ },
811
+ "CreateCommentResponse":{
812
+ "type":"structure",
813
+ "members":{
814
+ "Comment":{"shape":"Comment"}
815
+ }
816
+ },
817
+ "CreateCustomMetadataRequest":{
818
+ "type":"structure",
819
+ "required":[
820
+ "ResourceId",
821
+ "CustomMetadata"
822
+ ],
823
+ "members":{
824
+ "AuthenticationToken":{
825
+ "shape":"AuthenticationHeaderType",
826
+ "location":"header",
827
+ "locationName":"Authentication"
828
+ },
829
+ "ResourceId":{
830
+ "shape":"ResourceIdType",
831
+ "location":"uri",
832
+ "locationName":"ResourceId"
833
+ },
834
+ "VersionId":{
835
+ "shape":"DocumentVersionIdType",
836
+ "location":"querystring",
837
+ "locationName":"versionid"
838
+ },
839
+ "CustomMetadata":{"shape":"CustomMetadataMap"}
840
+ }
841
+ },
842
+ "CreateCustomMetadataResponse":{
843
+ "type":"structure",
844
+ "members":{
845
+ }
846
+ },
584
847
  "CreateFolderRequest":{
585
848
  "type":"structure",
586
849
  "required":["ParentFolderId"],
587
850
  "members":{
851
+ "AuthenticationToken":{
852
+ "shape":"AuthenticationHeaderType",
853
+ "location":"header",
854
+ "locationName":"Authentication"
855
+ },
588
856
  "Name":{"shape":"ResourceNameType"},
589
857
  "ParentFolderId":{"shape":"ResourceIdType"}
590
858
  }
@@ -595,6 +863,31 @@
595
863
  "Metadata":{"shape":"FolderMetadata"}
596
864
  }
597
865
  },
866
+ "CreateLabelsRequest":{
867
+ "type":"structure",
868
+ "required":[
869
+ "ResourceId",
870
+ "Labels"
871
+ ],
872
+ "members":{
873
+ "ResourceId":{
874
+ "shape":"ResourceIdType",
875
+ "location":"uri",
876
+ "locationName":"ResourceId"
877
+ },
878
+ "Labels":{"shape":"Labels"},
879
+ "AuthenticationToken":{
880
+ "shape":"AuthenticationHeaderType",
881
+ "location":"header",
882
+ "locationName":"Authentication"
883
+ }
884
+ }
885
+ },
886
+ "CreateLabelsResponse":{
887
+ "type":"structure",
888
+ "members":{
889
+ }
890
+ },
598
891
  "CreateNotificationSubscriptionRequest":{
599
892
  "type":"structure",
600
893
  "required":[
@@ -631,11 +924,17 @@
631
924
  "members":{
632
925
  "OrganizationId":{"shape":"IdType"},
633
926
  "Username":{"shape":"UsernameType"},
927
+ "EmailAddress":{"shape":"EmailAddressType"},
634
928
  "GivenName":{"shape":"UserAttributeValueType"},
635
929
  "Surname":{"shape":"UserAttributeValueType"},
636
930
  "Password":{"shape":"PasswordType"},
637
931
  "TimeZoneId":{"shape":"TimeZoneIdType"},
638
- "StorageRule":{"shape":"StorageRuleType"}
932
+ "StorageRule":{"shape":"StorageRuleType"},
933
+ "AuthenticationToken":{
934
+ "shape":"AuthenticationHeaderType",
935
+ "location":"header",
936
+ "locationName":"Authentication"
937
+ }
639
938
  }
640
939
  },
641
940
  "CreateUserResponse":{
@@ -644,6 +943,38 @@
644
943
  "User":{"shape":"User"}
645
944
  }
646
945
  },
946
+ "CustomMetadataKeyList":{
947
+ "type":"list",
948
+ "member":{"shape":"CustomMetadataKeyType"},
949
+ "max":8
950
+ },
951
+ "CustomMetadataKeyType":{
952
+ "type":"string",
953
+ "max":56,
954
+ "min":1,
955
+ "pattern":"[a-zA-Z0-9_-][a-zA-Z0-9 _-]*"
956
+ },
957
+ "CustomMetadataLimitExceededException":{
958
+ "type":"structure",
959
+ "members":{
960
+ "Message":{"shape":"ErrorMessageType"}
961
+ },
962
+ "error":{"httpStatusCode":429},
963
+ "exception":true
964
+ },
965
+ "CustomMetadataMap":{
966
+ "type":"map",
967
+ "key":{"shape":"CustomMetadataKeyType"},
968
+ "value":{"shape":"CustomMetadataValueType"},
969
+ "max":8,
970
+ "min":1
971
+ },
972
+ "CustomMetadataValueType":{
973
+ "type":"string",
974
+ "max":56,
975
+ "min":1,
976
+ "pattern":"[a-zA-Z0-9_-][a-zA-Z0-9 _-]*"
977
+ },
647
978
  "DeactivateUserRequest":{
648
979
  "type":"structure",
649
980
  "required":["UserId"],
@@ -652,6 +983,11 @@
652
983
  "shape":"IdType",
653
984
  "location":"uri",
654
985
  "locationName":"UserId"
986
+ },
987
+ "AuthenticationToken":{
988
+ "shape":"AuthenticationHeaderType",
989
+ "location":"header",
990
+ "locationName":"Authentication"
655
991
  }
656
992
  }
657
993
  },
@@ -662,10 +998,81 @@
662
998
  "error":{"httpStatusCode":409},
663
999
  "exception":true
664
1000
  },
1001
+ "DeleteCommentRequest":{
1002
+ "type":"structure",
1003
+ "required":[
1004
+ "DocumentId",
1005
+ "VersionId",
1006
+ "CommentId"
1007
+ ],
1008
+ "members":{
1009
+ "AuthenticationToken":{
1010
+ "shape":"AuthenticationHeaderType",
1011
+ "location":"header",
1012
+ "locationName":"Authentication"
1013
+ },
1014
+ "DocumentId":{
1015
+ "shape":"ResourceIdType",
1016
+ "location":"uri",
1017
+ "locationName":"DocumentId"
1018
+ },
1019
+ "VersionId":{
1020
+ "shape":"DocumentVersionIdType",
1021
+ "location":"uri",
1022
+ "locationName":"VersionId"
1023
+ },
1024
+ "CommentId":{
1025
+ "shape":"CommentIdType",
1026
+ "location":"uri",
1027
+ "locationName":"CommentId"
1028
+ }
1029
+ }
1030
+ },
1031
+ "DeleteCustomMetadataRequest":{
1032
+ "type":"structure",
1033
+ "required":["ResourceId"],
1034
+ "members":{
1035
+ "AuthenticationToken":{
1036
+ "shape":"AuthenticationHeaderType",
1037
+ "location":"header",
1038
+ "locationName":"Authentication"
1039
+ },
1040
+ "ResourceId":{
1041
+ "shape":"ResourceIdType",
1042
+ "location":"uri",
1043
+ "locationName":"ResourceId"
1044
+ },
1045
+ "VersionId":{
1046
+ "shape":"DocumentVersionIdType",
1047
+ "location":"querystring",
1048
+ "locationName":"versionId"
1049
+ },
1050
+ "Keys":{
1051
+ "shape":"CustomMetadataKeyList",
1052
+ "location":"querystring",
1053
+ "locationName":"keys"
1054
+ },
1055
+ "DeleteAll":{
1056
+ "shape":"BooleanType",
1057
+ "location":"querystring",
1058
+ "locationName":"deleteAll"
1059
+ }
1060
+ }
1061
+ },
1062
+ "DeleteCustomMetadataResponse":{
1063
+ "type":"structure",
1064
+ "members":{
1065
+ }
1066
+ },
665
1067
  "DeleteDocumentRequest":{
666
1068
  "type":"structure",
667
1069
  "required":["DocumentId"],
668
1070
  "members":{
1071
+ "AuthenticationToken":{
1072
+ "shape":"AuthenticationHeaderType",
1073
+ "location":"header",
1074
+ "locationName":"Authentication"
1075
+ },
669
1076
  "DocumentId":{
670
1077
  "shape":"ResourceIdType",
671
1078
  "location":"uri",
@@ -677,6 +1084,11 @@
677
1084
  "type":"structure",
678
1085
  "required":["FolderId"],
679
1086
  "members":{
1087
+ "AuthenticationToken":{
1088
+ "shape":"AuthenticationHeaderType",
1089
+ "location":"header",
1090
+ "locationName":"Authentication"
1091
+ },
680
1092
  "FolderId":{
681
1093
  "shape":"ResourceIdType",
682
1094
  "location":"uri",
@@ -688,6 +1100,11 @@
688
1100
  "type":"structure",
689
1101
  "required":["FolderId"],
690
1102
  "members":{
1103
+ "AuthenticationToken":{
1104
+ "shape":"AuthenticationHeaderType",
1105
+ "location":"header",
1106
+ "locationName":"Authentication"
1107
+ },
691
1108
  "FolderId":{
692
1109
  "shape":"ResourceIdType",
693
1110
  "location":"uri",
@@ -695,6 +1112,37 @@
695
1112
  }
696
1113
  }
697
1114
  },
1115
+ "DeleteLabelsRequest":{
1116
+ "type":"structure",
1117
+ "required":["ResourceId"],
1118
+ "members":{
1119
+ "ResourceId":{
1120
+ "shape":"ResourceIdType",
1121
+ "location":"uri",
1122
+ "locationName":"ResourceId"
1123
+ },
1124
+ "AuthenticationToken":{
1125
+ "shape":"AuthenticationHeaderType",
1126
+ "location":"header",
1127
+ "locationName":"Authentication"
1128
+ },
1129
+ "Labels":{
1130
+ "shape":"Labels",
1131
+ "location":"querystring",
1132
+ "locationName":"labels"
1133
+ },
1134
+ "DeleteAll":{
1135
+ "shape":"BooleanType",
1136
+ "location":"querystring",
1137
+ "locationName":"deleteAll"
1138
+ }
1139
+ }
1140
+ },
1141
+ "DeleteLabelsResponse":{
1142
+ "type":"structure",
1143
+ "members":{
1144
+ }
1145
+ },
698
1146
  "DeleteNotificationSubscriptionRequest":{
699
1147
  "type":"structure",
700
1148
  "required":[
@@ -718,6 +1166,11 @@
718
1166
  "type":"structure",
719
1167
  "required":["UserId"],
720
1168
  "members":{
1169
+ "AuthenticationToken":{
1170
+ "shape":"AuthenticationHeaderType",
1171
+ "location":"header",
1172
+ "locationName":"Authentication"
1173
+ },
721
1174
  "UserId":{
722
1175
  "shape":"IdType",
723
1176
  "location":"uri",
@@ -725,10 +1178,56 @@
725
1178
  }
726
1179
  }
727
1180
  },
1181
+ "DescribeCommentsRequest":{
1182
+ "type":"structure",
1183
+ "required":[
1184
+ "DocumentId",
1185
+ "VersionId"
1186
+ ],
1187
+ "members":{
1188
+ "AuthenticationToken":{
1189
+ "shape":"AuthenticationHeaderType",
1190
+ "location":"header",
1191
+ "locationName":"Authentication"
1192
+ },
1193
+ "DocumentId":{
1194
+ "shape":"ResourceIdType",
1195
+ "location":"uri",
1196
+ "locationName":"DocumentId"
1197
+ },
1198
+ "VersionId":{
1199
+ "shape":"DocumentVersionIdType",
1200
+ "location":"uri",
1201
+ "locationName":"VersionId"
1202
+ },
1203
+ "Limit":{
1204
+ "shape":"LimitType",
1205
+ "location":"querystring",
1206
+ "locationName":"limit"
1207
+ },
1208
+ "Marker":{
1209
+ "shape":"MarkerType",
1210
+ "location":"querystring",
1211
+ "locationName":"marker"
1212
+ }
1213
+ }
1214
+ },
1215
+ "DescribeCommentsResponse":{
1216
+ "type":"structure",
1217
+ "members":{
1218
+ "Comments":{"shape":"CommentList"},
1219
+ "Marker":{"shape":"MarkerType"}
1220
+ }
1221
+ },
728
1222
  "DescribeDocumentVersionsRequest":{
729
1223
  "type":"structure",
730
1224
  "required":["DocumentId"],
731
1225
  "members":{
1226
+ "AuthenticationToken":{
1227
+ "shape":"AuthenticationHeaderType",
1228
+ "location":"header",
1229
+ "locationName":"Authentication"
1230
+ },
732
1231
  "DocumentId":{
733
1232
  "shape":"ResourceIdType",
734
1233
  "location":"uri",
@@ -767,6 +1266,11 @@
767
1266
  "type":"structure",
768
1267
  "required":["FolderId"],
769
1268
  "members":{
1269
+ "AuthenticationToken":{
1270
+ "shape":"AuthenticationHeaderType",
1271
+ "location":"header",
1272
+ "locationName":"Authentication"
1273
+ },
770
1274
  "FolderId":{
771
1275
  "shape":"ResourceIdType",
772
1276
  "location":"uri",
@@ -844,6 +1348,11 @@
844
1348
  "type":"structure",
845
1349
  "required":["ResourceId"],
846
1350
  "members":{
1351
+ "AuthenticationToken":{
1352
+ "shape":"AuthenticationHeaderType",
1353
+ "location":"header",
1354
+ "locationName":"Authentication"
1355
+ },
847
1356
  "ResourceId":{
848
1357
  "shape":"ResourceIdType",
849
1358
  "location":"uri",
@@ -871,6 +1380,11 @@
871
1380
  "DescribeUsersRequest":{
872
1381
  "type":"structure",
873
1382
  "members":{
1383
+ "AuthenticationToken":{
1384
+ "shape":"AuthenticationHeaderType",
1385
+ "location":"header",
1386
+ "locationName":"Authentication"
1387
+ },
874
1388
  "OrganizationId":{
875
1389
  "shape":"IdType",
876
1390
  "location":"querystring",
@@ -931,6 +1445,14 @@
931
1445
  "max":128,
932
1446
  "min":1
933
1447
  },
1448
+ "DocumentLockedForCommentsException":{
1449
+ "type":"structure",
1450
+ "members":{
1451
+ "Message":{"shape":"ErrorMessageType"}
1452
+ },
1453
+ "error":{"httpStatusCode":409},
1454
+ "exception":true
1455
+ },
934
1456
  "DocumentMetadata":{
935
1457
  "type":"structure",
936
1458
  "members":{
@@ -940,7 +1462,8 @@
940
1462
  "CreatedTimestamp":{"shape":"TimestampType"},
941
1463
  "ModifiedTimestamp":{"shape":"TimestampType"},
942
1464
  "LatestVersionMetadata":{"shape":"DocumentVersionMetadata"},
943
- "ResourceState":{"shape":"ResourceStateType"}
1465
+ "ResourceState":{"shape":"ResourceStateType"},
1466
+ "Labels":{"shape":"Labels"}
944
1467
  }
945
1468
  },
946
1469
  "DocumentMetadataList":{
@@ -1011,6 +1534,14 @@
1011
1534
  "type":"string",
1012
1535
  "enum":["ACTIVE"]
1013
1536
  },
1537
+ "DraftUploadOutOfSyncException":{
1538
+ "type":"structure",
1539
+ "members":{
1540
+ "Message":{"shape":"ErrorMessageType"}
1541
+ },
1542
+ "error":{"httpStatusCode":409},
1543
+ "exception":true
1544
+ },
1014
1545
  "EmailAddressType":{
1015
1546
  "type":"string",
1016
1547
  "max":256,
@@ -1071,7 +1602,10 @@
1071
1602
  "CreatedTimestamp":{"shape":"TimestampType"},
1072
1603
  "ModifiedTimestamp":{"shape":"TimestampType"},
1073
1604
  "ResourceState":{"shape":"ResourceStateType"},
1074
- "Signature":{"shape":"HashType"}
1605
+ "Signature":{"shape":"HashType"},
1606
+ "Labels":{"shape":"Labels"},
1607
+ "Size":{"shape":"SizeType"},
1608
+ "LatestVersionSize":{"shape":"SizeType"}
1075
1609
  }
1076
1610
  },
1077
1611
  "FolderMetadataList":{
@@ -1082,6 +1616,11 @@
1082
1616
  "type":"structure",
1083
1617
  "required":["DocumentId"],
1084
1618
  "members":{
1619
+ "AuthenticationToken":{
1620
+ "shape":"AuthenticationHeaderType",
1621
+ "location":"header",
1622
+ "locationName":"Authentication"
1623
+ },
1085
1624
  "DocumentId":{
1086
1625
  "shape":"IdType",
1087
1626
  "location":"uri",
@@ -1114,17 +1653,28 @@
1114
1653
  "type":"structure",
1115
1654
  "required":["DocumentId"],
1116
1655
  "members":{
1656
+ "AuthenticationToken":{
1657
+ "shape":"AuthenticationHeaderType",
1658
+ "location":"header",
1659
+ "locationName":"Authentication"
1660
+ },
1117
1661
  "DocumentId":{
1118
1662
  "shape":"ResourceIdType",
1119
1663
  "location":"uri",
1120
1664
  "locationName":"DocumentId"
1665
+ },
1666
+ "IncludeCustomMetadata":{
1667
+ "shape":"BooleanType",
1668
+ "location":"querystring",
1669
+ "locationName":"includeCustomMetadata"
1121
1670
  }
1122
1671
  }
1123
1672
  },
1124
1673
  "GetDocumentResponse":{
1125
1674
  "type":"structure",
1126
1675
  "members":{
1127
- "Metadata":{"shape":"DocumentMetadata"}
1676
+ "Metadata":{"shape":"DocumentMetadata"},
1677
+ "CustomMetadata":{"shape":"CustomMetadataMap"}
1128
1678
  }
1129
1679
  },
1130
1680
  "GetDocumentVersionRequest":{
@@ -1134,6 +1684,11 @@
1134
1684
  "VersionId"
1135
1685
  ],
1136
1686
  "members":{
1687
+ "AuthenticationToken":{
1688
+ "shape":"AuthenticationHeaderType",
1689
+ "location":"header",
1690
+ "locationName":"Authentication"
1691
+ },
1137
1692
  "DocumentId":{
1138
1693
  "shape":"ResourceIdType",
1139
1694
  "location":"uri",
@@ -1148,19 +1703,30 @@
1148
1703
  "shape":"FieldNamesType",
1149
1704
  "location":"querystring",
1150
1705
  "locationName":"fields"
1706
+ },
1707
+ "IncludeCustomMetadata":{
1708
+ "shape":"BooleanType",
1709
+ "location":"querystring",
1710
+ "locationName":"includeCustomMetadata"
1151
1711
  }
1152
1712
  }
1153
1713
  },
1154
1714
  "GetDocumentVersionResponse":{
1155
1715
  "type":"structure",
1156
1716
  "members":{
1157
- "Metadata":{"shape":"DocumentVersionMetadata"}
1717
+ "Metadata":{"shape":"DocumentVersionMetadata"},
1718
+ "CustomMetadata":{"shape":"CustomMetadataMap"}
1158
1719
  }
1159
1720
  },
1160
1721
  "GetFolderPathRequest":{
1161
1722
  "type":"structure",
1162
1723
  "required":["FolderId"],
1163
1724
  "members":{
1725
+ "AuthenticationToken":{
1726
+ "shape":"AuthenticationHeaderType",
1727
+ "location":"header",
1728
+ "locationName":"Authentication"
1729
+ },
1164
1730
  "FolderId":{
1165
1731
  "shape":"IdType",
1166
1732
  "location":"uri",
@@ -1193,17 +1759,28 @@
1193
1759
  "type":"structure",
1194
1760
  "required":["FolderId"],
1195
1761
  "members":{
1762
+ "AuthenticationToken":{
1763
+ "shape":"AuthenticationHeaderType",
1764
+ "location":"header",
1765
+ "locationName":"Authentication"
1766
+ },
1196
1767
  "FolderId":{
1197
1768
  "shape":"ResourceIdType",
1198
1769
  "location":"uri",
1199
1770
  "locationName":"FolderId"
1771
+ },
1772
+ "IncludeCustomMetadata":{
1773
+ "shape":"BooleanType",
1774
+ "location":"querystring",
1775
+ "locationName":"includeCustomMetadata"
1200
1776
  }
1201
1777
  }
1202
1778
  },
1203
1779
  "GetFolderResponse":{
1204
1780
  "type":"structure",
1205
1781
  "members":{
1206
- "Metadata":{"shape":"FolderMetadata"}
1782
+ "Metadata":{"shape":"FolderMetadata"},
1783
+ "CustomMetadata":{"shape":"CustomMetadataMap"}
1207
1784
  }
1208
1785
  },
1209
1786
  "HashType":{
@@ -1241,6 +1818,11 @@
1241
1818
  "type":"structure",
1242
1819
  "required":["ParentFolderId"],
1243
1820
  "members":{
1821
+ "AuthenticationToken":{
1822
+ "shape":"AuthenticationHeaderType",
1823
+ "location":"header",
1824
+ "locationName":"Authentication"
1825
+ },
1244
1826
  "Id":{"shape":"ResourceIdType"},
1245
1827
  "Name":{"shape":"ResourceNameType"},
1246
1828
  "ContentCreatedTimestamp":{"shape":"TimestampType"},
@@ -1273,6 +1855,17 @@
1273
1855
  "error":{"httpStatusCode":405},
1274
1856
  "exception":true
1275
1857
  },
1858
+ "Label":{
1859
+ "type":"string",
1860
+ "max":20,
1861
+ "min":1,
1862
+ "pattern":"[a-zA-Z0-9_-][a-zA-Z0-9 _-]*"
1863
+ },
1864
+ "Labels":{
1865
+ "type":"list",
1866
+ "member":{"shape":"Label"},
1867
+ "max":20
1868
+ },
1276
1869
  "LimitExceededException":{
1277
1870
  "type":"structure",
1278
1871
  "members":{
@@ -1302,6 +1895,12 @@
1302
1895
  "default"
1303
1896
  ]
1304
1897
  },
1898
+ "MarkerType":{
1899
+ "type":"string",
1900
+ "max":2048,
1901
+ "min":1,
1902
+ "pattern":"[\\u0000-\\u00FF]+"
1903
+ },
1305
1904
  "MessageType":{
1306
1905
  "type":"string",
1307
1906
  "max":2048,
@@ -1380,6 +1979,11 @@
1380
1979
  "type":"structure",
1381
1980
  "required":["ResourceId"],
1382
1981
  "members":{
1982
+ "AuthenticationToken":{
1983
+ "shape":"AuthenticationHeaderType",
1984
+ "location":"header",
1985
+ "locationName":"Authentication"
1986
+ },
1383
1987
  "ResourceId":{
1384
1988
  "shape":"ResourceIdType",
1385
1989
  "location":"uri",
@@ -1394,6 +1998,11 @@
1394
1998
  "PrincipalId"
1395
1999
  ],
1396
2000
  "members":{
2001
+ "AuthenticationToken":{
2002
+ "shape":"AuthenticationHeaderType",
2003
+ "location":"header",
2004
+ "locationName":"Authentication"
2005
+ },
1397
2006
  "ResourceId":{
1398
2007
  "shape":"ResourceIdType",
1399
2008
  "location":"uri",
@@ -1411,6 +2020,14 @@
1411
2020
  }
1412
2021
  }
1413
2022
  },
2023
+ "ResourceAlreadyCheckedOutException":{
2024
+ "type":"structure",
2025
+ "members":{
2026
+ "Message":{"shape":"ErrorMessageType"}
2027
+ },
2028
+ "error":{"httpStatusCode":409},
2029
+ "exception":true
2030
+ },
1414
2031
  "ResourceIdType":{
1415
2032
  "type":"string",
1416
2033
  "max":128,
@@ -1594,6 +2211,14 @@
1594
2211
  "min":1
1595
2212
  },
1596
2213
  "TimestampType":{"type":"timestamp"},
2214
+ "TooManyLabelsException":{
2215
+ "type":"structure",
2216
+ "members":{
2217
+ "Message":{"shape":"ErrorMessageType"}
2218
+ },
2219
+ "error":{"httpStatusCode":429},
2220
+ "exception":true
2221
+ },
1597
2222
  "TooManySubscriptionsException":{
1598
2223
  "type":"structure",
1599
2224
  "members":{
@@ -1621,6 +2246,11 @@
1621
2246
  "type":"structure",
1622
2247
  "required":["DocumentId"],
1623
2248
  "members":{
2249
+ "AuthenticationToken":{
2250
+ "shape":"AuthenticationHeaderType",
2251
+ "location":"header",
2252
+ "locationName":"Authentication"
2253
+ },
1624
2254
  "DocumentId":{
1625
2255
  "shape":"ResourceIdType",
1626
2256
  "location":"uri",
@@ -1638,6 +2268,11 @@
1638
2268
  "VersionId"
1639
2269
  ],
1640
2270
  "members":{
2271
+ "AuthenticationToken":{
2272
+ "shape":"AuthenticationHeaderType",
2273
+ "location":"header",
2274
+ "locationName":"Authentication"
2275
+ },
1641
2276
  "DocumentId":{
1642
2277
  "shape":"ResourceIdType",
1643
2278
  "location":"uri",
@@ -1655,6 +2290,11 @@
1655
2290
  "type":"structure",
1656
2291
  "required":["FolderId"],
1657
2292
  "members":{
2293
+ "AuthenticationToken":{
2294
+ "shape":"AuthenticationHeaderType",
2295
+ "location":"header",
2296
+ "locationName":"Authentication"
2297
+ },
1658
2298
  "FolderId":{
1659
2299
  "shape":"ResourceIdType",
1660
2300
  "location":"uri",
@@ -1669,6 +2309,11 @@
1669
2309
  "type":"structure",
1670
2310
  "required":["UserId"],
1671
2311
  "members":{
2312
+ "AuthenticationToken":{
2313
+ "shape":"AuthenticationHeaderType",
2314
+ "location":"header",
2315
+ "locationName":"Authentication"
2316
+ },
1672
2317
  "UserId":{
1673
2318
  "shape":"IdType",
1674
2319
  "location":"uri",
@@ -1775,7 +2420,7 @@
1775
2420
  "type":"string",
1776
2421
  "max":256,
1777
2422
  "min":1,
1778
- "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z]+)?"
2423
+ "pattern":"[\\w\\-+.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z]+)?"
1779
2424
  }
1780
2425
  }
1781
2426
  }
@@ -2,4 +2,5 @@ Aws.add_service(:KinesisAnalytics, {
2
2
  api: "#{Aws::API_DIR}/kinesisanalytics/2015-08-14/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/kinesisanalytics/2015-08-14/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/kinesisanalytics/2015-08-14/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kinesisanalytics/2015-08-14/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.28'
2
+ VERSION = '2.9.29'
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.9.28
4
+ version: 2.9.29
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: 2017-06-01 00:00:00.000000000 Z
11
+ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -268,6 +268,7 @@ files:
268
268
  - apis/kinesis/2013-12-02/waiters-2.json
269
269
  - apis/kinesisanalytics/2015-08-14/api-2.json
270
270
  - apis/kinesisanalytics/2015-08-14/examples-1.json
271
+ - apis/kinesisanalytics/2015-08-14/paginators-1.json
271
272
  - apis/kms/2014-11-01/api-2.json
272
273
  - apis/kms/2014-11-01/examples-1.json
273
274
  - apis/kms/2014-11-01/paginators-1.json