aws-sdk-core 2.11.405 → 2.11.406

Sign up to get free protection for your applications and to get access to all the features.
@@ -184,6 +184,19 @@
184
184
  "endpointdiscovery":{
185
185
  }
186
186
  },
187
+ "DescribeContributorInsights":{
188
+ "name":"DescribeContributorInsights",
189
+ "http":{
190
+ "method":"POST",
191
+ "requestUri":"/"
192
+ },
193
+ "input":{"shape":"DescribeContributorInsightsInput"},
194
+ "output":{"shape":"DescribeContributorInsightsOutput"},
195
+ "errors":[
196
+ {"shape":"ResourceNotFoundException"},
197
+ {"shape":"InternalServerError"}
198
+ ]
199
+ },
187
200
  "DescribeEndpoints":{
188
201
  "name":"DescribeEndpoints",
189
202
  "http":{
@@ -312,6 +325,19 @@
312
325
  "endpointdiscovery":{
313
326
  }
314
327
  },
328
+ "ListContributorInsights":{
329
+ "name":"ListContributorInsights",
330
+ "http":{
331
+ "method":"POST",
332
+ "requestUri":"/"
333
+ },
334
+ "input":{"shape":"ListContributorInsightsInput"},
335
+ "output":{"shape":"ListContributorInsightsOutput"},
336
+ "errors":[
337
+ {"shape":"ResourceNotFoundException"},
338
+ {"shape":"InternalServerError"}
339
+ ]
340
+ },
315
341
  "ListGlobalTables":{
316
342
  "name":"ListGlobalTables",
317
343
  "http":{
@@ -534,6 +560,19 @@
534
560
  "endpointdiscovery":{
535
561
  }
536
562
  },
563
+ "UpdateContributorInsights":{
564
+ "name":"UpdateContributorInsights",
565
+ "http":{
566
+ "method":"POST",
567
+ "requestUri":"/"
568
+ },
569
+ "input":{"shape":"UpdateContributorInsightsInput"},
570
+ "output":{"shape":"UpdateContributorInsightsOutput"},
571
+ "errors":[
572
+ {"shape":"ResourceNotFoundException"},
573
+ {"shape":"InternalServerError"}
574
+ ]
575
+ },
537
576
  "UpdateGlobalTable":{
538
577
  "name":"UpdateGlobalTable",
539
578
  "http":{
@@ -642,6 +681,15 @@
642
681
  }
643
682
  },
644
683
  "shapes":{
684
+ "ArchivalReason":{"type":"string"},
685
+ "ArchivalSummary":{
686
+ "type":"structure",
687
+ "members":{
688
+ "ArchivalDateTime":{"shape":"Date"},
689
+ "ArchivalReason":{"shape":"ArchivalReason"},
690
+ "ArchivalBackupArn":{"shape":"BackupArn"}
691
+ }
692
+ },
645
693
  "AttributeAction":{
646
694
  "type":"string",
647
695
  "enum":[
@@ -1086,6 +1134,43 @@
1086
1134
  },
1087
1135
  "exception":true
1088
1136
  },
1137
+ "ContributorInsightsAction":{
1138
+ "type":"string",
1139
+ "enum":[
1140
+ "ENABLE",
1141
+ "DISABLE"
1142
+ ]
1143
+ },
1144
+ "ContributorInsightsRule":{
1145
+ "type":"string",
1146
+ "pattern":"[A-Za-z0-9][A-Za-z0-9\\-\\_\\.]{0,126}[A-Za-z0-9]"
1147
+ },
1148
+ "ContributorInsightsRuleList":{
1149
+ "type":"list",
1150
+ "member":{"shape":"ContributorInsightsRule"}
1151
+ },
1152
+ "ContributorInsightsStatus":{
1153
+ "type":"string",
1154
+ "enum":[
1155
+ "ENABLING",
1156
+ "ENABLED",
1157
+ "DISABLING",
1158
+ "DISABLED",
1159
+ "FAILED"
1160
+ ]
1161
+ },
1162
+ "ContributorInsightsSummaries":{
1163
+ "type":"list",
1164
+ "member":{"shape":"ContributorInsightsSummary"}
1165
+ },
1166
+ "ContributorInsightsSummary":{
1167
+ "type":"structure",
1168
+ "members":{
1169
+ "TableName":{"shape":"TableName"},
1170
+ "IndexName":{"shape":"IndexName"},
1171
+ "ContributorInsightsStatus":{"shape":"ContributorInsightsStatus"}
1172
+ }
1173
+ },
1089
1174
  "CreateBackupInput":{
1090
1175
  "type":"structure",
1091
1176
  "required":[
@@ -1300,6 +1385,25 @@
1300
1385
  "ContinuousBackupsDescription":{"shape":"ContinuousBackupsDescription"}
1301
1386
  }
1302
1387
  },
1388
+ "DescribeContributorInsightsInput":{
1389
+ "type":"structure",
1390
+ "required":["TableName"],
1391
+ "members":{
1392
+ "TableName":{"shape":"TableName"},
1393
+ "IndexName":{"shape":"IndexName"}
1394
+ }
1395
+ },
1396
+ "DescribeContributorInsightsOutput":{
1397
+ "type":"structure",
1398
+ "members":{
1399
+ "TableName":{"shape":"TableName"},
1400
+ "IndexName":{"shape":"IndexName"},
1401
+ "ContributorInsightsRuleList":{"shape":"ContributorInsightsRuleList"},
1402
+ "ContributorInsightsStatus":{"shape":"ContributorInsightsStatus"},
1403
+ "LastUpdateDateTime":{"shape":"LastUpdateDateTime"},
1404
+ "FailureException":{"shape":"FailureException"}
1405
+ }
1406
+ },
1303
1407
  "DescribeEndpointsRequest":{
1304
1408
  "type":"structure",
1305
1409
  "members":{
@@ -1409,6 +1513,8 @@
1409
1513
  "member":{"shape":"Endpoint"}
1410
1514
  },
1411
1515
  "ErrorMessage":{"type":"string"},
1516
+ "ExceptionDescription":{"type":"string"},
1517
+ "ExceptionName":{"type":"string"},
1412
1518
  "ExpectedAttributeMap":{
1413
1519
  "type":"map",
1414
1520
  "key":{"shape":"AttributeName"},
@@ -1435,6 +1541,13 @@
1435
1541
  "value":{"shape":"AttributeValue"}
1436
1542
  },
1437
1543
  "ExpressionAttributeValueVariable":{"type":"string"},
1544
+ "FailureException":{
1545
+ "type":"structure",
1546
+ "members":{
1547
+ "ExceptionName":{"shape":"ExceptionName"},
1548
+ "ExceptionDescription":{"shape":"ExceptionDescription"}
1549
+ }
1550
+ },
1438
1551
  "FilterConditionMap":{
1439
1552
  "type":"map",
1440
1553
  "key":{"shape":"AttributeName"},
@@ -1767,6 +1880,7 @@
1767
1880
  "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"}
1768
1881
  }
1769
1882
  },
1883
+ "LastUpdateDateTime":{"type":"timestamp"},
1770
1884
  "LimitExceededException":{
1771
1885
  "type":"structure",
1772
1886
  "members":{
@@ -1796,6 +1910,25 @@
1796
1910
  "LastEvaluatedBackupArn":{"shape":"BackupArn"}
1797
1911
  }
1798
1912
  },
1913
+ "ListContributorInsightsInput":{
1914
+ "type":"structure",
1915
+ "members":{
1916
+ "TableName":{"shape":"TableName"},
1917
+ "NextToken":{"shape":"NextTokenString"},
1918
+ "MaxResults":{"shape":"ListContributorInsightsLimit"}
1919
+ }
1920
+ },
1921
+ "ListContributorInsightsLimit":{
1922
+ "type":"integer",
1923
+ "max":100
1924
+ },
1925
+ "ListContributorInsightsOutput":{
1926
+ "type":"structure",
1927
+ "members":{
1928
+ "ContributorInsightsSummaries":{"shape":"ContributorInsightsSummaries"},
1929
+ "NextToken":{"shape":"NextTokenString"}
1930
+ }
1931
+ },
1799
1932
  "ListGlobalTablesInput":{
1800
1933
  "type":"structure",
1801
1934
  "members":{
@@ -2430,7 +2563,8 @@
2430
2563
  "members":{
2431
2564
  "Status":{"shape":"SSEStatus"},
2432
2565
  "SSEType":{"shape":"SSEType"},
2433
- "KMSMasterKeyArn":{"shape":"KMSMasterKeyArn"}
2566
+ "KMSMasterKeyArn":{"shape":"KMSMasterKeyArn"},
2567
+ "InaccessibleEncryptionDateTime":{"shape":"Date"}
2434
2568
  }
2435
2569
  },
2436
2570
  "SSEEnabled":{"type":"boolean"},
@@ -2622,7 +2756,8 @@
2622
2756
  "GlobalTableVersion":{"shape":"String"},
2623
2757
  "Replicas":{"shape":"ReplicaDescriptionList"},
2624
2758
  "RestoreSummary":{"shape":"RestoreSummary"},
2625
- "SSEDescription":{"shape":"SSEDescription"}
2759
+ "SSEDescription":{"shape":"SSEDescription"},
2760
+ "ArchivalSummary":{"shape":"ArchivalSummary"}
2626
2761
  }
2627
2762
  },
2628
2763
  "TableId":{
@@ -2659,7 +2794,10 @@
2659
2794
  "CREATING",
2660
2795
  "UPDATING",
2661
2796
  "DELETING",
2662
- "ACTIVE"
2797
+ "ACTIVE",
2798
+ "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
2799
+ "ARCHIVING",
2800
+ "ARCHIVED"
2663
2801
  ]
2664
2802
  },
2665
2803
  "Tag":{
@@ -2867,6 +3005,26 @@
2867
3005
  "ContinuousBackupsDescription":{"shape":"ContinuousBackupsDescription"}
2868
3006
  }
2869
3007
  },
3008
+ "UpdateContributorInsightsInput":{
3009
+ "type":"structure",
3010
+ "required":[
3011
+ "TableName",
3012
+ "ContributorInsightsAction"
3013
+ ],
3014
+ "members":{
3015
+ "TableName":{"shape":"TableName"},
3016
+ "IndexName":{"shape":"IndexName"},
3017
+ "ContributorInsightsAction":{"shape":"ContributorInsightsAction"}
3018
+ }
3019
+ },
3020
+ "UpdateContributorInsightsOutput":{
3021
+ "type":"structure",
3022
+ "members":{
3023
+ "TableName":{"shape":"TableName"},
3024
+ "IndexName":{"shape":"IndexName"},
3025
+ "ContributorInsightsStatus":{"shape":"ContributorInsightsStatus"}
3026
+ }
3027
+ },
2870
3028
  "UpdateExpression":{"type":"string"},
2871
3029
  "UpdateGlobalSecondaryIndexAction":{
2872
3030
  "type":"structure",
@@ -4,6 +4,11 @@
4
4
  "input_token": "RequestItems",
5
5
  "output_token": "UnprocessedKeys"
6
6
  },
7
+ "ListContributorInsights": {
8
+ "input_token": "NextToken",
9
+ "limit_key": "MaxResults",
10
+ "output_token": "NextToken"
11
+ },
7
12
  "ListTables": {
8
13
  "input_token": "ExclusiveStartTableName",
9
14
  "limit_key": "Limit",
@@ -0,0 +1,174 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"api.elastic-inference",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon Elastic Inference",
9
+ "serviceFullName":"Amazon Elastic Inference",
10
+ "serviceId":"Elastic Inference",
11
+ "signatureVersion":"v4",
12
+ "signingName":"elastic-inference",
13
+ "uid":"elastic-inference-2017-07-25"
14
+ },
15
+ "operations":{
16
+ "ListTagsForResource":{
17
+ "name":"ListTagsForResource",
18
+ "http":{
19
+ "method":"GET",
20
+ "requestUri":"/tags/{resourceArn}"
21
+ },
22
+ "input":{"shape":"ListTagsForResourceRequest"},
23
+ "output":{"shape":"ListTagsForResourceResult"},
24
+ "errors":[
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"InternalServerException"}
28
+ ]
29
+ },
30
+ "TagResource":{
31
+ "name":"TagResource",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/tags/{resourceArn}"
35
+ },
36
+ "input":{"shape":"TagResourceRequest"},
37
+ "output":{"shape":"TagResourceResult"},
38
+ "errors":[
39
+ {"shape":"BadRequestException"},
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"InternalServerException"}
42
+ ]
43
+ },
44
+ "UntagResource":{
45
+ "name":"UntagResource",
46
+ "http":{
47
+ "method":"DELETE",
48
+ "requestUri":"/tags/{resourceArn}"
49
+ },
50
+ "input":{"shape":"UntagResourceRequest"},
51
+ "output":{"shape":"UntagResourceResult"},
52
+ "errors":[
53
+ {"shape":"BadRequestException"},
54
+ {"shape":"ResourceNotFoundException"},
55
+ {"shape":"InternalServerException"}
56
+ ]
57
+ }
58
+ },
59
+ "shapes":{
60
+ "BadRequestException":{
61
+ "type":"structure",
62
+ "members":{
63
+ "message":{"shape":"String"}
64
+ },
65
+ "error":{"httpStatusCode":400},
66
+ "exception":true
67
+ },
68
+ "InternalServerException":{
69
+ "type":"structure",
70
+ "members":{
71
+ "message":{"shape":"String"}
72
+ },
73
+ "error":{"httpStatusCode":500},
74
+ "exception":true
75
+ },
76
+ "ListTagsForResourceRequest":{
77
+ "type":"structure",
78
+ "required":["resourceArn"],
79
+ "members":{
80
+ "resourceArn":{
81
+ "shape":"ResourceARN",
82
+ "location":"uri",
83
+ "locationName":"resourceArn"
84
+ }
85
+ }
86
+ },
87
+ "ListTagsForResourceResult":{
88
+ "type":"structure",
89
+ "members":{
90
+ "tags":{"shape":"TagMap"}
91
+ }
92
+ },
93
+ "ResourceARN":{
94
+ "type":"string",
95
+ "max":1011,
96
+ "min":1
97
+ },
98
+ "ResourceNotFoundException":{
99
+ "type":"structure",
100
+ "members":{
101
+ "message":{"shape":"String"}
102
+ },
103
+ "error":{"httpStatusCode":404},
104
+ "exception":true
105
+ },
106
+ "String":{"type":"string"},
107
+ "TagKey":{
108
+ "type":"string",
109
+ "max":128,
110
+ "min":1
111
+ },
112
+ "TagKeyList":{
113
+ "type":"list",
114
+ "member":{"shape":"TagKey"},
115
+ "max":50,
116
+ "min":1
117
+ },
118
+ "TagMap":{
119
+ "type":"map",
120
+ "key":{"shape":"TagKey"},
121
+ "value":{"shape":"TagValue"},
122
+ "max":50,
123
+ "min":1
124
+ },
125
+ "TagResourceRequest":{
126
+ "type":"structure",
127
+ "required":[
128
+ "resourceArn",
129
+ "tags"
130
+ ],
131
+ "members":{
132
+ "resourceArn":{
133
+ "shape":"ResourceARN",
134
+ "location":"uri",
135
+ "locationName":"resourceArn"
136
+ },
137
+ "tags":{"shape":"TagMap"}
138
+ }
139
+ },
140
+ "TagResourceResult":{
141
+ "type":"structure",
142
+ "members":{
143
+ }
144
+ },
145
+ "TagValue":{
146
+ "type":"string",
147
+ "max":256
148
+ },
149
+ "UntagResourceRequest":{
150
+ "type":"structure",
151
+ "required":[
152
+ "resourceArn",
153
+ "tagKeys"
154
+ ],
155
+ "members":{
156
+ "resourceArn":{
157
+ "shape":"ResourceARN",
158
+ "location":"uri",
159
+ "locationName":"resourceArn"
160
+ },
161
+ "tagKeys":{
162
+ "shape":"TagKeyList",
163
+ "location":"querystring",
164
+ "locationName":"tagKeys"
165
+ }
166
+ }
167
+ },
168
+ "UntagResourceResult":{
169
+ "type":"structure",
170
+ "members":{
171
+ }
172
+ }
173
+ }
174
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }