cdk-comprehend-s3olap 2.0.331 → 2.0.333

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.
@@ -16,6 +16,9 @@
16
16
  "DeleteReportDefinition": {
17
17
  "input": {
18
18
  "type": "structure",
19
+ "required": [
20
+ "ReportName"
21
+ ],
19
22
  "members": {
20
23
  "ReportName": {}
21
24
  }
@@ -50,6 +53,25 @@
50
53
  }
51
54
  }
52
55
  },
56
+ "ListTagsForResource": {
57
+ "input": {
58
+ "type": "structure",
59
+ "required": [
60
+ "ReportName"
61
+ ],
62
+ "members": {
63
+ "ReportName": {}
64
+ }
65
+ },
66
+ "output": {
67
+ "type": "structure",
68
+ "members": {
69
+ "Tags": {
70
+ "shape": "St"
71
+ }
72
+ }
73
+ }
74
+ },
53
75
  "ModifyReportDefinition": {
54
76
  "input": {
55
77
  "type": "structure",
@@ -78,6 +100,48 @@
78
100
  "members": {
79
101
  "ReportDefinition": {
80
102
  "shape": "Sa"
103
+ },
104
+ "Tags": {
105
+ "shape": "St"
106
+ }
107
+ }
108
+ },
109
+ "output": {
110
+ "type": "structure",
111
+ "members": {}
112
+ }
113
+ },
114
+ "TagResource": {
115
+ "input": {
116
+ "type": "structure",
117
+ "required": [
118
+ "ReportName",
119
+ "Tags"
120
+ ],
121
+ "members": {
122
+ "ReportName": {},
123
+ "Tags": {
124
+ "shape": "St"
125
+ }
126
+ }
127
+ },
128
+ "output": {
129
+ "type": "structure",
130
+ "members": {}
131
+ }
132
+ },
133
+ "UntagResource": {
134
+ "input": {
135
+ "type": "structure",
136
+ "required": [
137
+ "ReportName",
138
+ "TagKeys"
139
+ ],
140
+ "members": {
141
+ "ReportName": {},
142
+ "TagKeys": {
143
+ "type": "list",
144
+ "member": {}
81
145
  }
82
146
  }
83
147
  },
@@ -120,7 +184,28 @@
120
184
  "type": "boolean"
121
185
  },
122
186
  "ReportVersioning": {},
123
- "BillingViewArn": {}
187
+ "BillingViewArn": {},
188
+ "ReportStatus": {
189
+ "type": "structure",
190
+ "members": {
191
+ "lastDelivery": {},
192
+ "lastStatus": {}
193
+ }
194
+ }
195
+ }
196
+ },
197
+ "St": {
198
+ "type": "list",
199
+ "member": {
200
+ "type": "structure",
201
+ "required": [
202
+ "Key",
203
+ "Value"
204
+ ],
205
+ "members": {
206
+ "Key": {},
207
+ "Value": {}
208
+ }
124
209
  }
125
210
  }
126
211
  }