aws-sdk 2.1415.0 → 2.1416.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/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/docdb-2014-10-31.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +294 -278
- package/apis/ivs-2020-07-14.min.json +39 -18
- package/apis/lakeformation-2017-03-31.min.json +8 -4
- package/clients/codeartifact.d.ts +1 -1
- package/clients/docdb.d.ts +5 -1
- package/clients/ec2.d.ts +17 -0
- package/clients/glue.d.ts +1 -1
- package/clients/ivs.d.ts +33 -1
- package/clients/lakeformation.d.ts +14 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +297 -281
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -183,11 +183,14 @@
|
|
183
183
|
"recordingReconnectWindowSeconds": {
|
184
184
|
"type": "integer"
|
185
185
|
},
|
186
|
+
"renditionConfiguration": {
|
187
|
+
"shape": "S1c"
|
188
|
+
},
|
186
189
|
"tags": {
|
187
190
|
"shape": "Sf"
|
188
191
|
},
|
189
192
|
"thumbnailConfiguration": {
|
190
|
-
"shape": "
|
193
|
+
"shape": "S1g"
|
191
194
|
}
|
192
195
|
}
|
193
196
|
},
|
@@ -195,7 +198,7 @@
|
|
195
198
|
"type": "structure",
|
196
199
|
"members": {
|
197
200
|
"recordingConfiguration": {
|
198
|
-
"shape": "
|
201
|
+
"shape": "S1n"
|
199
202
|
}
|
200
203
|
}
|
201
204
|
}
|
@@ -331,7 +334,7 @@
|
|
331
334
|
"type": "structure",
|
332
335
|
"members": {
|
333
336
|
"keyPair": {
|
334
|
-
"shape": "
|
337
|
+
"shape": "S22"
|
335
338
|
}
|
336
339
|
}
|
337
340
|
}
|
@@ -354,7 +357,7 @@
|
|
354
357
|
"type": "structure",
|
355
358
|
"members": {
|
356
359
|
"recordingConfiguration": {
|
357
|
-
"shape": "
|
360
|
+
"shape": "S1n"
|
358
361
|
}
|
359
362
|
}
|
360
363
|
}
|
@@ -383,7 +386,7 @@
|
|
383
386
|
"health": {},
|
384
387
|
"playbackUrl": {},
|
385
388
|
"startTime": {
|
386
|
-
"shape": "
|
389
|
+
"shape": "S2b"
|
387
390
|
},
|
388
391
|
"state": {},
|
389
392
|
"streamId": {},
|
@@ -443,7 +446,7 @@
|
|
443
446
|
"shape": "S6"
|
444
447
|
},
|
445
448
|
"endTime": {
|
446
|
-
"shape": "
|
449
|
+
"shape": "S2k"
|
447
450
|
},
|
448
451
|
"ingestConfiguration": {
|
449
452
|
"type": "structure",
|
@@ -487,10 +490,10 @@
|
|
487
490
|
}
|
488
491
|
},
|
489
492
|
"recordingConfiguration": {
|
490
|
-
"shape": "
|
493
|
+
"shape": "S1n"
|
491
494
|
},
|
492
495
|
"startTime": {
|
493
|
-
"shape": "
|
496
|
+
"shape": "S2k"
|
494
497
|
},
|
495
498
|
"streamId": {},
|
496
499
|
"truncatedEvents": {
|
@@ -499,7 +502,7 @@
|
|
499
502
|
"type": "structure",
|
500
503
|
"members": {
|
501
504
|
"eventTime": {
|
502
|
-
"shape": "
|
505
|
+
"shape": "S2k"
|
503
506
|
},
|
504
507
|
"name": {},
|
505
508
|
"type": {}
|
@@ -533,7 +536,7 @@
|
|
533
536
|
"type": "structure",
|
534
537
|
"members": {
|
535
538
|
"keyPair": {
|
536
|
-
"shape": "
|
539
|
+
"shape": "S22"
|
537
540
|
}
|
538
541
|
}
|
539
542
|
}
|
@@ -742,13 +745,13 @@
|
|
742
745
|
"type": "structure",
|
743
746
|
"members": {
|
744
747
|
"endTime": {
|
745
|
-
"shape": "
|
748
|
+
"shape": "S2k"
|
746
749
|
},
|
747
750
|
"hasErrorEvent": {
|
748
751
|
"type": "boolean"
|
749
752
|
},
|
750
753
|
"startTime": {
|
751
|
-
"shape": "
|
754
|
+
"shape": "S2k"
|
752
755
|
},
|
753
756
|
"streamId": {}
|
754
757
|
}
|
@@ -792,7 +795,7 @@
|
|
792
795
|
"channelArn": {},
|
793
796
|
"health": {},
|
794
797
|
"startTime": {
|
795
|
-
"shape": "
|
798
|
+
"shape": "S2b"
|
796
799
|
},
|
797
800
|
"state": {},
|
798
801
|
"streamId": {},
|
@@ -1058,15 +1061,30 @@
|
|
1058
1061
|
}
|
1059
1062
|
},
|
1060
1063
|
"S1c": {
|
1064
|
+
"type": "structure",
|
1065
|
+
"members": {
|
1066
|
+
"renditionSelection": {},
|
1067
|
+
"renditions": {
|
1068
|
+
"type": "list",
|
1069
|
+
"member": {}
|
1070
|
+
}
|
1071
|
+
}
|
1072
|
+
},
|
1073
|
+
"S1g": {
|
1061
1074
|
"type": "structure",
|
1062
1075
|
"members": {
|
1063
1076
|
"recordingMode": {},
|
1077
|
+
"resolution": {},
|
1078
|
+
"storage": {
|
1079
|
+
"type": "list",
|
1080
|
+
"member": {}
|
1081
|
+
},
|
1064
1082
|
"targetIntervalSeconds": {
|
1065
1083
|
"type": "long"
|
1066
1084
|
}
|
1067
1085
|
}
|
1068
1086
|
},
|
1069
|
-
"
|
1087
|
+
"S1n": {
|
1070
1088
|
"type": "structure",
|
1071
1089
|
"required": [
|
1072
1090
|
"arn",
|
@@ -1082,16 +1100,19 @@
|
|
1082
1100
|
"recordingReconnectWindowSeconds": {
|
1083
1101
|
"type": "integer"
|
1084
1102
|
},
|
1103
|
+
"renditionConfiguration": {
|
1104
|
+
"shape": "S1c"
|
1105
|
+
},
|
1085
1106
|
"state": {},
|
1086
1107
|
"tags": {
|
1087
1108
|
"shape": "Sf"
|
1088
1109
|
},
|
1089
1110
|
"thumbnailConfiguration": {
|
1090
|
-
"shape": "
|
1111
|
+
"shape": "S1g"
|
1091
1112
|
}
|
1092
1113
|
}
|
1093
1114
|
},
|
1094
|
-
"
|
1115
|
+
"S22": {
|
1095
1116
|
"type": "structure",
|
1096
1117
|
"members": {
|
1097
1118
|
"arn": {},
|
@@ -1102,11 +1123,11 @@
|
|
1102
1123
|
}
|
1103
1124
|
}
|
1104
1125
|
},
|
1105
|
-
"
|
1126
|
+
"S2b": {
|
1106
1127
|
"type": "timestamp",
|
1107
1128
|
"timestampFormat": "iso8601"
|
1108
1129
|
},
|
1109
|
-
"
|
1130
|
+
"S2k": {
|
1110
1131
|
"type": "timestamp",
|
1111
1132
|
"timestampFormat": "iso8601"
|
1112
1133
|
}
|
@@ -639,8 +639,7 @@
|
|
639
639
|
"type": "structure",
|
640
640
|
"required": [
|
641
641
|
"TableArn",
|
642
|
-
"Partition"
|
643
|
-
"SupportedPermissionTypes"
|
642
|
+
"Partition"
|
644
643
|
],
|
645
644
|
"members": {
|
646
645
|
"TableArn": {},
|
@@ -689,8 +688,7 @@
|
|
689
688
|
"input": {
|
690
689
|
"type": "structure",
|
691
690
|
"required": [
|
692
|
-
"TableArn"
|
693
|
-
"SupportedPermissionTypes"
|
691
|
+
"TableArn"
|
694
692
|
],
|
695
693
|
"members": {
|
696
694
|
"TableArn": {},
|
@@ -1757,6 +1755,9 @@
|
|
1757
1755
|
"DataLakeAdmins": {
|
1758
1756
|
"shape": "S2o"
|
1759
1757
|
},
|
1758
|
+
"ReadOnlyAdmins": {
|
1759
|
+
"shape": "S2o"
|
1760
|
+
},
|
1760
1761
|
"CreateDatabaseDefaultPermissions": {
|
1761
1762
|
"shape": "S2p"
|
1762
1763
|
},
|
@@ -1775,6 +1776,9 @@
|
|
1775
1776
|
"AllowExternalDataFiltering": {
|
1776
1777
|
"type": "boolean"
|
1777
1778
|
},
|
1779
|
+
"AllowFullTableExternalDataAccess": {
|
1780
|
+
"type": "boolean"
|
1781
|
+
},
|
1778
1782
|
"ExternalDataFilteringAllowList": {
|
1779
1783
|
"shape": "S2o"
|
1780
1784
|
},
|
@@ -1641,7 +1641,7 @@ declare namespace CodeArtifact {
|
|
1641
1641
|
*/
|
1642
1642
|
repository: RepositoryName;
|
1643
1643
|
/**
|
1644
|
-
* A format that specifies the type of the package version with the requested asset file.
|
1644
|
+
* A format that specifies the type of the package version with the requested asset file. The only supported value is generic.
|
1645
1645
|
*/
|
1646
1646
|
format: PackageFormat;
|
1647
1647
|
/**
|
package/clients/docdb.d.ts
CHANGED
@@ -2111,9 +2111,13 @@ declare namespace DocDB {
|
|
2111
2111
|
*/
|
2112
2112
|
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
2113
2113
|
/**
|
2114
|
-
* The version number of the database engine to which you want to upgrade.
|
2114
|
+
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for Amazon DocumentDB use the following command: aws docdb describe-db-engine-versions --engine docdb --query "DBEngineVersions[].EngineVersion"
|
2115
2115
|
*/
|
2116
2116
|
EngineVersion?: String;
|
2117
|
+
/**
|
2118
|
+
* A value that indicates whether major version upgrades are allowed. Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
|
2119
|
+
*/
|
2120
|
+
AllowMajorVersionUpgrade?: Boolean;
|
2117
2121
|
/**
|
2118
2122
|
* Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
|
2119
2123
|
*/
|
package/clients/ec2.d.ts
CHANGED
@@ -24260,6 +24260,14 @@ declare namespace EC2 {
|
|
24260
24260
|
* Indicates whether Nitro Enclaves is supported.
|
24261
24261
|
*/
|
24262
24262
|
NitroEnclavesSupport?: NitroEnclavesSupport;
|
24263
|
+
/**
|
24264
|
+
* Indicates whether NitroTPM is supported.
|
24265
|
+
*/
|
24266
|
+
NitroTpmSupport?: NitroTpmSupport;
|
24267
|
+
/**
|
24268
|
+
* Describes the supported NitroTPM versions for the instance type.
|
24269
|
+
*/
|
24270
|
+
NitroTpmInfo?: NitroTpmInfo;
|
24263
24271
|
}
|
24264
24272
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
24265
24273
|
/**
|
@@ -29570,6 +29578,15 @@ declare namespace EC2 {
|
|
29570
29578
|
export type NewDhcpConfigurationList = NewDhcpConfiguration[];
|
29571
29579
|
export type NextToken = string;
|
29572
29580
|
export type NitroEnclavesSupport = "unsupported"|"supported"|string;
|
29581
|
+
export interface NitroTpmInfo {
|
29582
|
+
/**
|
29583
|
+
* Indicates the supported NitroTPM versions.
|
29584
|
+
*/
|
29585
|
+
SupportedVersions?: NitroTpmSupportedVersionsList;
|
29586
|
+
}
|
29587
|
+
export type NitroTpmSupport = "unsupported"|"supported"|string;
|
29588
|
+
export type NitroTpmSupportedVersionType = string;
|
29589
|
+
export type NitroTpmSupportedVersionsList = NitroTpmSupportedVersionType[];
|
29573
29590
|
export type OccurrenceDayRequestSet = Integer[];
|
29574
29591
|
export type OccurrenceDaySet = Integer[];
|
29575
29592
|
export type OfferingClassType = "standard"|"convertible"|string;
|
package/clients/glue.d.ts
CHANGED
@@ -9978,7 +9978,7 @@ declare namespace Glue {
|
|
9978
9978
|
export type PathList = Path[];
|
9979
9979
|
export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|string;
|
9980
9980
|
export type PermissionList = Permission[];
|
9981
|
-
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|string;
|
9981
|
+
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|"NESTED_PERMISSION"|"NESTED_CELL_PERMISSION"|string;
|
9982
9982
|
export type PermissionTypeList = PermissionType[];
|
9983
9983
|
export interface PhysicalConnectionRequirements {
|
9984
9984
|
/**
|
package/clients/ivs.d.ts
CHANGED
@@ -514,6 +514,10 @@ declare namespace IVS {
|
|
514
514
|
* If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.
|
515
515
|
*/
|
516
516
|
recordingReconnectWindowSeconds?: RecordingReconnectWindowSeconds;
|
517
|
+
/**
|
518
|
+
* Object that describes which renditions should be recorded for a stream.
|
519
|
+
*/
|
520
|
+
renditionConfiguration?: RenditionConfiguration;
|
517
521
|
/**
|
518
522
|
* Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
|
519
523
|
*/
|
@@ -910,6 +914,10 @@ declare namespace IVS {
|
|
910
914
|
* If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.
|
911
915
|
*/
|
912
916
|
recordingReconnectWindowSeconds?: RecordingReconnectWindowSeconds;
|
917
|
+
/**
|
918
|
+
* Object that describes which renditions should be recorded for a stream.
|
919
|
+
*/
|
920
|
+
renditionConfiguration?: RenditionConfiguration;
|
913
921
|
/**
|
914
922
|
* Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.
|
915
923
|
*/
|
@@ -951,6 +959,19 @@ declare namespace IVS {
|
|
951
959
|
}
|
952
960
|
export type RecordingMode = "DISABLED"|"INTERVAL"|string;
|
953
961
|
export type RecordingReconnectWindowSeconds = number;
|
962
|
+
export interface RenditionConfiguration {
|
963
|
+
/**
|
964
|
+
* Indicates which set of renditions are recorded for a stream. For BASIC channels, the CUSTOM value has no effect. If CUSTOM is specified, a set of renditions must be specified in the renditions field. Default: ALL.
|
965
|
+
*/
|
966
|
+
renditionSelection?: RenditionConfigurationRenditionSelection;
|
967
|
+
/**
|
968
|
+
* Indicates which renditions are recorded for a stream, if renditionSelection is CUSTOM; otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3.
|
969
|
+
*/
|
970
|
+
renditions?: RenditionConfigurationRenditionList;
|
971
|
+
}
|
972
|
+
export type RenditionConfigurationRendition = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION"|string;
|
973
|
+
export type RenditionConfigurationRenditionList = RenditionConfigurationRendition[];
|
974
|
+
export type RenditionConfigurationRenditionSelection = "ALL"|"NONE"|"CUSTOM"|string;
|
954
975
|
export type ResourceArn = string;
|
955
976
|
export type S3DestinationBucketName = string;
|
956
977
|
export interface S3DestinationConfiguration {
|
@@ -1177,10 +1198,21 @@ declare namespace IVS {
|
|
1177
1198
|
*/
|
1178
1199
|
recordingMode?: RecordingMode;
|
1179
1200
|
/**
|
1180
|
-
*
|
1201
|
+
* Indicates the desired resolution of recorded thumbnails. Thumbnails are recorded at the selected resolution if the corresponding rendition is available during the stream; otherwise, they are recorded at source resolution. For more information about resolution values and their corresponding height and width dimensions, see Auto-Record to Amazon S3. Default: Null (source resolution is returned).
|
1202
|
+
*/
|
1203
|
+
resolution?: ThumbnailConfigurationResolution;
|
1204
|
+
/**
|
1205
|
+
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails directory. LATEST saves the latest thumbnail in media/latest_thumbnail/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
1206
|
+
*/
|
1207
|
+
storage?: ThumbnailConfigurationStorageList;
|
1208
|
+
/**
|
1209
|
+
* The targeted thumbnail-generation interval in seconds. This is configurable (and required) only if recordingMode is INTERVAL. Default: 60. Important: For the BASIC channel type, setting a value for targetIntervalSeconds does not guarantee that thumbnails are generated at the specified interval. For thumbnails to be generated at the targetIntervalSeconds interval, the IDR/Keyframe value for the input video must be less than the targetIntervalSeconds value. See Amazon IVS Streaming Configuration for information on setting IDR/Keyframe to the recommended value in video-encoder settings.
|
1181
1210
|
*/
|
1182
1211
|
targetIntervalSeconds?: TargetIntervalSeconds;
|
1183
1212
|
}
|
1213
|
+
export type ThumbnailConfigurationResolution = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION"|string;
|
1214
|
+
export type ThumbnailConfigurationStorage = "SEQUENTIAL"|"LATEST"|string;
|
1215
|
+
export type ThumbnailConfigurationStorageList = ThumbnailConfigurationStorage[];
|
1184
1216
|
export type Time = Date;
|
1185
1217
|
export type TranscodePreset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY"|string;
|
1186
1218
|
export interface UntagResourceRequest {
|
@@ -631,7 +631,7 @@ declare namespace LakeFormation {
|
|
631
631
|
*/
|
632
632
|
RowFilter?: RowFilter;
|
633
633
|
/**
|
634
|
-
* A list of column names.
|
634
|
+
* A list of column names and/or nested column attributes. When specifying nested attributes, use a qualified dot (.) delimited format such as "address"."zip". Nested attributes within this list may not exceed a depth of 5.
|
635
635
|
*/
|
636
636
|
ColumnNames?: ColumnNames;
|
637
637
|
/**
|
@@ -676,6 +676,10 @@ declare namespace LakeFormation {
|
|
676
676
|
* A list of Lake Formation principals. Supported principals are IAM users or IAM roles.
|
677
677
|
*/
|
678
678
|
DataLakeAdmins?: DataLakePrincipalList;
|
679
|
+
/**
|
680
|
+
* A list of Lake Formation principals with only view access to the resources, without the ability to make changes. Supported principals are IAM users or IAM roles.
|
681
|
+
*/
|
682
|
+
ReadOnlyAdmins?: DataLakePrincipalList;
|
679
683
|
/**
|
680
684
|
* Specifies whether access control on newly created database is managed by Lake Formation permissions or exclusively by IAM permissions. A null value indicates access control by Lake Formation permissions. A value that assigns ALL to IAM_ALLOWED_PRINCIPALS indicates access control by IAM permissions. This is referred to as the setting "Use only IAM access control," and is for backward compatibility with the Glue permission model implemented by IAM permissions. The only permitted values are an empty array or an array that contains a single JSON object that grants ALL to IAM_ALLOWED_PRINCIPALS. For more information, see Changing the Default Security Settings for Your Data Lake.
|
681
685
|
*/
|
@@ -693,9 +697,13 @@ declare namespace LakeFormation {
|
|
693
697
|
*/
|
694
698
|
TrustedResourceOwners?: TrustedResourceOwners;
|
695
699
|
/**
|
696
|
-
* Whether to allow Amazon EMR clusters to access data managed by Lake Formation. If true, you allow Amazon EMR clusters to access data in Amazon S3 locations that are registered with Lake Formation. If false or null, no Amazon EMR clusters will be able to access data in Amazon S3 locations that are registered with Lake Formation. For more information, see (Optional) Allow
|
700
|
+
* Whether to allow Amazon EMR clusters to access data managed by Lake Formation. If true, you allow Amazon EMR clusters to access data in Amazon S3 locations that are registered with Lake Formation. If false or null, no Amazon EMR clusters will be able to access data in Amazon S3 locations that are registered with Lake Formation. For more information, see (Optional) Allow external data filtering.
|
697
701
|
*/
|
698
702
|
AllowExternalDataFiltering?: NullableBoolean;
|
703
|
+
/**
|
704
|
+
* Whether to allow a third-party query engine to get data access credentials without session tags when a caller has full data access permissions.
|
705
|
+
*/
|
706
|
+
AllowFullTableExternalDataAccess?: NullableBoolean;
|
699
707
|
/**
|
700
708
|
* A list of the account IDs of Amazon Web Services accounts with Amazon EMR clusters that are to perform data filtering.>
|
701
709
|
*/
|
@@ -1110,7 +1118,7 @@ declare namespace LakeFormation {
|
|
1110
1118
|
/**
|
1111
1119
|
* A list of supported permission types for the partition. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
|
1112
1120
|
*/
|
1113
|
-
SupportedPermissionTypes
|
1121
|
+
SupportedPermissionTypes?: PermissionTypeList;
|
1114
1122
|
}
|
1115
1123
|
export interface GetTemporaryGluePartitionCredentialsResponse {
|
1116
1124
|
/**
|
@@ -1150,7 +1158,7 @@ declare namespace LakeFormation {
|
|
1150
1158
|
/**
|
1151
1159
|
* A list of supported permission types for the table. Valid values are COLUMN_PERMISSION and CELL_FILTER_PERMISSION.
|
1152
1160
|
*/
|
1153
|
-
SupportedPermissionTypes
|
1161
|
+
SupportedPermissionTypes?: PermissionTypeList;
|
1154
1162
|
}
|
1155
1163
|
export interface GetTemporaryGlueTableCredentialsResponse {
|
1156
1164
|
/**
|
@@ -1527,9 +1535,9 @@ declare namespace LakeFormation {
|
|
1527
1535
|
export type PartitionValueString = string;
|
1528
1536
|
export type PartitionValuesList = PartitionValueString[];
|
1529
1537
|
export type PartitionedTableObjectsList = PartitionObjects[];
|
1530
|
-
export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"DESCRIBE"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|"
|
1538
|
+
export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"DESCRIBE"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|"CREATE_LF_TAG"|"ASSOCIATE"|"GRANT_WITH_LF_TAG_EXPRESSION"|string;
|
1531
1539
|
export type PermissionList = Permission[];
|
1532
|
-
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|string;
|
1540
|
+
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|"NESTED_PERMISSION"|"NESTED_CELL_PERMISSION"|string;
|
1533
1541
|
export type PermissionTypeList = PermissionType[];
|
1534
1542
|
export interface PlanningStatistics {
|
1535
1543
|
/**
|