@aws-sdk/client-lakeformation 3.31.0 → 3.32.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 -0
- package/dist/cjs/LakeFormationClient.js +13 -13
- package/dist/cjs/LakeFormationClient.js.map +1 -1
- package/dist/cjs/commands/AddLFTagsToResourceCommand.js +3 -3
- package/dist/cjs/commands/AddLFTagsToResourceCommand.js.map +1 -1
- package/dist/cjs/commands/BatchGrantPermissionsCommand.js +3 -3
- package/dist/cjs/commands/BatchGrantPermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/BatchRevokePermissionsCommand.js +3 -3
- package/dist/cjs/commands/BatchRevokePermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/CreateLFTagCommand.js +3 -3
- package/dist/cjs/commands/CreateLFTagCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteLFTagCommand.js +3 -3
- package/dist/cjs/commands/DeleteLFTagCommand.js.map +1 -1
- package/dist/cjs/commands/DeregisterResourceCommand.js +3 -3
- package/dist/cjs/commands/DeregisterResourceCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeResourceCommand.js +3 -3
- package/dist/cjs/commands/DescribeResourceCommand.js.map +1 -1
- package/dist/cjs/commands/GetDataLakeSettingsCommand.js +3 -3
- package/dist/cjs/commands/GetDataLakeSettingsCommand.js.map +1 -1
- package/dist/cjs/commands/GetEffectivePermissionsForPathCommand.js +3 -3
- package/dist/cjs/commands/GetEffectivePermissionsForPathCommand.js.map +1 -1
- package/dist/cjs/commands/GetLFTagCommand.js +3 -3
- package/dist/cjs/commands/GetLFTagCommand.js.map +1 -1
- package/dist/cjs/commands/GetResourceLFTagsCommand.js +3 -3
- package/dist/cjs/commands/GetResourceLFTagsCommand.js.map +1 -1
- package/dist/cjs/commands/GrantPermissionsCommand.js +3 -3
- package/dist/cjs/commands/GrantPermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/ListLFTagsCommand.js +3 -3
- package/dist/cjs/commands/ListLFTagsCommand.js.map +1 -1
- package/dist/cjs/commands/ListPermissionsCommand.js +3 -3
- package/dist/cjs/commands/ListPermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/ListResourcesCommand.js +3 -3
- package/dist/cjs/commands/ListResourcesCommand.js.map +1 -1
- package/dist/cjs/commands/PutDataLakeSettingsCommand.js +3 -3
- package/dist/cjs/commands/PutDataLakeSettingsCommand.js.map +1 -1
- package/dist/cjs/commands/RegisterResourceCommand.js +3 -3
- package/dist/cjs/commands/RegisterResourceCommand.js.map +1 -1
- package/dist/cjs/commands/RemoveLFTagsFromResourceCommand.js +3 -3
- package/dist/cjs/commands/RemoveLFTagsFromResourceCommand.js.map +1 -1
- package/dist/cjs/commands/RevokePermissionsCommand.js +3 -3
- package/dist/cjs/commands/RevokePermissionsCommand.js.map +1 -1
- package/dist/cjs/commands/SearchDatabasesByLFTagsCommand.js +3 -3
- package/dist/cjs/commands/SearchDatabasesByLFTagsCommand.js.map +1 -1
- package/dist/cjs/commands/SearchTablesByLFTagsCommand.js +3 -3
- package/dist/cjs/commands/SearchTablesByLFTagsCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateLFTagCommand.js +3 -3
- package/dist/cjs/commands/UpdateLFTagCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateResourceCommand.js +3 -3
- package/dist/cjs/commands/UpdateResourceCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +30 -30
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +47 -47
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/pagination/GetEffectivePermissionsForPathPaginator.js +4 -4
- package/dist/es/pagination/GetEffectivePermissionsForPathPaginator.js.map +1 -1
- package/dist/es/pagination/ListPermissionsPaginator.js +4 -4
- package/dist/es/pagination/ListPermissionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListResourcesPaginator.js +4 -4
- package/dist/es/pagination/ListResourcesPaginator.js.map +1 -1
- package/package.json +31 -31
- package/tsconfig.json +1 -2
|
@@ -2494,7 +2494,7 @@ const serializeAws_json1_1UpdateResourceRequest = (input, context) => {
|
|
|
2494
2494
|
};
|
|
2495
2495
|
const deserializeAws_json1_1AccessDeniedException = (output, context) => {
|
|
2496
2496
|
return {
|
|
2497
|
-
Message:
|
|
2497
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2498
2498
|
};
|
|
2499
2499
|
};
|
|
2500
2500
|
const deserializeAws_json1_1AddLFTagsToResourceResponse = (output, context) => {
|
|
@@ -2506,7 +2506,7 @@ const deserializeAws_json1_1AddLFTagsToResourceResponse = (output, context) => {
|
|
|
2506
2506
|
};
|
|
2507
2507
|
const deserializeAws_json1_1AlreadyExistsException = (output, context) => {
|
|
2508
2508
|
return {
|
|
2509
|
-
Message:
|
|
2509
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2510
2510
|
};
|
|
2511
2511
|
};
|
|
2512
2512
|
const deserializeAws_json1_1BatchGrantPermissionsResponse = (output, context) => {
|
|
@@ -2538,7 +2538,7 @@ const deserializeAws_json1_1BatchPermissionsFailureList = (output, context) => {
|
|
|
2538
2538
|
};
|
|
2539
2539
|
const deserializeAws_json1_1BatchPermissionsRequestEntry = (output, context) => {
|
|
2540
2540
|
return {
|
|
2541
|
-
Id:
|
|
2541
|
+
Id: smithy_client_1.expectString(output.Id),
|
|
2542
2542
|
Permissions: output.Permissions !== undefined && output.Permissions !== null
|
|
2543
2543
|
? deserializeAws_json1_1PermissionList(output.Permissions, context)
|
|
2544
2544
|
: undefined,
|
|
@@ -2568,7 +2568,7 @@ const deserializeAws_json1_1ColumnLFTag = (output, context) => {
|
|
|
2568
2568
|
LFTags: output.LFTags !== undefined && output.LFTags !== null
|
|
2569
2569
|
? deserializeAws_json1_1LFTagsList(output.LFTags, context)
|
|
2570
2570
|
: undefined,
|
|
2571
|
-
Name:
|
|
2571
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
2572
2572
|
};
|
|
2573
2573
|
};
|
|
2574
2574
|
const deserializeAws_json1_1ColumnLFTagsList = (output, context) => {
|
|
@@ -2588,7 +2588,7 @@ const deserializeAws_json1_1ColumnNames = (output, context) => {
|
|
|
2588
2588
|
if (entry === null) {
|
|
2589
2589
|
return null;
|
|
2590
2590
|
}
|
|
2591
|
-
return
|
|
2591
|
+
return smithy_client_1.expectString(entry);
|
|
2592
2592
|
});
|
|
2593
2593
|
};
|
|
2594
2594
|
const deserializeAws_json1_1ColumnWildcard = (output, context) => {
|
|
@@ -2600,7 +2600,7 @@ const deserializeAws_json1_1ColumnWildcard = (output, context) => {
|
|
|
2600
2600
|
};
|
|
2601
2601
|
const deserializeAws_json1_1ConcurrentModificationException = (output, context) => {
|
|
2602
2602
|
return {
|
|
2603
|
-
Message:
|
|
2603
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2604
2604
|
};
|
|
2605
2605
|
};
|
|
2606
2606
|
const deserializeAws_json1_1CreateLFTagResponse = (output, context) => {
|
|
@@ -2618,13 +2618,13 @@ const deserializeAws_json1_1DatabaseLFTagsList = (output, context) => {
|
|
|
2618
2618
|
};
|
|
2619
2619
|
const deserializeAws_json1_1DatabaseResource = (output, context) => {
|
|
2620
2620
|
return {
|
|
2621
|
-
CatalogId:
|
|
2622
|
-
Name:
|
|
2621
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2622
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
2623
2623
|
};
|
|
2624
2624
|
};
|
|
2625
2625
|
const deserializeAws_json1_1DataLakePrincipal = (output, context) => {
|
|
2626
2626
|
return {
|
|
2627
|
-
DataLakePrincipalIdentifier:
|
|
2627
|
+
DataLakePrincipalIdentifier: smithy_client_1.expectString(output.DataLakePrincipalIdentifier),
|
|
2628
2628
|
};
|
|
2629
2629
|
};
|
|
2630
2630
|
const deserializeAws_json1_1DataLakePrincipalList = (output, context) => {
|
|
@@ -2655,8 +2655,8 @@ const deserializeAws_json1_1DataLakeSettings = (output, context) => {
|
|
|
2655
2655
|
};
|
|
2656
2656
|
const deserializeAws_json1_1DataLocationResource = (output, context) => {
|
|
2657
2657
|
return {
|
|
2658
|
-
CatalogId:
|
|
2659
|
-
ResourceArn:
|
|
2658
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2659
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
2660
2660
|
};
|
|
2661
2661
|
};
|
|
2662
2662
|
const deserializeAws_json1_1DeleteLFTagResponse = (output, context) => {
|
|
@@ -2681,13 +2681,13 @@ const deserializeAws_json1_1DetailsMap = (output, context) => {
|
|
|
2681
2681
|
};
|
|
2682
2682
|
const deserializeAws_json1_1EntityNotFoundException = (output, context) => {
|
|
2683
2683
|
return {
|
|
2684
|
-
Message:
|
|
2684
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2685
2685
|
};
|
|
2686
2686
|
};
|
|
2687
2687
|
const deserializeAws_json1_1ErrorDetail = (output, context) => {
|
|
2688
2688
|
return {
|
|
2689
|
-
ErrorCode:
|
|
2690
|
-
ErrorMessage:
|
|
2689
|
+
ErrorCode: smithy_client_1.expectString(output.ErrorCode),
|
|
2690
|
+
ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
|
|
2691
2691
|
};
|
|
2692
2692
|
};
|
|
2693
2693
|
const deserializeAws_json1_1Expression = (output, context) => {
|
|
@@ -2709,7 +2709,7 @@ const deserializeAws_json1_1GetDataLakeSettingsResponse = (output, context) => {
|
|
|
2709
2709
|
};
|
|
2710
2710
|
const deserializeAws_json1_1GetEffectivePermissionsForPathResponse = (output, context) => {
|
|
2711
2711
|
return {
|
|
2712
|
-
NextToken:
|
|
2712
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2713
2713
|
Permissions: output.Permissions !== undefined && output.Permissions !== null
|
|
2714
2714
|
? deserializeAws_json1_1PrincipalResourcePermissionsList(output.Permissions, context)
|
|
2715
2715
|
: undefined,
|
|
@@ -2717,8 +2717,8 @@ const deserializeAws_json1_1GetEffectivePermissionsForPathResponse = (output, co
|
|
|
2717
2717
|
};
|
|
2718
2718
|
const deserializeAws_json1_1GetLFTagResponse = (output, context) => {
|
|
2719
2719
|
return {
|
|
2720
|
-
CatalogId:
|
|
2721
|
-
TagKey:
|
|
2720
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2721
|
+
TagKey: smithy_client_1.expectString(output.TagKey),
|
|
2722
2722
|
TagValues: output.TagValues !== undefined && output.TagValues !== null
|
|
2723
2723
|
? deserializeAws_json1_1TagValueList(output.TagValues, context)
|
|
2724
2724
|
: undefined,
|
|
@@ -2739,7 +2739,7 @@ const deserializeAws_json1_1GetResourceLFTagsResponse = (output, context) => {
|
|
|
2739
2739
|
};
|
|
2740
2740
|
const deserializeAws_json1_1GlueEncryptionException = (output, context) => {
|
|
2741
2741
|
return {
|
|
2742
|
-
Message:
|
|
2742
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2743
2743
|
};
|
|
2744
2744
|
};
|
|
2745
2745
|
const deserializeAws_json1_1GrantPermissionsResponse = (output, context) => {
|
|
@@ -2747,17 +2747,17 @@ const deserializeAws_json1_1GrantPermissionsResponse = (output, context) => {
|
|
|
2747
2747
|
};
|
|
2748
2748
|
const deserializeAws_json1_1InternalServiceException = (output, context) => {
|
|
2749
2749
|
return {
|
|
2750
|
-
Message:
|
|
2750
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2751
2751
|
};
|
|
2752
2752
|
};
|
|
2753
2753
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
2754
2754
|
return {
|
|
2755
|
-
Message:
|
|
2755
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2756
2756
|
};
|
|
2757
2757
|
};
|
|
2758
2758
|
const deserializeAws_json1_1LFTag = (output, context) => {
|
|
2759
2759
|
return {
|
|
2760
|
-
TagKey:
|
|
2760
|
+
TagKey: smithy_client_1.expectString(output.TagKey),
|
|
2761
2761
|
TagValues: output.TagValues !== undefined && output.TagValues !== null
|
|
2762
2762
|
? deserializeAws_json1_1TagValueList(output.TagValues, context)
|
|
2763
2763
|
: undefined,
|
|
@@ -2785,8 +2785,8 @@ const deserializeAws_json1_1LFTagErrors = (output, context) => {
|
|
|
2785
2785
|
};
|
|
2786
2786
|
const deserializeAws_json1_1LFTagKeyResource = (output, context) => {
|
|
2787
2787
|
return {
|
|
2788
|
-
CatalogId:
|
|
2789
|
-
TagKey:
|
|
2788
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2789
|
+
TagKey: smithy_client_1.expectString(output.TagKey),
|
|
2790
2790
|
TagValues: output.TagValues !== undefined && output.TagValues !== null
|
|
2791
2791
|
? deserializeAws_json1_1TagValueList(output.TagValues, context)
|
|
2792
2792
|
: undefined,
|
|
@@ -2794,8 +2794,8 @@ const deserializeAws_json1_1LFTagKeyResource = (output, context) => {
|
|
|
2794
2794
|
};
|
|
2795
2795
|
const deserializeAws_json1_1LFTagPair = (output, context) => {
|
|
2796
2796
|
return {
|
|
2797
|
-
CatalogId:
|
|
2798
|
-
TagKey:
|
|
2797
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2798
|
+
TagKey: smithy_client_1.expectString(output.TagKey),
|
|
2799
2799
|
TagValues: output.TagValues !== undefined && output.TagValues !== null
|
|
2800
2800
|
? deserializeAws_json1_1TagValueList(output.TagValues, context)
|
|
2801
2801
|
: undefined,
|
|
@@ -2803,11 +2803,11 @@ const deserializeAws_json1_1LFTagPair = (output, context) => {
|
|
|
2803
2803
|
};
|
|
2804
2804
|
const deserializeAws_json1_1LFTagPolicyResource = (output, context) => {
|
|
2805
2805
|
return {
|
|
2806
|
-
CatalogId:
|
|
2806
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
2807
2807
|
Expression: output.Expression !== undefined && output.Expression !== null
|
|
2808
2808
|
? deserializeAws_json1_1Expression(output.Expression, context)
|
|
2809
2809
|
: undefined,
|
|
2810
|
-
ResourceType:
|
|
2810
|
+
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
2811
2811
|
};
|
|
2812
2812
|
};
|
|
2813
2813
|
const deserializeAws_json1_1LFTagsList = (output, context) => {
|
|
@@ -2825,12 +2825,12 @@ const deserializeAws_json1_1ListLFTagsResponse = (output, context) => {
|
|
|
2825
2825
|
LFTags: output.LFTags !== undefined && output.LFTags !== null
|
|
2826
2826
|
? deserializeAws_json1_1LFTagsList(output.LFTags, context)
|
|
2827
2827
|
: undefined,
|
|
2828
|
-
NextToken:
|
|
2828
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2829
2829
|
};
|
|
2830
2830
|
};
|
|
2831
2831
|
const deserializeAws_json1_1ListPermissionsResponse = (output, context) => {
|
|
2832
2832
|
return {
|
|
2833
|
-
NextToken:
|
|
2833
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2834
2834
|
PrincipalResourcePermissions: output.PrincipalResourcePermissions !== undefined && output.PrincipalResourcePermissions !== null
|
|
2835
2835
|
? deserializeAws_json1_1PrincipalResourcePermissionsList(output.PrincipalResourcePermissions, context)
|
|
2836
2836
|
: undefined,
|
|
@@ -2838,7 +2838,7 @@ const deserializeAws_json1_1ListPermissionsResponse = (output, context) => {
|
|
|
2838
2838
|
};
|
|
2839
2839
|
const deserializeAws_json1_1ListResourcesResponse = (output, context) => {
|
|
2840
2840
|
return {
|
|
2841
|
-
NextToken:
|
|
2841
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2842
2842
|
ResourceInfoList: output.ResourceInfoList !== undefined && output.ResourceInfoList !== null
|
|
2843
2843
|
? deserializeAws_json1_1ResourceInfoList(output.ResourceInfoList, context)
|
|
2844
2844
|
: undefined,
|
|
@@ -2846,7 +2846,7 @@ const deserializeAws_json1_1ListResourcesResponse = (output, context) => {
|
|
|
2846
2846
|
};
|
|
2847
2847
|
const deserializeAws_json1_1OperationTimeoutException = (output, context) => {
|
|
2848
2848
|
return {
|
|
2849
|
-
Message:
|
|
2849
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2850
2850
|
};
|
|
2851
2851
|
};
|
|
2852
2852
|
const deserializeAws_json1_1PermissionList = (output, context) => {
|
|
@@ -2856,7 +2856,7 @@ const deserializeAws_json1_1PermissionList = (output, context) => {
|
|
|
2856
2856
|
if (entry === null) {
|
|
2857
2857
|
return null;
|
|
2858
2858
|
}
|
|
2859
|
-
return
|
|
2859
|
+
return smithy_client_1.expectString(entry);
|
|
2860
2860
|
});
|
|
2861
2861
|
};
|
|
2862
2862
|
const deserializeAws_json1_1PrincipalPermissions = (output, context) => {
|
|
@@ -2949,10 +2949,10 @@ const deserializeAws_json1_1Resource = (output, context) => {
|
|
|
2949
2949
|
const deserializeAws_json1_1ResourceInfo = (output, context) => {
|
|
2950
2950
|
return {
|
|
2951
2951
|
LastModified: output.LastModified !== undefined && output.LastModified !== null
|
|
2952
|
-
?
|
|
2952
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModified)))
|
|
2953
2953
|
: undefined,
|
|
2954
|
-
ResourceArn:
|
|
2955
|
-
RoleArn:
|
|
2954
|
+
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
2955
|
+
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
2956
2956
|
};
|
|
2957
2957
|
};
|
|
2958
2958
|
const deserializeAws_json1_1ResourceInfoList = (output, context) => {
|
|
@@ -2967,7 +2967,7 @@ const deserializeAws_json1_1ResourceInfoList = (output, context) => {
|
|
|
2967
2967
|
};
|
|
2968
2968
|
const deserializeAws_json1_1ResourceNumberLimitExceededException = (output, context) => {
|
|
2969
2969
|
return {
|
|
2970
|
-
Message:
|
|
2970
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2971
2971
|
};
|
|
2972
2972
|
};
|
|
2973
2973
|
const deserializeAws_json1_1ResourceShareList = (output, context) => {
|
|
@@ -2977,7 +2977,7 @@ const deserializeAws_json1_1ResourceShareList = (output, context) => {
|
|
|
2977
2977
|
if (entry === null) {
|
|
2978
2978
|
return null;
|
|
2979
2979
|
}
|
|
2980
|
-
return
|
|
2980
|
+
return smithy_client_1.expectString(entry);
|
|
2981
2981
|
});
|
|
2982
2982
|
};
|
|
2983
2983
|
const deserializeAws_json1_1RevokePermissionsResponse = (output, context) => {
|
|
@@ -2988,12 +2988,12 @@ const deserializeAws_json1_1SearchDatabasesByLFTagsResponse = (output, context)
|
|
|
2988
2988
|
DatabaseList: output.DatabaseList !== undefined && output.DatabaseList !== null
|
|
2989
2989
|
? deserializeAws_json1_1DatabaseLFTagsList(output.DatabaseList, context)
|
|
2990
2990
|
: undefined,
|
|
2991
|
-
NextToken:
|
|
2991
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2992
2992
|
};
|
|
2993
2993
|
};
|
|
2994
2994
|
const deserializeAws_json1_1SearchTablesByLFTagsResponse = (output, context) => {
|
|
2995
2995
|
return {
|
|
2996
|
-
NextToken:
|
|
2996
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2997
2997
|
TableList: output.TableList !== undefined && output.TableList !== null
|
|
2998
2998
|
? deserializeAws_json1_1TableLFTagsList(output.TableList, context)
|
|
2999
2999
|
: undefined,
|
|
@@ -3011,9 +3011,9 @@ const deserializeAws_json1_1TableLFTagsList = (output, context) => {
|
|
|
3011
3011
|
};
|
|
3012
3012
|
const deserializeAws_json1_1TableResource = (output, context) => {
|
|
3013
3013
|
return {
|
|
3014
|
-
CatalogId:
|
|
3015
|
-
DatabaseName:
|
|
3016
|
-
Name:
|
|
3014
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
3015
|
+
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
3016
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
3017
3017
|
TableWildcard: output.TableWildcard !== undefined && output.TableWildcard !== null
|
|
3018
3018
|
? deserializeAws_json1_1TableWildcard(output.TableWildcard, context)
|
|
3019
3019
|
: undefined,
|
|
@@ -3024,15 +3024,15 @@ const deserializeAws_json1_1TableWildcard = (output, context) => {
|
|
|
3024
3024
|
};
|
|
3025
3025
|
const deserializeAws_json1_1TableWithColumnsResource = (output, context) => {
|
|
3026
3026
|
return {
|
|
3027
|
-
CatalogId:
|
|
3027
|
+
CatalogId: smithy_client_1.expectString(output.CatalogId),
|
|
3028
3028
|
ColumnNames: output.ColumnNames !== undefined && output.ColumnNames !== null
|
|
3029
3029
|
? deserializeAws_json1_1ColumnNames(output.ColumnNames, context)
|
|
3030
3030
|
: undefined,
|
|
3031
3031
|
ColumnWildcard: output.ColumnWildcard !== undefined && output.ColumnWildcard !== null
|
|
3032
3032
|
? deserializeAws_json1_1ColumnWildcard(output.ColumnWildcard, context)
|
|
3033
3033
|
: undefined,
|
|
3034
|
-
DatabaseName:
|
|
3035
|
-
Name:
|
|
3034
|
+
DatabaseName: smithy_client_1.expectString(output.DatabaseName),
|
|
3035
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
3038
3038
|
const deserializeAws_json1_1TaggedDatabase = (output, context) => {
|
|
@@ -3068,7 +3068,7 @@ const deserializeAws_json1_1TagValueList = (output, context) => {
|
|
|
3068
3068
|
if (entry === null) {
|
|
3069
3069
|
return null;
|
|
3070
3070
|
}
|
|
3071
|
-
return
|
|
3071
|
+
return smithy_client_1.expectString(entry);
|
|
3072
3072
|
});
|
|
3073
3073
|
};
|
|
3074
3074
|
const deserializeAws_json1_1TrustedResourceOwners = (output, context) => {
|
|
@@ -3078,7 +3078,7 @@ const deserializeAws_json1_1TrustedResourceOwners = (output, context) => {
|
|
|
3078
3078
|
if (entry === null) {
|
|
3079
3079
|
return null;
|
|
3080
3080
|
}
|
|
3081
|
-
return
|
|
3081
|
+
return smithy_client_1.expectString(entry);
|
|
3082
3082
|
});
|
|
3083
3083
|
};
|
|
3084
3084
|
const deserializeAws_json1_1UpdateLFTagResponse = (output, context) => {
|