aws-sdk-core 2.11.567 → 2.11.568

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,24 @@
46
46
  {"shape":"ResourceUnavailableException"}
47
47
  ]
48
48
  },
49
+ "CreateAnalysis":{
50
+ "name":"CreateAnalysis",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"
54
+ },
55
+ "input":{"shape":"CreateAnalysisRequest"},
56
+ "output":{"shape":"CreateAnalysisResponse"},
57
+ "errors":[
58
+ {"shape":"ResourceNotFoundException"},
59
+ {"shape":"InvalidParameterValueException"},
60
+ {"shape":"ThrottlingException"},
61
+ {"shape":"ResourceExistsException"},
62
+ {"shape":"ConflictException"},
63
+ {"shape":"UnsupportedUserEditionException"},
64
+ {"shape":"InternalFailureException"}
65
+ ]
66
+ },
49
67
  "CreateDashboard":{
50
68
  "name":"CreateDashboard",
51
69
  "http":{
@@ -292,6 +310,23 @@
292
310
  {"shape":"ResourceUnavailableException"}
293
311
  ]
294
312
  },
313
+ "DeleteAnalysis":{
314
+ "name":"DeleteAnalysis",
315
+ "http":{
316
+ "method":"DELETE",
317
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"
318
+ },
319
+ "input":{"shape":"DeleteAnalysisRequest"},
320
+ "output":{"shape":"DeleteAnalysisResponse"},
321
+ "errors":[
322
+ {"shape":"ThrottlingException"},
323
+ {"shape":"InvalidParameterValueException"},
324
+ {"shape":"ConflictException"},
325
+ {"shape":"ResourceNotFoundException"},
326
+ {"shape":"UnsupportedUserEditionException"},
327
+ {"shape":"InternalFailureException"}
328
+ ]
329
+ },
295
330
  "DeleteDashboard":{
296
331
  "name":"DeleteDashboard",
297
332
  "http":{
@@ -552,6 +587,39 @@
552
587
  {"shape":"ResourceUnavailableException"}
553
588
  ]
554
589
  },
590
+ "DescribeAnalysis":{
591
+ "name":"DescribeAnalysis",
592
+ "http":{
593
+ "method":"GET",
594
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"
595
+ },
596
+ "input":{"shape":"DescribeAnalysisRequest"},
597
+ "output":{"shape":"DescribeAnalysisResponse"},
598
+ "errors":[
599
+ {"shape":"InvalidParameterValueException"},
600
+ {"shape":"ResourceNotFoundException"},
601
+ {"shape":"AccessDeniedException"},
602
+ {"shape":"ThrottlingException"},
603
+ {"shape":"UnsupportedUserEditionException"},
604
+ {"shape":"InternalFailureException"}
605
+ ]
606
+ },
607
+ "DescribeAnalysisPermissions":{
608
+ "name":"DescribeAnalysisPermissions",
609
+ "http":{
610
+ "method":"GET",
611
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"
612
+ },
613
+ "input":{"shape":"DescribeAnalysisPermissionsRequest"},
614
+ "output":{"shape":"DescribeAnalysisPermissionsResponse"},
615
+ "errors":[
616
+ {"shape":"InvalidParameterValueException"},
617
+ {"shape":"ResourceNotFoundException"},
618
+ {"shape":"ThrottlingException"},
619
+ {"shape":"UnsupportedUserEditionException"},
620
+ {"shape":"InternalFailureException"}
621
+ ]
622
+ },
555
623
  "DescribeDashboard":{
556
624
  "name":"DescribeDashboard",
557
625
  "http":{
@@ -881,6 +949,21 @@
881
949
  {"shape":"InternalFailureException"}
882
950
  ]
883
951
  },
952
+ "ListAnalyses":{
953
+ "name":"ListAnalyses",
954
+ "http":{
955
+ "method":"GET",
956
+ "requestUri":"/accounts/{AwsAccountId}/analyses"
957
+ },
958
+ "input":{"shape":"ListAnalysesRequest"},
959
+ "output":{"shape":"ListAnalysesResponse"},
960
+ "errors":[
961
+ {"shape":"ThrottlingException"},
962
+ {"shape":"InvalidNextTokenException"},
963
+ {"shape":"UnsupportedUserEditionException"},
964
+ {"shape":"InternalFailureException"}
965
+ ]
966
+ },
884
967
  "ListDashboardVersions":{
885
968
  "name":"ListDashboardVersions",
886
969
  "http":{
@@ -1232,6 +1315,40 @@
1232
1315
  {"shape":"ResourceUnavailableException"}
1233
1316
  ]
1234
1317
  },
1318
+ "RestoreAnalysis":{
1319
+ "name":"RestoreAnalysis",
1320
+ "http":{
1321
+ "method":"POST",
1322
+ "requestUri":"/accounts/{AwsAccountId}/restore/analyses/{AnalysisId}"
1323
+ },
1324
+ "input":{"shape":"RestoreAnalysisRequest"},
1325
+ "output":{"shape":"RestoreAnalysisResponse"},
1326
+ "errors":[
1327
+ {"shape":"ThrottlingException"},
1328
+ {"shape":"InvalidParameterValueException"},
1329
+ {"shape":"ConflictException"},
1330
+ {"shape":"ResourceNotFoundException"},
1331
+ {"shape":"UnsupportedUserEditionException"},
1332
+ {"shape":"InternalFailureException"}
1333
+ ]
1334
+ },
1335
+ "SearchAnalyses":{
1336
+ "name":"SearchAnalyses",
1337
+ "http":{
1338
+ "method":"POST",
1339
+ "requestUri":"/accounts/{AwsAccountId}/search/analyses"
1340
+ },
1341
+ "input":{"shape":"SearchAnalysesRequest"},
1342
+ "output":{"shape":"SearchAnalysesResponse"},
1343
+ "errors":[
1344
+ {"shape":"ThrottlingException"},
1345
+ {"shape":"ResourceNotFoundException"},
1346
+ {"shape":"InvalidParameterValueException"},
1347
+ {"shape":"UnsupportedUserEditionException"},
1348
+ {"shape":"InvalidNextTokenException"},
1349
+ {"shape":"InternalFailureException"}
1350
+ ]
1351
+ },
1235
1352
  "SearchDashboards":{
1236
1353
  "name":"SearchDashboards",
1237
1354
  "http":{
@@ -1316,6 +1433,41 @@
1316
1433
  {"shape":"ResourceUnavailableException"}
1317
1434
  ]
1318
1435
  },
1436
+ "UpdateAnalysis":{
1437
+ "name":"UpdateAnalysis",
1438
+ "http":{
1439
+ "method":"PUT",
1440
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}"
1441
+ },
1442
+ "input":{"shape":"UpdateAnalysisRequest"},
1443
+ "output":{"shape":"UpdateAnalysisResponse"},
1444
+ "errors":[
1445
+ {"shape":"ResourceNotFoundException"},
1446
+ {"shape":"InvalidParameterValueException"},
1447
+ {"shape":"ThrottlingException"},
1448
+ {"shape":"ResourceExistsException"},
1449
+ {"shape":"ConflictException"},
1450
+ {"shape":"UnsupportedUserEditionException"},
1451
+ {"shape":"InternalFailureException"}
1452
+ ]
1453
+ },
1454
+ "UpdateAnalysisPermissions":{
1455
+ "name":"UpdateAnalysisPermissions",
1456
+ "http":{
1457
+ "method":"PUT",
1458
+ "requestUri":"/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions"
1459
+ },
1460
+ "input":{"shape":"UpdateAnalysisPermissionsRequest"},
1461
+ "output":{"shape":"UpdateAnalysisPermissionsResponse"},
1462
+ "errors":[
1463
+ {"shape":"ThrottlingException"},
1464
+ {"shape":"InvalidParameterValueException"},
1465
+ {"shape":"ResourceNotFoundException"},
1466
+ {"shape":"UnsupportedUserEditionException"},
1467
+ {"shape":"ConflictException"},
1468
+ {"shape":"InternalFailureException"}
1469
+ ]
1470
+ },
1319
1471
  "UpdateDashboard":{
1320
1472
  "name":"UpdateDashboard",
1321
1473
  "http":{
@@ -1661,6 +1813,103 @@
1661
1813
  "Domain":{"shape":"Domain"}
1662
1814
  }
1663
1815
  },
1816
+ "Analysis":{
1817
+ "type":"structure",
1818
+ "members":{
1819
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
1820
+ "Arn":{"shape":"Arn"},
1821
+ "Name":{"shape":"AnalysisName"},
1822
+ "Status":{"shape":"ResourceStatus"},
1823
+ "Errors":{"shape":"AnalysisErrorList"},
1824
+ "DataSetArns":{"shape":"DataSetArnsList"},
1825
+ "ThemeArn":{"shape":"Arn"},
1826
+ "CreatedTime":{"shape":"Timestamp"},
1827
+ "LastUpdatedTime":{"shape":"Timestamp"}
1828
+ }
1829
+ },
1830
+ "AnalysisError":{
1831
+ "type":"structure",
1832
+ "members":{
1833
+ "Type":{"shape":"AnalysisErrorType"},
1834
+ "Message":{"shape":"NonEmptyString"}
1835
+ }
1836
+ },
1837
+ "AnalysisErrorList":{
1838
+ "type":"list",
1839
+ "member":{"shape":"AnalysisError"},
1840
+ "min":1
1841
+ },
1842
+ "AnalysisErrorType":{
1843
+ "type":"string",
1844
+ "enum":[
1845
+ "ACCESS_DENIED",
1846
+ "SOURCE_NOT_FOUND",
1847
+ "DATA_SET_NOT_FOUND",
1848
+ "INTERNAL_FAILURE",
1849
+ "PARAMETER_VALUE_INCOMPATIBLE",
1850
+ "PARAMETER_TYPE_INVALID",
1851
+ "PARAMETER_NOT_FOUND",
1852
+ "COLUMN_TYPE_MISMATCH",
1853
+ "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
1854
+ "COLUMN_REPLACEMENT_MISSING"
1855
+ ]
1856
+ },
1857
+ "AnalysisFilterAttribute":{
1858
+ "type":"string",
1859
+ "enum":["QUICKSIGHT_USER"]
1860
+ },
1861
+ "AnalysisName":{
1862
+ "type":"string",
1863
+ "max":2048,
1864
+ "min":1,
1865
+ "pattern":"[\\u0020-\\u00FF]+"
1866
+ },
1867
+ "AnalysisSearchFilter":{
1868
+ "type":"structure",
1869
+ "members":{
1870
+ "Operator":{"shape":"FilterOperator"},
1871
+ "Name":{"shape":"AnalysisFilterAttribute"},
1872
+ "Value":{"shape":"String"}
1873
+ }
1874
+ },
1875
+ "AnalysisSearchFilterList":{
1876
+ "type":"list",
1877
+ "member":{"shape":"AnalysisSearchFilter"},
1878
+ "max":1
1879
+ },
1880
+ "AnalysisSourceEntity":{
1881
+ "type":"structure",
1882
+ "members":{
1883
+ "SourceTemplate":{"shape":"AnalysisSourceTemplate"}
1884
+ }
1885
+ },
1886
+ "AnalysisSourceTemplate":{
1887
+ "type":"structure",
1888
+ "required":[
1889
+ "DataSetReferences",
1890
+ "Arn"
1891
+ ],
1892
+ "members":{
1893
+ "DataSetReferences":{"shape":"DataSetReferenceList"},
1894
+ "Arn":{"shape":"Arn"}
1895
+ }
1896
+ },
1897
+ "AnalysisSummary":{
1898
+ "type":"structure",
1899
+ "members":{
1900
+ "Arn":{"shape":"Arn"},
1901
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
1902
+ "Name":{"shape":"AnalysisName"},
1903
+ "Status":{"shape":"ResourceStatus"},
1904
+ "CreatedTime":{"shape":"Timestamp"},
1905
+ "LastUpdatedTime":{"shape":"Timestamp"}
1906
+ }
1907
+ },
1908
+ "AnalysisSummaryList":{
1909
+ "type":"list",
1910
+ "member":{"shape":"AnalysisSummary"},
1911
+ "max":100
1912
+ },
1664
1913
  "Arn":{"type":"string"},
1665
1914
  "AssignmentStatus":{
1666
1915
  "type":"string",
@@ -1956,6 +2205,46 @@
1956
2205
  }
1957
2206
  }
1958
2207
  },
2208
+ "CreateAnalysisRequest":{
2209
+ "type":"structure",
2210
+ "required":[
2211
+ "AwsAccountId",
2212
+ "AnalysisId",
2213
+ "Name",
2214
+ "SourceEntity"
2215
+ ],
2216
+ "members":{
2217
+ "AwsAccountId":{
2218
+ "shape":"AwsAccountId",
2219
+ "location":"uri",
2220
+ "locationName":"AwsAccountId"
2221
+ },
2222
+ "AnalysisId":{
2223
+ "shape":"RestrictiveResourceId",
2224
+ "location":"uri",
2225
+ "locationName":"AnalysisId"
2226
+ },
2227
+ "Name":{"shape":"AnalysisName"},
2228
+ "Parameters":{"shape":"Parameters"},
2229
+ "Permissions":{"shape":"ResourcePermissionList"},
2230
+ "SourceEntity":{"shape":"AnalysisSourceEntity"},
2231
+ "ThemeArn":{"shape":"Arn"},
2232
+ "Tags":{"shape":"TagList"}
2233
+ }
2234
+ },
2235
+ "CreateAnalysisResponse":{
2236
+ "type":"structure",
2237
+ "members":{
2238
+ "Arn":{"shape":"Arn"},
2239
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
2240
+ "CreationStatus":{"shape":"ResourceStatus"},
2241
+ "Status":{
2242
+ "shape":"StatusCode",
2243
+ "location":"statusCode"
2244
+ },
2245
+ "RequestId":{"shape":"String"}
2246
+ }
2247
+ },
1959
2248
  "CreateColumnsOperation":{
1960
2249
  "type":"structure",
1961
2250
  "required":["Columns"],
@@ -2587,7 +2876,8 @@
2587
2876
  "Arn":{"shape":"Arn"},
2588
2877
  "SourceEntityArn":{"shape":"Arn"},
2589
2878
  "DataSetArns":{"shape":"DataSetArnsList"},
2590
- "Description":{"shape":"VersionDescription"}
2879
+ "Description":{"shape":"VersionDescription"},
2880
+ "ThemeArn":{"shape":"Arn"}
2591
2881
  }
2592
2882
  },
2593
2883
  "DashboardVersionSummary":{
@@ -2867,6 +3157,48 @@
2867
3157
  }
2868
3158
  }
2869
3159
  },
3160
+ "DeleteAnalysisRequest":{
3161
+ "type":"structure",
3162
+ "required":[
3163
+ "AwsAccountId",
3164
+ "AnalysisId"
3165
+ ],
3166
+ "members":{
3167
+ "AwsAccountId":{
3168
+ "shape":"AwsAccountId",
3169
+ "location":"uri",
3170
+ "locationName":"AwsAccountId"
3171
+ },
3172
+ "AnalysisId":{
3173
+ "shape":"RestrictiveResourceId",
3174
+ "location":"uri",
3175
+ "locationName":"AnalysisId"
3176
+ },
3177
+ "RecoveryWindowInDays":{
3178
+ "shape":"RecoveryWindowInDays",
3179
+ "location":"querystring",
3180
+ "locationName":"recovery-window-in-days"
3181
+ },
3182
+ "ForceDeleteWithoutRecovery":{
3183
+ "shape":"boolean",
3184
+ "location":"querystring",
3185
+ "locationName":"force-delete-without-recovery"
3186
+ }
3187
+ }
3188
+ },
3189
+ "DeleteAnalysisResponse":{
3190
+ "type":"structure",
3191
+ "members":{
3192
+ "Status":{
3193
+ "shape":"StatusCode",
3194
+ "location":"statusCode"
3195
+ },
3196
+ "Arn":{"shape":"Arn"},
3197
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
3198
+ "DeletionTime":{"shape":"Timestamp"},
3199
+ "RequestId":{"shape":"String"}
3200
+ }
3201
+ },
2870
3202
  "DeleteDashboardRequest":{
2871
3203
  "type":"structure",
2872
3204
  "required":[
@@ -3385,6 +3717,68 @@
3385
3717
  }
3386
3718
  }
3387
3719
  },
3720
+ "DescribeAnalysisPermissionsRequest":{
3721
+ "type":"structure",
3722
+ "required":[
3723
+ "AwsAccountId",
3724
+ "AnalysisId"
3725
+ ],
3726
+ "members":{
3727
+ "AwsAccountId":{
3728
+ "shape":"AwsAccountId",
3729
+ "location":"uri",
3730
+ "locationName":"AwsAccountId"
3731
+ },
3732
+ "AnalysisId":{
3733
+ "shape":"RestrictiveResourceId",
3734
+ "location":"uri",
3735
+ "locationName":"AnalysisId"
3736
+ }
3737
+ }
3738
+ },
3739
+ "DescribeAnalysisPermissionsResponse":{
3740
+ "type":"structure",
3741
+ "members":{
3742
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
3743
+ "AnalysisArn":{"shape":"Arn"},
3744
+ "Permissions":{"shape":"ResourcePermissionList"},
3745
+ "Status":{
3746
+ "shape":"StatusCode",
3747
+ "location":"statusCode"
3748
+ },
3749
+ "RequestId":{"shape":"String"}
3750
+ }
3751
+ },
3752
+ "DescribeAnalysisRequest":{
3753
+ "type":"structure",
3754
+ "required":[
3755
+ "AwsAccountId",
3756
+ "AnalysisId"
3757
+ ],
3758
+ "members":{
3759
+ "AwsAccountId":{
3760
+ "shape":"AwsAccountId",
3761
+ "location":"uri",
3762
+ "locationName":"AwsAccountId"
3763
+ },
3764
+ "AnalysisId":{
3765
+ "shape":"RestrictiveResourceId",
3766
+ "location":"uri",
3767
+ "locationName":"AnalysisId"
3768
+ }
3769
+ }
3770
+ },
3771
+ "DescribeAnalysisResponse":{
3772
+ "type":"structure",
3773
+ "members":{
3774
+ "Analysis":{"shape":"Analysis"},
3775
+ "Status":{
3776
+ "shape":"StatusCode",
3777
+ "location":"statusCode"
3778
+ },
3779
+ "RequestId":{"shape":"String"}
3780
+ }
3781
+ },
3388
3782
  "DescribeDashboardPermissionsRequest":{
3389
3783
  "type":"structure",
3390
3784
  "required":[
@@ -4534,6 +4928,40 @@
4534
4928
  "error":{"httpStatusCode":409},
4535
4929
  "exception":true
4536
4930
  },
4931
+ "ListAnalysesRequest":{
4932
+ "type":"structure",
4933
+ "required":["AwsAccountId"],
4934
+ "members":{
4935
+ "AwsAccountId":{
4936
+ "shape":"AwsAccountId",
4937
+ "location":"uri",
4938
+ "locationName":"AwsAccountId"
4939
+ },
4940
+ "NextToken":{
4941
+ "shape":"String",
4942
+ "location":"querystring",
4943
+ "locationName":"next-token"
4944
+ },
4945
+ "MaxResults":{
4946
+ "shape":"MaxResults",
4947
+ "box":true,
4948
+ "location":"querystring",
4949
+ "locationName":"max-results"
4950
+ }
4951
+ }
4952
+ },
4953
+ "ListAnalysesResponse":{
4954
+ "type":"structure",
4955
+ "members":{
4956
+ "AnalysisSummaryList":{"shape":"AnalysisSummaryList"},
4957
+ "NextToken":{"shape":"String"},
4958
+ "Status":{
4959
+ "shape":"StatusCode",
4960
+ "location":"statusCode"
4961
+ },
4962
+ "RequestId":{"shape":"String"}
4963
+ }
4964
+ },
4537
4965
  "ListDashboardVersionsRequest":{
4538
4966
  "type":"structure",
4539
4967
  "required":[
@@ -5583,6 +6011,11 @@
5583
6011
  "Database":{"shape":"Database"}
5584
6012
  }
5585
6013
  },
6014
+ "RecoveryWindowInDays":{
6015
+ "type":"long",
6016
+ "max":30,
6017
+ "min":7
6018
+ },
5586
6019
  "RedshiftParameters":{
5587
6020
  "type":"structure",
5588
6021
  "required":["Database"],
@@ -5719,7 +6152,8 @@
5719
6152
  "CREATION_FAILED",
5720
6153
  "UPDATE_IN_PROGRESS",
5721
6154
  "UPDATE_SUCCESSFUL",
5722
- "UPDATE_FAILED"
6155
+ "UPDATE_FAILED",
6156
+ "DELETED"
5723
6157
  ]
5724
6158
  },
5725
6159
  "ResourceUnavailableException":{
@@ -5732,6 +6166,37 @@
5732
6166
  "error":{"httpStatusCode":503},
5733
6167
  "exception":true
5734
6168
  },
6169
+ "RestoreAnalysisRequest":{
6170
+ "type":"structure",
6171
+ "required":[
6172
+ "AwsAccountId",
6173
+ "AnalysisId"
6174
+ ],
6175
+ "members":{
6176
+ "AwsAccountId":{
6177
+ "shape":"AwsAccountId",
6178
+ "location":"uri",
6179
+ "locationName":"AwsAccountId"
6180
+ },
6181
+ "AnalysisId":{
6182
+ "shape":"RestrictiveResourceId",
6183
+ "location":"uri",
6184
+ "locationName":"AnalysisId"
6185
+ }
6186
+ }
6187
+ },
6188
+ "RestoreAnalysisResponse":{
6189
+ "type":"structure",
6190
+ "members":{
6191
+ "Status":{
6192
+ "shape":"StatusCode",
6193
+ "location":"statusCode"
6194
+ },
6195
+ "Arn":{"shape":"Arn"},
6196
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
6197
+ "RequestId":{"shape":"String"}
6198
+ }
6199
+ },
5735
6200
  "RestrictiveResourceId":{
5736
6201
  "type":"string",
5737
6202
  "max":2048,
@@ -5811,6 +6276,38 @@
5811
6276
  "InputColumns":{"shape":"InputColumnList"}
5812
6277
  }
5813
6278
  },
6279
+ "SearchAnalysesRequest":{
6280
+ "type":"structure",
6281
+ "required":[
6282
+ "AwsAccountId",
6283
+ "Filters"
6284
+ ],
6285
+ "members":{
6286
+ "AwsAccountId":{
6287
+ "shape":"AwsAccountId",
6288
+ "location":"uri",
6289
+ "locationName":"AwsAccountId"
6290
+ },
6291
+ "Filters":{"shape":"AnalysisSearchFilterList"},
6292
+ "NextToken":{"shape":"String"},
6293
+ "MaxResults":{
6294
+ "shape":"MaxResults",
6295
+ "box":true
6296
+ }
6297
+ }
6298
+ },
6299
+ "SearchAnalysesResponse":{
6300
+ "type":"structure",
6301
+ "members":{
6302
+ "AnalysisSummaryList":{"shape":"AnalysisSummaryList"},
6303
+ "NextToken":{"shape":"String"},
6304
+ "Status":{
6305
+ "shape":"StatusCode",
6306
+ "location":"statusCode"
6307
+ },
6308
+ "RequestId":{"shape":"String"}
6309
+ }
6310
+ },
5814
6311
  "SearchDashboardsRequest":{
5815
6312
  "type":"structure",
5816
6313
  "required":[
@@ -5825,7 +6322,10 @@
5825
6322
  },
5826
6323
  "Filters":{"shape":"DashboardSearchFilterList"},
5827
6324
  "NextToken":{"shape":"String"},
5828
- "MaxResults":{"shape":"MaxResults"}
6325
+ "MaxResults":{
6326
+ "shape":"MaxResults",
6327
+ "box":true
6328
+ }
5829
6329
  }
5830
6330
  },
5831
6331
  "SearchDashboardsResponse":{
@@ -6059,7 +6559,8 @@
6059
6559
  "enum":[
6060
6560
  "SOURCE_NOT_FOUND",
6061
6561
  "DATA_SET_NOT_FOUND",
6062
- "INTERNAL_FAILURE"
6562
+ "INTERNAL_FAILURE",
6563
+ "ACCESS_DENIED"
6063
6564
  ]
6064
6565
  },
6065
6566
  "TemplateName":{
@@ -6118,7 +6619,8 @@
6118
6619
  "Status":{"shape":"ResourceStatus"},
6119
6620
  "DataSetConfigurations":{"shape":"DataSetConfigurationList"},
6120
6621
  "Description":{"shape":"VersionDescription"},
6121
- "SourceEntityArn":{"shape":"Arn"}
6622
+ "SourceEntityArn":{"shape":"Arn"},
6623
+ "ThemeArn":{"shape":"Arn"}
6122
6624
  }
6123
6625
  },
6124
6626
  "TemplateVersionSummary":{
@@ -6439,6 +6941,78 @@
6439
6941
  }
6440
6942
  }
6441
6943
  },
6944
+ "UpdateAnalysisPermissionsRequest":{
6945
+ "type":"structure",
6946
+ "required":[
6947
+ "AwsAccountId",
6948
+ "AnalysisId"
6949
+ ],
6950
+ "members":{
6951
+ "AwsAccountId":{
6952
+ "shape":"AwsAccountId",
6953
+ "location":"uri",
6954
+ "locationName":"AwsAccountId"
6955
+ },
6956
+ "AnalysisId":{
6957
+ "shape":"RestrictiveResourceId",
6958
+ "location":"uri",
6959
+ "locationName":"AnalysisId"
6960
+ },
6961
+ "GrantPermissions":{"shape":"UpdateResourcePermissionList"},
6962
+ "RevokePermissions":{"shape":"UpdateResourcePermissionList"}
6963
+ }
6964
+ },
6965
+ "UpdateAnalysisPermissionsResponse":{
6966
+ "type":"structure",
6967
+ "members":{
6968
+ "AnalysisArn":{"shape":"Arn"},
6969
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
6970
+ "Permissions":{"shape":"ResourcePermissionList"},
6971
+ "RequestId":{"shape":"String"},
6972
+ "Status":{
6973
+ "shape":"StatusCode",
6974
+ "location":"statusCode"
6975
+ }
6976
+ }
6977
+ },
6978
+ "UpdateAnalysisRequest":{
6979
+ "type":"structure",
6980
+ "required":[
6981
+ "AwsAccountId",
6982
+ "AnalysisId",
6983
+ "Name",
6984
+ "SourceEntity"
6985
+ ],
6986
+ "members":{
6987
+ "AwsAccountId":{
6988
+ "shape":"AwsAccountId",
6989
+ "location":"uri",
6990
+ "locationName":"AwsAccountId"
6991
+ },
6992
+ "AnalysisId":{
6993
+ "shape":"RestrictiveResourceId",
6994
+ "location":"uri",
6995
+ "locationName":"AnalysisId"
6996
+ },
6997
+ "Name":{"shape":"AnalysisName"},
6998
+ "Parameters":{"shape":"Parameters"},
6999
+ "SourceEntity":{"shape":"AnalysisSourceEntity"},
7000
+ "ThemeArn":{"shape":"Arn"}
7001
+ }
7002
+ },
7003
+ "UpdateAnalysisResponse":{
7004
+ "type":"structure",
7005
+ "members":{
7006
+ "Arn":{"shape":"Arn"},
7007
+ "AnalysisId":{"shape":"RestrictiveResourceId"},
7008
+ "UpdateStatus":{"shape":"ResourceStatus"},
7009
+ "Status":{
7010
+ "shape":"StatusCode",
7011
+ "location":"statusCode"
7012
+ },
7013
+ "RequestId":{"shape":"String"}
7014
+ }
7015
+ },
6442
7016
  "UpdateDashboardPermissionsRequest":{
6443
7017
  "type":"structure",
6444
7018
  "required":[