@aws-sdk/client-glue 3.1108.0 → 3.1110.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1107.0";
72
+ var version = "3.1109.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -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, for a specified table and columns.</p>
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, for a specified table and columns.</p>
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
@@ -5236,6 +5236,7 @@ export interface IterableFormEntry {
5236
5236
  FormTypeId?: string | undefined;
5237
5237
  }
5238
5238
  /**
5239
+ * <p>The asset metadata returned by the <code>GetAsset</code> operation.</p>
5239
5240
  * @public
5240
5241
  */
5241
5242
  export interface GetAssetOutput {
@@ -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 table for which statistics is generated.</p>
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 generate statistics.</p>
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 table for which statistics is generated.</p>
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 table to generate run the materialized view refresh task.</p>
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 table to generate statistics.</p>
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.1108.0",
3
+ "version": "3.1110.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",