@aws-sdk/client-quicksight 3.1057.0 → 3.1058.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +161 -7
- package/dist-cjs/index.js +364 -5
- package/dist-cjs/schemas/schemas_0.js +870 -258
- package/dist-es/QuickSight.js +44 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/enums.js +49 -5
- package/dist-es/schemas/schemas_0.js +832 -222
- package/dist-types/QuickSight.d.ts +154 -0
- package/dist-types/QuickSightClient.d.ts +24 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/enums.d.ts +113 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +577 -619
- package/dist-types/models/models_4.d.ts +3874 -4006
- package/dist-types/models/models_5.d.ts +1755 -4
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/QuickSight.d.ts +374 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/enums.d.ts +64 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +134 -151
- package/dist-types/ts3.4/models/models_4.d.ts +368 -360
- package/dist-types/ts3.4/models/models_5.d.ts +428 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -180,6 +180,18 @@ class CreateActionConnectorCommand extends client.Command
|
|
|
180
180
|
.build() {
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
+
class CreateAgentCommand extends client.Command
|
|
184
|
+
.classBuilder()
|
|
185
|
+
.ep(commonParams)
|
|
186
|
+
.m(function (Command, cs, config, o) {
|
|
187
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
188
|
+
})
|
|
189
|
+
.s("QuickSight_20180401", "CreateAgent", {})
|
|
190
|
+
.n("QuickSightClient", "CreateAgentCommand")
|
|
191
|
+
.sc(schemas_0.CreateAgent$)
|
|
192
|
+
.build() {
|
|
193
|
+
}
|
|
194
|
+
|
|
183
195
|
class CreateAnalysisCommand extends client.Command
|
|
184
196
|
.classBuilder()
|
|
185
197
|
.ep(commonParams)
|
|
@@ -252,6 +264,18 @@ class CreateDataSourceCommand extends client.Command
|
|
|
252
264
|
.build() {
|
|
253
265
|
}
|
|
254
266
|
|
|
267
|
+
class CreateFlowCommand extends client.Command
|
|
268
|
+
.classBuilder()
|
|
269
|
+
.ep(commonParams)
|
|
270
|
+
.m(function (Command, cs, config, o) {
|
|
271
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
272
|
+
})
|
|
273
|
+
.s("QuickSight_20180401", "CreateFlow", {})
|
|
274
|
+
.n("QuickSightClient", "CreateFlowCommand")
|
|
275
|
+
.sc(schemas_0.CreateFlow$)
|
|
276
|
+
.build() {
|
|
277
|
+
}
|
|
278
|
+
|
|
255
279
|
class CreateFolderCommand extends client.Command
|
|
256
280
|
.classBuilder()
|
|
257
281
|
.ep(commonParams)
|
|
@@ -372,6 +396,18 @@ class CreateRoleMembershipCommand extends client.Command
|
|
|
372
396
|
.build() {
|
|
373
397
|
}
|
|
374
398
|
|
|
399
|
+
class CreateSpaceCommand extends client.Command
|
|
400
|
+
.classBuilder()
|
|
401
|
+
.ep(commonParams)
|
|
402
|
+
.m(function (Command, cs, config, o) {
|
|
403
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
404
|
+
})
|
|
405
|
+
.s("QuickSight_20180401", "CreateSpace", {})
|
|
406
|
+
.n("QuickSightClient", "CreateSpaceCommand")
|
|
407
|
+
.sc(schemas_0.CreateSpace$)
|
|
408
|
+
.build() {
|
|
409
|
+
}
|
|
410
|
+
|
|
375
411
|
class CreateTemplateAliasCommand extends client.Command
|
|
376
412
|
.classBuilder()
|
|
377
413
|
.ep(commonParams)
|
|
@@ -504,6 +540,18 @@ class DeleteActionConnectorCommand extends client.Command
|
|
|
504
540
|
.build() {
|
|
505
541
|
}
|
|
506
542
|
|
|
543
|
+
class DeleteAgentCommand extends client.Command
|
|
544
|
+
.classBuilder()
|
|
545
|
+
.ep(commonParams)
|
|
546
|
+
.m(function (Command, cs, config, o) {
|
|
547
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
548
|
+
})
|
|
549
|
+
.s("QuickSight_20180401", "DeleteAgent", {})
|
|
550
|
+
.n("QuickSightClient", "DeleteAgentCommand")
|
|
551
|
+
.sc(schemas_0.DeleteAgent$)
|
|
552
|
+
.build() {
|
|
553
|
+
}
|
|
554
|
+
|
|
507
555
|
class DeleteAnalysisCommand extends client.Command
|
|
508
556
|
.classBuilder()
|
|
509
557
|
.ep(commonParams)
|
|
@@ -612,6 +660,18 @@ class DeleteDefaultQBusinessApplicationCommand extends client.Command
|
|
|
612
660
|
.build() {
|
|
613
661
|
}
|
|
614
662
|
|
|
663
|
+
class DeleteFlowCommand extends client.Command
|
|
664
|
+
.classBuilder()
|
|
665
|
+
.ep(commonParams)
|
|
666
|
+
.m(function (Command, cs, config, o) {
|
|
667
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
668
|
+
})
|
|
669
|
+
.s("QuickSight_20180401", "DeleteFlow", {})
|
|
670
|
+
.n("QuickSightClient", "DeleteFlowCommand")
|
|
671
|
+
.sc(schemas_0.DeleteFlow$)
|
|
672
|
+
.build() {
|
|
673
|
+
}
|
|
674
|
+
|
|
615
675
|
class DeleteFolderCommand extends client.Command
|
|
616
676
|
.classBuilder()
|
|
617
677
|
.ep(commonParams)
|
|
@@ -744,6 +804,18 @@ class DeleteRoleMembershipCommand extends client.Command
|
|
|
744
804
|
.build() {
|
|
745
805
|
}
|
|
746
806
|
|
|
807
|
+
class DeleteSpaceCommand extends client.Command
|
|
808
|
+
.classBuilder()
|
|
809
|
+
.ep(commonParams)
|
|
810
|
+
.m(function (Command, cs, config, o) {
|
|
811
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
812
|
+
})
|
|
813
|
+
.s("QuickSight_20180401", "DeleteSpace", {})
|
|
814
|
+
.n("QuickSightClient", "DeleteSpaceCommand")
|
|
815
|
+
.sc(schemas_0.DeleteSpace$)
|
|
816
|
+
.build() {
|
|
817
|
+
}
|
|
818
|
+
|
|
747
819
|
class DeleteTemplateAliasCommand extends client.Command
|
|
748
820
|
.classBuilder()
|
|
749
821
|
.ep(commonParams)
|
|
@@ -936,6 +1008,30 @@ class DescribeActionConnectorPermissionsCommand extends client.Command
|
|
|
936
1008
|
.build() {
|
|
937
1009
|
}
|
|
938
1010
|
|
|
1011
|
+
class DescribeAgentCommand extends client.Command
|
|
1012
|
+
.classBuilder()
|
|
1013
|
+
.ep(commonParams)
|
|
1014
|
+
.m(function (Command, cs, config, o) {
|
|
1015
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
|
+
})
|
|
1017
|
+
.s("QuickSight_20180401", "DescribeAgent", {})
|
|
1018
|
+
.n("QuickSightClient", "DescribeAgentCommand")
|
|
1019
|
+
.sc(schemas_0.DescribeAgent$)
|
|
1020
|
+
.build() {
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
class DescribeAgentPermissionsCommand extends client.Command
|
|
1024
|
+
.classBuilder()
|
|
1025
|
+
.ep(commonParams)
|
|
1026
|
+
.m(function (Command, cs, config, o) {
|
|
1027
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
|
+
})
|
|
1029
|
+
.s("QuickSight_20180401", "DescribeAgentPermissions", {})
|
|
1030
|
+
.n("QuickSightClient", "DescribeAgentPermissionsCommand")
|
|
1031
|
+
.sc(schemas_0.DescribeAgentPermissions$)
|
|
1032
|
+
.build() {
|
|
1033
|
+
}
|
|
1034
|
+
|
|
939
1035
|
class DescribeAnalysisCommand extends client.Command
|
|
940
1036
|
.classBuilder()
|
|
941
1037
|
.ep(commonParams)
|
|
@@ -1200,6 +1296,18 @@ class DescribeDefaultQBusinessApplicationCommand extends client.Command
|
|
|
1200
1296
|
.build() {
|
|
1201
1297
|
}
|
|
1202
1298
|
|
|
1299
|
+
class DescribeFlowCommand extends client.Command
|
|
1300
|
+
.classBuilder()
|
|
1301
|
+
.ep(commonParams)
|
|
1302
|
+
.m(function (Command, cs, config, o) {
|
|
1303
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1304
|
+
})
|
|
1305
|
+
.s("QuickSight_20180401", "DescribeFlow", {})
|
|
1306
|
+
.n("QuickSightClient", "DescribeFlowCommand")
|
|
1307
|
+
.sc(schemas_0.DescribeFlow$)
|
|
1308
|
+
.build() {
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1203
1311
|
class DescribeFolderCommand extends client.Command
|
|
1204
1312
|
.classBuilder()
|
|
1205
1313
|
.ep(commonParams)
|
|
@@ -1392,6 +1500,30 @@ class DescribeSelfUpgradeConfigurationCommand extends client.Command
|
|
|
1392
1500
|
.build() {
|
|
1393
1501
|
}
|
|
1394
1502
|
|
|
1503
|
+
class DescribeSpaceCommand extends client.Command
|
|
1504
|
+
.classBuilder()
|
|
1505
|
+
.ep(commonParams)
|
|
1506
|
+
.m(function (Command, cs, config, o) {
|
|
1507
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1508
|
+
})
|
|
1509
|
+
.s("QuickSight_20180401", "DescribeSpace", {})
|
|
1510
|
+
.n("QuickSightClient", "DescribeSpaceCommand")
|
|
1511
|
+
.sc(schemas_0.DescribeSpace$)
|
|
1512
|
+
.build() {
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
class DescribeSpacePermissionsCommand extends client.Command
|
|
1516
|
+
.classBuilder()
|
|
1517
|
+
.ep(commonParams)
|
|
1518
|
+
.m(function (Command, cs, config, o) {
|
|
1519
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1520
|
+
})
|
|
1521
|
+
.s("QuickSight_20180401", "DescribeSpacePermissions", {})
|
|
1522
|
+
.n("QuickSightClient", "DescribeSpacePermissionsCommand")
|
|
1523
|
+
.sc(schemas_0.DescribeSpacePermissions$)
|
|
1524
|
+
.build() {
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1395
1527
|
class DescribeTemplateAliasCommand extends client.Command
|
|
1396
1528
|
.classBuilder()
|
|
1397
1529
|
.ep(commonParams)
|
|
@@ -1656,6 +1788,18 @@ class ListActionConnectorsCommand extends client.Command
|
|
|
1656
1788
|
.build() {
|
|
1657
1789
|
}
|
|
1658
1790
|
|
|
1791
|
+
class ListAgentsCommand extends client.Command
|
|
1792
|
+
.classBuilder()
|
|
1793
|
+
.ep(commonParams)
|
|
1794
|
+
.m(function (Command, cs, config, o) {
|
|
1795
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1796
|
+
})
|
|
1797
|
+
.s("QuickSight_20180401", "ListAgents", {})
|
|
1798
|
+
.n("QuickSightClient", "ListAgentsCommand")
|
|
1799
|
+
.sc(schemas_0.ListAgents$)
|
|
1800
|
+
.build() {
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1659
1803
|
class ListAnalysesCommand extends client.Command
|
|
1660
1804
|
.classBuilder()
|
|
1661
1805
|
.ep(commonParams)
|
|
@@ -1944,6 +2088,30 @@ class ListSelfUpgradesCommand extends client.Command
|
|
|
1944
2088
|
.build() {
|
|
1945
2089
|
}
|
|
1946
2090
|
|
|
2091
|
+
class ListSpaceResourcesCommand extends client.Command
|
|
2092
|
+
.classBuilder()
|
|
2093
|
+
.ep(commonParams)
|
|
2094
|
+
.m(function (Command, cs, config, o) {
|
|
2095
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2096
|
+
})
|
|
2097
|
+
.s("QuickSight_20180401", "ListSpaceResources", {})
|
|
2098
|
+
.n("QuickSightClient", "ListSpaceResourcesCommand")
|
|
2099
|
+
.sc(schemas_0.ListSpaceResources$)
|
|
2100
|
+
.build() {
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
class ListSpacesCommand extends client.Command
|
|
2104
|
+
.classBuilder()
|
|
2105
|
+
.ep(commonParams)
|
|
2106
|
+
.m(function (Command, cs, config, o) {
|
|
2107
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2108
|
+
})
|
|
2109
|
+
.s("QuickSight_20180401", "ListSpaces", {})
|
|
2110
|
+
.n("QuickSightClient", "ListSpacesCommand")
|
|
2111
|
+
.sc(schemas_0.ListSpaces$)
|
|
2112
|
+
.build() {
|
|
2113
|
+
}
|
|
2114
|
+
|
|
1947
2115
|
class ListTagsForResourceCommand extends client.Command
|
|
1948
2116
|
.classBuilder()
|
|
1949
2117
|
.ep(commonParams)
|
|
@@ -2160,6 +2328,18 @@ class SearchActionConnectorsCommand extends client.Command
|
|
|
2160
2328
|
.build() {
|
|
2161
2329
|
}
|
|
2162
2330
|
|
|
2331
|
+
class SearchAgentsCommand extends client.Command
|
|
2332
|
+
.classBuilder()
|
|
2333
|
+
.ep(commonParams)
|
|
2334
|
+
.m(function (Command, cs, config, o) {
|
|
2335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2336
|
+
})
|
|
2337
|
+
.s("QuickSight_20180401", "SearchAgents", {})
|
|
2338
|
+
.n("QuickSightClient", "SearchAgentsCommand")
|
|
2339
|
+
.sc(schemas_0.SearchAgents$)
|
|
2340
|
+
.build() {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2163
2343
|
class SearchAnalysesCommand extends client.Command
|
|
2164
2344
|
.classBuilder()
|
|
2165
2345
|
.ep(commonParams)
|
|
@@ -2244,6 +2424,18 @@ class SearchGroupsCommand extends client.Command
|
|
|
2244
2424
|
.build() {
|
|
2245
2425
|
}
|
|
2246
2426
|
|
|
2427
|
+
class SearchSpacesCommand extends client.Command
|
|
2428
|
+
.classBuilder()
|
|
2429
|
+
.ep(commonParams)
|
|
2430
|
+
.m(function (Command, cs, config, o) {
|
|
2431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2432
|
+
})
|
|
2433
|
+
.s("QuickSight_20180401", "SearchSpaces", {})
|
|
2434
|
+
.n("QuickSightClient", "SearchSpacesCommand")
|
|
2435
|
+
.sc(schemas_0.SearchSpaces$)
|
|
2436
|
+
.build() {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2247
2439
|
class SearchTopicsCommand extends client.Command
|
|
2248
2440
|
.classBuilder()
|
|
2249
2441
|
.ep(commonParams)
|
|
@@ -2400,6 +2592,30 @@ class UpdateActionConnectorPermissionsCommand extends client.Command
|
|
|
2400
2592
|
.build() {
|
|
2401
2593
|
}
|
|
2402
2594
|
|
|
2595
|
+
class UpdateAgentCommand extends client.Command
|
|
2596
|
+
.classBuilder()
|
|
2597
|
+
.ep(commonParams)
|
|
2598
|
+
.m(function (Command, cs, config, o) {
|
|
2599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2600
|
+
})
|
|
2601
|
+
.s("QuickSight_20180401", "UpdateAgent", {})
|
|
2602
|
+
.n("QuickSightClient", "UpdateAgentCommand")
|
|
2603
|
+
.sc(schemas_0.UpdateAgent$)
|
|
2604
|
+
.build() {
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
class UpdateAgentPermissionsCommand extends client.Command
|
|
2608
|
+
.classBuilder()
|
|
2609
|
+
.ep(commonParams)
|
|
2610
|
+
.m(function (Command, cs, config, o) {
|
|
2611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2612
|
+
})
|
|
2613
|
+
.s("QuickSight_20180401", "UpdateAgentPermissions", {})
|
|
2614
|
+
.n("QuickSightClient", "UpdateAgentPermissionsCommand")
|
|
2615
|
+
.sc(schemas_0.UpdateAgentPermissions$)
|
|
2616
|
+
.build() {
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2403
2619
|
class UpdateAnalysisCommand extends client.Command
|
|
2404
2620
|
.classBuilder()
|
|
2405
2621
|
.ep(commonParams)
|
|
@@ -2604,6 +2820,18 @@ class UpdateDefaultQBusinessApplicationCommand extends client.Command
|
|
|
2604
2820
|
.build() {
|
|
2605
2821
|
}
|
|
2606
2822
|
|
|
2823
|
+
class UpdateFlowCommand extends client.Command
|
|
2824
|
+
.classBuilder()
|
|
2825
|
+
.ep(commonParams)
|
|
2826
|
+
.m(function (Command, cs, config, o) {
|
|
2827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2828
|
+
})
|
|
2829
|
+
.s("QuickSight_20180401", "UpdateFlow", {})
|
|
2830
|
+
.n("QuickSightClient", "UpdateFlowCommand")
|
|
2831
|
+
.sc(schemas_0.UpdateFlow$)
|
|
2832
|
+
.build() {
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2607
2835
|
class UpdateFlowPermissionsCommand extends client.Command
|
|
2608
2836
|
.classBuilder()
|
|
2609
2837
|
.ep(commonParams)
|
|
@@ -2796,6 +3024,42 @@ class UpdateSelfUpgradeConfigurationCommand extends client.Command
|
|
|
2796
3024
|
.build() {
|
|
2797
3025
|
}
|
|
2798
3026
|
|
|
3027
|
+
class UpdateSpaceCommand extends client.Command
|
|
3028
|
+
.classBuilder()
|
|
3029
|
+
.ep(commonParams)
|
|
3030
|
+
.m(function (Command, cs, config, o) {
|
|
3031
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3032
|
+
})
|
|
3033
|
+
.s("QuickSight_20180401", "UpdateSpace", {})
|
|
3034
|
+
.n("QuickSightClient", "UpdateSpaceCommand")
|
|
3035
|
+
.sc(schemas_0.UpdateSpace$)
|
|
3036
|
+
.build() {
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
class UpdateSpacePermissionsCommand extends client.Command
|
|
3040
|
+
.classBuilder()
|
|
3041
|
+
.ep(commonParams)
|
|
3042
|
+
.m(function (Command, cs, config, o) {
|
|
3043
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3044
|
+
})
|
|
3045
|
+
.s("QuickSight_20180401", "UpdateSpacePermissions", {})
|
|
3046
|
+
.n("QuickSightClient", "UpdateSpacePermissionsCommand")
|
|
3047
|
+
.sc(schemas_0.UpdateSpacePermissions$)
|
|
3048
|
+
.build() {
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3051
|
+
class UpdateSpaceResourcesCommand extends client.Command
|
|
3052
|
+
.classBuilder()
|
|
3053
|
+
.ep(commonParams)
|
|
3054
|
+
.m(function (Command, cs, config, o) {
|
|
3055
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3056
|
+
})
|
|
3057
|
+
.s("QuickSight_20180401", "UpdateSpaceResources", {})
|
|
3058
|
+
.n("QuickSightClient", "UpdateSpaceResourcesCommand")
|
|
3059
|
+
.sc(schemas_0.UpdateSpaceResources$)
|
|
3060
|
+
.build() {
|
|
3061
|
+
}
|
|
3062
|
+
|
|
2799
3063
|
class UpdateSPICECapacityConfigurationCommand extends client.Command
|
|
2800
3064
|
.classBuilder()
|
|
2801
3065
|
.ep(commonParams)
|
|
@@ -3043,12 +3307,14 @@ const commands = {
|
|
|
3043
3307
|
CreateAccountCustomizationCommand,
|
|
3044
3308
|
CreateAccountSubscriptionCommand,
|
|
3045
3309
|
CreateActionConnectorCommand,
|
|
3310
|
+
CreateAgentCommand,
|
|
3046
3311
|
CreateAnalysisCommand,
|
|
3047
3312
|
CreateBrandCommand,
|
|
3048
3313
|
CreateCustomPermissionsCommand,
|
|
3049
3314
|
CreateDashboardCommand,
|
|
3050
3315
|
CreateDataSetCommand,
|
|
3051
3316
|
CreateDataSourceCommand,
|
|
3317
|
+
CreateFlowCommand,
|
|
3052
3318
|
CreateFolderCommand,
|
|
3053
3319
|
CreateFolderMembershipCommand,
|
|
3054
3320
|
CreateGroupCommand,
|
|
@@ -3059,6 +3325,7 @@ const commands = {
|
|
|
3059
3325
|
CreateOAuthClientApplicationCommand,
|
|
3060
3326
|
CreateRefreshScheduleCommand,
|
|
3061
3327
|
CreateRoleMembershipCommand,
|
|
3328
|
+
CreateSpaceCommand,
|
|
3062
3329
|
CreateTemplateCommand,
|
|
3063
3330
|
CreateTemplateAliasCommand,
|
|
3064
3331
|
CreateThemeCommand,
|
|
@@ -3070,6 +3337,7 @@ const commands = {
|
|
|
3070
3337
|
DeleteAccountCustomPermissionCommand,
|
|
3071
3338
|
DeleteAccountSubscriptionCommand,
|
|
3072
3339
|
DeleteActionConnectorCommand,
|
|
3340
|
+
DeleteAgentCommand,
|
|
3073
3341
|
DeleteAnalysisCommand,
|
|
3074
3342
|
DeleteBrandCommand,
|
|
3075
3343
|
DeleteBrandAssignmentCommand,
|
|
@@ -3079,6 +3347,7 @@ const commands = {
|
|
|
3079
3347
|
DeleteDataSetRefreshPropertiesCommand,
|
|
3080
3348
|
DeleteDataSourceCommand,
|
|
3081
3349
|
DeleteDefaultQBusinessApplicationCommand,
|
|
3350
|
+
DeleteFlowCommand,
|
|
3082
3351
|
DeleteFolderCommand,
|
|
3083
3352
|
DeleteFolderMembershipCommand,
|
|
3084
3353
|
DeleteGroupCommand,
|
|
@@ -3090,6 +3359,7 @@ const commands = {
|
|
|
3090
3359
|
DeleteRefreshScheduleCommand,
|
|
3091
3360
|
DeleteRoleCustomPermissionCommand,
|
|
3092
3361
|
DeleteRoleMembershipCommand,
|
|
3362
|
+
DeleteSpaceCommand,
|
|
3093
3363
|
DeleteTemplateCommand,
|
|
3094
3364
|
DeleteTemplateAliasCommand,
|
|
3095
3365
|
DeleteThemeCommand,
|
|
@@ -3106,6 +3376,8 @@ const commands = {
|
|
|
3106
3376
|
DescribeAccountSubscriptionCommand,
|
|
3107
3377
|
DescribeActionConnectorCommand,
|
|
3108
3378
|
DescribeActionConnectorPermissionsCommand,
|
|
3379
|
+
DescribeAgentCommand,
|
|
3380
|
+
DescribeAgentPermissionsCommand,
|
|
3109
3381
|
DescribeAnalysisCommand,
|
|
3110
3382
|
DescribeAnalysisDefinitionCommand,
|
|
3111
3383
|
DescribeAnalysisPermissionsCommand,
|
|
@@ -3128,6 +3400,7 @@ const commands = {
|
|
|
3128
3400
|
DescribeDataSourceCommand,
|
|
3129
3401
|
DescribeDataSourcePermissionsCommand,
|
|
3130
3402
|
DescribeDefaultQBusinessApplicationCommand,
|
|
3403
|
+
DescribeFlowCommand,
|
|
3131
3404
|
DescribeFolderCommand,
|
|
3132
3405
|
DescribeFolderPermissionsCommand,
|
|
3133
3406
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -3144,6 +3417,8 @@ const commands = {
|
|
|
3144
3417
|
DescribeRefreshScheduleCommand,
|
|
3145
3418
|
DescribeRoleCustomPermissionCommand,
|
|
3146
3419
|
DescribeSelfUpgradeConfigurationCommand,
|
|
3420
|
+
DescribeSpaceCommand,
|
|
3421
|
+
DescribeSpacePermissionsCommand,
|
|
3147
3422
|
DescribeTemplateCommand,
|
|
3148
3423
|
DescribeTemplateAliasCommand,
|
|
3149
3424
|
DescribeTemplateDefinitionCommand,
|
|
@@ -3166,6 +3441,7 @@ const commands = {
|
|
|
3166
3441
|
GetIdentityContextCommand,
|
|
3167
3442
|
GetSessionEmbedUrlCommand,
|
|
3168
3443
|
ListActionConnectorsCommand,
|
|
3444
|
+
ListAgentsCommand,
|
|
3169
3445
|
ListAnalysesCommand,
|
|
3170
3446
|
ListAssetBundleExportJobsCommand,
|
|
3171
3447
|
ListAssetBundleImportJobsCommand,
|
|
@@ -3190,6 +3466,8 @@ const commands = {
|
|
|
3190
3466
|
ListRefreshSchedulesCommand,
|
|
3191
3467
|
ListRoleMembershipsCommand,
|
|
3192
3468
|
ListSelfUpgradesCommand,
|
|
3469
|
+
ListSpaceResourcesCommand,
|
|
3470
|
+
ListSpacesCommand,
|
|
3193
3471
|
ListTagsForResourceCommand,
|
|
3194
3472
|
ListTemplateAliasesCommand,
|
|
3195
3473
|
ListTemplatesCommand,
|
|
@@ -3208,6 +3486,7 @@ const commands = {
|
|
|
3208
3486
|
RegisterUserCommand,
|
|
3209
3487
|
RestoreAnalysisCommand,
|
|
3210
3488
|
SearchActionConnectorsCommand,
|
|
3489
|
+
SearchAgentsCommand,
|
|
3211
3490
|
SearchAnalysesCommand,
|
|
3212
3491
|
SearchDashboardsCommand,
|
|
3213
3492
|
SearchDataSetsCommand,
|
|
@@ -3215,6 +3494,7 @@ const commands = {
|
|
|
3215
3494
|
SearchFlowsCommand,
|
|
3216
3495
|
SearchFoldersCommand,
|
|
3217
3496
|
SearchGroupsCommand,
|
|
3497
|
+
SearchSpacesCommand,
|
|
3218
3498
|
SearchTopicsCommand,
|
|
3219
3499
|
StartAssetBundleExportJobCommand,
|
|
3220
3500
|
StartAssetBundleImportJobCommand,
|
|
@@ -3228,6 +3508,8 @@ const commands = {
|
|
|
3228
3508
|
UpdateAccountSettingsCommand,
|
|
3229
3509
|
UpdateActionConnectorCommand,
|
|
3230
3510
|
UpdateActionConnectorPermissionsCommand,
|
|
3511
|
+
UpdateAgentCommand,
|
|
3512
|
+
UpdateAgentPermissionsCommand,
|
|
3231
3513
|
UpdateAnalysisCommand,
|
|
3232
3514
|
UpdateAnalysisPermissionsCommand,
|
|
3233
3515
|
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
@@ -3245,6 +3527,7 @@ const commands = {
|
|
|
3245
3527
|
UpdateDataSourceCommand,
|
|
3246
3528
|
UpdateDataSourcePermissionsCommand,
|
|
3247
3529
|
UpdateDefaultQBusinessApplicationCommand,
|
|
3530
|
+
UpdateFlowCommand,
|
|
3248
3531
|
UpdateFlowPermissionsCommand,
|
|
3249
3532
|
UpdateFolderCommand,
|
|
3250
3533
|
UpdateFolderPermissionsCommand,
|
|
@@ -3261,6 +3544,9 @@ const commands = {
|
|
|
3261
3544
|
UpdateRoleCustomPermissionCommand,
|
|
3262
3545
|
UpdateSelfUpgradeCommand,
|
|
3263
3546
|
UpdateSelfUpgradeConfigurationCommand,
|
|
3547
|
+
UpdateSpaceCommand,
|
|
3548
|
+
UpdateSpacePermissionsCommand,
|
|
3549
|
+
UpdateSpaceResourcesCommand,
|
|
3264
3550
|
UpdateSPICECapacityConfigurationCommand,
|
|
3265
3551
|
UpdateTemplateCommand,
|
|
3266
3552
|
UpdateTemplateAliasCommand,
|
|
@@ -3400,6 +3686,26 @@ const DashboardBehavior = {
|
|
|
3400
3686
|
DISABLED: "DISABLED",
|
|
3401
3687
|
ENABLED: "ENABLED",
|
|
3402
3688
|
};
|
|
3689
|
+
const AgentLifecycle = {
|
|
3690
|
+
PREVIEW: "PREVIEW",
|
|
3691
|
+
PUBLISHED: "PUBLISHED",
|
|
3692
|
+
};
|
|
3693
|
+
const AgentStatus = {
|
|
3694
|
+
ACTIVE: "ACTIVE",
|
|
3695
|
+
CREATING: "CREATING",
|
|
3696
|
+
FAILED: "FAILED",
|
|
3697
|
+
UPDATING: "UPDATING",
|
|
3698
|
+
};
|
|
3699
|
+
const AgentOwnershipFilterAttribute = {
|
|
3700
|
+
AGENT_NAME: "AGENT_NAME",
|
|
3701
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3702
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3703
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
3704
|
+
};
|
|
3705
|
+
const ComparisonOperator = {
|
|
3706
|
+
StringEquals: "StringEquals",
|
|
3707
|
+
StringLike: "StringLike",
|
|
3708
|
+
};
|
|
3403
3709
|
const AggType = {
|
|
3404
3710
|
AVERAGE: "AVERAGE",
|
|
3405
3711
|
COLUMN: "COLUMN",
|
|
@@ -4822,6 +5128,11 @@ const SnapshotJobStatus = {
|
|
|
4822
5128
|
QUEUED: "QUEUED",
|
|
4823
5129
|
RUNNING: "RUNNING",
|
|
4824
5130
|
};
|
|
5131
|
+
const FlowPublishState = {
|
|
5132
|
+
DRAFT: "DRAFT",
|
|
5133
|
+
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
5134
|
+
PUBLISHED: "PUBLISHED",
|
|
5135
|
+
};
|
|
4825
5136
|
const IngestionErrorType = {
|
|
4826
5137
|
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
4827
5138
|
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
@@ -4899,6 +5210,15 @@ const SelfUpgradeStatus = {
|
|
|
4899
5210
|
ADMIN_APPROVAL: "ADMIN_APPROVAL",
|
|
4900
5211
|
AUTO_APPROVAL: "AUTO_APPROVAL",
|
|
4901
5212
|
};
|
|
5213
|
+
const SpaceQuickSightResourceType = {
|
|
5214
|
+
ACTION_CONNECTOR: "ACTION_CONNECTOR",
|
|
5215
|
+
ARTIFACT: "ARTIFACT",
|
|
5216
|
+
DASHBOARD: "DASHBOARD",
|
|
5217
|
+
DATA_SET: "DATA_SET",
|
|
5218
|
+
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
5219
|
+
SPACE: "SPACE",
|
|
5220
|
+
TOPIC: "TOPIC",
|
|
5221
|
+
};
|
|
4902
5222
|
const TemplateErrorType = {
|
|
4903
5223
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
4904
5224
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -4959,11 +5279,6 @@ const FieldName = {
|
|
|
4959
5279
|
FLOW_DESCRIPTION: "assetDescription",
|
|
4960
5280
|
FLOW_NAME: "assetName",
|
|
4961
5281
|
};
|
|
4962
|
-
const FlowPublishState = {
|
|
4963
|
-
DRAFT: "DRAFT",
|
|
4964
|
-
PENDING_APPROVAL: "PENDING_APPROVAL",
|
|
4965
|
-
PUBLISHED: "PUBLISHED",
|
|
4966
|
-
};
|
|
4967
5282
|
const FolderFilterAttribute = {
|
|
4968
5283
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4969
5284
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -5012,6 +5327,21 @@ const SearchFilterOperator = {
|
|
|
5012
5327
|
STRING_EQUALS: "StringEquals",
|
|
5013
5328
|
STRING_LIKE: "StringLike",
|
|
5014
5329
|
};
|
|
5330
|
+
const SpaceQuickSightSearchFilterName = {
|
|
5331
|
+
CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE",
|
|
5332
|
+
CONTRIBUTED_BY: "CONTRIBUTED_BY",
|
|
5333
|
+
CREATED_BY: "CREATED_BY",
|
|
5334
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
5335
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
5336
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
5337
|
+
SPACE_ID: "SPACE_ID",
|
|
5338
|
+
SPACE_NAME: "SPACE_NAME",
|
|
5339
|
+
};
|
|
5340
|
+
const SpaceSearchOperator = {
|
|
5341
|
+
NUMBER_RANGE: "NUMBER_RANGE",
|
|
5342
|
+
STRING_EQUALS: "STRING_EQUALS",
|
|
5343
|
+
STRING_LIKE: "STRING_LIKE",
|
|
5344
|
+
};
|
|
5015
5345
|
const TopicFilterAttribute = {
|
|
5016
5346
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
5017
5347
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
@@ -5037,6 +5367,9 @@ exports.QuickSightServiceException = QuickSightServiceException.QuickSightServic
|
|
|
5037
5367
|
exports.ActionConnectorErrorType = ActionConnectorErrorType;
|
|
5038
5368
|
exports.ActionConnectorSearchFilterNameEnum = ActionConnectorSearchFilterNameEnum;
|
|
5039
5369
|
exports.ActionConnectorType = ActionConnectorType;
|
|
5370
|
+
exports.AgentLifecycle = AgentLifecycle;
|
|
5371
|
+
exports.AgentOwnershipFilterAttribute = AgentOwnershipFilterAttribute;
|
|
5372
|
+
exports.AgentStatus = AgentStatus;
|
|
5040
5373
|
exports.AggType = AggType;
|
|
5041
5374
|
exports.AnalysisErrorType = AnalysisErrorType;
|
|
5042
5375
|
exports.AnalysisFilterAttribute = AnalysisFilterAttribute;
|
|
@@ -5091,6 +5424,7 @@ exports.ColumnTagName = ColumnTagName;
|
|
|
5091
5424
|
exports.CommitMode = CommitMode;
|
|
5092
5425
|
exports.ComparisonMethod = ComparisonMethod;
|
|
5093
5426
|
exports.ComparisonMethodType = ComparisonMethodType;
|
|
5427
|
+
exports.ComparisonOperator = ComparisonOperator;
|
|
5094
5428
|
exports.ConditionalFormattingIconDisplayOption = ConditionalFormattingIconDisplayOption;
|
|
5095
5429
|
exports.ConditionalFormattingIconSetType = ConditionalFormattingIconSetType;
|
|
5096
5430
|
exports.ConnectionAuthType = ConnectionAuthType;
|
|
@@ -5101,12 +5435,14 @@ exports.ControlSortDirection = ControlSortDirection;
|
|
|
5101
5435
|
exports.CreateAccountCustomizationCommand = CreateAccountCustomizationCommand;
|
|
5102
5436
|
exports.CreateAccountSubscriptionCommand = CreateAccountSubscriptionCommand;
|
|
5103
5437
|
exports.CreateActionConnectorCommand = CreateActionConnectorCommand;
|
|
5438
|
+
exports.CreateAgentCommand = CreateAgentCommand;
|
|
5104
5439
|
exports.CreateAnalysisCommand = CreateAnalysisCommand;
|
|
5105
5440
|
exports.CreateBrandCommand = CreateBrandCommand;
|
|
5106
5441
|
exports.CreateCustomPermissionsCommand = CreateCustomPermissionsCommand;
|
|
5107
5442
|
exports.CreateDashboardCommand = CreateDashboardCommand;
|
|
5108
5443
|
exports.CreateDataSetCommand = CreateDataSetCommand;
|
|
5109
5444
|
exports.CreateDataSourceCommand = CreateDataSourceCommand;
|
|
5445
|
+
exports.CreateFlowCommand = CreateFlowCommand;
|
|
5110
5446
|
exports.CreateFolderCommand = CreateFolderCommand;
|
|
5111
5447
|
exports.CreateFolderMembershipCommand = CreateFolderMembershipCommand;
|
|
5112
5448
|
exports.CreateGroupCommand = CreateGroupCommand;
|
|
@@ -5117,6 +5453,7 @@ exports.CreateNamespaceCommand = CreateNamespaceCommand;
|
|
|
5117
5453
|
exports.CreateOAuthClientApplicationCommand = CreateOAuthClientApplicationCommand;
|
|
5118
5454
|
exports.CreateRefreshScheduleCommand = CreateRefreshScheduleCommand;
|
|
5119
5455
|
exports.CreateRoleMembershipCommand = CreateRoleMembershipCommand;
|
|
5456
|
+
exports.CreateSpaceCommand = CreateSpaceCommand;
|
|
5120
5457
|
exports.CreateTemplateAliasCommand = CreateTemplateAliasCommand;
|
|
5121
5458
|
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
5122
5459
|
exports.CreateThemeAliasCommand = CreateThemeAliasCommand;
|
|
@@ -5158,6 +5495,7 @@ exports.DeleteAccountCustomPermissionCommand = DeleteAccountCustomPermissionComm
|
|
|
5158
5495
|
exports.DeleteAccountCustomizationCommand = DeleteAccountCustomizationCommand;
|
|
5159
5496
|
exports.DeleteAccountSubscriptionCommand = DeleteAccountSubscriptionCommand;
|
|
5160
5497
|
exports.DeleteActionConnectorCommand = DeleteActionConnectorCommand;
|
|
5498
|
+
exports.DeleteAgentCommand = DeleteAgentCommand;
|
|
5161
5499
|
exports.DeleteAnalysisCommand = DeleteAnalysisCommand;
|
|
5162
5500
|
exports.DeleteBrandAssignmentCommand = DeleteBrandAssignmentCommand;
|
|
5163
5501
|
exports.DeleteBrandCommand = DeleteBrandCommand;
|
|
@@ -5167,6 +5505,7 @@ exports.DeleteDataSetCommand = DeleteDataSetCommand;
|
|
|
5167
5505
|
exports.DeleteDataSetRefreshPropertiesCommand = DeleteDataSetRefreshPropertiesCommand;
|
|
5168
5506
|
exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
|
|
5169
5507
|
exports.DeleteDefaultQBusinessApplicationCommand = DeleteDefaultQBusinessApplicationCommand;
|
|
5508
|
+
exports.DeleteFlowCommand = DeleteFlowCommand;
|
|
5170
5509
|
exports.DeleteFolderCommand = DeleteFolderCommand;
|
|
5171
5510
|
exports.DeleteFolderMembershipCommand = DeleteFolderMembershipCommand;
|
|
5172
5511
|
exports.DeleteGroupCommand = DeleteGroupCommand;
|
|
@@ -5178,6 +5517,7 @@ exports.DeleteOAuthClientApplicationCommand = DeleteOAuthClientApplicationComman
|
|
|
5178
5517
|
exports.DeleteRefreshScheduleCommand = DeleteRefreshScheduleCommand;
|
|
5179
5518
|
exports.DeleteRoleCustomPermissionCommand = DeleteRoleCustomPermissionCommand;
|
|
5180
5519
|
exports.DeleteRoleMembershipCommand = DeleteRoleMembershipCommand;
|
|
5520
|
+
exports.DeleteSpaceCommand = DeleteSpaceCommand;
|
|
5181
5521
|
exports.DeleteTemplateAliasCommand = DeleteTemplateAliasCommand;
|
|
5182
5522
|
exports.DeleteTemplateCommand = DeleteTemplateCommand;
|
|
5183
5523
|
exports.DeleteThemeAliasCommand = DeleteThemeAliasCommand;
|
|
@@ -5194,6 +5534,8 @@ exports.DescribeAccountSettingsCommand = DescribeAccountSettingsCommand;
|
|
|
5194
5534
|
exports.DescribeAccountSubscriptionCommand = DescribeAccountSubscriptionCommand;
|
|
5195
5535
|
exports.DescribeActionConnectorCommand = DescribeActionConnectorCommand;
|
|
5196
5536
|
exports.DescribeActionConnectorPermissionsCommand = DescribeActionConnectorPermissionsCommand;
|
|
5537
|
+
exports.DescribeAgentCommand = DescribeAgentCommand;
|
|
5538
|
+
exports.DescribeAgentPermissionsCommand = DescribeAgentPermissionsCommand;
|
|
5197
5539
|
exports.DescribeAnalysisCommand = DescribeAnalysisCommand;
|
|
5198
5540
|
exports.DescribeAnalysisDefinitionCommand = DescribeAnalysisDefinitionCommand;
|
|
5199
5541
|
exports.DescribeAnalysisPermissionsCommand = DescribeAnalysisPermissionsCommand;
|
|
@@ -5216,6 +5558,7 @@ exports.DescribeDataSetRefreshPropertiesCommand = DescribeDataSetRefreshProperti
|
|
|
5216
5558
|
exports.DescribeDataSourceCommand = DescribeDataSourceCommand;
|
|
5217
5559
|
exports.DescribeDataSourcePermissionsCommand = DescribeDataSourcePermissionsCommand;
|
|
5218
5560
|
exports.DescribeDefaultQBusinessApplicationCommand = DescribeDefaultQBusinessApplicationCommand;
|
|
5561
|
+
exports.DescribeFlowCommand = DescribeFlowCommand;
|
|
5219
5562
|
exports.DescribeFolderCommand = DescribeFolderCommand;
|
|
5220
5563
|
exports.DescribeFolderPermissionsCommand = DescribeFolderPermissionsCommand;
|
|
5221
5564
|
exports.DescribeFolderResolvedPermissionsCommand = DescribeFolderResolvedPermissionsCommand;
|
|
@@ -5232,6 +5575,8 @@ exports.DescribeQuickSightQSearchConfigurationCommand = DescribeQuickSightQSearc
|
|
|
5232
5575
|
exports.DescribeRefreshScheduleCommand = DescribeRefreshScheduleCommand;
|
|
5233
5576
|
exports.DescribeRoleCustomPermissionCommand = DescribeRoleCustomPermissionCommand;
|
|
5234
5577
|
exports.DescribeSelfUpgradeConfigurationCommand = DescribeSelfUpgradeConfigurationCommand;
|
|
5578
|
+
exports.DescribeSpaceCommand = DescribeSpaceCommand;
|
|
5579
|
+
exports.DescribeSpacePermissionsCommand = DescribeSpacePermissionsCommand;
|
|
5235
5580
|
exports.DescribeTemplateAliasCommand = DescribeTemplateAliasCommand;
|
|
5236
5581
|
exports.DescribeTemplateCommand = DescribeTemplateCommand;
|
|
5237
5582
|
exports.DescribeTemplateDefinitionCommand = DescribeTemplateDefinitionCommand;
|
|
@@ -5308,6 +5653,7 @@ exports.LineChartMarkerShape = LineChartMarkerShape;
|
|
|
5308
5653
|
exports.LineChartType = LineChartType;
|
|
5309
5654
|
exports.LineInterpolation = LineInterpolation;
|
|
5310
5655
|
exports.ListActionConnectorsCommand = ListActionConnectorsCommand;
|
|
5656
|
+
exports.ListAgentsCommand = ListAgentsCommand;
|
|
5311
5657
|
exports.ListAnalysesCommand = ListAnalysesCommand;
|
|
5312
5658
|
exports.ListAssetBundleExportJobsCommand = ListAssetBundleExportJobsCommand;
|
|
5313
5659
|
exports.ListAssetBundleImportJobsCommand = ListAssetBundleImportJobsCommand;
|
|
@@ -5332,6 +5678,8 @@ exports.ListOAuthClientApplicationsCommand = ListOAuthClientApplicationsCommand;
|
|
|
5332
5678
|
exports.ListRefreshSchedulesCommand = ListRefreshSchedulesCommand;
|
|
5333
5679
|
exports.ListRoleMembershipsCommand = ListRoleMembershipsCommand;
|
|
5334
5680
|
exports.ListSelfUpgradesCommand = ListSelfUpgradesCommand;
|
|
5681
|
+
exports.ListSpaceResourcesCommand = ListSpaceResourcesCommand;
|
|
5682
|
+
exports.ListSpacesCommand = ListSpacesCommand;
|
|
5335
5683
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5336
5684
|
exports.ListTemplateAliasesCommand = ListTemplateAliasesCommand;
|
|
5337
5685
|
exports.ListTemplateVersionsCommand = ListTemplateVersionsCommand;
|
|
@@ -5410,6 +5758,7 @@ exports.Role = Role;
|
|
|
5410
5758
|
exports.RowLevelPermissionFormatVersion = RowLevelPermissionFormatVersion;
|
|
5411
5759
|
exports.RowLevelPermissionPolicy = RowLevelPermissionPolicy;
|
|
5412
5760
|
exports.SearchActionConnectorsCommand = SearchActionConnectorsCommand;
|
|
5761
|
+
exports.SearchAgentsCommand = SearchAgentsCommand;
|
|
5413
5762
|
exports.SearchAnalysesCommand = SearchAnalysesCommand;
|
|
5414
5763
|
exports.SearchDashboardsCommand = SearchDashboardsCommand;
|
|
5415
5764
|
exports.SearchDataSetsCommand = SearchDataSetsCommand;
|
|
@@ -5418,6 +5767,7 @@ exports.SearchFilterOperator = SearchFilterOperator;
|
|
|
5418
5767
|
exports.SearchFlowsCommand = SearchFlowsCommand;
|
|
5419
5768
|
exports.SearchFoldersCommand = SearchFoldersCommand;
|
|
5420
5769
|
exports.SearchGroupsCommand = SearchGroupsCommand;
|
|
5770
|
+
exports.SearchSpacesCommand = SearchSpacesCommand;
|
|
5421
5771
|
exports.SearchTopicsCommand = SearchTopicsCommand;
|
|
5422
5772
|
exports.SectionPageBreakStatus = SectionPageBreakStatus;
|
|
5423
5773
|
exports.SelectAllValueOptions = SelectAllValueOptions;
|
|
@@ -5444,6 +5794,9 @@ exports.SnapshotFileFormatType = SnapshotFileFormatType;
|
|
|
5444
5794
|
exports.SnapshotFileSheetSelectionScope = SnapshotFileSheetSelectionScope;
|
|
5445
5795
|
exports.SnapshotJobStatus = SnapshotJobStatus;
|
|
5446
5796
|
exports.SortDirection = SortDirection;
|
|
5797
|
+
exports.SpaceQuickSightResourceType = SpaceQuickSightResourceType;
|
|
5798
|
+
exports.SpaceQuickSightSearchFilterName = SpaceQuickSightSearchFilterName;
|
|
5799
|
+
exports.SpaceSearchOperator = SpaceSearchOperator;
|
|
5447
5800
|
exports.SparklineAxisBehavior = SparklineAxisBehavior;
|
|
5448
5801
|
exports.SparklineVisualType = SparklineVisualType;
|
|
5449
5802
|
exports.SpecialValue = SpecialValue;
|
|
@@ -5494,6 +5847,8 @@ exports.UpdateAccountCustomizationCommand = UpdateAccountCustomizationCommand;
|
|
|
5494
5847
|
exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
|
|
5495
5848
|
exports.UpdateActionConnectorCommand = UpdateActionConnectorCommand;
|
|
5496
5849
|
exports.UpdateActionConnectorPermissionsCommand = UpdateActionConnectorPermissionsCommand;
|
|
5850
|
+
exports.UpdateAgentCommand = UpdateAgentCommand;
|
|
5851
|
+
exports.UpdateAgentPermissionsCommand = UpdateAgentPermissionsCommand;
|
|
5497
5852
|
exports.UpdateAnalysisCommand = UpdateAnalysisCommand;
|
|
5498
5853
|
exports.UpdateAnalysisPermissionsCommand = UpdateAnalysisPermissionsCommand;
|
|
5499
5854
|
exports.UpdateApplicationWithTokenExchangeGrantCommand = UpdateApplicationWithTokenExchangeGrantCommand;
|
|
@@ -5511,6 +5866,7 @@ exports.UpdateDataSetPermissionsCommand = UpdateDataSetPermissionsCommand;
|
|
|
5511
5866
|
exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
|
|
5512
5867
|
exports.UpdateDataSourcePermissionsCommand = UpdateDataSourcePermissionsCommand;
|
|
5513
5868
|
exports.UpdateDefaultQBusinessApplicationCommand = UpdateDefaultQBusinessApplicationCommand;
|
|
5869
|
+
exports.UpdateFlowCommand = UpdateFlowCommand;
|
|
5514
5870
|
exports.UpdateFlowPermissionsCommand = UpdateFlowPermissionsCommand;
|
|
5515
5871
|
exports.UpdateFolderCommand = UpdateFolderCommand;
|
|
5516
5872
|
exports.UpdateFolderPermissionsCommand = UpdateFolderPermissionsCommand;
|
|
@@ -5528,6 +5884,9 @@ exports.UpdateRoleCustomPermissionCommand = UpdateRoleCustomPermissionCommand;
|
|
|
5528
5884
|
exports.UpdateSPICECapacityConfigurationCommand = UpdateSPICECapacityConfigurationCommand;
|
|
5529
5885
|
exports.UpdateSelfUpgradeCommand = UpdateSelfUpgradeCommand;
|
|
5530
5886
|
exports.UpdateSelfUpgradeConfigurationCommand = UpdateSelfUpgradeConfigurationCommand;
|
|
5887
|
+
exports.UpdateSpaceCommand = UpdateSpaceCommand;
|
|
5888
|
+
exports.UpdateSpacePermissionsCommand = UpdateSpacePermissionsCommand;
|
|
5889
|
+
exports.UpdateSpaceResourcesCommand = UpdateSpaceResourcesCommand;
|
|
5531
5890
|
exports.UpdateTemplateAliasCommand = UpdateTemplateAliasCommand;
|
|
5532
5891
|
exports.UpdateTemplateCommand = UpdateTemplateCommand;
|
|
5533
5892
|
exports.UpdateTemplatePermissionsCommand = UpdateTemplatePermissionsCommand;
|