aws-sdk 2.1065.0 → 2.1069.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/appconfig-2019-10-09.min.json +3 -1
  4. package/apis/appconfigdata-2021-11-11.min.json +11 -11
  5. package/apis/appflow-2020-08-23.min.json +677 -237
  6. package/apis/appflow-2020-08-23.paginators.json +7 -1
  7. package/apis/athena-2017-05-18.min.json +43 -30
  8. package/apis/comprehend-2017-11-27.min.json +167 -79
  9. package/apis/ec2-2016-11-15.min.json +122 -43
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/es-2015-01-01.min.json +125 -49
  12. package/apis/fis-2020-12-01.min.json +130 -30
  13. package/apis/fis-2020-12-01.paginators.json +5 -0
  14. package/apis/lakeformation-2017-03-31.min.json +0 -1
  15. package/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  16. package/apis/personalize-2018-05-22.min.json +3 -0
  17. package/apis/robomaker-2018-06-29.min.json +135 -45
  18. package/apis/secretsmanager-2017-10-17.min.json +15 -10
  19. package/clients/appconfig.d.ts +13 -13
  20. package/clients/appconfigdata.d.ts +18 -18
  21. package/clients/appflow.d.ts +611 -3
  22. package/clients/athena.d.ts +31 -8
  23. package/clients/cognitoidentityserviceprovider.d.ts +287 -287
  24. package/clients/comprehend.d.ts +138 -0
  25. package/clients/costexplorer.d.ts +17 -17
  26. package/clients/dynamodb.d.ts +5 -5
  27. package/clients/ec2.d.ts +123 -9
  28. package/clients/elasticache.d.ts +3 -3
  29. package/clients/emr.d.ts +14 -14
  30. package/clients/es.d.ts +97 -0
  31. package/clients/fis.d.ts +119 -9
  32. package/clients/glue.d.ts +7 -7
  33. package/clients/iot.d.ts +1 -1
  34. package/clients/lakeformation.d.ts +1 -1
  35. package/clients/marketplacemetering.d.ts +17 -12
  36. package/clients/personalize.d.ts +7 -3
  37. package/clients/rbin.d.ts +41 -41
  38. package/clients/rds.d.ts +17 -17
  39. package/clients/robomaker.d.ts +30 -30
  40. package/clients/sagemaker.d.ts +1 -1
  41. package/clients/secretsmanager.d.ts +62 -48
  42. package/dist/aws-sdk-core-react-native.js +1 -1
  43. package/dist/aws-sdk-react-native.js +17 -17
  44. package/dist/aws-sdk.js +359 -165
  45. package/dist/aws-sdk.min.js +90 -90
  46. package/lib/core.js +1 -1
  47. package/lib/dynamodb/document_client.d.ts +1 -1
  48. package/package.json +1 -1
@@ -132,11 +132,11 @@ declare class Athena extends Service {
132
132
  */
133
133
  getQueryExecution(callback?: (err: AWSError, data: Athena.Types.GetQueryExecutionOutput) => void): Request<Athena.Types.GetQueryExecutionOutput, AWSError>;
134
134
  /**
135
- * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
135
+ * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. If the original query execution ran using an ResultConfiguration$ExpectedBucketOwner setting, the setting also applies to Amazon S3 read operations when GetQueryResults is called. If an expected bucket owner has been specified and the query results are in an Amazon S3 bucket whose owner account ID is different from the expected bucket owner, the GetQueryResults call fails with an Amazon S3 permissions error. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
136
136
  */
137
137
  getQueryResults(params: Athena.Types.GetQueryResultsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
138
138
  /**
139
- * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
139
+ * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. If the original query execution ran using an ResultConfiguration$ExpectedBucketOwner setting, the setting also applies to Amazon S3 read operations when GetQueryResults is called. If an expected bucket owner has been specified and the query results are in an Amazon S3 bucket whose owner account ID is different from the expected bucket owner, the GetQueryResults call fails with an Amazon S3 permissions error. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
140
140
  */
141
141
  getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
142
142
  /**
@@ -286,6 +286,12 @@ declare class Athena extends Service {
286
286
  }
287
287
  declare namespace Athena {
288
288
  export type AmazonResourceName = string;
289
+ export interface AthenaError {
290
+ /**
291
+ * An integer value that specifies the category of a query failure error. The following list shows the category for each integer value. 1 - System 2 - User 3 - Unknown
292
+ */
293
+ ErrorCategory?: ErrorCategory;
294
+ }
289
295
  export interface BatchGetNamedQueryInput {
290
296
  /**
291
297
  * An array of query IDs.
@@ -384,7 +390,7 @@ declare namespace Athena {
384
390
  export type CommentString = string;
385
391
  export interface CreateDataCatalogInput {
386
392
  /**
387
- * The name of the data catalog to create. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
393
+ * The name of the data catalog to create. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
388
394
  */
389
395
  Name: CatalogNameString;
390
396
  /**
@@ -480,7 +486,7 @@ declare namespace Athena {
480
486
  }
481
487
  export interface DataCatalog {
482
488
  /**
483
- * The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
489
+ * The name of the data catalog. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
484
490
  */
485
491
  Name: CatalogNameString;
486
492
  /**
@@ -498,7 +504,7 @@ declare namespace Athena {
498
504
  }
499
505
  export interface DataCatalogSummary {
500
506
  /**
501
- * The name of the data catalog.
507
+ * The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
502
508
  */
503
509
  CatalogName?: CatalogNameString;
504
510
  /**
@@ -594,6 +600,7 @@ declare namespace Athena {
594
600
  EffectiveEngineVersion?: NameString;
595
601
  }
596
602
  export type EngineVersionsList = EngineVersion[];
603
+ export type ErrorCategory = number;
597
604
  export type ErrorCode = string;
598
605
  export type ErrorMessage = string;
599
606
  export type ExpressionString = string;
@@ -1115,6 +1122,10 @@ declare namespace Athena {
1115
1122
  * The date and time that the query completed.
1116
1123
  */
1117
1124
  CompletionDateTime?: _Date;
1125
+ /**
1126
+ * Provides information about an Athena query error.
1127
+ */
1128
+ AthenaError?: AthenaError;
1118
1129
  }
1119
1130
  export type QueryString = string;
1120
1131
  export interface ResultConfiguration {
@@ -1126,6 +1137,10 @@ declare namespace Athena {
1126
1137
  * If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE-KMS or CSE-KMS) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
1127
1138
  */
1128
1139
  EncryptionConfiguration?: EncryptionConfiguration;
1140
+ /**
1141
+ * The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
1142
+ */
1143
+ ExpectedBucketOwner?: String;
1129
1144
  }
1130
1145
  export interface ResultConfigurationUpdates {
1131
1146
  /**
@@ -1133,7 +1148,7 @@ declare namespace Athena {
1133
1148
  */
1134
1149
  OutputLocation?: String;
1135
1150
  /**
1136
- * If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
1151
+ * If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
1137
1152
  */
1138
1153
  RemoveOutputLocation?: BoxedBoolean;
1139
1154
  /**
@@ -1141,9 +1156,17 @@ declare namespace Athena {
1141
1156
  */
1142
1157
  EncryptionConfiguration?: EncryptionConfiguration;
1143
1158
  /**
1144
- * If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
1159
+ * If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
1145
1160
  */
1146
1161
  RemoveEncryptionConfiguration?: BoxedBoolean;
1162
+ /**
1163
+ * The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation. If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings.
1164
+ */
1165
+ ExpectedBucketOwner?: String;
1166
+ /**
1167
+ * If set to "true", removes the Amazon Web Services account ID previously specified for ResultConfiguration$ExpectedBucketOwner. If set to "false" or not set, and a value is present in the ExpectedBucketOwner in ResultConfigurationUpdates (the client-side setting), the ExpectedBucketOwner in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings.
1168
+ */
1169
+ RemoveExpectedBucketOwner?: BoxedBoolean;
1147
1170
  }
1148
1171
  export interface ResultSet {
1149
1172
  /**
@@ -1312,7 +1335,7 @@ declare namespace Athena {
1312
1335
  }
1313
1336
  export interface UpdateDataCatalogInput {
1314
1337
  /**
1315
- * The name of the data catalog to update. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
1338
+ * The name of the data catalog to update. The catalog name must be unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena.
1316
1339
  */
1317
1340
  Name: CatalogNameString;
1318
1341
  /**