+625
-280
lines changedFilter options
+625
-280
lines changed Original file line number Diff line number Diff line change
@@ -64,19 +64,23 @@ export interface BatchGetTableOptimizerCommandOutput extends BatchGetTableOptimi
64
64
* // compactionConfiguration: { // CompactionConfiguration
65
65
* // icebergConfiguration: { // IcebergCompactionConfiguration
66
66
* // strategy: "binpack" || "sort" || "z-order",
67
+
* // minInputFiles: Number("int"),
68
+
* // deleteFileThreshold: Number("int"),
67
69
* // },
68
70
* // },
69
71
* // retentionConfiguration: { // RetentionConfiguration
70
72
* // icebergConfiguration: { // IcebergRetentionConfiguration
71
73
* // snapshotRetentionPeriodInDays: Number("int"),
72
74
* // numberOfSnapshotsToRetain: Number("int"),
73
75
* // cleanExpiredFiles: true || false,
76
+
* // runRateInHours: Number("int"),
74
77
* // },
75
78
* // },
76
79
* // orphanFileDeletionConfiguration: { // OrphanFileDeletionConfiguration
77
80
* // icebergConfiguration: { // IcebergOrphanFileDeletionConfiguration
78
81
* // orphanFileRetentionPeriodInDays: Number("int"),
79
82
* // location: "STRING_VALUE",
83
+
* // runRateInHours: Number("int"),
80
84
* // },
81
85
* // },
82
86
* // },
@@ -120,6 +124,7 @@ export interface BatchGetTableOptimizerCommandOutput extends BatchGetTableOptimi
120
124
* // },
121
125
* // },
122
126
* // },
127
+
* // configurationSource: "catalog" || "table",
123
128
* // },
124
129
* // },
125
130
* // ],
Original file line number Diff line number Diff line change
@@ -57,9 +57,19 @@ export interface CreateCatalogCommandOutput extends CreateCatalogResponse, __Met
57
57
* KmsKey: "STRING_VALUE",
58
58
* CatalogType: "STRING_VALUE",
59
59
* },
60
-
* CustomProperties: {
61
-
* "<keys>": "STRING_VALUE",
60
+
* IcebergOptimizationProperties: { // IcebergOptimizationProperties
61
+
* RoleArn: "STRING_VALUE",
62
+
* Compaction: {
63
+
* "<keys>": "STRING_VALUE",
64
+
* },
65
+
* Retention: {
66
+
* "<keys>": "STRING_VALUE",
67
+
* },
68
+
* OrphanFileDeletion: {
69
+
* "<keys>": "STRING_VALUE",
70
+
* },
62
71
* },
72
+
* CustomProperties: "<ParametersMap>",
63
73
* },
64
74
* CreateTableDefaultPermissions: [ // PrincipalPermissionsList
65
75
* { // PrincipalPermissions
Original file line number Diff line number Diff line change
@@ -49,19 +49,23 @@ export interface CreateTableOptimizerCommandOutput extends CreateTableOptimizerR
49
49
* compactionConfiguration: { // CompactionConfiguration
50
50
* icebergConfiguration: { // IcebergCompactionConfiguration
51
51
* strategy: "binpack" || "sort" || "z-order",
52
+
* minInputFiles: Number("int"),
53
+
* deleteFileThreshold: Number("int"),
52
54
* },
53
55
* },
54
56
* retentionConfiguration: { // RetentionConfiguration
55
57
* icebergConfiguration: { // IcebergRetentionConfiguration
56
58
* snapshotRetentionPeriodInDays: Number("int"),
57
59
* numberOfSnapshotsToRetain: Number("int"),
58
60
* cleanExpiredFiles: true || false,
61
+
* runRateInHours: Number("int"),
59
62
* },
60
63
* },
61
64
* orphanFileDeletionConfiguration: { // OrphanFileDeletionConfiguration
62
65
* icebergConfiguration: { // IcebergOrphanFileDeletionConfiguration
63
66
* orphanFileRetentionPeriodInDays: Number("int"),
64
67
* location: "STRING_VALUE",
68
+
* runRateInHours: Number("int"),
65
69
* },
66
70
* },
67
71
* },
Original file line number Diff line number Diff line change
@@ -70,9 +70,20 @@ export interface GetCatalogCommandOutput extends GetCatalogResponse, __MetadataB
70
70
* // StatusMessage: "STRING_VALUE",
71
71
* // CatalogType: "STRING_VALUE",
72
72
* // },
73
-
* // CustomProperties: {
74
-
* // "<keys>": "STRING_VALUE",
73
+
* // IcebergOptimizationProperties: { // IcebergOptimizationPropertiesOutput
74
+
* // RoleArn: "STRING_VALUE",
75
+
* // Compaction: {
76
+
* // "<keys>": "STRING_VALUE",
77
+
* // },
78
+
* // Retention: {
79
+
* // "<keys>": "STRING_VALUE",
80
+
* // },
81
+
* // OrphanFileDeletion: {
82
+
* // "<keys>": "STRING_VALUE",
83
+
* // },
84
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
75
85
* // },
86
+
* // CustomProperties: "<ParametersMap>",
76
87
* // },
77
88
* // CreateTableDefaultPermissions: [ // PrincipalPermissionsList
78
89
* // { // PrincipalPermissions
Original file line number Diff line number Diff line change
@@ -75,9 +75,20 @@ export interface GetCatalogsCommandOutput extends GetCatalogsResponse, __Metadat
75
75
* // StatusMessage: "STRING_VALUE",
76
76
* // CatalogType: "STRING_VALUE",
77
77
* // },
78
-
* // CustomProperties: {
79
-
* // "<keys>": "STRING_VALUE",
78
+
* // IcebergOptimizationProperties: { // IcebergOptimizationPropertiesOutput
79
+
* // RoleArn: "STRING_VALUE",
80
+
* // Compaction: {
81
+
* // "<keys>": "STRING_VALUE",
82
+
* // },
83
+
* // Retention: {
84
+
* // "<keys>": "STRING_VALUE",
85
+
* // },
86
+
* // OrphanFileDeletion: {
87
+
* // "<keys>": "STRING_VALUE",
88
+
* // },
89
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
80
90
* // },
91
+
* // CustomProperties: "<ParametersMap>",
81
92
* // },
82
93
* // CreateTableDefaultPermissions: [ // PrincipalPermissionsList
83
94
* // { // PrincipalPermissions
Original file line number Diff line number Diff line change
@@ -58,19 +58,23 @@ export interface GetTableOptimizerCommandOutput extends GetTableOptimizerRespons
58
58
* // compactionConfiguration: { // CompactionConfiguration
59
59
* // icebergConfiguration: { // IcebergCompactionConfiguration
60
60
* // strategy: "binpack" || "sort" || "z-order",
61
+
* // minInputFiles: Number("int"),
62
+
* // deleteFileThreshold: Number("int"),
61
63
* // },
62
64
* // },
63
65
* // retentionConfiguration: { // RetentionConfiguration
64
66
* // icebergConfiguration: { // IcebergRetentionConfiguration
65
67
* // snapshotRetentionPeriodInDays: Number("int"),
66
68
* // numberOfSnapshotsToRetain: Number("int"),
67
69
* // cleanExpiredFiles: true || false,
70
+
* // runRateInHours: Number("int"),
68
71
* // },
69
72
* // },
70
73
* // orphanFileDeletionConfiguration: { // OrphanFileDeletionConfiguration
71
74
* // icebergConfiguration: { // IcebergOrphanFileDeletionConfiguration
72
75
* // orphanFileRetentionPeriodInDays: Number("int"),
73
76
* // location: "STRING_VALUE",
77
+
* // runRateInHours: Number("int"),
74
78
* // },
75
79
* // },
76
80
* // },
@@ -114,6 +118,7 @@ export interface GetTableOptimizerCommandOutput extends GetTableOptimizerRespons
114
118
* // },
115
119
* // },
116
120
* // },
121
+
* // configurationSource: "catalog" || "table",
117
122
* // },
118
123
* // };
119
124
*
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
6
6
7
7
import { commonParams } from "../endpoint/EndpointParameters";
8
8
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
9
-
import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_2";
9
+
import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_3";
10
10
import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1";
11
11
12
12
/**
Original file line number Diff line number Diff line change
@@ -6,8 +6,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
6
6
7
7
import { commonParams } from "../endpoint/EndpointParameters";
8
8
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
9
-
import { ModifyIntegrationRequest } from "../models/models_2";
10
-
import { ModifyIntegrationResponse } from "../models/models_3";
9
+
import { ModifyIntegrationRequest, ModifyIntegrationResponse } from "../models/models_3";
11
10
import { de_ModifyIntegrationCommand, se_ModifyIntegrationCommand } from "../protocols/Aws_json1_1";
12
11
13
12
/**
Original file line number Diff line number Diff line change
@@ -57,9 +57,19 @@ export interface UpdateCatalogCommandOutput extends UpdateCatalogResponse, __Met
57
57
* KmsKey: "STRING_VALUE",
58
58
* CatalogType: "STRING_VALUE",
59
59
* },
60
-
* CustomProperties: {
61
-
* "<keys>": "STRING_VALUE",
60
+
* IcebergOptimizationProperties: { // IcebergOptimizationProperties
61
+
* RoleArn: "STRING_VALUE",
62
+
* Compaction: {
63
+
* "<keys>": "STRING_VALUE",
64
+
* },
65
+
* Retention: {
66
+
* "<keys>": "STRING_VALUE",
67
+
* },
68
+
* OrphanFileDeletion: {
69
+
* "<keys>": "STRING_VALUE",
70
+
* },
62
71
* },
72
+
* CustomProperties: "<ParametersMap>",
63
73
* },
64
74
* CreateTableDefaultPermissions: [ // PrincipalPermissionsList
65
75
* { // PrincipalPermissions
Original file line number Diff line number Diff line change
@@ -49,19 +49,23 @@ export interface UpdateTableOptimizerCommandOutput extends UpdateTableOptimizerR
49
49
* compactionConfiguration: { // CompactionConfiguration
50
50
* icebergConfiguration: { // IcebergCompactionConfiguration
51
51
* strategy: "binpack" || "sort" || "z-order",
52
+
* minInputFiles: Number("int"),
53
+
* deleteFileThreshold: Number("int"),
52
54
* },
53
55
* },
54
56
* retentionConfiguration: { // RetentionConfiguration
55
57
* icebergConfiguration: { // IcebergRetentionConfiguration
56
58
* snapshotRetentionPeriodInDays: Number("int"),
57
59
* numberOfSnapshotsToRetain: Number("int"),
58
60
* cleanExpiredFiles: true || false,
61
+
* runRateInHours: Number("int"),
59
62
* },
60
63
* },
61
64
* orphanFileDeletionConfiguration: { // OrphanFileDeletionConfiguration
62
65
* icebergConfiguration: { // IcebergOrphanFileDeletionConfiguration
63
66
* orphanFileRetentionPeriodInDays: Number("int"),
64
67
* location: "STRING_VALUE",
68
+
* runRateInHours: Number("int"),
65
69
* },
66
70
* },
67
71
* },
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4