aws-sdk-core 2.11.598 → 2.11.603

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,40 @@
12
12
  "uid": "mediapackage-2017-10-12"
13
13
  },
14
14
  "operations": {
15
+ "ConfigureLogs": {
16
+ "errors": [
17
+ {
18
+ "shape": "UnprocessableEntityException"
19
+ },
20
+ {
21
+ "shape": "InternalServerErrorException"
22
+ },
23
+ {
24
+ "shape": "ForbiddenException"
25
+ },
26
+ {
27
+ "shape": "NotFoundException"
28
+ },
29
+ {
30
+ "shape": "ServiceUnavailableException"
31
+ },
32
+ {
33
+ "shape": "TooManyRequestsException"
34
+ }
35
+ ],
36
+ "http": {
37
+ "method": "PUT",
38
+ "requestUri": "/channels/{id}/configure_logs",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "ConfigureLogsRequest"
43
+ },
44
+ "name": "ConfigureLogs",
45
+ "output": {
46
+ "shape": "ConfigureLogsResponse"
47
+ }
48
+ },
15
49
  "CreateChannel": {
16
50
  "errors": [
17
51
  {
@@ -616,6 +650,10 @@
616
650
  "locationName": "description",
617
651
  "shape": "__string"
618
652
  },
653
+ "EgressAccessLogs": {
654
+ "locationName": "egressAccessLogs",
655
+ "shape": "EgressAccessLogs"
656
+ },
619
657
  "HlsIngest": {
620
658
  "locationName": "hlsIngest",
621
659
  "shape": "HlsIngest"
@@ -624,6 +662,10 @@
624
662
  "locationName": "id",
625
663
  "shape": "__string"
626
664
  },
665
+ "IngressAccessLogs": {
666
+ "locationName": "ingressAccessLogs",
667
+ "shape": "IngressAccessLogs"
668
+ },
627
669
  "Tags": {
628
670
  "locationName": "tags",
629
671
  "shape": "Tags"
@@ -739,6 +781,73 @@
739
781
  },
740
782
  "type": "structure"
741
783
  },
784
+ "ConfigureLogsParameters": {
785
+ "members": {
786
+ "EgressAccessLogs": {
787
+ "locationName": "egressAccessLogs",
788
+ "shape": "EgressAccessLogs"
789
+ },
790
+ "IngressAccessLogs": {
791
+ "locationName": "ingressAccessLogs",
792
+ "shape": "IngressAccessLogs"
793
+ }
794
+ },
795
+ "type": "structure"
796
+ },
797
+ "ConfigureLogsRequest": {
798
+ "members": {
799
+ "EgressAccessLogs": {
800
+ "locationName": "egressAccessLogs",
801
+ "shape": "EgressAccessLogs"
802
+ },
803
+ "Id": {
804
+ "location": "uri",
805
+ "locationName": "id",
806
+ "shape": "__string"
807
+ },
808
+ "IngressAccessLogs": {
809
+ "locationName": "ingressAccessLogs",
810
+ "shape": "IngressAccessLogs"
811
+ }
812
+ },
813
+ "required": [
814
+ "Id"
815
+ ],
816
+ "type": "structure"
817
+ },
818
+ "ConfigureLogsResponse": {
819
+ "members": {
820
+ "Arn": {
821
+ "locationName": "arn",
822
+ "shape": "__string"
823
+ },
824
+ "Description": {
825
+ "locationName": "description",
826
+ "shape": "__string"
827
+ },
828
+ "EgressAccessLogs": {
829
+ "locationName": "egressAccessLogs",
830
+ "shape": "EgressAccessLogs"
831
+ },
832
+ "HlsIngest": {
833
+ "locationName": "hlsIngest",
834
+ "shape": "HlsIngest"
835
+ },
836
+ "Id": {
837
+ "locationName": "id",
838
+ "shape": "__string"
839
+ },
840
+ "IngressAccessLogs": {
841
+ "locationName": "ingressAccessLogs",
842
+ "shape": "IngressAccessLogs"
843
+ },
844
+ "Tags": {
845
+ "locationName": "tags",
846
+ "shape": "Tags"
847
+ }
848
+ },
849
+ "type": "structure"
850
+ },
742
851
  "CreateChannelRequest": {
743
852
  "members": {
744
853
  "Description": {
@@ -769,6 +878,10 @@
769
878
  "locationName": "description",
770
879
  "shape": "__string"
771
880
  },
881
+ "EgressAccessLogs": {
882
+ "locationName": "egressAccessLogs",
883
+ "shape": "EgressAccessLogs"
884
+ },
772
885
  "HlsIngest": {
773
886
  "locationName": "hlsIngest",
774
887
  "shape": "HlsIngest"
@@ -777,6 +890,10 @@
777
890
  "locationName": "id",
778
891
  "shape": "__string"
779
892
  },
893
+ "IngressAccessLogs": {
894
+ "locationName": "ingressAccessLogs",
895
+ "shape": "IngressAccessLogs"
896
+ },
780
897
  "Tags": {
781
898
  "locationName": "tags",
782
899
  "shape": "Tags"
@@ -1129,6 +1246,10 @@
1129
1246
  "locationName": "description",
1130
1247
  "shape": "__string"
1131
1248
  },
1249
+ "EgressAccessLogs": {
1250
+ "locationName": "egressAccessLogs",
1251
+ "shape": "EgressAccessLogs"
1252
+ },
1132
1253
  "HlsIngest": {
1133
1254
  "locationName": "hlsIngest",
1134
1255
  "shape": "HlsIngest"
@@ -1137,6 +1258,10 @@
1137
1258
  "locationName": "id",
1138
1259
  "shape": "__string"
1139
1260
  },
1261
+ "IngressAccessLogs": {
1262
+ "locationName": "ingressAccessLogs",
1263
+ "shape": "IngressAccessLogs"
1264
+ },
1140
1265
  "Tags": {
1141
1266
  "locationName": "tags",
1142
1267
  "shape": "Tags"
@@ -1280,6 +1405,15 @@
1280
1405
  },
1281
1406
  "type": "structure"
1282
1407
  },
1408
+ "EgressAccessLogs": {
1409
+ "members": {
1410
+ "LogGroupName": {
1411
+ "locationName": "logGroupName",
1412
+ "shape": "__string"
1413
+ }
1414
+ },
1415
+ "type": "structure"
1416
+ },
1283
1417
  "EncryptionMethod": {
1284
1418
  "enum": [
1285
1419
  "AES_128",
@@ -1577,6 +1711,15 @@
1577
1711
  },
1578
1712
  "type": "structure"
1579
1713
  },
1714
+ "IngressAccessLogs": {
1715
+ "members": {
1716
+ "LogGroupName": {
1717
+ "locationName": "logGroupName",
1718
+ "shape": "__string"
1719
+ }
1720
+ },
1721
+ "type": "structure"
1722
+ },
1580
1723
  "InternalServerErrorException": {
1581
1724
  "error": {
1582
1725
  "httpStatusCode": 500
@@ -2012,6 +2155,10 @@
2012
2155
  "locationName": "description",
2013
2156
  "shape": "__string"
2014
2157
  },
2158
+ "EgressAccessLogs": {
2159
+ "locationName": "egressAccessLogs",
2160
+ "shape": "EgressAccessLogs"
2161
+ },
2015
2162
  "HlsIngest": {
2016
2163
  "locationName": "hlsIngest",
2017
2164
  "shape": "HlsIngest"
@@ -2020,6 +2167,10 @@
2020
2167
  "locationName": "id",
2021
2168
  "shape": "__string"
2022
2169
  },
2170
+ "IngressAccessLogs": {
2171
+ "locationName": "ingressAccessLogs",
2172
+ "shape": "IngressAccessLogs"
2173
+ },
2023
2174
  "Tags": {
2024
2175
  "locationName": "tags",
2025
2176
  "shape": "Tags"
@@ -2056,6 +2207,10 @@
2056
2207
  "locationName": "description",
2057
2208
  "shape": "__string"
2058
2209
  },
2210
+ "EgressAccessLogs": {
2211
+ "locationName": "egressAccessLogs",
2212
+ "shape": "EgressAccessLogs"
2213
+ },
2059
2214
  "HlsIngest": {
2060
2215
  "locationName": "hlsIngest",
2061
2216
  "shape": "HlsIngest"
@@ -2064,6 +2219,10 @@
2064
2219
  "locationName": "id",
2065
2220
  "shape": "__string"
2066
2221
  },
2222
+ "IngressAccessLogs": {
2223
+ "locationName": "ingressAccessLogs",
2224
+ "shape": "IngressAccessLogs"
2225
+ },
2067
2226
  "Tags": {
2068
2227
  "locationName": "tags",
2069
2228
  "shape": "Tags"
@@ -2289,6 +2448,10 @@
2289
2448
  "locationName": "description",
2290
2449
  "shape": "__string"
2291
2450
  },
2451
+ "EgressAccessLogs": {
2452
+ "locationName": "egressAccessLogs",
2453
+ "shape": "EgressAccessLogs"
2454
+ },
2292
2455
  "HlsIngest": {
2293
2456
  "locationName": "hlsIngest",
2294
2457
  "shape": "HlsIngest"
@@ -2297,6 +2460,10 @@
2297
2460
  "locationName": "id",
2298
2461
  "shape": "__string"
2299
2462
  },
2463
+ "IngressAccessLogs": {
2464
+ "locationName": "ingressAccessLogs",
2465
+ "shape": "IngressAccessLogs"
2466
+ },
2300
2467
  "Tags": {
2301
2468
  "locationName": "tags",
2302
2469
  "shape": "Tags"
@@ -22,9 +22,38 @@
22
22
  "errors":[
23
23
  {"shape":"InvalidInputException"}
24
24
  ]
25
+ },
26
+ "PutItems":{
27
+ "name":"PutItems",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/items"
31
+ },
32
+ "input":{"shape":"PutItemsRequest"},
33
+ "errors":[
34
+ {"shape":"InvalidInputException"},
35
+ {"shape":"ResourceNotFoundException"}
36
+ ]
37
+ },
38
+ "PutUsers":{
39
+ "name":"PutUsers",
40
+ "http":{
41
+ "method":"POST",
42
+ "requestUri":"/users"
43
+ },
44
+ "input":{"shape":"PutUsersRequest"},
45
+ "errors":[
46
+ {"shape":"InvalidInputException"},
47
+ {"shape":"ResourceNotFoundException"}
48
+ ]
25
49
  }
26
50
  },
27
51
  "shapes":{
52
+ "Arn":{
53
+ "type":"string",
54
+ "max":256,
55
+ "pattern":"arn:([a-z\\d-]+):personalize:.*:.*:.+"
56
+ },
28
57
  "Date":{"type":"timestamp"},
29
58
  "ErrorMessage":{"type":"string"},
30
59
  "Event":{
@@ -73,11 +102,33 @@
73
102
  "error":{"httpStatusCode":400},
74
103
  "exception":true
75
104
  },
105
+ "Item":{
106
+ "type":"structure",
107
+ "required":["itemId"],
108
+ "members":{
109
+ "itemId":{"shape":"StringType"},
110
+ "properties":{
111
+ "shape":"ItemProperties",
112
+ "jsonvalue":true
113
+ }
114
+ }
115
+ },
76
116
  "ItemId":{
77
117
  "type":"string",
78
118
  "max":256,
79
119
  "min":1
80
120
  },
121
+ "ItemList":{
122
+ "type":"list",
123
+ "member":{"shape":"Item"},
124
+ "max":10,
125
+ "min":1
126
+ },
127
+ "ItemProperties":{
128
+ "type":"string",
129
+ "max":1024,
130
+ "min":1
131
+ },
81
132
  "PutEventsRequest":{
82
133
  "type":"structure",
83
134
  "required":[
@@ -92,20 +143,72 @@
92
143
  "eventList":{"shape":"EventList"}
93
144
  }
94
145
  },
146
+ "PutItemsRequest":{
147
+ "type":"structure",
148
+ "required":[
149
+ "datasetArn",
150
+ "items"
151
+ ],
152
+ "members":{
153
+ "datasetArn":{"shape":"Arn"},
154
+ "items":{"shape":"ItemList"}
155
+ }
156
+ },
157
+ "PutUsersRequest":{
158
+ "type":"structure",
159
+ "required":[
160
+ "datasetArn",
161
+ "users"
162
+ ],
163
+ "members":{
164
+ "datasetArn":{"shape":"Arn"},
165
+ "users":{"shape":"UserList"}
166
+ }
167
+ },
95
168
  "RecommendationId":{
96
169
  "type":"string",
97
170
  "max":40,
98
171
  "min":1
99
172
  },
173
+ "ResourceNotFoundException":{
174
+ "type":"structure",
175
+ "members":{
176
+ "message":{"shape":"ErrorMessage"}
177
+ },
178
+ "error":{"httpStatusCode":404},
179
+ "exception":true
180
+ },
100
181
  "StringType":{
101
182
  "type":"string",
102
183
  "max":256,
103
184
  "min":1
104
185
  },
186
+ "User":{
187
+ "type":"structure",
188
+ "required":["userId"],
189
+ "members":{
190
+ "userId":{"shape":"StringType"},
191
+ "properties":{
192
+ "shape":"UserProperties",
193
+ "jsonvalue":true
194
+ }
195
+ }
196
+ },
105
197
  "UserId":{
106
198
  "type":"string",
107
199
  "max":256,
108
200
  "min":1
201
+ },
202
+ "UserList":{
203
+ "type":"list",
204
+ "member":{"shape":"User"},
205
+ "max":10,
206
+ "min":1
207
+ },
208
+ "UserProperties":{
209
+ "type":"string",
210
+ "max":1024,
211
+ "min":1
109
212
  }
110
213
  }
111
214
  }
@@ -3095,7 +3095,8 @@
3095
3095
  "SPARK",
3096
3096
  "SQLSERVER",
3097
3097
  "TERADATA",
3098
- "TWITTER"
3098
+ "TWITTER",
3099
+ "TIMESTREAM"
3099
3100
  ]
3100
3101
  },
3101
3102
  "Database":{
@@ -2852,6 +2852,7 @@
2852
2852
  "Iops":{"shape":"IntegerOptional"},
2853
2853
  "OptionGroupName":{"shape":"String"},
2854
2854
  "CharacterSetName":{"shape":"String"},
2855
+ "NcharCharacterSetName":{"shape":"String"},
2855
2856
  "PubliclyAccessible":{"shape":"BooleanOptional"},
2856
2857
  "Tags":{"shape":"TagList"},
2857
2858
  "DBClusterIdentifier":{"shape":"String"},
@@ -3588,6 +3589,7 @@
3588
3589
  "DBEngineVersionDescription":{"shape":"String"},
3589
3590
  "DefaultCharacterSet":{"shape":"CharacterSet"},
3590
3591
  "SupportedCharacterSets":{"shape":"SupportedCharacterSetsList"},
3592
+ "SupportedNcharCharacterSets":{"shape":"SupportedCharacterSetsList"},
3591
3593
  "ValidUpgradeTarget":{"shape":"ValidUpgradeTargetList"},
3592
3594
  "SupportedTimezones":{"shape":"SupportedTimezonesList"},
3593
3595
  "ExportableLogTypes":{"shape":"LogTypeList"},
@@ -3647,6 +3649,7 @@
3647
3649
  "Iops":{"shape":"IntegerOptional"},
3648
3650
  "OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
3649
3651
  "CharacterSetName":{"shape":"String"},
3652
+ "NcharCharacterSetName":{"shape":"String"},
3650
3653
  "SecondaryAvailabilityZone":{"shape":"String"},
3651
3654
  "PubliclyAccessible":{"shape":"Boolean"},
3652
3655
  "StatusInfos":{"shape":"DBInstanceStatusInfoList"},