aws-sdk-quicksight 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/lib/aws-sdk-quicksight/client.rb +4489 -515
- data/lib/aws-sdk-quicksight/client_api.rb +2229 -23
- data/lib/aws-sdk-quicksight/errors.rb +42 -0
- data/lib/aws-sdk-quicksight/types.rb +7662 -671
- metadata +2 -2
@@ -12,28 +12,164 @@ module Aws::QuickSight
|
|
12
12
|
include Seahorse::Model
|
13
13
|
|
14
14
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
15
|
+
ActionList = Shapes::ListShape.new(name: 'ActionList')
|
16
|
+
ActiveIAMPolicyAssignment = Shapes::StructureShape.new(name: 'ActiveIAMPolicyAssignment')
|
17
|
+
ActiveIAMPolicyAssignmentList = Shapes::ListShape.new(name: 'ActiveIAMPolicyAssignmentList')
|
18
|
+
AdHocFilteringOption = Shapes::StructureShape.new(name: 'AdHocFilteringOption')
|
19
|
+
AliasName = Shapes::StringShape.new(name: 'AliasName')
|
20
|
+
AmazonElasticsearchParameters = Shapes::StructureShape.new(name: 'AmazonElasticsearchParameters')
|
15
21
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
22
|
+
AssignmentStatus = Shapes::StringShape.new(name: 'AssignmentStatus')
|
23
|
+
AthenaParameters = Shapes::StructureShape.new(name: 'AthenaParameters')
|
24
|
+
AuroraParameters = Shapes::StructureShape.new(name: 'AuroraParameters')
|
25
|
+
AuroraPostgreSqlParameters = Shapes::StructureShape.new(name: 'AuroraPostgreSqlParameters')
|
16
26
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
27
|
+
AwsIotAnalyticsParameters = Shapes::StructureShape.new(name: 'AwsIotAnalyticsParameters')
|
17
28
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
29
|
+
CalculatedColumn = Shapes::StructureShape.new(name: 'CalculatedColumn')
|
30
|
+
CalculatedColumnList = Shapes::ListShape.new(name: 'CalculatedColumnList')
|
31
|
+
CancelIngestionRequest = Shapes::StructureShape.new(name: 'CancelIngestionRequest')
|
32
|
+
CancelIngestionResponse = Shapes::StructureShape.new(name: 'CancelIngestionResponse')
|
33
|
+
CastColumnTypeOperation = Shapes::StructureShape.new(name: 'CastColumnTypeOperation')
|
34
|
+
Catalog = Shapes::StringShape.new(name: 'Catalog')
|
35
|
+
ClusterId = Shapes::StringShape.new(name: 'ClusterId')
|
36
|
+
ColumnDataType = Shapes::StringShape.new(name: 'ColumnDataType')
|
37
|
+
ColumnGroup = Shapes::StructureShape.new(name: 'ColumnGroup')
|
38
|
+
ColumnGroupColumnSchema = Shapes::StructureShape.new(name: 'ColumnGroupColumnSchema')
|
39
|
+
ColumnGroupColumnSchemaList = Shapes::ListShape.new(name: 'ColumnGroupColumnSchemaList')
|
40
|
+
ColumnGroupList = Shapes::ListShape.new(name: 'ColumnGroupList')
|
41
|
+
ColumnGroupName = Shapes::StringShape.new(name: 'ColumnGroupName')
|
42
|
+
ColumnGroupSchema = Shapes::StructureShape.new(name: 'ColumnGroupSchema')
|
43
|
+
ColumnGroupSchemaList = Shapes::ListShape.new(name: 'ColumnGroupSchemaList')
|
44
|
+
ColumnId = Shapes::StringShape.new(name: 'ColumnId')
|
45
|
+
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
46
|
+
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
47
|
+
ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
|
48
|
+
ColumnSchemaList = Shapes::ListShape.new(name: 'ColumnSchemaList')
|
49
|
+
ColumnTag = Shapes::StructureShape.new(name: 'ColumnTag')
|
50
|
+
ColumnTagList = Shapes::ListShape.new(name: 'ColumnTagList')
|
51
|
+
ConcurrentUpdatingException = Shapes::StructureShape.new(name: 'ConcurrentUpdatingException')
|
52
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
53
|
+
CreateColumnsOperation = Shapes::StructureShape.new(name: 'CreateColumnsOperation')
|
54
|
+
CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
|
55
|
+
CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
|
56
|
+
CreateDataSetRequest = Shapes::StructureShape.new(name: 'CreateDataSetRequest')
|
57
|
+
CreateDataSetResponse = Shapes::StructureShape.new(name: 'CreateDataSetResponse')
|
58
|
+
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
59
|
+
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
18
60
|
CreateGroupMembershipRequest = Shapes::StructureShape.new(name: 'CreateGroupMembershipRequest')
|
19
61
|
CreateGroupMembershipResponse = Shapes::StructureShape.new(name: 'CreateGroupMembershipResponse')
|
20
62
|
CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
|
21
63
|
CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
|
64
|
+
CreateIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'CreateIAMPolicyAssignmentRequest')
|
65
|
+
CreateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'CreateIAMPolicyAssignmentResponse')
|
66
|
+
CreateIngestionRequest = Shapes::StructureShape.new(name: 'CreateIngestionRequest')
|
67
|
+
CreateIngestionResponse = Shapes::StructureShape.new(name: 'CreateIngestionResponse')
|
68
|
+
CreateTemplateAliasRequest = Shapes::StructureShape.new(name: 'CreateTemplateAliasRequest')
|
69
|
+
CreateTemplateAliasResponse = Shapes::StructureShape.new(name: 'CreateTemplateAliasResponse')
|
70
|
+
CreateTemplateRequest = Shapes::StructureShape.new(name: 'CreateTemplateRequest')
|
71
|
+
CreateTemplateResponse = Shapes::StructureShape.new(name: 'CreateTemplateResponse')
|
72
|
+
CredentialPair = Shapes::StructureShape.new(name: 'CredentialPair')
|
73
|
+
CustomSql = Shapes::StructureShape.new(name: 'CustomSql')
|
74
|
+
CustomSqlName = Shapes::StringShape.new(name: 'CustomSqlName')
|
75
|
+
Dashboard = Shapes::StructureShape.new(name: 'Dashboard')
|
76
|
+
DashboardBehavior = Shapes::StringShape.new(name: 'DashboardBehavior')
|
77
|
+
DashboardError = Shapes::StructureShape.new(name: 'DashboardError')
|
78
|
+
DashboardErrorList = Shapes::ListShape.new(name: 'DashboardErrorList')
|
79
|
+
DashboardErrorType = Shapes::StringShape.new(name: 'DashboardErrorType')
|
80
|
+
DashboardName = Shapes::StringShape.new(name: 'DashboardName')
|
81
|
+
DashboardPublishOptions = Shapes::StructureShape.new(name: 'DashboardPublishOptions')
|
82
|
+
DashboardSourceEntity = Shapes::StructureShape.new(name: 'DashboardSourceEntity')
|
83
|
+
DashboardSourceTemplate = Shapes::StructureShape.new(name: 'DashboardSourceTemplate')
|
84
|
+
DashboardSummary = Shapes::StructureShape.new(name: 'DashboardSummary')
|
85
|
+
DashboardSummaryList = Shapes::ListShape.new(name: 'DashboardSummaryList')
|
86
|
+
DashboardUIState = Shapes::StringShape.new(name: 'DashboardUIState')
|
87
|
+
DashboardVersion = Shapes::StructureShape.new(name: 'DashboardVersion')
|
88
|
+
DashboardVersionSummary = Shapes::StructureShape.new(name: 'DashboardVersionSummary')
|
89
|
+
DashboardVersionSummaryList = Shapes::ListShape.new(name: 'DashboardVersionSummaryList')
|
90
|
+
DataSet = Shapes::StructureShape.new(name: 'DataSet')
|
91
|
+
DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
|
92
|
+
DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
|
93
|
+
DataSetImportMode = Shapes::StringShape.new(name: 'DataSetImportMode')
|
94
|
+
DataSetName = Shapes::StringShape.new(name: 'DataSetName')
|
95
|
+
DataSetReference = Shapes::StructureShape.new(name: 'DataSetReference')
|
96
|
+
DataSetReferenceList = Shapes::ListShape.new(name: 'DataSetReferenceList')
|
97
|
+
DataSetSchema = Shapes::StructureShape.new(name: 'DataSetSchema')
|
98
|
+
DataSetSummary = Shapes::StructureShape.new(name: 'DataSetSummary')
|
99
|
+
DataSetSummaryList = Shapes::ListShape.new(name: 'DataSetSummaryList')
|
100
|
+
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
101
|
+
DataSourceCredentials = Shapes::StructureShape.new(name: 'DataSourceCredentials')
|
102
|
+
DataSourceErrorInfo = Shapes::StructureShape.new(name: 'DataSourceErrorInfo')
|
103
|
+
DataSourceErrorInfoType = Shapes::StringShape.new(name: 'DataSourceErrorInfoType')
|
104
|
+
DataSourceList = Shapes::ListShape.new(name: 'DataSourceList')
|
105
|
+
DataSourceParameters = Shapes::StructureShape.new(name: 'DataSourceParameters')
|
106
|
+
DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
|
107
|
+
Database = Shapes::StringShape.new(name: 'Database')
|
108
|
+
DateTimeParameter = Shapes::StructureShape.new(name: 'DateTimeParameter')
|
109
|
+
DateTimeParameterList = Shapes::ListShape.new(name: 'DateTimeParameterList')
|
110
|
+
DecimalParameter = Shapes::StructureShape.new(name: 'DecimalParameter')
|
111
|
+
DecimalParameterList = Shapes::ListShape.new(name: 'DecimalParameterList')
|
112
|
+
DeleteDashboardRequest = Shapes::StructureShape.new(name: 'DeleteDashboardRequest')
|
113
|
+
DeleteDashboardResponse = Shapes::StructureShape.new(name: 'DeleteDashboardResponse')
|
114
|
+
DeleteDataSetRequest = Shapes::StructureShape.new(name: 'DeleteDataSetRequest')
|
115
|
+
DeleteDataSetResponse = Shapes::StructureShape.new(name: 'DeleteDataSetResponse')
|
116
|
+
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
117
|
+
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
22
118
|
DeleteGroupMembershipRequest = Shapes::StructureShape.new(name: 'DeleteGroupMembershipRequest')
|
23
119
|
DeleteGroupMembershipResponse = Shapes::StructureShape.new(name: 'DeleteGroupMembershipResponse')
|
24
120
|
DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
|
25
121
|
DeleteGroupResponse = Shapes::StructureShape.new(name: 'DeleteGroupResponse')
|
122
|
+
DeleteIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'DeleteIAMPolicyAssignmentRequest')
|
123
|
+
DeleteIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'DeleteIAMPolicyAssignmentResponse')
|
124
|
+
DeleteTemplateAliasRequest = Shapes::StructureShape.new(name: 'DeleteTemplateAliasRequest')
|
125
|
+
DeleteTemplateAliasResponse = Shapes::StructureShape.new(name: 'DeleteTemplateAliasResponse')
|
126
|
+
DeleteTemplateRequest = Shapes::StructureShape.new(name: 'DeleteTemplateRequest')
|
127
|
+
DeleteTemplateResponse = Shapes::StructureShape.new(name: 'DeleteTemplateResponse')
|
26
128
|
DeleteUserByPrincipalIdRequest = Shapes::StructureShape.new(name: 'DeleteUserByPrincipalIdRequest')
|
27
129
|
DeleteUserByPrincipalIdResponse = Shapes::StructureShape.new(name: 'DeleteUserByPrincipalIdResponse')
|
28
130
|
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
29
131
|
DeleteUserResponse = Shapes::StructureShape.new(name: 'DeleteUserResponse')
|
132
|
+
Delimiter = Shapes::StringShape.new(name: 'Delimiter')
|
133
|
+
DescribeDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsRequest')
|
134
|
+
DescribeDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDashboardPermissionsResponse')
|
135
|
+
DescribeDashboardRequest = Shapes::StructureShape.new(name: 'DescribeDashboardRequest')
|
136
|
+
DescribeDashboardResponse = Shapes::StructureShape.new(name: 'DescribeDashboardResponse')
|
137
|
+
DescribeDataSetPermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsRequest')
|
138
|
+
DescribeDataSetPermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSetPermissionsResponse')
|
139
|
+
DescribeDataSetRequest = Shapes::StructureShape.new(name: 'DescribeDataSetRequest')
|
140
|
+
DescribeDataSetResponse = Shapes::StructureShape.new(name: 'DescribeDataSetResponse')
|
141
|
+
DescribeDataSourcePermissionsRequest = Shapes::StructureShape.new(name: 'DescribeDataSourcePermissionsRequest')
|
142
|
+
DescribeDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'DescribeDataSourcePermissionsResponse')
|
143
|
+
DescribeDataSourceRequest = Shapes::StructureShape.new(name: 'DescribeDataSourceRequest')
|
144
|
+
DescribeDataSourceResponse = Shapes::StructureShape.new(name: 'DescribeDataSourceResponse')
|
30
145
|
DescribeGroupRequest = Shapes::StructureShape.new(name: 'DescribeGroupRequest')
|
31
146
|
DescribeGroupResponse = Shapes::StructureShape.new(name: 'DescribeGroupResponse')
|
147
|
+
DescribeIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'DescribeIAMPolicyAssignmentRequest')
|
148
|
+
DescribeIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'DescribeIAMPolicyAssignmentResponse')
|
149
|
+
DescribeIngestionRequest = Shapes::StructureShape.new(name: 'DescribeIngestionRequest')
|
150
|
+
DescribeIngestionResponse = Shapes::StructureShape.new(name: 'DescribeIngestionResponse')
|
151
|
+
DescribeTemplateAliasRequest = Shapes::StructureShape.new(name: 'DescribeTemplateAliasRequest')
|
152
|
+
DescribeTemplateAliasResponse = Shapes::StructureShape.new(name: 'DescribeTemplateAliasResponse')
|
153
|
+
DescribeTemplatePermissionsRequest = Shapes::StructureShape.new(name: 'DescribeTemplatePermissionsRequest')
|
154
|
+
DescribeTemplatePermissionsResponse = Shapes::StructureShape.new(name: 'DescribeTemplatePermissionsResponse')
|
155
|
+
DescribeTemplateRequest = Shapes::StructureShape.new(name: 'DescribeTemplateRequest')
|
156
|
+
DescribeTemplateResponse = Shapes::StructureShape.new(name: 'DescribeTemplateResponse')
|
32
157
|
DescribeUserRequest = Shapes::StructureShape.new(name: 'DescribeUserRequest')
|
33
158
|
DescribeUserResponse = Shapes::StructureShape.new(name: 'DescribeUserResponse')
|
159
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
34
160
|
DomainNotWhitelistedException = Shapes::StructureShape.new(name: 'DomainNotWhitelistedException')
|
161
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
162
|
+
DoubleList = Shapes::ListShape.new(name: 'DoubleList')
|
35
163
|
EmbeddingUrl = Shapes::StringShape.new(name: 'EmbeddingUrl')
|
164
|
+
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
36
165
|
ExceptionResourceType = Shapes::StringShape.new(name: 'ExceptionResourceType')
|
166
|
+
ExportToCSVOption = Shapes::StructureShape.new(name: 'ExportToCSVOption')
|
167
|
+
Expression = Shapes::StringShape.new(name: 'Expression')
|
168
|
+
FileFormat = Shapes::StringShape.new(name: 'FileFormat')
|
169
|
+
FilterOperation = Shapes::StructureShape.new(name: 'FilterOperation')
|
170
|
+
GeoSpatialColumnGroup = Shapes::StructureShape.new(name: 'GeoSpatialColumnGroup')
|
171
|
+
GeoSpatialCountryCode = Shapes::StringShape.new(name: 'GeoSpatialCountryCode')
|
172
|
+
GeoSpatialDataRole = Shapes::StringShape.new(name: 'GeoSpatialDataRole')
|
37
173
|
GetDashboardEmbedUrlRequest = Shapes::StructureShape.new(name: 'GetDashboardEmbedUrlRequest')
|
38
174
|
GetDashboardEmbedUrlResponse = Shapes::StructureShape.new(name: 'GetDashboardEmbedUrlResponse')
|
39
175
|
Group = Shapes::StructureShape.new(name: 'Group')
|
@@ -43,50 +179,374 @@ module Aws::QuickSight
|
|
43
179
|
GroupMemberList = Shapes::ListShape.new(name: 'GroupMemberList')
|
44
180
|
GroupMemberName = Shapes::StringShape.new(name: 'GroupMemberName')
|
45
181
|
GroupName = Shapes::StringShape.new(name: 'GroupName')
|
182
|
+
Host = Shapes::StringShape.new(name: 'Host')
|
183
|
+
IAMPolicyAssignment = Shapes::StructureShape.new(name: 'IAMPolicyAssignment')
|
184
|
+
IAMPolicyAssignmentName = Shapes::StringShape.new(name: 'IAMPolicyAssignmentName')
|
185
|
+
IAMPolicyAssignmentSummary = Shapes::StructureShape.new(name: 'IAMPolicyAssignmentSummary')
|
186
|
+
IAMPolicyAssignmentSummaryList = Shapes::ListShape.new(name: 'IAMPolicyAssignmentSummaryList')
|
187
|
+
IdentityMap = Shapes::MapShape.new(name: 'IdentityMap')
|
188
|
+
IdentityName = Shapes::StringShape.new(name: 'IdentityName')
|
189
|
+
IdentityNameList = Shapes::ListShape.new(name: 'IdentityNameList')
|
46
190
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
47
191
|
IdentityTypeNotSupportedException = Shapes::StructureShape.new(name: 'IdentityTypeNotSupportedException')
|
192
|
+
Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
|
193
|
+
IngestionErrorType = Shapes::StringShape.new(name: 'IngestionErrorType')
|
194
|
+
IngestionId = Shapes::StringShape.new(name: 'IngestionId')
|
195
|
+
IngestionMaxResults = Shapes::IntegerShape.new(name: 'IngestionMaxResults')
|
196
|
+
IngestionRequestSource = Shapes::StringShape.new(name: 'IngestionRequestSource')
|
197
|
+
IngestionRequestType = Shapes::StringShape.new(name: 'IngestionRequestType')
|
198
|
+
IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
|
199
|
+
Ingestions = Shapes::ListShape.new(name: 'Ingestions')
|
200
|
+
InputColumn = Shapes::StructureShape.new(name: 'InputColumn')
|
201
|
+
InputColumnDataType = Shapes::StringShape.new(name: 'InputColumnDataType')
|
202
|
+
InputColumnList = Shapes::ListShape.new(name: 'InputColumnList')
|
203
|
+
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
204
|
+
IntegerParameter = Shapes::StructureShape.new(name: 'IntegerParameter')
|
205
|
+
IntegerParameterList = Shapes::ListShape.new(name: 'IntegerParameterList')
|
48
206
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
49
207
|
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
50
208
|
InvalidParameterValueException = Shapes::StructureShape.new(name: 'InvalidParameterValueException')
|
209
|
+
JiraParameters = Shapes::StructureShape.new(name: 'JiraParameters')
|
210
|
+
JoinInstruction = Shapes::StructureShape.new(name: 'JoinInstruction')
|
211
|
+
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
51
212
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
213
|
+
ListDashboardVersionsRequest = Shapes::StructureShape.new(name: 'ListDashboardVersionsRequest')
|
214
|
+
ListDashboardVersionsResponse = Shapes::StructureShape.new(name: 'ListDashboardVersionsResponse')
|
215
|
+
ListDashboardsRequest = Shapes::StructureShape.new(name: 'ListDashboardsRequest')
|
216
|
+
ListDashboardsResponse = Shapes::StructureShape.new(name: 'ListDashboardsResponse')
|
217
|
+
ListDataSetsRequest = Shapes::StructureShape.new(name: 'ListDataSetsRequest')
|
218
|
+
ListDataSetsResponse = Shapes::StructureShape.new(name: 'ListDataSetsResponse')
|
219
|
+
ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
|
220
|
+
ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
|
52
221
|
ListGroupMembershipsRequest = Shapes::StructureShape.new(name: 'ListGroupMembershipsRequest')
|
53
222
|
ListGroupMembershipsResponse = Shapes::StructureShape.new(name: 'ListGroupMembershipsResponse')
|
54
223
|
ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
|
55
224
|
ListGroupsResponse = Shapes::StructureShape.new(name: 'ListGroupsResponse')
|
225
|
+
ListIAMPolicyAssignmentsForUserRequest = Shapes::StructureShape.new(name: 'ListIAMPolicyAssignmentsForUserRequest')
|
226
|
+
ListIAMPolicyAssignmentsForUserResponse = Shapes::StructureShape.new(name: 'ListIAMPolicyAssignmentsForUserResponse')
|
227
|
+
ListIAMPolicyAssignmentsRequest = Shapes::StructureShape.new(name: 'ListIAMPolicyAssignmentsRequest')
|
228
|
+
ListIAMPolicyAssignmentsResponse = Shapes::StructureShape.new(name: 'ListIAMPolicyAssignmentsResponse')
|
229
|
+
ListIngestionsRequest = Shapes::StructureShape.new(name: 'ListIngestionsRequest')
|
230
|
+
ListIngestionsResponse = Shapes::StructureShape.new(name: 'ListIngestionsResponse')
|
231
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
232
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
233
|
+
ListTemplateAliasesRequest = Shapes::StructureShape.new(name: 'ListTemplateAliasesRequest')
|
234
|
+
ListTemplateAliasesResponse = Shapes::StructureShape.new(name: 'ListTemplateAliasesResponse')
|
235
|
+
ListTemplateVersionsRequest = Shapes::StructureShape.new(name: 'ListTemplateVersionsRequest')
|
236
|
+
ListTemplateVersionsResponse = Shapes::StructureShape.new(name: 'ListTemplateVersionsResponse')
|
237
|
+
ListTemplatesRequest = Shapes::StructureShape.new(name: 'ListTemplatesRequest')
|
238
|
+
ListTemplatesResponse = Shapes::StructureShape.new(name: 'ListTemplatesResponse')
|
56
239
|
ListUserGroupsRequest = Shapes::StructureShape.new(name: 'ListUserGroupsRequest')
|
57
240
|
ListUserGroupsResponse = Shapes::StructureShape.new(name: 'ListUserGroupsResponse')
|
58
241
|
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
59
242
|
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
243
|
+
LogicalTable = Shapes::StructureShape.new(name: 'LogicalTable')
|
244
|
+
LogicalTableAlias = Shapes::StringShape.new(name: 'LogicalTableAlias')
|
245
|
+
LogicalTableId = Shapes::StringShape.new(name: 'LogicalTableId')
|
246
|
+
LogicalTableMap = Shapes::MapShape.new(name: 'LogicalTableMap')
|
247
|
+
LogicalTableSource = Shapes::StructureShape.new(name: 'LogicalTableSource')
|
248
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
249
|
+
LongList = Shapes::ListShape.new(name: 'LongList')
|
250
|
+
ManifestFileLocation = Shapes::StructureShape.new(name: 'ManifestFileLocation')
|
251
|
+
MariaDbParameters = Shapes::StructureShape.new(name: 'MariaDbParameters')
|
60
252
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
253
|
+
MySqlParameters = Shapes::StructureShape.new(name: 'MySqlParameters')
|
61
254
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
255
|
+
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
256
|
+
OnClause = Shapes::StringShape.new(name: 'OnClause')
|
257
|
+
OptionalPort = Shapes::IntegerShape.new(name: 'OptionalPort')
|
258
|
+
OutputColumn = Shapes::StructureShape.new(name: 'OutputColumn')
|
259
|
+
OutputColumnList = Shapes::ListShape.new(name: 'OutputColumnList')
|
260
|
+
Parameters = Shapes::StructureShape.new(name: 'Parameters')
|
261
|
+
Password = Shapes::StringShape.new(name: 'Password')
|
262
|
+
PhysicalTable = Shapes::StructureShape.new(name: 'PhysicalTable')
|
263
|
+
PhysicalTableId = Shapes::StringShape.new(name: 'PhysicalTableId')
|
264
|
+
PhysicalTableMap = Shapes::MapShape.new(name: 'PhysicalTableMap')
|
265
|
+
Port = Shapes::IntegerShape.new(name: 'Port')
|
266
|
+
PositiveInteger = Shapes::IntegerShape.new(name: 'PositiveInteger')
|
267
|
+
PostgreSqlParameters = Shapes::StructureShape.new(name: 'PostgreSqlParameters')
|
62
268
|
PreconditionNotMetException = Shapes::StructureShape.new(name: 'PreconditionNotMetException')
|
269
|
+
PrestoParameters = Shapes::StructureShape.new(name: 'PrestoParameters')
|
270
|
+
Principal = Shapes::StringShape.new(name: 'Principal')
|
271
|
+
ProjectOperation = Shapes::StructureShape.new(name: 'ProjectOperation')
|
272
|
+
ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
|
273
|
+
Query = Shapes::StringShape.new(name: 'Query')
|
274
|
+
QueueInfo = Shapes::StructureShape.new(name: 'QueueInfo')
|
63
275
|
QuickSightUserNotFoundException = Shapes::StructureShape.new(name: 'QuickSightUserNotFoundException')
|
276
|
+
RdsParameters = Shapes::StructureShape.new(name: 'RdsParameters')
|
277
|
+
RedshiftParameters = Shapes::StructureShape.new(name: 'RedshiftParameters')
|
64
278
|
RegisterUserRequest = Shapes::StructureShape.new(name: 'RegisterUserRequest')
|
65
279
|
RegisterUserResponse = Shapes::StructureShape.new(name: 'RegisterUserResponse')
|
280
|
+
RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
|
281
|
+
RelationalTableName = Shapes::StringShape.new(name: 'RelationalTableName')
|
282
|
+
RelationalTableSchema = Shapes::StringShape.new(name: 'RelationalTableSchema')
|
283
|
+
RenameColumnOperation = Shapes::StructureShape.new(name: 'RenameColumnOperation')
|
66
284
|
ResourceExistsException = Shapes::StructureShape.new(name: 'ResourceExistsException')
|
285
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
286
|
+
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
67
287
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
288
|
+
ResourcePermission = Shapes::StructureShape.new(name: 'ResourcePermission')
|
289
|
+
ResourcePermissionList = Shapes::ListShape.new(name: 'ResourcePermissionList')
|
290
|
+
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
68
291
|
ResourceUnavailableException = Shapes::StructureShape.new(name: 'ResourceUnavailableException')
|
292
|
+
RestrictiveResourceId = Shapes::StringShape.new(name: 'RestrictiveResourceId')
|
69
293
|
RoleSessionName = Shapes::StringShape.new(name: 'RoleSessionName')
|
294
|
+
RowInfo = Shapes::StructureShape.new(name: 'RowInfo')
|
295
|
+
RowLevelPermissionDataSet = Shapes::StructureShape.new(name: 'RowLevelPermissionDataSet')
|
296
|
+
RowLevelPermissionPolicy = Shapes::StringShape.new(name: 'RowLevelPermissionPolicy')
|
297
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
298
|
+
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
299
|
+
S3Parameters = Shapes::StructureShape.new(name: 'S3Parameters')
|
300
|
+
S3Source = Shapes::StructureShape.new(name: 'S3Source')
|
301
|
+
ServiceNowParameters = Shapes::StructureShape.new(name: 'ServiceNowParameters')
|
70
302
|
SessionLifetimeInMinutes = Shapes::IntegerShape.new(name: 'SessionLifetimeInMinutes')
|
71
303
|
SessionLifetimeInMinutesInvalidException = Shapes::StructureShape.new(name: 'SessionLifetimeInMinutesInvalidException')
|
304
|
+
SheetControlsOption = Shapes::StructureShape.new(name: 'SheetControlsOption')
|
305
|
+
SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
|
306
|
+
SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
|
307
|
+
SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
|
308
|
+
SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
|
309
|
+
SqlServerParameters = Shapes::StructureShape.new(name: 'SqlServerParameters')
|
310
|
+
SslProperties = Shapes::StructureShape.new(name: 'SslProperties')
|
72
311
|
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
73
312
|
String = Shapes::StringShape.new(name: 'String')
|
313
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
314
|
+
StringParameter = Shapes::StructureShape.new(name: 'StringParameter')
|
315
|
+
StringParameterList = Shapes::ListShape.new(name: 'StringParameterList')
|
316
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
317
|
+
TagColumnOperation = Shapes::StructureShape.new(name: 'TagColumnOperation')
|
318
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
319
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
320
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
321
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
322
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
323
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
324
|
+
Template = Shapes::StructureShape.new(name: 'Template')
|
325
|
+
TemplateAlias = Shapes::StructureShape.new(name: 'TemplateAlias')
|
326
|
+
TemplateAliasList = Shapes::ListShape.new(name: 'TemplateAliasList')
|
327
|
+
TemplateError = Shapes::StructureShape.new(name: 'TemplateError')
|
328
|
+
TemplateErrorList = Shapes::ListShape.new(name: 'TemplateErrorList')
|
329
|
+
TemplateErrorType = Shapes::StringShape.new(name: 'TemplateErrorType')
|
330
|
+
TemplateName = Shapes::StringShape.new(name: 'TemplateName')
|
331
|
+
TemplateSourceAnalysis = Shapes::StructureShape.new(name: 'TemplateSourceAnalysis')
|
332
|
+
TemplateSourceEntity = Shapes::StructureShape.new(name: 'TemplateSourceEntity')
|
333
|
+
TemplateSourceTemplate = Shapes::StructureShape.new(name: 'TemplateSourceTemplate')
|
334
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
335
|
+
TemplateSummaryList = Shapes::ListShape.new(name: 'TemplateSummaryList')
|
336
|
+
TemplateVersion = Shapes::StructureShape.new(name: 'TemplateVersion')
|
337
|
+
TemplateVersionSummary = Shapes::StructureShape.new(name: 'TemplateVersionSummary')
|
338
|
+
TemplateVersionSummaryList = Shapes::ListShape.new(name: 'TemplateVersionSummaryList')
|
339
|
+
TeradataParameters = Shapes::StructureShape.new(name: 'TeradataParameters')
|
340
|
+
TextQualifier = Shapes::StringShape.new(name: 'TextQualifier')
|
74
341
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
342
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
343
|
+
TimestampList = Shapes::ListShape.new(name: 'TimestampList')
|
344
|
+
TransformOperation = Shapes::StructureShape.new(name: 'TransformOperation')
|
345
|
+
TransformOperationList = Shapes::ListShape.new(name: 'TransformOperationList')
|
346
|
+
TwitterParameters = Shapes::StructureShape.new(name: 'TwitterParameters')
|
347
|
+
TypeCastFormat = Shapes::StringShape.new(name: 'TypeCastFormat')
|
75
348
|
UnsupportedUserEditionException = Shapes::StructureShape.new(name: 'UnsupportedUserEditionException')
|
349
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
350
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
351
|
+
UpdateDashboardPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsRequest')
|
352
|
+
UpdateDashboardPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDashboardPermissionsResponse')
|
353
|
+
UpdateDashboardPublishedVersionRequest = Shapes::StructureShape.new(name: 'UpdateDashboardPublishedVersionRequest')
|
354
|
+
UpdateDashboardPublishedVersionResponse = Shapes::StructureShape.new(name: 'UpdateDashboardPublishedVersionResponse')
|
355
|
+
UpdateDashboardRequest = Shapes::StructureShape.new(name: 'UpdateDashboardRequest')
|
356
|
+
UpdateDashboardResponse = Shapes::StructureShape.new(name: 'UpdateDashboardResponse')
|
357
|
+
UpdateDataSetPermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDataSetPermissionsRequest')
|
358
|
+
UpdateDataSetPermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDataSetPermissionsResponse')
|
359
|
+
UpdateDataSetRequest = Shapes::StructureShape.new(name: 'UpdateDataSetRequest')
|
360
|
+
UpdateDataSetResponse = Shapes::StructureShape.new(name: 'UpdateDataSetResponse')
|
361
|
+
UpdateDataSourcePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateDataSourcePermissionsRequest')
|
362
|
+
UpdateDataSourcePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateDataSourcePermissionsResponse')
|
363
|
+
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
364
|
+
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
76
365
|
UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
|
77
366
|
UpdateGroupResponse = Shapes::StructureShape.new(name: 'UpdateGroupResponse')
|
367
|
+
UpdateIAMPolicyAssignmentRequest = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentRequest')
|
368
|
+
UpdateIAMPolicyAssignmentResponse = Shapes::StructureShape.new(name: 'UpdateIAMPolicyAssignmentResponse')
|
369
|
+
UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
|
370
|
+
UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
|
371
|
+
UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
|
372
|
+
UpdateTemplatePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateTemplatePermissionsRequest')
|
373
|
+
UpdateTemplatePermissionsResponse = Shapes::StructureShape.new(name: 'UpdateTemplatePermissionsResponse')
|
374
|
+
UpdateTemplateRequest = Shapes::StructureShape.new(name: 'UpdateTemplateRequest')
|
375
|
+
UpdateTemplateResponse = Shapes::StructureShape.new(name: 'UpdateTemplateResponse')
|
78
376
|
UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
|
79
377
|
UpdateUserResponse = Shapes::StructureShape.new(name: 'UpdateUserResponse')
|
378
|
+
UploadSettings = Shapes::StructureShape.new(name: 'UploadSettings')
|
80
379
|
User = Shapes::StructureShape.new(name: 'User')
|
81
380
|
UserList = Shapes::ListShape.new(name: 'UserList')
|
82
381
|
UserName = Shapes::StringShape.new(name: 'UserName')
|
83
382
|
UserRole = Shapes::StringShape.new(name: 'UserRole')
|
383
|
+
Username = Shapes::StringShape.new(name: 'Username')
|
384
|
+
VersionDescription = Shapes::StringShape.new(name: 'VersionDescription')
|
385
|
+
VersionNumber = Shapes::IntegerShape.new(name: 'VersionNumber')
|
386
|
+
VpcConnectionProperties = Shapes::StructureShape.new(name: 'VpcConnectionProperties')
|
387
|
+
Warehouse = Shapes::StringShape.new(name: 'Warehouse')
|
388
|
+
WorkGroup = Shapes::StringShape.new(name: 'WorkGroup')
|
84
389
|
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
390
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
391
|
+
string = Shapes::StringShape.new(name: 'string')
|
392
|
+
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
85
393
|
|
86
394
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
87
395
|
AccessDeniedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
88
396
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
89
397
|
|
398
|
+
ActionList.member = Shapes::ShapeRef.new(shape: String)
|
399
|
+
|
400
|
+
ActiveIAMPolicyAssignment.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
401
|
+
ActiveIAMPolicyAssignment.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
402
|
+
ActiveIAMPolicyAssignment.struct_class = Types::ActiveIAMPolicyAssignment
|
403
|
+
|
404
|
+
ActiveIAMPolicyAssignmentList.member = Shapes::ShapeRef.new(shape: ActiveIAMPolicyAssignment)
|
405
|
+
|
406
|
+
AdHocFilteringOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
407
|
+
AdHocFilteringOption.struct_class = Types::AdHocFilteringOption
|
408
|
+
|
409
|
+
AmazonElasticsearchParameters.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
410
|
+
AmazonElasticsearchParameters.struct_class = Types::AmazonElasticsearchParameters
|
411
|
+
|
412
|
+
AthenaParameters.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
|
413
|
+
AthenaParameters.struct_class = Types::AthenaParameters
|
414
|
+
|
415
|
+
AuroraParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
416
|
+
AuroraParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
417
|
+
AuroraParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
418
|
+
AuroraParameters.struct_class = Types::AuroraParameters
|
419
|
+
|
420
|
+
AuroraPostgreSqlParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
421
|
+
AuroraPostgreSqlParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
422
|
+
AuroraPostgreSqlParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
423
|
+
AuroraPostgreSqlParameters.struct_class = Types::AuroraPostgreSqlParameters
|
424
|
+
|
425
|
+
AwsIotAnalyticsParameters.add_member(:data_set_name, Shapes::ShapeRef.new(shape: DataSetName, required: true, location_name: "DataSetName"))
|
426
|
+
AwsIotAnalyticsParameters.struct_class = Types::AwsIotAnalyticsParameters
|
427
|
+
|
428
|
+
CalculatedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
429
|
+
CalculatedColumn.add_member(:column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "ColumnId"))
|
430
|
+
CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
|
431
|
+
CalculatedColumn.struct_class = Types::CalculatedColumn
|
432
|
+
|
433
|
+
CalculatedColumnList.member = Shapes::ShapeRef.new(shape: CalculatedColumn)
|
434
|
+
|
435
|
+
CancelIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
436
|
+
CancelIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
|
437
|
+
CancelIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
|
438
|
+
CancelIngestionRequest.struct_class = Types::CancelIngestionRequest
|
439
|
+
|
440
|
+
CancelIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
441
|
+
CancelIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
|
442
|
+
CancelIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
|
443
|
+
CancelIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
444
|
+
CancelIngestionResponse.struct_class = Types::CancelIngestionResponse
|
445
|
+
|
446
|
+
CastColumnTypeOperation.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
447
|
+
CastColumnTypeOperation.add_member(:new_column_type, Shapes::ShapeRef.new(shape: ColumnDataType, required: true, location_name: "NewColumnType"))
|
448
|
+
CastColumnTypeOperation.add_member(:format, Shapes::ShapeRef.new(shape: TypeCastFormat, location_name: "Format"))
|
449
|
+
CastColumnTypeOperation.struct_class = Types::CastColumnTypeOperation
|
450
|
+
|
451
|
+
ColumnGroup.add_member(:geo_spatial_column_group, Shapes::ShapeRef.new(shape: GeoSpatialColumnGroup, location_name: "GeoSpatialColumnGroup"))
|
452
|
+
ColumnGroup.struct_class = Types::ColumnGroup
|
453
|
+
|
454
|
+
ColumnGroupColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
455
|
+
ColumnGroupColumnSchema.struct_class = Types::ColumnGroupColumnSchema
|
456
|
+
|
457
|
+
ColumnGroupColumnSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupColumnSchema)
|
458
|
+
|
459
|
+
ColumnGroupList.member = Shapes::ShapeRef.new(shape: ColumnGroup)
|
460
|
+
|
461
|
+
ColumnGroupSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
462
|
+
ColumnGroupSchema.add_member(:column_group_column_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupColumnSchemaList, location_name: "ColumnGroupColumnSchemaList"))
|
463
|
+
ColumnGroupSchema.struct_class = Types::ColumnGroupSchema
|
464
|
+
|
465
|
+
ColumnGroupSchemaList.member = Shapes::ShapeRef.new(shape: ColumnGroupSchema)
|
466
|
+
|
467
|
+
ColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
468
|
+
|
469
|
+
ColumnSchema.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
470
|
+
ColumnSchema.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
471
|
+
ColumnSchema.add_member(:geographic_role, Shapes::ShapeRef.new(shape: String, location_name: "GeographicRole"))
|
472
|
+
ColumnSchema.struct_class = Types::ColumnSchema
|
473
|
+
|
474
|
+
ColumnSchemaList.member = Shapes::ShapeRef.new(shape: ColumnSchema)
|
475
|
+
|
476
|
+
ColumnTag.add_member(:column_geographic_role, Shapes::ShapeRef.new(shape: GeoSpatialDataRole, location_name: "ColumnGeographicRole"))
|
477
|
+
ColumnTag.struct_class = Types::ColumnTag
|
478
|
+
|
479
|
+
ColumnTagList.member = Shapes::ShapeRef.new(shape: ColumnTag)
|
480
|
+
|
481
|
+
ConcurrentUpdatingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
482
|
+
ConcurrentUpdatingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
483
|
+
ConcurrentUpdatingException.struct_class = Types::ConcurrentUpdatingException
|
484
|
+
|
485
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
486
|
+
ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
487
|
+
ConflictException.struct_class = Types::ConflictException
|
488
|
+
|
489
|
+
CreateColumnsOperation.add_member(:columns, Shapes::ShapeRef.new(shape: CalculatedColumnList, required: true, location_name: "Columns"))
|
490
|
+
CreateColumnsOperation.struct_class = Types::CreateColumnsOperation
|
491
|
+
|
492
|
+
CreateDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
493
|
+
CreateDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
494
|
+
CreateDashboardRequest.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, required: true, location_name: "Name"))
|
495
|
+
CreateDashboardRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
496
|
+
CreateDashboardRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
497
|
+
CreateDashboardRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: DashboardSourceEntity, required: true, location_name: "SourceEntity"))
|
498
|
+
CreateDashboardRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
499
|
+
CreateDashboardRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
500
|
+
CreateDashboardRequest.add_member(:dashboard_publish_options, Shapes::ShapeRef.new(shape: DashboardPublishOptions, location_name: "DashboardPublishOptions"))
|
501
|
+
CreateDashboardRequest.struct_class = Types::CreateDashboardRequest
|
502
|
+
|
503
|
+
CreateDashboardResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
504
|
+
CreateDashboardResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VersionArn"))
|
505
|
+
CreateDashboardResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
506
|
+
CreateDashboardResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
507
|
+
CreateDashboardResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
508
|
+
CreateDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
509
|
+
CreateDashboardResponse.struct_class = Types::CreateDashboardResponse
|
510
|
+
|
511
|
+
CreateDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
512
|
+
CreateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataSetId"))
|
513
|
+
CreateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
514
|
+
CreateDataSetRequest.add_member(:physical_table_map, Shapes::ShapeRef.new(shape: PhysicalTableMap, required: true, location_name: "PhysicalTableMap"))
|
515
|
+
CreateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
|
516
|
+
CreateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
517
|
+
CreateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
518
|
+
CreateDataSetRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
519
|
+
CreateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
520
|
+
CreateDataSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
521
|
+
CreateDataSetRequest.struct_class = Types::CreateDataSetRequest
|
522
|
+
|
523
|
+
CreateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
524
|
+
CreateDataSetResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
525
|
+
CreateDataSetResponse.add_member(:ingestion_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IngestionArn"))
|
526
|
+
CreateDataSetResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "IngestionId"))
|
527
|
+
CreateDataSetResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
528
|
+
CreateDataSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
529
|
+
CreateDataSetResponse.struct_class = Types::CreateDataSetResponse
|
530
|
+
|
531
|
+
CreateDataSourceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
532
|
+
CreateDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "DataSourceId"))
|
533
|
+
CreateDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
534
|
+
CreateDataSourceRequest.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "Type"))
|
535
|
+
CreateDataSourceRequest.add_member(:data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParameters, location_name: "DataSourceParameters"))
|
536
|
+
CreateDataSourceRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: DataSourceCredentials, location_name: "Credentials"))
|
537
|
+
CreateDataSourceRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
538
|
+
CreateDataSourceRequest.add_member(:vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "VpcConnectionProperties"))
|
539
|
+
CreateDataSourceRequest.add_member(:ssl_properties, Shapes::ShapeRef.new(shape: SslProperties, location_name: "SslProperties"))
|
540
|
+
CreateDataSourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
541
|
+
CreateDataSourceRequest.struct_class = Types::CreateDataSourceRequest
|
542
|
+
|
543
|
+
CreateDataSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
544
|
+
CreateDataSourceResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
545
|
+
CreateDataSourceResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
546
|
+
CreateDataSourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
547
|
+
CreateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
548
|
+
CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
|
549
|
+
|
90
550
|
CreateGroupMembershipRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: GroupMemberName, required: true, location: "uri", location_name: "MemberName"))
|
91
551
|
CreateGroupMembershipRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
92
552
|
CreateGroupMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
@@ -109,6 +569,257 @@ module Aws::QuickSight
|
|
109
569
|
CreateGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
110
570
|
CreateGroupResponse.struct_class = Types::CreateGroupResponse
|
111
571
|
|
572
|
+
CreateIAMPolicyAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
573
|
+
CreateIAMPolicyAssignmentRequest.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, required: true, location_name: "AssignmentName"))
|
574
|
+
CreateIAMPolicyAssignmentRequest.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, required: true, location_name: "AssignmentStatus"))
|
575
|
+
CreateIAMPolicyAssignmentRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
576
|
+
CreateIAMPolicyAssignmentRequest.add_member(:identities, Shapes::ShapeRef.new(shape: IdentityMap, location_name: "Identities"))
|
577
|
+
CreateIAMPolicyAssignmentRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
578
|
+
CreateIAMPolicyAssignmentRequest.struct_class = Types::CreateIAMPolicyAssignmentRequest
|
579
|
+
|
580
|
+
CreateIAMPolicyAssignmentResponse.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
581
|
+
CreateIAMPolicyAssignmentResponse.add_member(:assignment_id, Shapes::ShapeRef.new(shape: String, location_name: "AssignmentId"))
|
582
|
+
CreateIAMPolicyAssignmentResponse.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
583
|
+
CreateIAMPolicyAssignmentResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
584
|
+
CreateIAMPolicyAssignmentResponse.add_member(:identities, Shapes::ShapeRef.new(shape: IdentityMap, location_name: "Identities"))
|
585
|
+
CreateIAMPolicyAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
586
|
+
CreateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
587
|
+
CreateIAMPolicyAssignmentResponse.struct_class = Types::CreateIAMPolicyAssignmentResponse
|
588
|
+
|
589
|
+
CreateIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
|
590
|
+
CreateIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
|
591
|
+
CreateIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
592
|
+
CreateIngestionRequest.struct_class = Types::CreateIngestionRequest
|
593
|
+
|
594
|
+
CreateIngestionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
595
|
+
CreateIngestionResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
|
596
|
+
CreateIngestionResponse.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, location_name: "IngestionStatus"))
|
597
|
+
CreateIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
|
598
|
+
CreateIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
599
|
+
CreateIngestionResponse.struct_class = Types::CreateIngestionResponse
|
600
|
+
|
601
|
+
CreateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
602
|
+
CreateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
603
|
+
CreateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
604
|
+
CreateTemplateAliasRequest.add_member(:template_version_number, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "TemplateVersionNumber"))
|
605
|
+
CreateTemplateAliasRequest.struct_class = Types::CreateTemplateAliasRequest
|
606
|
+
|
607
|
+
CreateTemplateAliasResponse.add_member(:template_alias, Shapes::ShapeRef.new(shape: TemplateAlias, location_name: "TemplateAlias"))
|
608
|
+
CreateTemplateAliasResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
609
|
+
CreateTemplateAliasResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
610
|
+
CreateTemplateAliasResponse.struct_class = Types::CreateTemplateAliasResponse
|
611
|
+
|
612
|
+
CreateTemplateRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
613
|
+
CreateTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
614
|
+
CreateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
|
615
|
+
CreateTemplateRequest.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
616
|
+
CreateTemplateRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: TemplateSourceEntity, required: true, location_name: "SourceEntity"))
|
617
|
+
CreateTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
618
|
+
CreateTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
619
|
+
CreateTemplateRequest.struct_class = Types::CreateTemplateRequest
|
620
|
+
|
621
|
+
CreateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
622
|
+
CreateTemplateResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VersionArn"))
|
623
|
+
CreateTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
624
|
+
CreateTemplateResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
625
|
+
CreateTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
626
|
+
CreateTemplateResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
627
|
+
CreateTemplateResponse.struct_class = Types::CreateTemplateResponse
|
628
|
+
|
629
|
+
CredentialPair.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
|
630
|
+
CredentialPair.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "Password"))
|
631
|
+
CredentialPair.struct_class = Types::CredentialPair
|
632
|
+
|
633
|
+
CustomSql.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
634
|
+
CustomSql.add_member(:name, Shapes::ShapeRef.new(shape: CustomSqlName, required: true, location_name: "Name"))
|
635
|
+
CustomSql.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "SqlQuery"))
|
636
|
+
CustomSql.add_member(:columns, Shapes::ShapeRef.new(shape: InputColumnList, location_name: "Columns"))
|
637
|
+
CustomSql.struct_class = Types::CustomSql
|
638
|
+
|
639
|
+
Dashboard.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
640
|
+
Dashboard.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
641
|
+
Dashboard.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, location_name: "Name"))
|
642
|
+
Dashboard.add_member(:version, Shapes::ShapeRef.new(shape: DashboardVersion, location_name: "Version"))
|
643
|
+
Dashboard.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
644
|
+
Dashboard.add_member(:last_published_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastPublishedTime"))
|
645
|
+
Dashboard.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
646
|
+
Dashboard.struct_class = Types::Dashboard
|
647
|
+
|
648
|
+
DashboardError.add_member(:type, Shapes::ShapeRef.new(shape: DashboardErrorType, location_name: "Type"))
|
649
|
+
DashboardError.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
650
|
+
DashboardError.struct_class = Types::DashboardError
|
651
|
+
|
652
|
+
DashboardErrorList.member = Shapes::ShapeRef.new(shape: DashboardError)
|
653
|
+
|
654
|
+
DashboardPublishOptions.add_member(:ad_hoc_filtering_option, Shapes::ShapeRef.new(shape: AdHocFilteringOption, location_name: "AdHocFilteringOption"))
|
655
|
+
DashboardPublishOptions.add_member(:export_to_csv_option, Shapes::ShapeRef.new(shape: ExportToCSVOption, location_name: "ExportToCSVOption"))
|
656
|
+
DashboardPublishOptions.add_member(:sheet_controls_option, Shapes::ShapeRef.new(shape: SheetControlsOption, location_name: "SheetControlsOption"))
|
657
|
+
DashboardPublishOptions.struct_class = Types::DashboardPublishOptions
|
658
|
+
|
659
|
+
DashboardSourceEntity.add_member(:source_template, Shapes::ShapeRef.new(shape: DashboardSourceTemplate, location_name: "SourceTemplate"))
|
660
|
+
DashboardSourceEntity.struct_class = Types::DashboardSourceEntity
|
661
|
+
|
662
|
+
DashboardSourceTemplate.add_member(:data_set_references, Shapes::ShapeRef.new(shape: DataSetReferenceList, required: true, location_name: "DataSetReferences"))
|
663
|
+
DashboardSourceTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
664
|
+
DashboardSourceTemplate.struct_class = Types::DashboardSourceTemplate
|
665
|
+
|
666
|
+
DashboardSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
667
|
+
DashboardSummary.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
668
|
+
DashboardSummary.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, location_name: "Name"))
|
669
|
+
DashboardSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
670
|
+
DashboardSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
671
|
+
DashboardSummary.add_member(:published_version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "PublishedVersionNumber"))
|
672
|
+
DashboardSummary.add_member(:last_published_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastPublishedTime"))
|
673
|
+
DashboardSummary.struct_class = Types::DashboardSummary
|
674
|
+
|
675
|
+
DashboardSummaryList.member = Shapes::ShapeRef.new(shape: DashboardSummary)
|
676
|
+
|
677
|
+
DashboardVersion.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
678
|
+
DashboardVersion.add_member(:errors, Shapes::ShapeRef.new(shape: DashboardErrorList, location_name: "Errors"))
|
679
|
+
DashboardVersion.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "VersionNumber"))
|
680
|
+
DashboardVersion.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
681
|
+
DashboardVersion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
682
|
+
DashboardVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
|
683
|
+
DashboardVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
684
|
+
DashboardVersion.struct_class = Types::DashboardVersion
|
685
|
+
|
686
|
+
DashboardVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
687
|
+
DashboardVersionSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
688
|
+
DashboardVersionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "VersionNumber"))
|
689
|
+
DashboardVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
690
|
+
DashboardVersionSummary.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
|
691
|
+
DashboardVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
692
|
+
DashboardVersionSummary.struct_class = Types::DashboardVersionSummary
|
693
|
+
|
694
|
+
DashboardVersionSummaryList.member = Shapes::ShapeRef.new(shape: DashboardVersionSummary)
|
695
|
+
|
696
|
+
DataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
697
|
+
DataSet.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
698
|
+
DataSet.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
699
|
+
DataSet.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
700
|
+
DataSet.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
701
|
+
DataSet.add_member(:physical_table_map, Shapes::ShapeRef.new(shape: PhysicalTableMap, location_name: "PhysicalTableMap"))
|
702
|
+
DataSet.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
|
703
|
+
DataSet.add_member(:output_columns, Shapes::ShapeRef.new(shape: OutputColumnList, location_name: "OutputColumns"))
|
704
|
+
DataSet.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
705
|
+
DataSet.add_member(:consumed_spice_capacity_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "ConsumedSpiceCapacityInBytes"))
|
706
|
+
DataSet.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
707
|
+
DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
708
|
+
DataSet.struct_class = Types::DataSet
|
709
|
+
|
710
|
+
DataSetConfiguration.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "Placeholder"))
|
711
|
+
DataSetConfiguration.add_member(:data_set_schema, Shapes::ShapeRef.new(shape: DataSetSchema, location_name: "DataSetSchema"))
|
712
|
+
DataSetConfiguration.add_member(:column_group_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupSchemaList, location_name: "ColumnGroupSchemaList"))
|
713
|
+
DataSetConfiguration.struct_class = Types::DataSetConfiguration
|
714
|
+
|
715
|
+
DataSetConfigurationList.member = Shapes::ShapeRef.new(shape: DataSetConfiguration)
|
716
|
+
|
717
|
+
DataSetReference.add_member(:data_set_placeholder, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "DataSetPlaceholder"))
|
718
|
+
DataSetReference.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSetArn"))
|
719
|
+
DataSetReference.struct_class = Types::DataSetReference
|
720
|
+
|
721
|
+
DataSetReferenceList.member = Shapes::ShapeRef.new(shape: DataSetReference)
|
722
|
+
|
723
|
+
DataSetSchema.add_member(:column_schema_list, Shapes::ShapeRef.new(shape: ColumnSchemaList, location_name: "ColumnSchemaList"))
|
724
|
+
DataSetSchema.struct_class = Types::DataSetSchema
|
725
|
+
|
726
|
+
DataSetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
727
|
+
DataSetSummary.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
728
|
+
DataSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
729
|
+
DataSetSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
730
|
+
DataSetSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
731
|
+
DataSetSummary.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, location_name: "ImportMode"))
|
732
|
+
DataSetSummary.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
733
|
+
DataSetSummary.struct_class = Types::DataSetSummary
|
734
|
+
|
735
|
+
DataSetSummaryList.member = Shapes::ShapeRef.new(shape: DataSetSummary)
|
736
|
+
|
737
|
+
DataSource.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
738
|
+
DataSource.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
739
|
+
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
740
|
+
DataSource.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, location_name: "Type"))
|
741
|
+
DataSource.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
742
|
+
DataSource.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
743
|
+
DataSource.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
744
|
+
DataSource.add_member(:data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParameters, location_name: "DataSourceParameters"))
|
745
|
+
DataSource.add_member(:vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "VpcConnectionProperties"))
|
746
|
+
DataSource.add_member(:ssl_properties, Shapes::ShapeRef.new(shape: SslProperties, location_name: "SslProperties"))
|
747
|
+
DataSource.add_member(:error_info, Shapes::ShapeRef.new(shape: DataSourceErrorInfo, location_name: "ErrorInfo"))
|
748
|
+
DataSource.struct_class = Types::DataSource
|
749
|
+
|
750
|
+
DataSourceCredentials.add_member(:credential_pair, Shapes::ShapeRef.new(shape: CredentialPair, location_name: "CredentialPair"))
|
751
|
+
DataSourceCredentials.struct_class = Types::DataSourceCredentials
|
752
|
+
|
753
|
+
DataSourceErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceErrorInfoType, location_name: "Type"))
|
754
|
+
DataSourceErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
755
|
+
DataSourceErrorInfo.struct_class = Types::DataSourceErrorInfo
|
756
|
+
|
757
|
+
DataSourceList.member = Shapes::ShapeRef.new(shape: DataSource)
|
758
|
+
|
759
|
+
DataSourceParameters.add_member(:amazon_elasticsearch_parameters, Shapes::ShapeRef.new(shape: AmazonElasticsearchParameters, location_name: "AmazonElasticsearchParameters"))
|
760
|
+
DataSourceParameters.add_member(:athena_parameters, Shapes::ShapeRef.new(shape: AthenaParameters, location_name: "AthenaParameters"))
|
761
|
+
DataSourceParameters.add_member(:aurora_parameters, Shapes::ShapeRef.new(shape: AuroraParameters, location_name: "AuroraParameters"))
|
762
|
+
DataSourceParameters.add_member(:aurora_postgre_sql_parameters, Shapes::ShapeRef.new(shape: AuroraPostgreSqlParameters, location_name: "AuroraPostgreSqlParameters"))
|
763
|
+
DataSourceParameters.add_member(:aws_iot_analytics_parameters, Shapes::ShapeRef.new(shape: AwsIotAnalyticsParameters, location_name: "AwsIotAnalyticsParameters"))
|
764
|
+
DataSourceParameters.add_member(:jira_parameters, Shapes::ShapeRef.new(shape: JiraParameters, location_name: "JiraParameters"))
|
765
|
+
DataSourceParameters.add_member(:maria_db_parameters, Shapes::ShapeRef.new(shape: MariaDbParameters, location_name: "MariaDbParameters"))
|
766
|
+
DataSourceParameters.add_member(:my_sql_parameters, Shapes::ShapeRef.new(shape: MySqlParameters, location_name: "MySqlParameters"))
|
767
|
+
DataSourceParameters.add_member(:postgre_sql_parameters, Shapes::ShapeRef.new(shape: PostgreSqlParameters, location_name: "PostgreSqlParameters"))
|
768
|
+
DataSourceParameters.add_member(:presto_parameters, Shapes::ShapeRef.new(shape: PrestoParameters, location_name: "PrestoParameters"))
|
769
|
+
DataSourceParameters.add_member(:rds_parameters, Shapes::ShapeRef.new(shape: RdsParameters, location_name: "RdsParameters"))
|
770
|
+
DataSourceParameters.add_member(:redshift_parameters, Shapes::ShapeRef.new(shape: RedshiftParameters, location_name: "RedshiftParameters"))
|
771
|
+
DataSourceParameters.add_member(:s3_parameters, Shapes::ShapeRef.new(shape: S3Parameters, location_name: "S3Parameters"))
|
772
|
+
DataSourceParameters.add_member(:service_now_parameters, Shapes::ShapeRef.new(shape: ServiceNowParameters, location_name: "ServiceNowParameters"))
|
773
|
+
DataSourceParameters.add_member(:snowflake_parameters, Shapes::ShapeRef.new(shape: SnowflakeParameters, location_name: "SnowflakeParameters"))
|
774
|
+
DataSourceParameters.add_member(:spark_parameters, Shapes::ShapeRef.new(shape: SparkParameters, location_name: "SparkParameters"))
|
775
|
+
DataSourceParameters.add_member(:sql_server_parameters, Shapes::ShapeRef.new(shape: SqlServerParameters, location_name: "SqlServerParameters"))
|
776
|
+
DataSourceParameters.add_member(:teradata_parameters, Shapes::ShapeRef.new(shape: TeradataParameters, location_name: "TeradataParameters"))
|
777
|
+
DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
|
778
|
+
DataSourceParameters.struct_class = Types::DataSourceParameters
|
779
|
+
|
780
|
+
DateTimeParameter.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
781
|
+
DateTimeParameter.add_member(:values, Shapes::ShapeRef.new(shape: TimestampList, required: true, location_name: "Values"))
|
782
|
+
DateTimeParameter.struct_class = Types::DateTimeParameter
|
783
|
+
|
784
|
+
DateTimeParameterList.member = Shapes::ShapeRef.new(shape: DateTimeParameter)
|
785
|
+
|
786
|
+
DecimalParameter.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
787
|
+
DecimalParameter.add_member(:values, Shapes::ShapeRef.new(shape: DoubleList, required: true, location_name: "Values"))
|
788
|
+
DecimalParameter.struct_class = Types::DecimalParameter
|
789
|
+
|
790
|
+
DecimalParameterList.member = Shapes::ShapeRef.new(shape: DecimalParameter)
|
791
|
+
|
792
|
+
DeleteDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
793
|
+
DeleteDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
794
|
+
DeleteDashboardRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
|
795
|
+
DeleteDashboardRequest.struct_class = Types::DeleteDashboardRequest
|
796
|
+
|
797
|
+
DeleteDashboardResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
798
|
+
DeleteDashboardResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
799
|
+
DeleteDashboardResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
800
|
+
DeleteDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
801
|
+
DeleteDashboardResponse.struct_class = Types::DeleteDashboardResponse
|
802
|
+
|
803
|
+
DeleteDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
804
|
+
DeleteDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
805
|
+
DeleteDataSetRequest.struct_class = Types::DeleteDataSetRequest
|
806
|
+
|
807
|
+
DeleteDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
808
|
+
DeleteDataSetResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
809
|
+
DeleteDataSetResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
810
|
+
DeleteDataSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
811
|
+
DeleteDataSetResponse.struct_class = Types::DeleteDataSetResponse
|
812
|
+
|
813
|
+
DeleteDataSourceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
814
|
+
DeleteDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSourceId"))
|
815
|
+
DeleteDataSourceRequest.struct_class = Types::DeleteDataSourceRequest
|
816
|
+
|
817
|
+
DeleteDataSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
818
|
+
DeleteDataSourceResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
819
|
+
DeleteDataSourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
820
|
+
DeleteDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
821
|
+
DeleteDataSourceResponse.struct_class = Types::DeleteDataSourceResponse
|
822
|
+
|
112
823
|
DeleteGroupMembershipRequest.add_member(:member_name, Shapes::ShapeRef.new(shape: GroupMemberName, required: true, location: "uri", location_name: "MemberName"))
|
113
824
|
DeleteGroupMembershipRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
114
825
|
DeleteGroupMembershipRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
@@ -128,6 +839,39 @@ module Aws::QuickSight
|
|
128
839
|
DeleteGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
129
840
|
DeleteGroupResponse.struct_class = Types::DeleteGroupResponse
|
130
841
|
|
842
|
+
DeleteIAMPolicyAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
843
|
+
DeleteIAMPolicyAssignmentRequest.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, required: true, location: "uri", location_name: "AssignmentName"))
|
844
|
+
DeleteIAMPolicyAssignmentRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
845
|
+
DeleteIAMPolicyAssignmentRequest.struct_class = Types::DeleteIAMPolicyAssignmentRequest
|
846
|
+
|
847
|
+
DeleteIAMPolicyAssignmentResponse.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
848
|
+
DeleteIAMPolicyAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
849
|
+
DeleteIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
850
|
+
DeleteIAMPolicyAssignmentResponse.struct_class = Types::DeleteIAMPolicyAssignmentResponse
|
851
|
+
|
852
|
+
DeleteTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
853
|
+
DeleteTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
854
|
+
DeleteTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
855
|
+
DeleteTemplateAliasRequest.struct_class = Types::DeleteTemplateAliasRequest
|
856
|
+
|
857
|
+
DeleteTemplateAliasResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
858
|
+
DeleteTemplateAliasResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
859
|
+
DeleteTemplateAliasResponse.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, location_name: "AliasName"))
|
860
|
+
DeleteTemplateAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
861
|
+
DeleteTemplateAliasResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
862
|
+
DeleteTemplateAliasResponse.struct_class = Types::DeleteTemplateAliasResponse
|
863
|
+
|
864
|
+
DeleteTemplateRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
865
|
+
DeleteTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
866
|
+
DeleteTemplateRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
|
867
|
+
DeleteTemplateRequest.struct_class = Types::DeleteTemplateRequest
|
868
|
+
|
869
|
+
DeleteTemplateResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
870
|
+
DeleteTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
871
|
+
DeleteTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
872
|
+
DeleteTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
873
|
+
DeleteTemplateResponse.struct_class = Types::DeleteTemplateResponse
|
874
|
+
|
131
875
|
DeleteUserByPrincipalIdRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "PrincipalId"))
|
132
876
|
DeleteUserByPrincipalIdRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
133
877
|
DeleteUserByPrincipalIdRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
@@ -146,6 +890,68 @@ module Aws::QuickSight
|
|
146
890
|
DeleteUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
147
891
|
DeleteUserResponse.struct_class = Types::DeleteUserResponse
|
148
892
|
|
893
|
+
DescribeDashboardPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
894
|
+
DescribeDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
895
|
+
DescribeDashboardPermissionsRequest.struct_class = Types::DescribeDashboardPermissionsRequest
|
896
|
+
|
897
|
+
DescribeDashboardPermissionsResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
898
|
+
DescribeDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
899
|
+
DescribeDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
900
|
+
DescribeDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
901
|
+
DescribeDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
902
|
+
DescribeDashboardPermissionsResponse.struct_class = Types::DescribeDashboardPermissionsResponse
|
903
|
+
|
904
|
+
DescribeDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
905
|
+
DescribeDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
906
|
+
DescribeDashboardRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
|
907
|
+
DescribeDashboardRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, location: "querystring", location_name: "alias-name"))
|
908
|
+
DescribeDashboardRequest.struct_class = Types::DescribeDashboardRequest
|
909
|
+
|
910
|
+
DescribeDashboardResponse.add_member(:dashboard, Shapes::ShapeRef.new(shape: Dashboard, location_name: "Dashboard"))
|
911
|
+
DescribeDashboardResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
912
|
+
DescribeDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
913
|
+
DescribeDashboardResponse.struct_class = Types::DescribeDashboardResponse
|
914
|
+
|
915
|
+
DescribeDataSetPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
916
|
+
DescribeDataSetPermissionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
917
|
+
DescribeDataSetPermissionsRequest.struct_class = Types::DescribeDataSetPermissionsRequest
|
918
|
+
|
919
|
+
DescribeDataSetPermissionsResponse.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataSetArn"))
|
920
|
+
DescribeDataSetPermissionsResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
921
|
+
DescribeDataSetPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
922
|
+
DescribeDataSetPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
923
|
+
DescribeDataSetPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
924
|
+
DescribeDataSetPermissionsResponse.struct_class = Types::DescribeDataSetPermissionsResponse
|
925
|
+
|
926
|
+
DescribeDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
927
|
+
DescribeDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
928
|
+
DescribeDataSetRequest.struct_class = Types::DescribeDataSetRequest
|
929
|
+
|
930
|
+
DescribeDataSetResponse.add_member(:data_set, Shapes::ShapeRef.new(shape: DataSet, location_name: "DataSet"))
|
931
|
+
DescribeDataSetResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
932
|
+
DescribeDataSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
933
|
+
DescribeDataSetResponse.struct_class = Types::DescribeDataSetResponse
|
934
|
+
|
935
|
+
DescribeDataSourcePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
936
|
+
DescribeDataSourcePermissionsRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSourceId"))
|
937
|
+
DescribeDataSourcePermissionsRequest.struct_class = Types::DescribeDataSourcePermissionsRequest
|
938
|
+
|
939
|
+
DescribeDataSourcePermissionsResponse.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataSourceArn"))
|
940
|
+
DescribeDataSourcePermissionsResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
941
|
+
DescribeDataSourcePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
942
|
+
DescribeDataSourcePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
943
|
+
DescribeDataSourcePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
944
|
+
DescribeDataSourcePermissionsResponse.struct_class = Types::DescribeDataSourcePermissionsResponse
|
945
|
+
|
946
|
+
DescribeDataSourceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
947
|
+
DescribeDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSourceId"))
|
948
|
+
DescribeDataSourceRequest.struct_class = Types::DescribeDataSourceRequest
|
949
|
+
|
950
|
+
DescribeDataSourceResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
|
951
|
+
DescribeDataSourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
952
|
+
DescribeDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
953
|
+
DescribeDataSourceResponse.struct_class = Types::DescribeDataSourceResponse
|
954
|
+
|
149
955
|
DescribeGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
150
956
|
DescribeGroupRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
151
957
|
DescribeGroupRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
@@ -156,6 +962,57 @@ module Aws::QuickSight
|
|
156
962
|
DescribeGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
157
963
|
DescribeGroupResponse.struct_class = Types::DescribeGroupResponse
|
158
964
|
|
965
|
+
DescribeIAMPolicyAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
966
|
+
DescribeIAMPolicyAssignmentRequest.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, required: true, location: "uri", location_name: "AssignmentName"))
|
967
|
+
DescribeIAMPolicyAssignmentRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
968
|
+
DescribeIAMPolicyAssignmentRequest.struct_class = Types::DescribeIAMPolicyAssignmentRequest
|
969
|
+
|
970
|
+
DescribeIAMPolicyAssignmentResponse.add_member(:iam_policy_assignment, Shapes::ShapeRef.new(shape: IAMPolicyAssignment, location_name: "IAMPolicyAssignment"))
|
971
|
+
DescribeIAMPolicyAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
972
|
+
DescribeIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
973
|
+
DescribeIAMPolicyAssignmentResponse.struct_class = Types::DescribeIAMPolicyAssignmentResponse
|
974
|
+
|
975
|
+
DescribeIngestionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
976
|
+
DescribeIngestionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
|
977
|
+
DescribeIngestionRequest.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, required: true, location: "uri", location_name: "IngestionId"))
|
978
|
+
DescribeIngestionRequest.struct_class = Types::DescribeIngestionRequest
|
979
|
+
|
980
|
+
DescribeIngestionResponse.add_member(:ingestion, Shapes::ShapeRef.new(shape: Ingestion, location_name: "Ingestion"))
|
981
|
+
DescribeIngestionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
|
982
|
+
DescribeIngestionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
983
|
+
DescribeIngestionResponse.struct_class = Types::DescribeIngestionResponse
|
984
|
+
|
985
|
+
DescribeTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
986
|
+
DescribeTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
987
|
+
DescribeTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
988
|
+
DescribeTemplateAliasRequest.struct_class = Types::DescribeTemplateAliasRequest
|
989
|
+
|
990
|
+
DescribeTemplateAliasResponse.add_member(:template_alias, Shapes::ShapeRef.new(shape: TemplateAlias, location_name: "TemplateAlias"))
|
991
|
+
DescribeTemplateAliasResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
992
|
+
DescribeTemplateAliasResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
993
|
+
DescribeTemplateAliasResponse.struct_class = Types::DescribeTemplateAliasResponse
|
994
|
+
|
995
|
+
DescribeTemplatePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
996
|
+
DescribeTemplatePermissionsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
997
|
+
DescribeTemplatePermissionsRequest.struct_class = Types::DescribeTemplatePermissionsRequest
|
998
|
+
|
999
|
+
DescribeTemplatePermissionsResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
1000
|
+
DescribeTemplatePermissionsResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TemplateArn"))
|
1001
|
+
DescribeTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
1002
|
+
DescribeTemplatePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1003
|
+
DescribeTemplatePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1004
|
+
DescribeTemplatePermissionsResponse.struct_class = Types::DescribeTemplatePermissionsResponse
|
1005
|
+
|
1006
|
+
DescribeTemplateRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1007
|
+
DescribeTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1008
|
+
DescribeTemplateRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location: "querystring", location_name: "version-number"))
|
1009
|
+
DescribeTemplateRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, location: "querystring", location_name: "alias-name"))
|
1010
|
+
DescribeTemplateRequest.struct_class = Types::DescribeTemplateRequest
|
1011
|
+
|
1012
|
+
DescribeTemplateResponse.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
|
1013
|
+
DescribeTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1014
|
+
DescribeTemplateResponse.struct_class = Types::DescribeTemplateResponse
|
1015
|
+
|
159
1016
|
DescribeUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
160
1017
|
DescribeUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
161
1018
|
DescribeUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
@@ -170,8 +1027,25 @@ module Aws::QuickSight
|
|
170
1027
|
DomainNotWhitelistedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
171
1028
|
DomainNotWhitelistedException.struct_class = Types::DomainNotWhitelistedException
|
172
1029
|
|
1030
|
+
DoubleList.member = Shapes::ShapeRef.new(shape: Double)
|
1031
|
+
|
1032
|
+
ErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: IngestionErrorType, location_name: "Type"))
|
1033
|
+
ErrorInfo.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "Message"))
|
1034
|
+
ErrorInfo.struct_class = Types::ErrorInfo
|
1035
|
+
|
1036
|
+
ExportToCSVOption.add_member(:availability_status, Shapes::ShapeRef.new(shape: DashboardBehavior, location_name: "AvailabilityStatus"))
|
1037
|
+
ExportToCSVOption.struct_class = Types::ExportToCSVOption
|
1038
|
+
|
1039
|
+
FilterOperation.add_member(:condition_expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "ConditionExpression"))
|
1040
|
+
FilterOperation.struct_class = Types::FilterOperation
|
1041
|
+
|
1042
|
+
GeoSpatialColumnGroup.add_member(:name, Shapes::ShapeRef.new(shape: ColumnGroupName, required: true, location_name: "Name"))
|
1043
|
+
GeoSpatialColumnGroup.add_member(:country_code, Shapes::ShapeRef.new(shape: GeoSpatialCountryCode, required: true, location_name: "CountryCode"))
|
1044
|
+
GeoSpatialColumnGroup.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "Columns"))
|
1045
|
+
GeoSpatialColumnGroup.struct_class = Types::GeoSpatialColumnGroup
|
1046
|
+
|
173
1047
|
GetDashboardEmbedUrlRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
174
|
-
GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape:
|
1048
|
+
GetDashboardEmbedUrlRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
175
1049
|
GetDashboardEmbedUrlRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location: "querystring", location_name: "creds-type"))
|
176
1050
|
GetDashboardEmbedUrlRequest.add_member(:session_lifetime_in_minutes, Shapes::ShapeRef.new(shape: SessionLifetimeInMinutes, location: "querystring", location_name: "session-lifetime"))
|
177
1051
|
GetDashboardEmbedUrlRequest.add_member(:undo_redo_disabled, Shapes::ShapeRef.new(shape: boolean, location: "querystring", location_name: "undo-redo-disabled"))
|
@@ -198,10 +1072,56 @@ module Aws::QuickSight
|
|
198
1072
|
|
199
1073
|
GroupMemberList.member = Shapes::ShapeRef.new(shape: GroupMember)
|
200
1074
|
|
1075
|
+
IAMPolicyAssignment.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AwsAccountId"))
|
1076
|
+
IAMPolicyAssignment.add_member(:assignment_id, Shapes::ShapeRef.new(shape: String, location_name: "AssignmentId"))
|
1077
|
+
IAMPolicyAssignment.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
1078
|
+
IAMPolicyAssignment.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
1079
|
+
IAMPolicyAssignment.add_member(:identities, Shapes::ShapeRef.new(shape: IdentityMap, location_name: "Identities"))
|
1080
|
+
IAMPolicyAssignment.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
1081
|
+
IAMPolicyAssignment.struct_class = Types::IAMPolicyAssignment
|
1082
|
+
|
1083
|
+
IAMPolicyAssignmentSummary.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
1084
|
+
IAMPolicyAssignmentSummary.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
1085
|
+
IAMPolicyAssignmentSummary.struct_class = Types::IAMPolicyAssignmentSummary
|
1086
|
+
|
1087
|
+
IAMPolicyAssignmentSummaryList.member = Shapes::ShapeRef.new(shape: IAMPolicyAssignmentSummary)
|
1088
|
+
|
1089
|
+
IdentityMap.key = Shapes::ShapeRef.new(shape: String)
|
1090
|
+
IdentityMap.value = Shapes::ShapeRef.new(shape: IdentityNameList)
|
1091
|
+
|
1092
|
+
IdentityNameList.member = Shapes::ShapeRef.new(shape: IdentityName)
|
1093
|
+
|
201
1094
|
IdentityTypeNotSupportedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
202
1095
|
IdentityTypeNotSupportedException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
203
1096
|
IdentityTypeNotSupportedException.struct_class = Types::IdentityTypeNotSupportedException
|
204
1097
|
|
1098
|
+
Ingestion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
1099
|
+
Ingestion.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: IngestionId, location_name: "IngestionId"))
|
1100
|
+
Ingestion.add_member(:ingestion_status, Shapes::ShapeRef.new(shape: IngestionStatus, required: true, location_name: "IngestionStatus"))
|
1101
|
+
Ingestion.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "ErrorInfo"))
|
1102
|
+
Ingestion.add_member(:row_info, Shapes::ShapeRef.new(shape: RowInfo, location_name: "RowInfo"))
|
1103
|
+
Ingestion.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
|
1104
|
+
Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedTime"))
|
1105
|
+
Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
|
1106
|
+
Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
|
1107
|
+
Ingestion.add_member(:request_source, Shapes::ShapeRef.new(shape: IngestionRequestSource, location_name: "RequestSource"))
|
1108
|
+
Ingestion.add_member(:request_type, Shapes::ShapeRef.new(shape: IngestionRequestType, location_name: "RequestType"))
|
1109
|
+
Ingestion.struct_class = Types::Ingestion
|
1110
|
+
|
1111
|
+
Ingestions.member = Shapes::ShapeRef.new(shape: Ingestion)
|
1112
|
+
|
1113
|
+
InputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "Name"))
|
1114
|
+
InputColumn.add_member(:type, Shapes::ShapeRef.new(shape: InputColumnDataType, required: true, location_name: "Type"))
|
1115
|
+
InputColumn.struct_class = Types::InputColumn
|
1116
|
+
|
1117
|
+
InputColumnList.member = Shapes::ShapeRef.new(shape: InputColumn)
|
1118
|
+
|
1119
|
+
IntegerParameter.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
1120
|
+
IntegerParameter.add_member(:values, Shapes::ShapeRef.new(shape: LongList, required: true, location_name: "Values"))
|
1121
|
+
IntegerParameter.struct_class = Types::IntegerParameter
|
1122
|
+
|
1123
|
+
IntegerParameterList.member = Shapes::ShapeRef.new(shape: IntegerParameter)
|
1124
|
+
|
205
1125
|
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
206
1126
|
InternalFailureException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
207
1127
|
InternalFailureException.struct_class = Types::InternalFailureException
|
@@ -214,11 +1134,65 @@ module Aws::QuickSight
|
|
214
1134
|
InvalidParameterValueException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
215
1135
|
InvalidParameterValueException.struct_class = Types::InvalidParameterValueException
|
216
1136
|
|
1137
|
+
JiraParameters.add_member(:site_base_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "SiteBaseUrl"))
|
1138
|
+
JiraParameters.struct_class = Types::JiraParameters
|
1139
|
+
|
1140
|
+
JoinInstruction.add_member(:left_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "LeftOperand"))
|
1141
|
+
JoinInstruction.add_member(:right_operand, Shapes::ShapeRef.new(shape: LogicalTableId, required: true, location_name: "RightOperand"))
|
1142
|
+
JoinInstruction.add_member(:type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "Type"))
|
1143
|
+
JoinInstruction.add_member(:on_clause, Shapes::ShapeRef.new(shape: OnClause, required: true, location_name: "OnClause"))
|
1144
|
+
JoinInstruction.struct_class = Types::JoinInstruction
|
1145
|
+
|
217
1146
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
218
1147
|
LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
219
1148
|
LimitExceededException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
220
1149
|
LimitExceededException.struct_class = Types::LimitExceededException
|
221
1150
|
|
1151
|
+
ListDashboardVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1152
|
+
ListDashboardVersionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1153
|
+
ListDashboardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1154
|
+
ListDashboardVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1155
|
+
ListDashboardVersionsRequest.struct_class = Types::ListDashboardVersionsRequest
|
1156
|
+
|
1157
|
+
ListDashboardVersionsResponse.add_member(:dashboard_version_summary_list, Shapes::ShapeRef.new(shape: DashboardVersionSummaryList, location_name: "DashboardVersionSummaryList"))
|
1158
|
+
ListDashboardVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1159
|
+
ListDashboardVersionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1160
|
+
ListDashboardVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1161
|
+
ListDashboardVersionsResponse.struct_class = Types::ListDashboardVersionsResponse
|
1162
|
+
|
1163
|
+
ListDashboardsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1164
|
+
ListDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1165
|
+
ListDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1166
|
+
ListDashboardsRequest.struct_class = Types::ListDashboardsRequest
|
1167
|
+
|
1168
|
+
ListDashboardsResponse.add_member(:dashboard_summary_list, Shapes::ShapeRef.new(shape: DashboardSummaryList, location_name: "DashboardSummaryList"))
|
1169
|
+
ListDashboardsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1170
|
+
ListDashboardsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1171
|
+
ListDashboardsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1172
|
+
ListDashboardsResponse.struct_class = Types::ListDashboardsResponse
|
1173
|
+
|
1174
|
+
ListDataSetsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1175
|
+
ListDataSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1176
|
+
ListDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1177
|
+
ListDataSetsRequest.struct_class = Types::ListDataSetsRequest
|
1178
|
+
|
1179
|
+
ListDataSetsResponse.add_member(:data_set_summaries, Shapes::ShapeRef.new(shape: DataSetSummaryList, location_name: "DataSetSummaries"))
|
1180
|
+
ListDataSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1181
|
+
ListDataSetsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1182
|
+
ListDataSetsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1183
|
+
ListDataSetsResponse.struct_class = Types::ListDataSetsResponse
|
1184
|
+
|
1185
|
+
ListDataSourcesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1186
|
+
ListDataSourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1187
|
+
ListDataSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1188
|
+
ListDataSourcesRequest.struct_class = Types::ListDataSourcesRequest
|
1189
|
+
|
1190
|
+
ListDataSourcesResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceList, location_name: "DataSources"))
|
1191
|
+
ListDataSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1192
|
+
ListDataSourcesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1193
|
+
ListDataSourcesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1194
|
+
ListDataSourcesResponse.struct_class = Types::ListDataSourcesResponse
|
1195
|
+
|
222
1196
|
ListGroupMembershipsRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
223
1197
|
ListGroupMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
224
1198
|
ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
@@ -244,6 +1218,87 @@ module Aws::QuickSight
|
|
244
1218
|
ListGroupsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
245
1219
|
ListGroupsResponse.struct_class = Types::ListGroupsResponse
|
246
1220
|
|
1221
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1222
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
1223
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1224
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1225
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
1226
|
+
ListIAMPolicyAssignmentsForUserRequest.struct_class = Types::ListIAMPolicyAssignmentsForUserRequest
|
1227
|
+
|
1228
|
+
ListIAMPolicyAssignmentsForUserResponse.add_member(:active_assignments, Shapes::ShapeRef.new(shape: ActiveIAMPolicyAssignmentList, location_name: "ActiveAssignments"))
|
1229
|
+
ListIAMPolicyAssignmentsForUserResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1230
|
+
ListIAMPolicyAssignmentsForUserResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1231
|
+
ListIAMPolicyAssignmentsForUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1232
|
+
ListIAMPolicyAssignmentsForUserResponse.struct_class = Types::ListIAMPolicyAssignmentsForUserResponse
|
1233
|
+
|
1234
|
+
ListIAMPolicyAssignmentsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1235
|
+
ListIAMPolicyAssignmentsRequest.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
1236
|
+
ListIAMPolicyAssignmentsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
1237
|
+
ListIAMPolicyAssignmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1238
|
+
ListIAMPolicyAssignmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1239
|
+
ListIAMPolicyAssignmentsRequest.struct_class = Types::ListIAMPolicyAssignmentsRequest
|
1240
|
+
|
1241
|
+
ListIAMPolicyAssignmentsResponse.add_member(:iam_policy_assignments, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentSummaryList, location_name: "IAMPolicyAssignments"))
|
1242
|
+
ListIAMPolicyAssignmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1243
|
+
ListIAMPolicyAssignmentsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1244
|
+
ListIAMPolicyAssignmentsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1245
|
+
ListIAMPolicyAssignmentsResponse.struct_class = Types::ListIAMPolicyAssignmentsResponse
|
1246
|
+
|
1247
|
+
ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DataSetId"))
|
1248
|
+
ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "next-token"))
|
1249
|
+
ListIngestionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1250
|
+
ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IngestionMaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1251
|
+
ListIngestionsRequest.struct_class = Types::ListIngestionsRequest
|
1252
|
+
|
1253
|
+
ListIngestionsResponse.add_member(:ingestions, Shapes::ShapeRef.new(shape: Ingestions, location_name: "Ingestions"))
|
1254
|
+
ListIngestionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: string, location_name: "NextToken"))
|
1255
|
+
ListIngestionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: string, location_name: "RequestId"))
|
1256
|
+
ListIngestionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1257
|
+
ListIngestionsResponse.struct_class = Types::ListIngestionsResponse
|
1258
|
+
|
1259
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
1260
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1261
|
+
|
1262
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1263
|
+
ListTagsForResourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1264
|
+
ListTagsForResourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1265
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1266
|
+
|
1267
|
+
ListTemplateAliasesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1268
|
+
ListTemplateAliasesRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1269
|
+
ListTemplateAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1270
|
+
ListTemplateAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box"=>true}))
|
1271
|
+
ListTemplateAliasesRequest.struct_class = Types::ListTemplateAliasesRequest
|
1272
|
+
|
1273
|
+
ListTemplateAliasesResponse.add_member(:template_alias_list, Shapes::ShapeRef.new(shape: TemplateAliasList, location_name: "TemplateAliasList"))
|
1274
|
+
ListTemplateAliasesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1275
|
+
ListTemplateAliasesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1276
|
+
ListTemplateAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1277
|
+
ListTemplateAliasesResponse.struct_class = Types::ListTemplateAliasesResponse
|
1278
|
+
|
1279
|
+
ListTemplateVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1280
|
+
ListTemplateVersionsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1281
|
+
ListTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1282
|
+
ListTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
1283
|
+
ListTemplateVersionsRequest.struct_class = Types::ListTemplateVersionsRequest
|
1284
|
+
|
1285
|
+
ListTemplateVersionsResponse.add_member(:template_version_summary_list, Shapes::ShapeRef.new(shape: TemplateVersionSummaryList, location_name: "TemplateVersionSummaryList"))
|
1286
|
+
ListTemplateVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1287
|
+
ListTemplateVersionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1288
|
+
ListTemplateVersionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1289
|
+
ListTemplateVersionsResponse.struct_class = Types::ListTemplateVersionsResponse
|
1290
|
+
|
1291
|
+
ListTemplatesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1292
|
+
ListTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
1293
|
+
ListTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box"=>true}))
|
1294
|
+
ListTemplatesRequest.struct_class = Types::ListTemplatesRequest
|
1295
|
+
|
1296
|
+
ListTemplatesResponse.add_member(:template_summary_list, Shapes::ShapeRef.new(shape: TemplateSummaryList, location_name: "TemplateSummaryList"))
|
1297
|
+
ListTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1298
|
+
ListTemplatesResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1299
|
+
ListTemplatesResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1300
|
+
ListTemplatesResponse.struct_class = Types::ListTemplatesResponse
|
1301
|
+
|
247
1302
|
ListUserGroupsRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
248
1303
|
ListUserGroupsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
249
1304
|
ListUserGroupsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
@@ -269,14 +1324,91 @@ module Aws::QuickSight
|
|
269
1324
|
ListUsersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
270
1325
|
ListUsersResponse.struct_class = Types::ListUsersResponse
|
271
1326
|
|
1327
|
+
LogicalTable.add_member(:alias, Shapes::ShapeRef.new(shape: LogicalTableAlias, required: true, location_name: "Alias"))
|
1328
|
+
LogicalTable.add_member(:data_transforms, Shapes::ShapeRef.new(shape: TransformOperationList, location_name: "DataTransforms"))
|
1329
|
+
LogicalTable.add_member(:source, Shapes::ShapeRef.new(shape: LogicalTableSource, required: true, location_name: "Source"))
|
1330
|
+
LogicalTable.struct_class = Types::LogicalTable
|
1331
|
+
|
1332
|
+
LogicalTableMap.key = Shapes::ShapeRef.new(shape: LogicalTableId)
|
1333
|
+
LogicalTableMap.value = Shapes::ShapeRef.new(shape: LogicalTable)
|
1334
|
+
|
1335
|
+
LogicalTableSource.add_member(:join_instruction, Shapes::ShapeRef.new(shape: JoinInstruction, location_name: "JoinInstruction"))
|
1336
|
+
LogicalTableSource.add_member(:physical_table_id, Shapes::ShapeRef.new(shape: PhysicalTableId, location_name: "PhysicalTableId"))
|
1337
|
+
LogicalTableSource.struct_class = Types::LogicalTableSource
|
1338
|
+
|
1339
|
+
LongList.member = Shapes::ShapeRef.new(shape: Long)
|
1340
|
+
|
1341
|
+
ManifestFileLocation.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "Bucket"))
|
1342
|
+
ManifestFileLocation.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "Key"))
|
1343
|
+
ManifestFileLocation.struct_class = Types::ManifestFileLocation
|
1344
|
+
|
1345
|
+
MariaDbParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1346
|
+
MariaDbParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1347
|
+
MariaDbParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1348
|
+
MariaDbParameters.struct_class = Types::MariaDbParameters
|
1349
|
+
|
1350
|
+
MySqlParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1351
|
+
MySqlParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1352
|
+
MySqlParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1353
|
+
MySqlParameters.struct_class = Types::MySqlParameters
|
1354
|
+
|
1355
|
+
OutputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "Name"))
|
1356
|
+
OutputColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnDataType, location_name: "Type"))
|
1357
|
+
OutputColumn.struct_class = Types::OutputColumn
|
1358
|
+
|
1359
|
+
OutputColumnList.member = Shapes::ShapeRef.new(shape: OutputColumn)
|
1360
|
+
|
1361
|
+
Parameters.add_member(:string_parameters, Shapes::ShapeRef.new(shape: StringParameterList, location_name: "StringParameters"))
|
1362
|
+
Parameters.add_member(:integer_parameters, Shapes::ShapeRef.new(shape: IntegerParameterList, location_name: "IntegerParameters"))
|
1363
|
+
Parameters.add_member(:decimal_parameters, Shapes::ShapeRef.new(shape: DecimalParameterList, location_name: "DecimalParameters"))
|
1364
|
+
Parameters.add_member(:date_time_parameters, Shapes::ShapeRef.new(shape: DateTimeParameterList, location_name: "DateTimeParameters"))
|
1365
|
+
Parameters.struct_class = Types::Parameters
|
1366
|
+
|
1367
|
+
PhysicalTable.add_member(:relational_table, Shapes::ShapeRef.new(shape: RelationalTable, location_name: "RelationalTable"))
|
1368
|
+
PhysicalTable.add_member(:custom_sql, Shapes::ShapeRef.new(shape: CustomSql, location_name: "CustomSql"))
|
1369
|
+
PhysicalTable.add_member(:s3_source, Shapes::ShapeRef.new(shape: S3Source, location_name: "S3Source"))
|
1370
|
+
PhysicalTable.struct_class = Types::PhysicalTable
|
1371
|
+
|
1372
|
+
PhysicalTableMap.key = Shapes::ShapeRef.new(shape: PhysicalTableId)
|
1373
|
+
PhysicalTableMap.value = Shapes::ShapeRef.new(shape: PhysicalTable)
|
1374
|
+
|
1375
|
+
PostgreSqlParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1376
|
+
PostgreSqlParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1377
|
+
PostgreSqlParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1378
|
+
PostgreSqlParameters.struct_class = Types::PostgreSqlParameters
|
1379
|
+
|
272
1380
|
PreconditionNotMetException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
273
1381
|
PreconditionNotMetException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
274
1382
|
PreconditionNotMetException.struct_class = Types::PreconditionNotMetException
|
275
1383
|
|
1384
|
+
PrestoParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1385
|
+
PrestoParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1386
|
+
PrestoParameters.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, required: true, location_name: "Catalog"))
|
1387
|
+
PrestoParameters.struct_class = Types::PrestoParameters
|
1388
|
+
|
1389
|
+
ProjectOperation.add_member(:projected_columns, Shapes::ShapeRef.new(shape: ProjectedColumnList, required: true, location_name: "ProjectedColumns"))
|
1390
|
+
ProjectOperation.struct_class = Types::ProjectOperation
|
1391
|
+
|
1392
|
+
ProjectedColumnList.member = Shapes::ShapeRef.new(shape: String)
|
1393
|
+
|
1394
|
+
QueueInfo.add_member(:waiting_on_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WaitingOnIngestion"))
|
1395
|
+
QueueInfo.add_member(:queued_ingestion, Shapes::ShapeRef.new(shape: string, required: true, location_name: "QueuedIngestion"))
|
1396
|
+
QueueInfo.struct_class = Types::QueueInfo
|
1397
|
+
|
276
1398
|
QuickSightUserNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
277
1399
|
QuickSightUserNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
278
1400
|
QuickSightUserNotFoundException.struct_class = Types::QuickSightUserNotFoundException
|
279
1401
|
|
1402
|
+
RdsParameters.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
1403
|
+
RdsParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1404
|
+
RdsParameters.struct_class = Types::RdsParameters
|
1405
|
+
|
1406
|
+
RedshiftParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, location_name: "Host"))
|
1407
|
+
RedshiftParameters.add_member(:port, Shapes::ShapeRef.new(shape: OptionalPort, location_name: "Port"))
|
1408
|
+
RedshiftParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1409
|
+
RedshiftParameters.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "ClusterId"))
|
1410
|
+
RedshiftParameters.struct_class = Types::RedshiftParameters
|
1411
|
+
|
280
1412
|
RegisterUserRequest.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, required: true, location_name: "IdentityType"))
|
281
1413
|
RegisterUserRequest.add_member(:email, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Email"))
|
282
1414
|
RegisterUserRequest.add_member(:user_role, Shapes::ShapeRef.new(shape: UserRole, required: true, location_name: "UserRole"))
|
@@ -293,6 +1425,16 @@ module Aws::QuickSight
|
|
293
1425
|
RegisterUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
294
1426
|
RegisterUserResponse.struct_class = Types::RegisterUserResponse
|
295
1427
|
|
1428
|
+
RelationalTable.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
1429
|
+
RelationalTable.add_member(:schema, Shapes::ShapeRef.new(shape: RelationalTableSchema, location_name: "Schema"))
|
1430
|
+
RelationalTable.add_member(:name, Shapes::ShapeRef.new(shape: RelationalTableName, required: true, location_name: "Name"))
|
1431
|
+
RelationalTable.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
1432
|
+
RelationalTable.struct_class = Types::RelationalTable
|
1433
|
+
|
1434
|
+
RenameColumnOperation.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
1435
|
+
RenameColumnOperation.add_member(:new_column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "NewColumnName"))
|
1436
|
+
RenameColumnOperation.struct_class = Types::RenameColumnOperation
|
1437
|
+
|
296
1438
|
ResourceExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
297
1439
|
ResourceExistsException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
298
1440
|
ResourceExistsException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
@@ -303,23 +1445,284 @@ module Aws::QuickSight
|
|
303
1445
|
ResourceNotFoundException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
304
1446
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
305
1447
|
|
1448
|
+
ResourcePermission.add_member(:principal, Shapes::ShapeRef.new(shape: Principal, required: true, location_name: "Principal"))
|
1449
|
+
ResourcePermission.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, required: true, location_name: "Actions"))
|
1450
|
+
ResourcePermission.struct_class = Types::ResourcePermission
|
1451
|
+
|
1452
|
+
ResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
1453
|
+
|
306
1454
|
ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
307
1455
|
ResourceUnavailableException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExceptionResourceType, location_name: "ResourceType"))
|
308
1456
|
ResourceUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
309
1457
|
ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
|
310
1458
|
|
1459
|
+
RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: long, location_name: "RowsIngested", metadata: {"box"=>true}))
|
1460
|
+
RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: long, location_name: "RowsDropped", metadata: {"box"=>true}))
|
1461
|
+
RowInfo.struct_class = Types::RowInfo
|
1462
|
+
|
1463
|
+
RowLevelPermissionDataSet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
1464
|
+
RowLevelPermissionDataSet.add_member(:permission_policy, Shapes::ShapeRef.new(shape: RowLevelPermissionPolicy, required: true, location_name: "PermissionPolicy"))
|
1465
|
+
RowLevelPermissionDataSet.struct_class = Types::RowLevelPermissionDataSet
|
1466
|
+
|
1467
|
+
S3Parameters.add_member(:manifest_file_location, Shapes::ShapeRef.new(shape: ManifestFileLocation, required: true, location_name: "ManifestFileLocation"))
|
1468
|
+
S3Parameters.struct_class = Types::S3Parameters
|
1469
|
+
|
1470
|
+
S3Source.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
|
1471
|
+
S3Source.add_member(:upload_settings, Shapes::ShapeRef.new(shape: UploadSettings, location_name: "UploadSettings"))
|
1472
|
+
S3Source.add_member(:input_columns, Shapes::ShapeRef.new(shape: InputColumnList, required: true, location_name: "InputColumns"))
|
1473
|
+
S3Source.struct_class = Types::S3Source
|
1474
|
+
|
1475
|
+
ServiceNowParameters.add_member(:site_base_url, Shapes::ShapeRef.new(shape: SiteBaseUrl, required: true, location_name: "SiteBaseUrl"))
|
1476
|
+
ServiceNowParameters.struct_class = Types::ServiceNowParameters
|
1477
|
+
|
311
1478
|
SessionLifetimeInMinutesInvalidException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
312
1479
|
SessionLifetimeInMinutesInvalidException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
313
1480
|
SessionLifetimeInMinutesInvalidException.struct_class = Types::SessionLifetimeInMinutesInvalidException
|
314
1481
|
|
1482
|
+
SheetControlsOption.add_member(:visibility_state, Shapes::ShapeRef.new(shape: DashboardUIState, location_name: "VisibilityState"))
|
1483
|
+
SheetControlsOption.struct_class = Types::SheetControlsOption
|
1484
|
+
|
1485
|
+
SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1486
|
+
SnowflakeParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1487
|
+
SnowflakeParameters.add_member(:warehouse, Shapes::ShapeRef.new(shape: Warehouse, required: true, location_name: "Warehouse"))
|
1488
|
+
SnowflakeParameters.struct_class = Types::SnowflakeParameters
|
1489
|
+
|
1490
|
+
SparkParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1491
|
+
SparkParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1492
|
+
SparkParameters.struct_class = Types::SparkParameters
|
1493
|
+
|
1494
|
+
SqlServerParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1495
|
+
SqlServerParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1496
|
+
SqlServerParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1497
|
+
SqlServerParameters.struct_class = Types::SqlServerParameters
|
1498
|
+
|
1499
|
+
SslProperties.add_member(:disable_ssl, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableSsl"))
|
1500
|
+
SslProperties.struct_class = Types::SslProperties
|
1501
|
+
|
1502
|
+
StringList.member = Shapes::ShapeRef.new(shape: String)
|
1503
|
+
|
1504
|
+
StringParameter.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
|
1505
|
+
StringParameter.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Values"))
|
1506
|
+
StringParameter.struct_class = Types::StringParameter
|
1507
|
+
|
1508
|
+
StringParameterList.member = Shapes::ShapeRef.new(shape: StringParameter)
|
1509
|
+
|
1510
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
1511
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
1512
|
+
Tag.struct_class = Types::Tag
|
1513
|
+
|
1514
|
+
TagColumnOperation.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
|
1515
|
+
TagColumnOperation.add_member(:tags, Shapes::ShapeRef.new(shape: ColumnTagList, required: true, location_name: "Tags"))
|
1516
|
+
TagColumnOperation.struct_class = Types::TagColumnOperation
|
1517
|
+
|
1518
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1519
|
+
|
1520
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
1521
|
+
|
1522
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
1523
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1524
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1525
|
+
|
1526
|
+
TagResourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1527
|
+
TagResourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1528
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1529
|
+
|
1530
|
+
Template.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1531
|
+
Template.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
|
1532
|
+
Template.add_member(:version, Shapes::ShapeRef.new(shape: TemplateVersion, location_name: "Version"))
|
1533
|
+
Template.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
1534
|
+
Template.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1535
|
+
Template.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
1536
|
+
Template.struct_class = Types::Template
|
1537
|
+
|
1538
|
+
TemplateAlias.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, location_name: "AliasName"))
|
1539
|
+
TemplateAlias.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1540
|
+
TemplateAlias.add_member(:template_version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "TemplateVersionNumber"))
|
1541
|
+
TemplateAlias.struct_class = Types::TemplateAlias
|
1542
|
+
|
1543
|
+
TemplateAliasList.member = Shapes::ShapeRef.new(shape: TemplateAlias)
|
1544
|
+
|
1545
|
+
TemplateError.add_member(:type, Shapes::ShapeRef.new(shape: TemplateErrorType, location_name: "Type"))
|
1546
|
+
TemplateError.add_member(:message, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "Message"))
|
1547
|
+
TemplateError.struct_class = Types::TemplateError
|
1548
|
+
|
1549
|
+
TemplateErrorList.member = Shapes::ShapeRef.new(shape: TemplateError)
|
1550
|
+
|
1551
|
+
TemplateSourceAnalysis.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
1552
|
+
TemplateSourceAnalysis.add_member(:data_set_references, Shapes::ShapeRef.new(shape: DataSetReferenceList, required: true, location_name: "DataSetReferences"))
|
1553
|
+
TemplateSourceAnalysis.struct_class = Types::TemplateSourceAnalysis
|
1554
|
+
|
1555
|
+
TemplateSourceEntity.add_member(:source_analysis, Shapes::ShapeRef.new(shape: TemplateSourceAnalysis, location_name: "SourceAnalysis"))
|
1556
|
+
TemplateSourceEntity.add_member(:source_template, Shapes::ShapeRef.new(shape: TemplateSourceTemplate, location_name: "SourceTemplate"))
|
1557
|
+
TemplateSourceEntity.struct_class = Types::TemplateSourceEntity
|
1558
|
+
|
1559
|
+
TemplateSourceTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
1560
|
+
TemplateSourceTemplate.struct_class = Types::TemplateSourceTemplate
|
1561
|
+
|
1562
|
+
TemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1563
|
+
TemplateSummary.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
1564
|
+
TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
|
1565
|
+
TemplateSummary.add_member(:latest_version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "LatestVersionNumber"))
|
1566
|
+
TemplateSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
1567
|
+
TemplateSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
1568
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
1569
|
+
|
1570
|
+
TemplateSummaryList.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
1571
|
+
|
1572
|
+
TemplateVersion.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
1573
|
+
TemplateVersion.add_member(:errors, Shapes::ShapeRef.new(shape: TemplateErrorList, location_name: "Errors"))
|
1574
|
+
TemplateVersion.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "VersionNumber"))
|
1575
|
+
TemplateVersion.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
1576
|
+
TemplateVersion.add_member(:data_set_configurations, Shapes::ShapeRef.new(shape: DataSetConfigurationList, location_name: "DataSetConfigurations"))
|
1577
|
+
TemplateVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
1578
|
+
TemplateVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
|
1579
|
+
TemplateVersion.struct_class = Types::TemplateVersion
|
1580
|
+
|
1581
|
+
TemplateVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1582
|
+
TemplateVersionSummary.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "VersionNumber"))
|
1583
|
+
TemplateVersionSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
|
1584
|
+
TemplateVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
|
1585
|
+
TemplateVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
|
1586
|
+
TemplateVersionSummary.struct_class = Types::TemplateVersionSummary
|
1587
|
+
|
1588
|
+
TemplateVersionSummaryList.member = Shapes::ShapeRef.new(shape: TemplateVersionSummary)
|
1589
|
+
|
1590
|
+
TeradataParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
1591
|
+
TeradataParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
1592
|
+
TeradataParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, required: true, location_name: "Database"))
|
1593
|
+
TeradataParameters.struct_class = Types::TeradataParameters
|
1594
|
+
|
315
1595
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
316
1596
|
ThrottlingException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
317
1597
|
ThrottlingException.struct_class = Types::ThrottlingException
|
318
1598
|
|
1599
|
+
TimestampList.member = Shapes::ShapeRef.new(shape: Timestamp)
|
1600
|
+
|
1601
|
+
TransformOperation.add_member(:project_operation, Shapes::ShapeRef.new(shape: ProjectOperation, location_name: "ProjectOperation"))
|
1602
|
+
TransformOperation.add_member(:filter_operation, Shapes::ShapeRef.new(shape: FilterOperation, location_name: "FilterOperation"))
|
1603
|
+
TransformOperation.add_member(:create_columns_operation, Shapes::ShapeRef.new(shape: CreateColumnsOperation, location_name: "CreateColumnsOperation"))
|
1604
|
+
TransformOperation.add_member(:rename_column_operation, Shapes::ShapeRef.new(shape: RenameColumnOperation, location_name: "RenameColumnOperation"))
|
1605
|
+
TransformOperation.add_member(:cast_column_type_operation, Shapes::ShapeRef.new(shape: CastColumnTypeOperation, location_name: "CastColumnTypeOperation"))
|
1606
|
+
TransformOperation.add_member(:tag_column_operation, Shapes::ShapeRef.new(shape: TagColumnOperation, location_name: "TagColumnOperation"))
|
1607
|
+
TransformOperation.struct_class = Types::TransformOperation
|
1608
|
+
|
1609
|
+
TransformOperationList.member = Shapes::ShapeRef.new(shape: TransformOperation)
|
1610
|
+
|
1611
|
+
TwitterParameters.add_member(:query, Shapes::ShapeRef.new(shape: Query, required: true, location_name: "Query"))
|
1612
|
+
TwitterParameters.add_member(:max_rows, Shapes::ShapeRef.new(shape: PositiveInteger, required: true, location_name: "MaxRows"))
|
1613
|
+
TwitterParameters.struct_class = Types::TwitterParameters
|
1614
|
+
|
319
1615
|
UnsupportedUserEditionException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
320
1616
|
UnsupportedUserEditionException.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
321
1617
|
UnsupportedUserEditionException.struct_class = Types::UnsupportedUserEditionException
|
322
1618
|
|
1619
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
1620
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "keys"))
|
1621
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1622
|
+
|
1623
|
+
UntagResourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1624
|
+
UntagResourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1625
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1626
|
+
|
1627
|
+
UpdateDashboardPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1628
|
+
UpdateDashboardPermissionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1629
|
+
UpdateDashboardPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
1630
|
+
UpdateDashboardPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "RevokePermissions"))
|
1631
|
+
UpdateDashboardPermissionsRequest.struct_class = Types::UpdateDashboardPermissionsRequest
|
1632
|
+
|
1633
|
+
UpdateDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
1634
|
+
UpdateDashboardPermissionsResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
1635
|
+
UpdateDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
1636
|
+
UpdateDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1637
|
+
UpdateDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1638
|
+
UpdateDashboardPermissionsResponse.struct_class = Types::UpdateDashboardPermissionsResponse
|
1639
|
+
|
1640
|
+
UpdateDashboardPublishedVersionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1641
|
+
UpdateDashboardPublishedVersionRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1642
|
+
UpdateDashboardPublishedVersionRequest.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location: "uri", location_name: "VersionNumber"))
|
1643
|
+
UpdateDashboardPublishedVersionRequest.struct_class = Types::UpdateDashboardPublishedVersionRequest
|
1644
|
+
|
1645
|
+
UpdateDashboardPublishedVersionResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
1646
|
+
UpdateDashboardPublishedVersionResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
1647
|
+
UpdateDashboardPublishedVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1648
|
+
UpdateDashboardPublishedVersionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1649
|
+
UpdateDashboardPublishedVersionResponse.struct_class = Types::UpdateDashboardPublishedVersionResponse
|
1650
|
+
|
1651
|
+
UpdateDashboardRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1652
|
+
UpdateDashboardRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
1653
|
+
UpdateDashboardRequest.add_member(:name, Shapes::ShapeRef.new(shape: DashboardName, required: true, location_name: "Name"))
|
1654
|
+
UpdateDashboardRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: DashboardSourceEntity, required: true, location_name: "SourceEntity"))
|
1655
|
+
UpdateDashboardRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
1656
|
+
UpdateDashboardRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
1657
|
+
UpdateDashboardRequest.add_member(:dashboard_publish_options, Shapes::ShapeRef.new(shape: DashboardPublishOptions, location_name: "DashboardPublishOptions"))
|
1658
|
+
UpdateDashboardRequest.struct_class = Types::UpdateDashboardRequest
|
1659
|
+
|
1660
|
+
UpdateDashboardResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1661
|
+
UpdateDashboardResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VersionArn"))
|
1662
|
+
UpdateDashboardResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "DashboardId"))
|
1663
|
+
UpdateDashboardResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
1664
|
+
UpdateDashboardResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
|
1665
|
+
UpdateDashboardResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1666
|
+
UpdateDashboardResponse.struct_class = Types::UpdateDashboardResponse
|
1667
|
+
|
1668
|
+
UpdateDataSetPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1669
|
+
UpdateDataSetPermissionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
1670
|
+
UpdateDataSetPermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
1671
|
+
UpdateDataSetPermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "RevokePermissions"))
|
1672
|
+
UpdateDataSetPermissionsRequest.struct_class = Types::UpdateDataSetPermissionsRequest
|
1673
|
+
|
1674
|
+
UpdateDataSetPermissionsResponse.add_member(:data_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataSetArn"))
|
1675
|
+
UpdateDataSetPermissionsResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
1676
|
+
UpdateDataSetPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1677
|
+
UpdateDataSetPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1678
|
+
UpdateDataSetPermissionsResponse.struct_class = Types::UpdateDataSetPermissionsResponse
|
1679
|
+
|
1680
|
+
UpdateDataSetRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1681
|
+
UpdateDataSetRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSetId"))
|
1682
|
+
UpdateDataSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
1683
|
+
UpdateDataSetRequest.add_member(:physical_table_map, Shapes::ShapeRef.new(shape: PhysicalTableMap, required: true, location_name: "PhysicalTableMap"))
|
1684
|
+
UpdateDataSetRequest.add_member(:logical_table_map, Shapes::ShapeRef.new(shape: LogicalTableMap, location_name: "LogicalTableMap"))
|
1685
|
+
UpdateDataSetRequest.add_member(:import_mode, Shapes::ShapeRef.new(shape: DataSetImportMode, required: true, location_name: "ImportMode"))
|
1686
|
+
UpdateDataSetRequest.add_member(:column_groups, Shapes::ShapeRef.new(shape: ColumnGroupList, location_name: "ColumnGroups"))
|
1687
|
+
UpdateDataSetRequest.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
|
1688
|
+
UpdateDataSetRequest.struct_class = Types::UpdateDataSetRequest
|
1689
|
+
|
1690
|
+
UpdateDataSetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1691
|
+
UpdateDataSetResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSetId"))
|
1692
|
+
UpdateDataSetResponse.add_member(:ingestion_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IngestionArn"))
|
1693
|
+
UpdateDataSetResponse.add_member(:ingestion_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "IngestionId"))
|
1694
|
+
UpdateDataSetResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1695
|
+
UpdateDataSetResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1696
|
+
UpdateDataSetResponse.struct_class = Types::UpdateDataSetResponse
|
1697
|
+
|
1698
|
+
UpdateDataSourcePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1699
|
+
UpdateDataSourcePermissionsRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSourceId"))
|
1700
|
+
UpdateDataSourcePermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "GrantPermissions"))
|
1701
|
+
UpdateDataSourcePermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "RevokePermissions"))
|
1702
|
+
UpdateDataSourcePermissionsRequest.struct_class = Types::UpdateDataSourcePermissionsRequest
|
1703
|
+
|
1704
|
+
UpdateDataSourcePermissionsResponse.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DataSourceArn"))
|
1705
|
+
UpdateDataSourcePermissionsResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
1706
|
+
UpdateDataSourcePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1707
|
+
UpdateDataSourcePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1708
|
+
UpdateDataSourcePermissionsResponse.struct_class = Types::UpdateDataSourcePermissionsResponse
|
1709
|
+
|
1710
|
+
UpdateDataSourceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1711
|
+
UpdateDataSourceRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "DataSourceId"))
|
1712
|
+
UpdateDataSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "Name"))
|
1713
|
+
UpdateDataSourceRequest.add_member(:data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParameters, location_name: "DataSourceParameters"))
|
1714
|
+
UpdateDataSourceRequest.add_member(:credentials, Shapes::ShapeRef.new(shape: DataSourceCredentials, location_name: "Credentials"))
|
1715
|
+
UpdateDataSourceRequest.add_member(:vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "VpcConnectionProperties"))
|
1716
|
+
UpdateDataSourceRequest.add_member(:ssl_properties, Shapes::ShapeRef.new(shape: SslProperties, location_name: "SslProperties"))
|
1717
|
+
UpdateDataSourceRequest.struct_class = Types::UpdateDataSourceRequest
|
1718
|
+
|
1719
|
+
UpdateDataSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1720
|
+
UpdateDataSourceResponse.add_member(:data_source_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "DataSourceId"))
|
1721
|
+
UpdateDataSourceResponse.add_member(:update_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "UpdateStatus"))
|
1722
|
+
UpdateDataSourceResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1723
|
+
UpdateDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1724
|
+
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
1725
|
+
|
323
1726
|
UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
324
1727
|
UpdateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GroupDescription, location_name: "Description"))
|
325
1728
|
UpdateGroupRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
@@ -331,6 +1734,64 @@ module Aws::QuickSight
|
|
331
1734
|
UpdateGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
332
1735
|
UpdateGroupResponse.struct_class = Types::UpdateGroupResponse
|
333
1736
|
|
1737
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1738
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, required: true, location: "uri", location_name: "AssignmentName"))
|
1739
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
1740
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
1741
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
1742
|
+
UpdateIAMPolicyAssignmentRequest.add_member(:identities, Shapes::ShapeRef.new(shape: IdentityMap, location_name: "Identities"))
|
1743
|
+
UpdateIAMPolicyAssignmentRequest.struct_class = Types::UpdateIAMPolicyAssignmentRequest
|
1744
|
+
|
1745
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:assignment_name, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentName, location_name: "AssignmentName"))
|
1746
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:assignment_id, Shapes::ShapeRef.new(shape: String, location_name: "AssignmentId"))
|
1747
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PolicyArn"))
|
1748
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:identities, Shapes::ShapeRef.new(shape: IdentityMap, location_name: "Identities"))
|
1749
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location_name: "AssignmentStatus"))
|
1750
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1751
|
+
UpdateIAMPolicyAssignmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1752
|
+
UpdateIAMPolicyAssignmentResponse.struct_class = Types::UpdateIAMPolicyAssignmentResponse
|
1753
|
+
|
1754
|
+
UpdateResourcePermissionList.member = Shapes::ShapeRef.new(shape: ResourcePermission)
|
1755
|
+
|
1756
|
+
UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1757
|
+
UpdateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1758
|
+
UpdateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
|
1759
|
+
UpdateTemplateAliasRequest.add_member(:template_version_number, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "TemplateVersionNumber"))
|
1760
|
+
UpdateTemplateAliasRequest.struct_class = Types::UpdateTemplateAliasRequest
|
1761
|
+
|
1762
|
+
UpdateTemplateAliasResponse.add_member(:template_alias, Shapes::ShapeRef.new(shape: TemplateAlias, location_name: "TemplateAlias"))
|
1763
|
+
UpdateTemplateAliasResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1764
|
+
UpdateTemplateAliasResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1765
|
+
UpdateTemplateAliasResponse.struct_class = Types::UpdateTemplateAliasResponse
|
1766
|
+
|
1767
|
+
UpdateTemplatePermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1768
|
+
UpdateTemplatePermissionsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1769
|
+
UpdateTemplatePermissionsRequest.add_member(:grant_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "GrantPermissions"))
|
1770
|
+
UpdateTemplatePermissionsRequest.add_member(:revoke_permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "RevokePermissions"))
|
1771
|
+
UpdateTemplatePermissionsRequest.struct_class = Types::UpdateTemplatePermissionsRequest
|
1772
|
+
|
1773
|
+
UpdateTemplatePermissionsResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
1774
|
+
UpdateTemplatePermissionsResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TemplateArn"))
|
1775
|
+
UpdateTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: ResourcePermissionList, location_name: "Permissions"))
|
1776
|
+
UpdateTemplatePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1777
|
+
UpdateTemplatePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1778
|
+
UpdateTemplatePermissionsResponse.struct_class = Types::UpdateTemplatePermissionsResponse
|
1779
|
+
|
1780
|
+
UpdateTemplateRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
1781
|
+
UpdateTemplateRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
1782
|
+
UpdateTemplateRequest.add_member(:source_entity, Shapes::ShapeRef.new(shape: TemplateSourceEntity, required: true, location_name: "SourceEntity"))
|
1783
|
+
UpdateTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
1784
|
+
UpdateTemplateRequest.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "Name"))
|
1785
|
+
UpdateTemplateRequest.struct_class = Types::UpdateTemplateRequest
|
1786
|
+
|
1787
|
+
UpdateTemplateResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "TemplateId"))
|
1788
|
+
UpdateTemplateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
1789
|
+
UpdateTemplateResponse.add_member(:version_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "VersionArn"))
|
1790
|
+
UpdateTemplateResponse.add_member(:creation_status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "CreationStatus"))
|
1791
|
+
UpdateTemplateResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
1792
|
+
UpdateTemplateResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
1793
|
+
UpdateTemplateResponse.struct_class = Types::UpdateTemplateResponse
|
1794
|
+
|
334
1795
|
UpdateUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
335
1796
|
UpdateUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
336
1797
|
UpdateUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
@@ -343,6 +1804,13 @@ module Aws::QuickSight
|
|
343
1804
|
UpdateUserResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
344
1805
|
UpdateUserResponse.struct_class = Types::UpdateUserResponse
|
345
1806
|
|
1807
|
+
UploadSettings.add_member(:format, Shapes::ShapeRef.new(shape: FileFormat, location_name: "Format"))
|
1808
|
+
UploadSettings.add_member(:start_from_row, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "StartFromRow", metadata: {"box"=>true}))
|
1809
|
+
UploadSettings.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader", metadata: {"box"=>true}))
|
1810
|
+
UploadSettings.add_member(:text_qualifier, Shapes::ShapeRef.new(shape: TextQualifier, location_name: "TextQualifier"))
|
1811
|
+
UploadSettings.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "Delimiter"))
|
1812
|
+
UploadSettings.struct_class = Types::UploadSettings
|
1813
|
+
|
346
1814
|
User.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
347
1815
|
User.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, location_name: "UserName"))
|
348
1816
|
User.add_member(:email, Shapes::ShapeRef.new(shape: String, location_name: "Email"))
|
@@ -354,6 +1822,9 @@ module Aws::QuickSight
|
|
354
1822
|
|
355
1823
|
UserList.member = Shapes::ShapeRef.new(shape: User)
|
356
1824
|
|
1825
|
+
VpcConnectionProperties.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "VpcConnectionArn"))
|
1826
|
+
VpcConnectionProperties.struct_class = Types::VpcConnectionProperties
|
1827
|
+
|
357
1828
|
|
358
1829
|
# @api private
|
359
1830
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -371,6 +1842,68 @@ module Aws::QuickSight
|
|
371
1842
|
"uid" => "quicksight-2018-04-01",
|
372
1843
|
}
|
373
1844
|
|
1845
|
+
api.add_operation(:cancel_ingestion, Seahorse::Model::Operation.new.tap do |o|
|
1846
|
+
o.name = "CancelIngestion"
|
1847
|
+
o.http_method = "DELETE"
|
1848
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"
|
1849
|
+
o.input = Shapes::ShapeRef.new(shape: CancelIngestionRequest)
|
1850
|
+
o.output = Shapes::ShapeRef.new(shape: CancelIngestionResponse)
|
1851
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1852
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1854
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1857
|
+
end)
|
1858
|
+
|
1859
|
+
api.add_operation(:create_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
1860
|
+
o.name = "CreateDashboard"
|
1861
|
+
o.http_method = "POST"
|
1862
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}"
|
1863
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDashboardRequest)
|
1864
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDashboardResponse)
|
1865
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1872
|
+
end)
|
1873
|
+
|
1874
|
+
api.add_operation(:create_data_set, Seahorse::Model::Operation.new.tap do |o|
|
1875
|
+
o.name = "CreateDataSet"
|
1876
|
+
o.http_method = "POST"
|
1877
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets"
|
1878
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataSetRequest)
|
1879
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataSetResponse)
|
1880
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1881
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1882
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1883
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1884
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1885
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1886
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1889
|
+
end)
|
1890
|
+
|
1891
|
+
api.add_operation(:create_data_source, Seahorse::Model::Operation.new.tap do |o|
|
1892
|
+
o.name = "CreateDataSource"
|
1893
|
+
o.http_method = "POST"
|
1894
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources"
|
1895
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataSourceRequest)
|
1896
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataSourceResponse)
|
1897
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1899
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1900
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1902
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1905
|
+
end)
|
1906
|
+
|
374
1907
|
api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
|
375
1908
|
o.name = "CreateGroup"
|
376
1909
|
o.http_method = "POST"
|
@@ -403,6 +1936,107 @@ module Aws::QuickSight
|
|
403
1936
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
404
1937
|
end)
|
405
1938
|
|
1939
|
+
api.add_operation(:create_iam_policy_assignment, Seahorse::Model::Operation.new.tap do |o|
|
1940
|
+
o.name = "CreateIAMPolicyAssignment"
|
1941
|
+
o.http_method = "POST"
|
1942
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/"
|
1943
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIAMPolicyAssignmentRequest)
|
1944
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIAMPolicyAssignmentResponse)
|
1945
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentUpdatingException)
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1952
|
+
end)
|
1953
|
+
|
1954
|
+
api.add_operation(:create_ingestion, Seahorse::Model::Operation.new.tap do |o|
|
1955
|
+
o.name = "CreateIngestion"
|
1956
|
+
o.http_method = "PUT"
|
1957
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"
|
1958
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIngestionRequest)
|
1959
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIngestionResponse)
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1963
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1967
|
+
end)
|
1968
|
+
|
1969
|
+
api.add_operation(:create_template, Seahorse::Model::Operation.new.tap do |o|
|
1970
|
+
o.name = "CreateTemplate"
|
1971
|
+
o.http_method = "POST"
|
1972
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
1973
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTemplateRequest)
|
1974
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTemplateResponse)
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1978
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1979
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1980
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1983
|
+
end)
|
1984
|
+
|
1985
|
+
api.add_operation(:create_template_alias, Seahorse::Model::Operation.new.tap do |o|
|
1986
|
+
o.name = "CreateTemplateAlias"
|
1987
|
+
o.http_method = "POST"
|
1988
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"
|
1989
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTemplateAliasRequest)
|
1990
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTemplateAliasResponse)
|
1991
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1992
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1993
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1994
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
1995
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
1998
|
+
end)
|
1999
|
+
|
2000
|
+
api.add_operation(:delete_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2001
|
+
o.name = "DeleteDashboard"
|
2002
|
+
o.http_method = "DELETE"
|
2003
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}"
|
2004
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDashboardRequest)
|
2005
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDashboardResponse)
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2012
|
+
end)
|
2013
|
+
|
2014
|
+
api.add_operation(:delete_data_set, Seahorse::Model::Operation.new.tap do |o|
|
2015
|
+
o.name = "DeleteDataSet"
|
2016
|
+
o.http_method = "DELETE"
|
2017
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}"
|
2018
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataSetRequest)
|
2019
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataSetResponse)
|
2020
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2022
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2023
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2024
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2025
|
+
end)
|
2026
|
+
|
2027
|
+
api.add_operation(:delete_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2028
|
+
o.name = "DeleteDataSource"
|
2029
|
+
o.http_method = "DELETE"
|
2030
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources/{DataSourceId}"
|
2031
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataSourceRequest)
|
2032
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataSourceResponse)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2038
|
+
end)
|
2039
|
+
|
406
2040
|
api.add_operation(:delete_group, Seahorse::Model::Operation.new.tap do |o|
|
407
2041
|
o.name = "DeleteGroup"
|
408
2042
|
o.http_method = "DELETE"
|
@@ -433,6 +2067,48 @@ module Aws::QuickSight
|
|
433
2067
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
434
2068
|
end)
|
435
2069
|
|
2070
|
+
api.add_operation(:delete_iam_policy_assignment, Seahorse::Model::Operation.new.tap do |o|
|
2071
|
+
o.name = "DeleteIAMPolicyAssignment"
|
2072
|
+
o.http_method = "DELETE"
|
2073
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespace/{Namespace}/iam-policy-assignments/{AssignmentName}"
|
2074
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIAMPolicyAssignmentRequest)
|
2075
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIAMPolicyAssignmentResponse)
|
2076
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentUpdatingException)
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2083
|
+
end)
|
2084
|
+
|
2085
|
+
api.add_operation(:delete_template, Seahorse::Model::Operation.new.tap do |o|
|
2086
|
+
o.name = "DeleteTemplate"
|
2087
|
+
o.http_method = "DELETE"
|
2088
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
2089
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTemplateRequest)
|
2090
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTemplateResponse)
|
2091
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2094
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2095
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2096
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2097
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2098
|
+
end)
|
2099
|
+
|
2100
|
+
api.add_operation(:delete_template_alias, Seahorse::Model::Operation.new.tap do |o|
|
2101
|
+
o.name = "DeleteTemplateAlias"
|
2102
|
+
o.http_method = "DELETE"
|
2103
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"
|
2104
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTemplateAliasRequest)
|
2105
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTemplateAliasResponse)
|
2106
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2108
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2109
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2110
|
+
end)
|
2111
|
+
|
436
2112
|
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
437
2113
|
o.name = "DeleteUser"
|
438
2114
|
o.http_method = "DELETE"
|
@@ -461,54 +2137,277 @@ module Aws::QuickSight
|
|
461
2137
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
462
2138
|
end)
|
463
2139
|
|
464
|
-
api.add_operation(:
|
465
|
-
o.name = "
|
2140
|
+
api.add_operation(:describe_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2141
|
+
o.name = "DescribeDashboard"
|
466
2142
|
o.http_method = "GET"
|
467
|
-
o.http_request_uri = "/accounts/{AwsAccountId}/
|
468
|
-
o.input = Shapes::ShapeRef.new(shape:
|
469
|
-
o.output = Shapes::ShapeRef.new(shape:
|
470
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2143
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}"
|
2144
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDashboardRequest)
|
2145
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDashboardResponse)
|
471
2146
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
472
2147
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2148
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
473
2149
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
474
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
2150
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
475
2151
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
476
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
477
2152
|
end)
|
478
2153
|
|
479
|
-
api.add_operation(:
|
480
|
-
o.name = "
|
2154
|
+
api.add_operation(:describe_dashboard_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2155
|
+
o.name = "DescribeDashboardPermissions"
|
481
2156
|
o.http_method = "GET"
|
482
|
-
o.http_request_uri = "/accounts/{AwsAccountId}/
|
483
|
-
o.input = Shapes::ShapeRef.new(shape:
|
484
|
-
o.output = Shapes::ShapeRef.new(shape:
|
485
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2157
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"
|
2158
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDashboardPermissionsRequest)
|
2159
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDashboardPermissionsResponse)
|
486
2160
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
487
2161
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
488
2162
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2163
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
489
2164
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
490
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
491
2165
|
end)
|
492
2166
|
|
493
|
-
api.add_operation(:
|
494
|
-
o.name = "
|
2167
|
+
api.add_operation(:describe_data_set, Seahorse::Model::Operation.new.tap do |o|
|
2168
|
+
o.name = "DescribeDataSet"
|
495
2169
|
o.http_method = "GET"
|
496
|
-
o.http_request_uri = "/accounts/{AwsAccountId}/
|
497
|
-
o.input = Shapes::ShapeRef.new(shape:
|
498
|
-
o.output = Shapes::ShapeRef.new(shape:
|
2170
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}"
|
2171
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataSetRequest)
|
2172
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataSetResponse)
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2175
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2176
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2177
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2178
|
+
end)
|
2179
|
+
|
2180
|
+
api.add_operation(:describe_data_set_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2181
|
+
o.name = "DescribeDataSetPermissions"
|
2182
|
+
o.http_method = "GET"
|
2183
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"
|
2184
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataSetPermissionsRequest)
|
2185
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataSetPermissionsResponse)
|
2186
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2188
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2189
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2190
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2191
|
+
end)
|
2192
|
+
|
2193
|
+
api.add_operation(:describe_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2194
|
+
o.name = "DescribeDataSource"
|
2195
|
+
o.http_method = "GET"
|
2196
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources/{DataSourceId}"
|
2197
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataSourceRequest)
|
2198
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataSourceResponse)
|
2199
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2201
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2202
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2203
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2204
|
+
end)
|
2205
|
+
|
2206
|
+
api.add_operation(:describe_data_source_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2207
|
+
o.name = "DescribeDataSourcePermissions"
|
2208
|
+
o.http_method = "GET"
|
2209
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"
|
2210
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDataSourcePermissionsRequest)
|
2211
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDataSourcePermissionsResponse)
|
2212
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2214
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2216
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2217
|
+
end)
|
2218
|
+
|
2219
|
+
api.add_operation(:describe_group, Seahorse::Model::Operation.new.tap do |o|
|
2220
|
+
o.name = "DescribeGroup"
|
2221
|
+
o.http_method = "GET"
|
2222
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups/{GroupName}"
|
2223
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGroupRequest)
|
2224
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGroupResponse)
|
499
2225
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
500
2226
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
501
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
502
2227
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
503
2228
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
504
2229
|
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
2230
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2231
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
2232
|
+
end)
|
2233
|
+
|
2234
|
+
api.add_operation(:describe_iam_policy_assignment, Seahorse::Model::Operation.new.tap do |o|
|
2235
|
+
o.name = "DescribeIAMPolicyAssignment"
|
2236
|
+
o.http_method = "GET"
|
2237
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"
|
2238
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIAMPolicyAssignmentRequest)
|
2239
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIAMPolicyAssignmentResponse)
|
2240
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2241
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2242
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2243
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2245
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2246
|
+
end)
|
2247
|
+
|
2248
|
+
api.add_operation(:describe_ingestion, Seahorse::Model::Operation.new.tap do |o|
|
2249
|
+
o.name = "DescribeIngestion"
|
2250
|
+
o.http_method = "GET"
|
2251
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}"
|
2252
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIngestionRequest)
|
2253
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIngestionResponse)
|
2254
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2255
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2256
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2257
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2258
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2260
|
+
end)
|
2261
|
+
|
2262
|
+
api.add_operation(:describe_template, Seahorse::Model::Operation.new.tap do |o|
|
2263
|
+
o.name = "DescribeTemplate"
|
2264
|
+
o.http_method = "GET"
|
2265
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
2266
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTemplateRequest)
|
2267
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTemplateResponse)
|
2268
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2269
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2270
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2271
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2276
|
+
end)
|
2277
|
+
|
2278
|
+
api.add_operation(:describe_template_alias, Seahorse::Model::Operation.new.tap do |o|
|
2279
|
+
o.name = "DescribeTemplateAlias"
|
2280
|
+
o.http_method = "GET"
|
2281
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"
|
2282
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTemplateAliasRequest)
|
2283
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTemplateAliasResponse)
|
2284
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2287
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2288
|
+
end)
|
2289
|
+
|
2290
|
+
api.add_operation(:describe_template_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2291
|
+
o.name = "DescribeTemplatePermissions"
|
2292
|
+
o.http_method = "GET"
|
2293
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"
|
2294
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTemplatePermissionsRequest)
|
2295
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTemplatePermissionsResponse)
|
2296
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2297
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2298
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2299
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2300
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2301
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2302
|
+
end)
|
2303
|
+
|
2304
|
+
api.add_operation(:describe_user, Seahorse::Model::Operation.new.tap do |o|
|
2305
|
+
o.name = "DescribeUser"
|
2306
|
+
o.http_method = "GET"
|
2307
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}"
|
2308
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeUserRequest)
|
2309
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeUserResponse)
|
2310
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2311
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2312
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2313
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2314
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2315
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
2316
|
+
end)
|
2317
|
+
|
2318
|
+
api.add_operation(:get_dashboard_embed_url, Seahorse::Model::Operation.new.tap do |o|
|
2319
|
+
o.name = "GetDashboardEmbedUrl"
|
2320
|
+
o.http_method = "GET"
|
2321
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/embed-url"
|
2322
|
+
o.input = Shapes::ShapeRef.new(shape: GetDashboardEmbedUrlRequest)
|
2323
|
+
o.output = Shapes::ShapeRef.new(shape: GetDashboardEmbedUrlResponse)
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2326
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2327
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2328
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
505
2329
|
o.errors << Shapes::ShapeRef.new(shape: DomainNotWhitelistedException)
|
506
2330
|
o.errors << Shapes::ShapeRef.new(shape: QuickSightUserNotFoundException)
|
507
2331
|
o.errors << Shapes::ShapeRef.new(shape: IdentityTypeNotSupportedException)
|
508
2332
|
o.errors << Shapes::ShapeRef.new(shape: SessionLifetimeInMinutesInvalidException)
|
509
2333
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
510
2334
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
511
|
-
|
2335
|
+
end)
|
2336
|
+
|
2337
|
+
api.add_operation(:list_dashboard_versions, Seahorse::Model::Operation.new.tap do |o|
|
2338
|
+
o.name = "ListDashboardVersions"
|
2339
|
+
o.http_method = "GET"
|
2340
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions"
|
2341
|
+
o.input = Shapes::ShapeRef.new(shape: ListDashboardVersionsRequest)
|
2342
|
+
o.output = Shapes::ShapeRef.new(shape: ListDashboardVersionsResponse)
|
2343
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2344
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2345
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2346
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2347
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2348
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2349
|
+
o[:pager] = Aws::Pager.new(
|
2350
|
+
limit_key: "max_results",
|
2351
|
+
tokens: {
|
2352
|
+
"next_token" => "next_token"
|
2353
|
+
}
|
2354
|
+
)
|
2355
|
+
end)
|
2356
|
+
|
2357
|
+
api.add_operation(:list_dashboards, Seahorse::Model::Operation.new.tap do |o|
|
2358
|
+
o.name = "ListDashboards"
|
2359
|
+
o.http_method = "GET"
|
2360
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards"
|
2361
|
+
o.input = Shapes::ShapeRef.new(shape: ListDashboardsRequest)
|
2362
|
+
o.output = Shapes::ShapeRef.new(shape: ListDashboardsResponse)
|
2363
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2364
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2365
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2366
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2367
|
+
o[:pager] = Aws::Pager.new(
|
2368
|
+
limit_key: "max_results",
|
2369
|
+
tokens: {
|
2370
|
+
"next_token" => "next_token"
|
2371
|
+
}
|
2372
|
+
)
|
2373
|
+
end)
|
2374
|
+
|
2375
|
+
api.add_operation(:list_data_sets, Seahorse::Model::Operation.new.tap do |o|
|
2376
|
+
o.name = "ListDataSets"
|
2377
|
+
o.http_method = "GET"
|
2378
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets"
|
2379
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataSetsRequest)
|
2380
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataSetsResponse)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2382
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2386
|
+
o[:pager] = Aws::Pager.new(
|
2387
|
+
limit_key: "max_results",
|
2388
|
+
tokens: {
|
2389
|
+
"next_token" => "next_token"
|
2390
|
+
}
|
2391
|
+
)
|
2392
|
+
end)
|
2393
|
+
|
2394
|
+
api.add_operation(:list_data_sources, Seahorse::Model::Operation.new.tap do |o|
|
2395
|
+
o.name = "ListDataSources"
|
2396
|
+
o.http_method = "GET"
|
2397
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources"
|
2398
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataSourcesRequest)
|
2399
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataSourcesResponse)
|
2400
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2401
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2402
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2403
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2404
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2405
|
+
o[:pager] = Aws::Pager.new(
|
2406
|
+
limit_key: "max_results",
|
2407
|
+
tokens: {
|
2408
|
+
"next_token" => "next_token"
|
2409
|
+
}
|
2410
|
+
)
|
512
2411
|
end)
|
513
2412
|
|
514
2413
|
api.add_operation(:list_group_memberships, Seahorse::Model::Operation.new.tap do |o|
|
@@ -543,6 +2442,127 @@ module Aws::QuickSight
|
|
543
2442
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
544
2443
|
end)
|
545
2444
|
|
2445
|
+
api.add_operation(:list_iam_policy_assignments, Seahorse::Model::Operation.new.tap do |o|
|
2446
|
+
o.name = "ListIAMPolicyAssignments"
|
2447
|
+
o.http_method = "GET"
|
2448
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments"
|
2449
|
+
o.input = Shapes::ShapeRef.new(shape: ListIAMPolicyAssignmentsRequest)
|
2450
|
+
o.output = Shapes::ShapeRef.new(shape: ListIAMPolicyAssignmentsResponse)
|
2451
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2457
|
+
end)
|
2458
|
+
|
2459
|
+
api.add_operation(:list_iam_policy_assignments_for_user, Seahorse::Model::Operation.new.tap do |o|
|
2460
|
+
o.name = "ListIAMPolicyAssignmentsForUser"
|
2461
|
+
o.http_method = "GET"
|
2462
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/users/{UserName}/iam-policy-assignments"
|
2463
|
+
o.input = Shapes::ShapeRef.new(shape: ListIAMPolicyAssignmentsForUserRequest)
|
2464
|
+
o.output = Shapes::ShapeRef.new(shape: ListIAMPolicyAssignmentsForUserResponse)
|
2465
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2466
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2467
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2468
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2469
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2470
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentUpdatingException)
|
2471
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2472
|
+
end)
|
2473
|
+
|
2474
|
+
api.add_operation(:list_ingestions, Seahorse::Model::Operation.new.tap do |o|
|
2475
|
+
o.name = "ListIngestions"
|
2476
|
+
o.http_method = "GET"
|
2477
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions"
|
2478
|
+
o.input = Shapes::ShapeRef.new(shape: ListIngestionsRequest)
|
2479
|
+
o.output = Shapes::ShapeRef.new(shape: ListIngestionsResponse)
|
2480
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2481
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2482
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2483
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2485
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2486
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2487
|
+
o[:pager] = Aws::Pager.new(
|
2488
|
+
limit_key: "max_results",
|
2489
|
+
tokens: {
|
2490
|
+
"next_token" => "next_token"
|
2491
|
+
}
|
2492
|
+
)
|
2493
|
+
end)
|
2494
|
+
|
2495
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2496
|
+
o.name = "ListTagsForResource"
|
2497
|
+
o.http_method = "GET"
|
2498
|
+
o.http_request_uri = "/resources/{ResourceArn}/tags"
|
2499
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
2500
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2501
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2502
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2503
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2504
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2505
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2506
|
+
end)
|
2507
|
+
|
2508
|
+
api.add_operation(:list_template_aliases, Seahorse::Model::Operation.new.tap do |o|
|
2509
|
+
o.name = "ListTemplateAliases"
|
2510
|
+
o.http_method = "GET"
|
2511
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases"
|
2512
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplateAliasesRequest)
|
2513
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplateAliasesResponse)
|
2514
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2515
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2516
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2517
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2518
|
+
o[:pager] = Aws::Pager.new(
|
2519
|
+
limit_key: "max_results",
|
2520
|
+
tokens: {
|
2521
|
+
"next_token" => "next_token"
|
2522
|
+
}
|
2523
|
+
)
|
2524
|
+
end)
|
2525
|
+
|
2526
|
+
api.add_operation(:list_template_versions, Seahorse::Model::Operation.new.tap do |o|
|
2527
|
+
o.name = "ListTemplateVersions"
|
2528
|
+
o.http_method = "GET"
|
2529
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/versions"
|
2530
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplateVersionsRequest)
|
2531
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplateVersionsResponse)
|
2532
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2533
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2534
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2538
|
+
o[:pager] = Aws::Pager.new(
|
2539
|
+
limit_key: "max_results",
|
2540
|
+
tokens: {
|
2541
|
+
"next_token" => "next_token"
|
2542
|
+
}
|
2543
|
+
)
|
2544
|
+
end)
|
2545
|
+
|
2546
|
+
api.add_operation(:list_templates, Seahorse::Model::Operation.new.tap do |o|
|
2547
|
+
o.name = "ListTemplates"
|
2548
|
+
o.http_method = "GET"
|
2549
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates"
|
2550
|
+
o.input = Shapes::ShapeRef.new(shape: ListTemplatesRequest)
|
2551
|
+
o.output = Shapes::ShapeRef.new(shape: ListTemplatesResponse)
|
2552
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2553
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2554
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2555
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2556
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2557
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2558
|
+
o[:pager] = Aws::Pager.new(
|
2559
|
+
limit_key: "max_results",
|
2560
|
+
tokens: {
|
2561
|
+
"next_token" => "next_token"
|
2562
|
+
}
|
2563
|
+
)
|
2564
|
+
end)
|
2565
|
+
|
546
2566
|
api.add_operation(:list_user_groups, Seahorse::Model::Operation.new.tap do |o|
|
547
2567
|
o.name = "ListUserGroups"
|
548
2568
|
o.http_method = "GET"
|
@@ -589,6 +2609,134 @@ module Aws::QuickSight
|
|
589
2609
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
590
2610
|
end)
|
591
2611
|
|
2612
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2613
|
+
o.name = "TagResource"
|
2614
|
+
o.http_method = "POST"
|
2615
|
+
o.http_request_uri = "/resources/{ResourceArn}/tags"
|
2616
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2617
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2618
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2620
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2624
|
+
end)
|
2625
|
+
|
2626
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2627
|
+
o.name = "UntagResource"
|
2628
|
+
o.http_method = "DELETE"
|
2629
|
+
o.http_request_uri = "/resources/{ResourceArn}/tags"
|
2630
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2631
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2633
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2634
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2635
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2636
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2637
|
+
end)
|
2638
|
+
|
2639
|
+
api.add_operation(:update_dashboard, Seahorse::Model::Operation.new.tap do |o|
|
2640
|
+
o.name = "UpdateDashboard"
|
2641
|
+
o.http_method = "PUT"
|
2642
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}"
|
2643
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDashboardRequest)
|
2644
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDashboardResponse)
|
2645
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2646
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2647
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2648
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2649
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2650
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2651
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2652
|
+
end)
|
2653
|
+
|
2654
|
+
api.add_operation(:update_dashboard_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2655
|
+
o.name = "UpdateDashboardPermissions"
|
2656
|
+
o.http_method = "PUT"
|
2657
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/permissions"
|
2658
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDashboardPermissionsRequest)
|
2659
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDashboardPermissionsResponse)
|
2660
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2661
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2662
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2663
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2664
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2665
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2666
|
+
end)
|
2667
|
+
|
2668
|
+
api.add_operation(:update_dashboard_published_version, Seahorse::Model::Operation.new.tap do |o|
|
2669
|
+
o.name = "UpdateDashboardPublishedVersion"
|
2670
|
+
o.http_method = "PUT"
|
2671
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}"
|
2672
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDashboardPublishedVersionRequest)
|
2673
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDashboardPublishedVersionResponse)
|
2674
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2675
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2676
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2677
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2678
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2679
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2680
|
+
end)
|
2681
|
+
|
2682
|
+
api.add_operation(:update_data_set, Seahorse::Model::Operation.new.tap do |o|
|
2683
|
+
o.name = "UpdateDataSet"
|
2684
|
+
o.http_method = "PUT"
|
2685
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}"
|
2686
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataSetRequest)
|
2687
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataSetResponse)
|
2688
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2689
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2690
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2692
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2693
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2694
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2695
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2696
|
+
end)
|
2697
|
+
|
2698
|
+
api.add_operation(:update_data_set_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2699
|
+
o.name = "UpdateDataSetPermissions"
|
2700
|
+
o.http_method = "POST"
|
2701
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sets/{DataSetId}/permissions"
|
2702
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataSetPermissionsRequest)
|
2703
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataSetPermissionsResponse)
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2705
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2706
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2707
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2708
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2710
|
+
end)
|
2711
|
+
|
2712
|
+
api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
|
2713
|
+
o.name = "UpdateDataSource"
|
2714
|
+
o.http_method = "PUT"
|
2715
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources/{DataSourceId}"
|
2716
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataSourceRequest)
|
2717
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataSourceResponse)
|
2718
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2719
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2720
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2721
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2722
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2723
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2724
|
+
end)
|
2725
|
+
|
2726
|
+
api.add_operation(:update_data_source_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2727
|
+
o.name = "UpdateDataSourcePermissions"
|
2728
|
+
o.http_method = "POST"
|
2729
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/data-sources/{DataSourceId}/permissions"
|
2730
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataSourcePermissionsRequest)
|
2731
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataSourcePermissionsResponse)
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2735
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2736
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2737
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2738
|
+
end)
|
2739
|
+
|
592
2740
|
api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
|
593
2741
|
o.name = "UpdateGroup"
|
594
2742
|
o.http_method = "PUT"
|
@@ -604,6 +2752,64 @@ module Aws::QuickSight
|
|
604
2752
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
605
2753
|
end)
|
606
2754
|
|
2755
|
+
api.add_operation(:update_iam_policy_assignment, Seahorse::Model::Operation.new.tap do |o|
|
2756
|
+
o.name = "UpdateIAMPolicyAssignment"
|
2757
|
+
o.http_method = "PUT"
|
2758
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/namespaces/{Namespace}/iam-policy-assignments/{AssignmentName}"
|
2759
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateIAMPolicyAssignmentRequest)
|
2760
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateIAMPolicyAssignmentResponse)
|
2761
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2762
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2763
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2764
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2765
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2766
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentUpdatingException)
|
2767
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2768
|
+
end)
|
2769
|
+
|
2770
|
+
api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
|
2771
|
+
o.name = "UpdateTemplate"
|
2772
|
+
o.http_method = "PUT"
|
2773
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}"
|
2774
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTemplateRequest)
|
2775
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTemplateResponse)
|
2776
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2777
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
|
2778
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2779
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2780
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2781
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2782
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2783
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2784
|
+
end)
|
2785
|
+
|
2786
|
+
api.add_operation(:update_template_alias, Seahorse::Model::Operation.new.tap do |o|
|
2787
|
+
o.name = "UpdateTemplateAlias"
|
2788
|
+
o.http_method = "PUT"
|
2789
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/aliases/{AliasName}"
|
2790
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTemplateAliasRequest)
|
2791
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTemplateAliasResponse)
|
2792
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2793
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2794
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2795
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2796
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2797
|
+
end)
|
2798
|
+
|
2799
|
+
api.add_operation(:update_template_permissions, Seahorse::Model::Operation.new.tap do |o|
|
2800
|
+
o.name = "UpdateTemplatePermissions"
|
2801
|
+
o.http_method = "PUT"
|
2802
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/templates/{TemplateId}/permissions"
|
2803
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTemplatePermissionsRequest)
|
2804
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTemplatePermissionsResponse)
|
2805
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2806
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2807
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2808
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2809
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
2810
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
2811
|
+
end)
|
2812
|
+
|
607
2813
|
api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
|
608
2814
|
o.name = "UpdateUser"
|
609
2815
|
o.http_method = "PUT"
|