@aws-sdk/client-glue 3.1107.0 → 3.1109.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/dist-cjs/index.js +1 -1
- package/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/dist-types/models/errors.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +1 -0
- package/dist-types/models/models_2.d.ts +5 -3
- package/dist-types/models/models_3.d.ts +3 -2
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -24,7 +24,7 @@ declare const StartMaterializedViewRefreshTaskRunCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Starts a materialized view refresh task run
|
|
27
|
+
* <p>Starts a materialized view refresh task run for a specified materialized view.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -24,7 +24,7 @@ declare const StopMaterializedViewRefreshTaskRunCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Stops a materialized view refresh task run
|
|
27
|
+
* <p>Stops a materialized view refresh task run for a specified materialized view.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -692,6 +692,10 @@ export declare class SchedulerRunningException extends __BaseException {
|
|
|
692
692
|
export declare class MaterializedViewRefreshTaskRunningException extends __BaseException {
|
|
693
693
|
readonly name: "MaterializedViewRefreshTaskRunningException";
|
|
694
694
|
readonly $fault: "client";
|
|
695
|
+
/**
|
|
696
|
+
* <p>A message describing the problem.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
695
699
|
Message?: string | undefined;
|
|
696
700
|
/**
|
|
697
701
|
* @internal
|
|
@@ -807,6 +811,10 @@ export declare class SchedulerNotRunningException extends __BaseException {
|
|
|
807
811
|
export declare class MaterializedViewRefreshTaskNotRunningException extends __BaseException {
|
|
808
812
|
readonly name: "MaterializedViewRefreshTaskNotRunningException";
|
|
809
813
|
readonly $fault: "client";
|
|
814
|
+
/**
|
|
815
|
+
* <p>A message describing the problem.</p>
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
810
818
|
Message?: string | undefined;
|
|
811
819
|
/**
|
|
812
820
|
* @internal
|
|
@@ -820,6 +828,10 @@ export declare class MaterializedViewRefreshTaskNotRunningException extends __Ba
|
|
|
820
828
|
export declare class MaterializedViewRefreshTaskStoppingException extends __BaseException {
|
|
821
829
|
readonly name: "MaterializedViewRefreshTaskStoppingException";
|
|
822
830
|
readonly $fault: "client";
|
|
831
|
+
/**
|
|
832
|
+
* <p>A message describing the problem.</p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
823
835
|
Message?: string | undefined;
|
|
824
836
|
/**
|
|
825
837
|
* @internal
|
|
@@ -54,6 +54,7 @@ export interface ExportEncryptionConfiguration {
|
|
|
54
54
|
KmsKeyArn?: string | undefined;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
+
* <p>The export configuration returned by the <code>GetDataCatalogExportConfiguration</code> operation.</p>
|
|
57
58
|
* @public
|
|
58
59
|
*/
|
|
59
60
|
export interface GetDataCatalogExportConfigurationOutput {
|
|
@@ -1188,7 +1189,7 @@ export interface MaterializedViewRefreshTaskRun {
|
|
|
1188
1189
|
*/
|
|
1189
1190
|
DatabaseName?: string | undefined;
|
|
1190
1191
|
/**
|
|
1191
|
-
* <p>The name of the
|
|
1192
|
+
* <p>The name of the materialized view.</p>
|
|
1192
1193
|
* @public
|
|
1193
1194
|
*/
|
|
1194
1195
|
TableName?: string | undefined;
|
|
@@ -1198,7 +1199,7 @@ export interface MaterializedViewRefreshTaskRun {
|
|
|
1198
1199
|
*/
|
|
1199
1200
|
CatalogId?: string | undefined;
|
|
1200
1201
|
/**
|
|
1201
|
-
* <p>The IAM role that the service assumes to
|
|
1202
|
+
* <p>The IAM role that the service assumes to run the materialized view refresh task.</p>
|
|
1202
1203
|
* @public
|
|
1203
1204
|
*/
|
|
1204
1205
|
Role?: string | undefined;
|
|
@@ -5929,7 +5930,7 @@ export interface ListMaterializedViewRefreshTaskRunsRequest {
|
|
|
5929
5930
|
*/
|
|
5930
5931
|
DatabaseName?: string | undefined;
|
|
5931
5932
|
/**
|
|
5932
|
-
* <p>The name of the
|
|
5933
|
+
* <p>The name of the materialized view.</p>
|
|
5933
5934
|
* @public
|
|
5934
5935
|
*/
|
|
5935
5936
|
TableName?: string | undefined;
|
|
@@ -6836,6 +6837,7 @@ export interface PutDataCatalogExportConfigurationInput {
|
|
|
6836
6837
|
ClientToken?: string | undefined;
|
|
6837
6838
|
}
|
|
6838
6839
|
/**
|
|
6840
|
+
* <p>The export configuration returned by the <code>PutDataCatalogExportConfiguration</code> operation.</p>
|
|
6839
6841
|
* @public
|
|
6840
6842
|
*/
|
|
6841
6843
|
export interface PutDataCatalogExportConfigurationOutput {
|
|
@@ -200,6 +200,7 @@ export interface SearchResultItem {
|
|
|
200
200
|
AssetTypeId?: string | undefined;
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
+
* <p>The search results returned by the <code>SearchAssets</code> operation.</p>
|
|
203
204
|
* @public
|
|
204
205
|
*/
|
|
205
206
|
export interface SearchAssetsOutput {
|
|
@@ -771,7 +772,7 @@ export interface StartMaterializedViewRefreshTaskRunRequest {
|
|
|
771
772
|
*/
|
|
772
773
|
DatabaseName: string | undefined;
|
|
773
774
|
/**
|
|
774
|
-
* <p>The name of the
|
|
775
|
+
* <p>The name of the materialized view to run the refresh task for.</p>
|
|
775
776
|
* @public
|
|
776
777
|
*/
|
|
777
778
|
TableName: string | undefined;
|
|
@@ -968,7 +969,7 @@ export interface StopMaterializedViewRefreshTaskRunRequest {
|
|
|
968
969
|
*/
|
|
969
970
|
DatabaseName: string | undefined;
|
|
970
971
|
/**
|
|
971
|
-
* <p>The name of the
|
|
972
|
+
* <p>The name of the materialized view.</p>
|
|
972
973
|
* @public
|
|
973
974
|
*/
|
|
974
975
|
TableName: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1109.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-glue",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
44
44
|
"extract:docs": "api-extractor run --local",
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
|
-
"test:index": "tsc
|
|
46
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
49
|
+
"@aws-sdk/core": "^3.977.7",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
51
|
+
"@aws-sdk/types": "^3.974.3",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
54
54
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"premove": "4.0.0",
|
|
64
|
-
"typescript": "~
|
|
64
|
+
"typescript": "~6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20.0.0"
|