cdk-comprehend-s3olap 2.0.497 → 2.0.499
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +111 -105
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +30 -6
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1346 -1321
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +112 -56
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +42 -31
- package/node_modules/aws-sdk/clients/connect.d.ts +57 -30
- package/node_modules/aws-sdk/clients/ec2.d.ts +36 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +94 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +1490 -1435
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -228,11 +228,11 @@ declare class Connect extends Service {
|
|
228
228
|
*/
|
229
229
|
createHoursOfOperation(callback?: (err: AWSError, data: Connect.Types.CreateHoursOfOperationResponse) => void): Request<Connect.Types.CreateHoursOfOperationResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
231
|
+
* This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. For more information, see Create an Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
232
232
|
*/
|
233
233
|
createInstance(params: Connect.Types.CreateInstanceRequest, callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
235
|
+
* This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. For more information, see Create an Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
236
236
|
*/
|
237
237
|
createInstance(callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
|
238
238
|
/**
|
@@ -260,11 +260,11 @@ declare class Connect extends Service {
|
|
260
260
|
*/
|
261
261
|
createPersistentContactAssociation(callback?: (err: AWSError, data: Connect.Types.CreatePersistentContactAssociationResponse) => void): Request<Connect.Types.CreatePersistentContactAssociationResponse, AWSError>;
|
262
262
|
/**
|
263
|
-
* Creates a new predefined attribute for the specified Amazon Connect instance.
|
263
|
+
* Creates a new predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
264
264
|
*/
|
265
265
|
createPredefinedAttribute(params: Connect.Types.CreatePredefinedAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
266
266
|
/**
|
267
|
-
* Creates a new predefined attribute for the specified Amazon Connect instance.
|
267
|
+
* Creates a new predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
268
268
|
*/
|
269
269
|
createPredefinedAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
270
270
|
/**
|
@@ -308,11 +308,11 @@ declare class Connect extends Service {
|
|
308
308
|
*/
|
309
309
|
createRule(callback?: (err: AWSError, data: Connect.Types.CreateRuleResponse) => void): Request<Connect.Types.CreateRuleResponse, AWSError>;
|
310
310
|
/**
|
311
|
-
* Creates a security profile.
|
311
|
+
* Creates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
312
312
|
*/
|
313
313
|
createSecurityProfile(params: Connect.Types.CreateSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
|
314
314
|
/**
|
315
|
-
* Creates a security profile.
|
315
|
+
* Creates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
316
316
|
*/
|
317
317
|
createSecurityProfile(callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
|
318
318
|
/**
|
@@ -436,11 +436,11 @@ declare class Connect extends Service {
|
|
436
436
|
*/
|
437
437
|
deleteHoursOfOperation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
438
438
|
/**
|
439
|
-
* This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
439
|
+
* This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see Delete your Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
440
440
|
*/
|
441
441
|
deleteInstance(params: Connect.Types.DeleteInstanceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
442
442
|
/**
|
443
|
-
* This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
443
|
+
* This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see Delete your Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
|
444
444
|
*/
|
445
445
|
deleteInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
446
446
|
/**
|
@@ -468,11 +468,11 @@ declare class Connect extends Service {
|
|
468
468
|
*/
|
469
469
|
deletePrompt(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
470
470
|
/**
|
471
|
-
* Deletes a queue.
|
471
|
+
* Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website.
|
472
472
|
*/
|
473
473
|
deleteQueue(params: Connect.Types.DeleteQueueRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
474
474
|
/**
|
475
|
-
* Deletes a queue.
|
475
|
+
* Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website.
|
476
476
|
*/
|
477
477
|
deleteQueue(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
478
478
|
/**
|
@@ -668,11 +668,11 @@ declare class Connect extends Service {
|
|
668
668
|
*/
|
669
669
|
describePhoneNumber(callback?: (err: AWSError, data: Connect.Types.DescribePhoneNumberResponse) => void): Request<Connect.Types.DescribePhoneNumberResponse, AWSError>;
|
670
670
|
/**
|
671
|
-
* Describes a predefined attribute for the specified Amazon Connect instance.
|
671
|
+
* Describes a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
672
672
|
*/
|
673
673
|
describePredefinedAttribute(params: Connect.Types.DescribePredefinedAttributeRequest, callback?: (err: AWSError, data: Connect.Types.DescribePredefinedAttributeResponse) => void): Request<Connect.Types.DescribePredefinedAttributeResponse, AWSError>;
|
674
674
|
/**
|
675
|
-
* Describes a predefined attribute for the specified Amazon Connect instance.
|
675
|
+
* Describes a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
676
676
|
*/
|
677
677
|
describePredefinedAttribute(callback?: (err: AWSError, data: Connect.Types.DescribePredefinedAttributeResponse) => void): Request<Connect.Types.DescribePredefinedAttributeResponse, AWSError>;
|
678
678
|
/**
|
@@ -716,11 +716,11 @@ declare class Connect extends Service {
|
|
716
716
|
*/
|
717
717
|
describeRule(callback?: (err: AWSError, data: Connect.Types.DescribeRuleResponse) => void): Request<Connect.Types.DescribeRuleResponse, AWSError>;
|
718
718
|
/**
|
719
|
-
* Gets basic information about the security
|
719
|
+
* Gets basic information about the security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
720
720
|
*/
|
721
721
|
describeSecurityProfile(params: Connect.Types.DescribeSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
|
722
722
|
/**
|
723
|
-
* Gets basic information about the security
|
723
|
+
* Gets basic information about the security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
724
724
|
*/
|
725
725
|
describeSecurityProfile(callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
|
726
726
|
/**
|
@@ -1156,11 +1156,11 @@ declare class Connect extends Service {
|
|
1156
1156
|
*/
|
1157
1157
|
listPhoneNumbersV2(callback?: (err: AWSError, data: Connect.Types.ListPhoneNumbersV2Response) => void): Request<Connect.Types.ListPhoneNumbersV2Response, AWSError>;
|
1158
1158
|
/**
|
1159
|
-
* Lists predefined attributes for the specified Amazon Connect instance.
|
1159
|
+
* Lists predefined attributes for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1160
1160
|
*/
|
1161
1161
|
listPredefinedAttributes(params: Connect.Types.ListPredefinedAttributesRequest, callback?: (err: AWSError, data: Connect.Types.ListPredefinedAttributesResponse) => void): Request<Connect.Types.ListPredefinedAttributesResponse, AWSError>;
|
1162
1162
|
/**
|
1163
|
-
* Lists predefined attributes for the specified Amazon Connect instance.
|
1163
|
+
* Lists predefined attributes for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1164
1164
|
*/
|
1165
1165
|
listPredefinedAttributes(callback?: (err: AWSError, data: Connect.Types.ListPredefinedAttributesResponse) => void): Request<Connect.Types.ListPredefinedAttributesResponse, AWSError>;
|
1166
1166
|
/**
|
@@ -1244,19 +1244,19 @@ declare class Connect extends Service {
|
|
1244
1244
|
*/
|
1245
1245
|
listSecurityProfileApplications(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfileApplicationsResponse) => void): Request<Connect.Types.ListSecurityProfileApplicationsResponse, AWSError>;
|
1246
1246
|
/**
|
1247
|
-
* Lists the permissions granted to a security profile.
|
1247
|
+
* Lists the permissions granted to a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1248
1248
|
*/
|
1249
1249
|
listSecurityProfilePermissions(params: Connect.Types.ListSecurityProfilePermissionsRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
|
1250
1250
|
/**
|
1251
|
-
* Lists the permissions granted to a security profile.
|
1251
|
+
* Lists the permissions granted to a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1252
1252
|
*/
|
1253
1253
|
listSecurityProfilePermissions(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
|
1254
1254
|
/**
|
1255
|
-
* Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
|
1255
|
+
* Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1256
1256
|
*/
|
1257
1257
|
listSecurityProfiles(params: Connect.Types.ListSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilesResponse) => void): Request<Connect.Types.ListSecurityProfilesResponse, AWSError>;
|
1258
1258
|
/**
|
1259
|
-
* Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
|
1259
|
+
* Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1260
1260
|
*/
|
1261
1261
|
listSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilesResponse) => void): Request<Connect.Types.ListSecurityProfilesResponse, AWSError>;
|
1262
1262
|
/**
|
@@ -1444,11 +1444,11 @@ declare class Connect extends Service {
|
|
1444
1444
|
*/
|
1445
1445
|
searchHoursOfOperations(callback?: (err: AWSError, data: Connect.Types.SearchHoursOfOperationsResponse) => void): Request<Connect.Types.SearchHoursOfOperationsResponse, AWSError>;
|
1446
1446
|
/**
|
1447
|
-
*
|
1447
|
+
* Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1448
1448
|
*/
|
1449
1449
|
searchPredefinedAttributes(params: Connect.Types.SearchPredefinedAttributesRequest, callback?: (err: AWSError, data: Connect.Types.SearchPredefinedAttributesResponse) => void): Request<Connect.Types.SearchPredefinedAttributesResponse, AWSError>;
|
1450
1450
|
/**
|
1451
|
-
*
|
1451
|
+
* Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1452
1452
|
*/
|
1453
1453
|
searchPredefinedAttributes(callback?: (err: AWSError, data: Connect.Types.SearchPredefinedAttributesResponse) => void): Request<Connect.Types.SearchPredefinedAttributesResponse, AWSError>;
|
1454
1454
|
/**
|
@@ -1492,11 +1492,11 @@ declare class Connect extends Service {
|
|
1492
1492
|
*/
|
1493
1493
|
searchRoutingProfiles(callback?: (err: AWSError, data: Connect.Types.SearchRoutingProfilesResponse) => void): Request<Connect.Types.SearchRoutingProfilesResponse, AWSError>;
|
1494
1494
|
/**
|
1495
|
-
* Searches security profiles in an Amazon Connect instance, with optional filtering.
|
1495
|
+
* Searches security profiles in an Amazon Connect instance, with optional filtering. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1496
1496
|
*/
|
1497
1497
|
searchSecurityProfiles(params: Connect.Types.SearchSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
|
1498
1498
|
/**
|
1499
|
-
* Searches security profiles in an Amazon Connect instance, with optional filtering.
|
1499
|
+
* Searches security profiles in an Amazon Connect instance, with optional filtering. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1500
1500
|
*/
|
1501
1501
|
searchSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
|
1502
1502
|
/**
|
@@ -1828,11 +1828,11 @@ declare class Connect extends Service {
|
|
1828
1828
|
*/
|
1829
1829
|
updatePhoneNumberMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1830
1830
|
/**
|
1831
|
-
* Updates a predefined attribute for the specified Amazon Connect instance.
|
1831
|
+
* Updates a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1832
1832
|
*/
|
1833
1833
|
updatePredefinedAttribute(params: Connect.Types.UpdatePredefinedAttributeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1834
1834
|
/**
|
1835
|
-
* Updates a predefined attribute for the specified Amazon Connect instance.
|
1835
|
+
* Updates a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see Create predefined attributes for routing contacts to agents.
|
1836
1836
|
*/
|
1837
1837
|
updatePredefinedAttribute(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1838
1838
|
/**
|
@@ -1948,11 +1948,11 @@ declare class Connect extends Service {
|
|
1948
1948
|
*/
|
1949
1949
|
updateRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1950
1950
|
/**
|
1951
|
-
* Updates a security profile.
|
1951
|
+
* Updates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1952
1952
|
*/
|
1953
1953
|
updateSecurityProfile(params: Connect.Types.UpdateSecurityProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1954
1954
|
/**
|
1955
|
-
* Updates a security profile.
|
1955
|
+
* Updates a security profile. For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
|
1956
1956
|
*/
|
1957
1957
|
updateSecurityProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1958
1958
|
/**
|
@@ -2307,7 +2307,7 @@ declare namespace Connect {
|
|
2307
2307
|
export type AgentUsername = string;
|
2308
2308
|
export interface AgentsCriteria {
|
2309
2309
|
/**
|
2310
|
-
* An object to specify a list of agents, by
|
2310
|
+
* An object to specify a list of agents, by user ID.
|
2311
2311
|
*/
|
2312
2312
|
AgentIds?: AgentIds;
|
2313
2313
|
}
|
@@ -8652,7 +8652,7 @@ declare namespace Connect {
|
|
8652
8652
|
export type Long = number;
|
8653
8653
|
export interface MatchCriteria {
|
8654
8654
|
/**
|
8655
|
-
* An object to define
|
8655
|
+
* An object to define agentIds.
|
8656
8656
|
*/
|
8657
8657
|
AgentsCriteria?: AgentsCriteria;
|
8658
8658
|
}
|
@@ -9861,6 +9861,29 @@ declare namespace Connect {
|
|
9861
9861
|
*/
|
9862
9862
|
Index?: Index;
|
9863
9863
|
}
|
9864
|
+
export interface RoutingCriteriaInput {
|
9865
|
+
/**
|
9866
|
+
* When Amazon Connect does not find an available agent meeting the requirements in a step for
 a given step duration, the routing criteria will move on to the next step sequentially until a
 join is completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.
|
9867
|
+
*/
|
9868
|
+
Steps?: RoutingCriteriaInputSteps;
|
9869
|
+
}
|
9870
|
+
export interface RoutingCriteriaInputStep {
|
9871
|
+
/**
|
9872
|
+
* An object to specify the expiration of a routing step.
|
9873
|
+
*/
|
9874
|
+
Expiry?: RoutingCriteriaInputStepExpiry;
|
9875
|
+
/**
|
9876
|
+
* A tagged union to specify expression for a routing step.
|
9877
|
+
*/
|
9878
|
+
Expression?: Expression;
|
9879
|
+
}
|
9880
|
+
export interface RoutingCriteriaInputStepExpiry {
|
9881
|
+
/**
|
9882
|
+
* The number of seconds that the contact will be routed only to agents matching this routing
 step, if expiry was configured for this routing step.
|
9883
|
+
*/
|
9884
|
+
DurationInSeconds?: DurationInSeconds;
|
9885
|
+
}
|
9886
|
+
export type RoutingCriteriaInputSteps = RoutingCriteriaInputStep[];
|
9864
9887
|
export type RoutingCriteriaStepStatus = "ACTIVE"|"INACTIVE"|"JOINED"|"EXPIRED"|string;
|
9865
9888
|
export type RoutingExpression = string;
|
9866
9889
|
export type RoutingExpressions = RoutingExpression[];
|
@@ -12254,6 +12277,10 @@ declare namespace Connect {
|
|
12254
12277
|
* Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.
|
12255
12278
|
*/
|
12256
12279
|
QueuePriority?: QueuePriority;
|
12280
|
+
/**
|
12281
|
+
* Updates the routing criteria on the contact. These properties can be used to change how a
 contact is routed within the queue.
|
12282
|
+
*/
|
12283
|
+
RoutingCriteria?: RoutingCriteriaInput;
|
12257
12284
|
}
|
12258
12285
|
export interface UpdateContactRoutingDataResponse {
|
12259
12286
|
}
|
@@ -9789,6 +9789,10 @@ declare namespace EC2 {
|
|
9789
9789
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
9790
9790
|
*/
|
9791
9791
|
Tier?: IpamTier;
|
9792
|
+
/**
|
9793
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
9794
|
+
*/
|
9795
|
+
EnablePrivateGua?: Boolean;
|
9792
9796
|
}
|
9793
9797
|
export interface CreateIpamResourceDiscoveryRequest {
|
9794
9798
|
/**
|
@@ -25748,6 +25752,7 @@ declare namespace EC2 {
|
|
25748
25752
|
}
|
25749
25753
|
export type IpRangeList = IpRange[];
|
25750
25754
|
export type IpRanges = String[];
|
25755
|
+
export type IpSource = "amazon"|"byoip"|"none"|string;
|
25751
25756
|
export interface Ipam {
|
25752
25757
|
/**
|
25753
25758
|
* The Amazon Web Services account ID of the owner of the IPAM.
|
@@ -25813,6 +25818,10 @@ declare namespace EC2 {
|
|
25813
25818
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
25814
25819
|
*/
|
25815
25820
|
Tier?: IpamTier;
|
25821
|
+
/**
|
25822
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
25823
|
+
*/
|
25824
|
+
EnablePrivateGua?: Boolean;
|
25816
25825
|
}
|
25817
25826
|
export type IpamAddressHistoryMaxResults = number;
|
25818
25827
|
export interface IpamAddressHistoryRecord {
|
@@ -25998,6 +26007,10 @@ declare namespace EC2 {
|
|
25998
26007
|
* The resource CIDR.
|
25999
26008
|
*/
|
26000
26009
|
ResourceCidr?: String;
|
26010
|
+
/**
|
26011
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
26012
|
+
*/
|
26013
|
+
IpSource?: IpamResourceCidrIpSource;
|
26001
26014
|
/**
|
26002
26015
|
* The resource type.
|
26003
26016
|
*/
|
@@ -26409,6 +26422,7 @@ declare namespace EC2 {
|
|
26409
26422
|
*/
|
26410
26423
|
AvailabilityZoneId?: String;
|
26411
26424
|
}
|
26425
|
+
export type IpamResourceCidrIpSource = "amazon"|"byoip"|"none"|string;
|
26412
26426
|
export type IpamResourceCidrSet = IpamResourceCidr[];
|
26413
26427
|
export interface IpamResourceDiscovery {
|
26414
26428
|
/**
|
@@ -26589,6 +26603,7 @@ declare namespace EC2 {
|
|
26589
26603
|
}
|
26590
26604
|
export type Ipv4PrefixesList = Ipv4PrefixSpecification[];
|
26591
26605
|
export type Ipv6Address = string;
|
26606
|
+
export type Ipv6AddressAttribute = "public"|"private"|string;
|
26592
26607
|
export type Ipv6AddressList = String[];
|
26593
26608
|
export interface Ipv6CidrAssociation {
|
26594
26609
|
/**
|
@@ -29101,6 +29116,10 @@ declare namespace EC2 {
|
|
29101
29116
|
* IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing > IPAM tab.
|
29102
29117
|
*/
|
29103
29118
|
Tier?: IpamTier;
|
29119
|
+
/**
|
29120
|
+
* Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.
|
29121
|
+
*/
|
29122
|
+
EnablePrivateGua?: Boolean;
|
29104
29123
|
}
|
29105
29124
|
export interface ModifyIpamResourceCidrRequest {
|
29106
29125
|
/**
|
@@ -32443,7 +32462,7 @@ declare namespace EC2 {
|
|
32443
32462
|
*/
|
32444
32463
|
PoolId: Ipv4PoolEc2Id;
|
32445
32464
|
/**
|
32446
|
-
* The netmask length of the CIDR you would like to allocate to the public IPv4 pool.
|
32465
|
+
* The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.
|
32447
32466
|
*/
|
32448
32467
|
NetmaskLength: Integer;
|
32449
32468
|
/**
|
@@ -37110,6 +37129,14 @@ declare namespace EC2 {
|
|
37110
37129
|
* The state of the CIDR block.
|
37111
37130
|
*/
|
37112
37131
|
Ipv6CidrBlockState?: SubnetCidrBlockState;
|
37132
|
+
/**
|
37133
|
+
* Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
|
37134
|
+
*/
|
37135
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
37136
|
+
/**
|
37137
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
37138
|
+
*/
|
37139
|
+
IpSource?: IpSource;
|
37113
37140
|
}
|
37114
37141
|
export type SubnetIpv6CidrBlockAssociationSet = SubnetIpv6CidrBlockAssociation[];
|
37115
37142
|
export type SubnetList = Subnet[];
|
@@ -40122,6 +40149,14 @@ declare namespace EC2 {
|
|
40122
40149
|
* The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
|
40123
40150
|
*/
|
40124
40151
|
Ipv6Pool?: String;
|
40152
|
+
/**
|
40153
|
+
* Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
|
40154
|
+
*/
|
40155
|
+
Ipv6AddressAttribute?: Ipv6AddressAttribute;
|
40156
|
+
/**
|
40157
|
+
* The source that allocated the IP address space. byoip or amazon indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). none indicates private space.
|
40158
|
+
*/
|
40159
|
+
IpSource?: IpSource;
|
40125
40160
|
}
|
40126
40161
|
export type VpcIpv6CidrBlockAssociationSet = VpcIpv6CidrBlockAssociation[];
|
40127
40162
|
export type VpcList = Vpc[];
|
@@ -2151,6 +2151,10 @@ declare namespace Glue {
|
|
2151
2151
|
* The nodes that are inputs to the data target.
|
2152
2152
|
*/
|
2153
2153
|
Inputs: OneInput;
|
2154
|
+
/**
|
2155
|
+
* The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.
|
2156
|
+
*/
|
2157
|
+
PartitionKeys?: GlueStudioPathList;
|
2154
2158
|
/**
|
2155
2159
|
* The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.
|
2156
2160
|
*/
|
@@ -3698,7 +3702,7 @@ declare namespace Glue {
|
|
3698
3702
|
*/
|
3699
3703
|
MatchCriteria?: MatchCriteria;
|
3700
3704
|
/**
|
3701
|
-
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
|
3705
|
+
* These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers. ROLE_ARN - The role to be used for running queries. REGION - The Amazon Web Services Region where queries will be run. WORKGROUP_NAME - The name of an Amazon Redshift serverless workgroup or Amazon Athena workgroup in which queries will run. CLUSTER_IDENTIFIER - The cluster identifier of an Amazon Redshift cluster in which queries will run. DATABASE - The Amazon Redshift database that you are connecting to.
|
3702
3706
|
*/
|
3703
3707
|
ConnectionProperties?: ConnectionProperties;
|
3704
3708
|
/**
|
@@ -3744,7 +3748,7 @@ declare namespace Glue {
|
|
3744
3748
|
*/
|
3745
3749
|
Description?: DescriptionString;
|
3746
3750
|
/**
|
3747
|
-
* The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. SALESFORCE - Designates a connection to Salesforce using OAuth authencation. Requires the AuthenticationConfiguration member to be configured. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
|
3751
|
+
* The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. SALESFORCE - Designates a connection to Salesforce using OAuth authencation. Requires the AuthenticationConfiguration member to be configured. VIEW_VALIDATION_REDSHIFT - Designates a connection used for view validation by Amazon Redshift. VIEW_VALIDATION_ATHENA - Designates a connection used for view validation by Amazon Athena. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
|
3748
3752
|
*/
|
3749
3753
|
ConnectionType: ConnectionType;
|
3750
3754
|
/**
|
@@ -3781,9 +3785,9 @@ declare namespace Glue {
|
|
3781
3785
|
AwsKmsKeyId?: NameString;
|
3782
3786
|
}
|
3783
3787
|
export type ConnectionProperties = {[key: string]: ValueString};
|
3784
|
-
export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|"ROLE_ARN"|string;
|
3788
|
+
export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|"ROLE_ARN"|"REGION"|"WORKGROUP_NAME"|"CLUSTER_IDENTIFIER"|"DATABASE"|string;
|
3785
3789
|
export type ConnectionStatus = "READY"|"IN_PROGRESS"|"FAILED"|string;
|
3786
|
-
export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|string;
|
3790
|
+
export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA"|string;
|
3787
3791
|
export interface ConnectionsList {
|
3788
3792
|
/**
|
3789
3793
|
* A list of connections used by the job.
|
@@ -8380,6 +8384,10 @@ declare namespace Glue {
|
|
8380
8384
|
* The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
|
8381
8385
|
*/
|
8382
8386
|
QueryAsOfTime?: Timestamp;
|
8387
|
+
/**
|
8388
|
+
* Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
|
8389
|
+
*/
|
8390
|
+
IncludeStatusDetails?: BooleanNullable;
|
8383
8391
|
}
|
8384
8392
|
export interface GetTableResponse {
|
8385
8393
|
/**
|
@@ -8473,6 +8481,10 @@ declare namespace Glue {
|
|
8473
8481
|
* The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.
|
8474
8482
|
*/
|
8475
8483
|
QueryAsOfTime?: Timestamp;
|
8484
|
+
/**
|
8485
|
+
* Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
|
8486
|
+
*/
|
8487
|
+
IncludeStatusDetails?: BooleanNullable;
|
8476
8488
|
}
|
8477
8489
|
export interface GetTablesResponse {
|
8478
8490
|
/**
|
@@ -11806,7 +11818,9 @@ declare namespace Glue {
|
|
11806
11818
|
*/
|
11807
11819
|
JobBookmarkEntry?: JobBookmarkEntry;
|
11808
11820
|
}
|
11821
|
+
export type ResourceAction = "UPDATE"|"CREATE"|string;
|
11809
11822
|
export type ResourceShareType = "FOREIGN"|"ALL"|"FEDERATED"|string;
|
11823
|
+
export type ResourceState = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED"|string;
|
11810
11824
|
export type ResourceType = "JAR"|"FILE"|"ARCHIVE"|string;
|
11811
11825
|
export interface ResourceUri {
|
11812
11826
|
/**
|
@@ -12641,6 +12655,10 @@ declare namespace Glue {
|
|
12641
12655
|
* Allows you to specify that you want to search the tables shared with your account. The allowable values are FOREIGN or ALL. If set to FOREIGN, will search the tables shared with your account. If set to ALL, will search the tables shared with your account, as well as the tables in yor local account.
|
12642
12656
|
*/
|
12643
12657
|
ResourceShareType?: ResourceShareType;
|
12658
|
+
/**
|
12659
|
+
* Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.
|
12660
|
+
*/
|
12661
|
+
IncludeStatusDetails?: BooleanNullable;
|
12644
12662
|
}
|
12645
12663
|
export interface SearchTablesResponse {
|
12646
12664
|
/**
|
@@ -13582,6 +13600,16 @@ declare namespace Glue {
|
|
13582
13600
|
InclusionAnnotation?: TimestampedInclusionAnnotation;
|
13583
13601
|
}
|
13584
13602
|
export type StatisticSummaryList = StatisticSummary[];
|
13603
|
+
export interface StatusDetails {
|
13604
|
+
/**
|
13605
|
+
* A Table object representing the requested changes.
|
13606
|
+
*/
|
13607
|
+
RequestedChange?: Table;
|
13608
|
+
/**
|
13609
|
+
* A list of ViewValidation objects that contain information for an analytical engine to validate a view.
|
13610
|
+
*/
|
13611
|
+
ViewValidations?: ViewValidationList;
|
13612
|
+
}
|
13585
13613
|
export interface StopColumnStatisticsTaskRunRequest {
|
13586
13614
|
/**
|
13587
13615
|
* The name of the database where the table resides.
|
@@ -13840,6 +13868,7 @@ declare namespace Glue {
|
|
13840
13868
|
* Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.
|
13841
13869
|
*/
|
13842
13870
|
IsMultiDialectView?: NullableBoolean;
|
13871
|
+
Status?: TableStatus;
|
13843
13872
|
}
|
13844
13873
|
export interface TableError {
|
13845
13874
|
/**
|
@@ -13981,6 +14010,40 @@ declare namespace Glue {
|
|
13981
14010
|
export type TableOptimizerRuns = TableOptimizerRun[];
|
13982
14011
|
export type TableOptimizerType = "compaction"|string;
|
13983
14012
|
export type TablePrefix = string;
|
14013
|
+
export interface TableStatus {
|
14014
|
+
/**
|
14015
|
+
* The ARN of the user who requested the asynchronous change.
|
14016
|
+
*/
|
14017
|
+
RequestedBy?: NameString;
|
14018
|
+
/**
|
14019
|
+
* The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
|
14020
|
+
*/
|
14021
|
+
UpdatedBy?: NameString;
|
14022
|
+
/**
|
14023
|
+
* An ISO 8601 formatted date string indicating the time that the change was initiated.
|
14024
|
+
*/
|
14025
|
+
RequestTime?: Timestamp;
|
14026
|
+
/**
|
14027
|
+
* An ISO 8601 formatted date string indicating the time that the state was last updated.
|
14028
|
+
*/
|
14029
|
+
UpdateTime?: Timestamp;
|
14030
|
+
/**
|
14031
|
+
* Indicates which action was called on the table, currently only CREATE or UPDATE.
|
14032
|
+
*/
|
14033
|
+
Action?: ResourceAction;
|
14034
|
+
/**
|
14035
|
+
* A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
|
14036
|
+
*/
|
14037
|
+
State?: ResourceState;
|
14038
|
+
/**
|
14039
|
+
* An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.
|
14040
|
+
*/
|
14041
|
+
Error?: ErrorDetail;
|
14042
|
+
/**
|
14043
|
+
* A StatusDetails object with information about the requested change.
|
14044
|
+
*/
|
14045
|
+
Details?: StatusDetails;
|
14046
|
+
}
|
13984
14047
|
export type TableTypeString = string;
|
13985
14048
|
export interface TableVersion {
|
13986
14049
|
/**
|
@@ -15289,6 +15352,33 @@ declare namespace Glue {
|
|
15289
15352
|
export type ViewSubObjectsList = ArnString[];
|
15290
15353
|
export type ViewTextString = string;
|
15291
15354
|
export type ViewUpdateAction = "ADD"|"REPLACE"|"ADD_OR_REPLACE"|"DROP"|string;
|
15355
|
+
export interface ViewValidation {
|
15356
|
+
/**
|
15357
|
+
* The dialect of the query engine.
|
15358
|
+
*/
|
15359
|
+
Dialect?: ViewDialect;
|
15360
|
+
/**
|
15361
|
+
* The version of the dialect of the query engine. For example, 3.0.0.
|
15362
|
+
*/
|
15363
|
+
DialectVersion?: ViewDialectVersionString;
|
15364
|
+
/**
|
15365
|
+
* The SELECT query that defines the view, as provided by the customer.
|
15366
|
+
*/
|
15367
|
+
ViewValidationText?: ViewTextString;
|
15368
|
+
/**
|
15369
|
+
* The time of the last update.
|
15370
|
+
*/
|
15371
|
+
UpdateTime?: Timestamp;
|
15372
|
+
/**
|
15373
|
+
* The state of the validation.
|
15374
|
+
*/
|
15375
|
+
State?: ResourceState;
|
15376
|
+
/**
|
15377
|
+
* An error associated with the validation.
|
15378
|
+
*/
|
15379
|
+
Error?: ErrorDetail;
|
15380
|
+
}
|
15381
|
+
export type ViewValidationList = ViewValidation[];
|
15292
15382
|
export type WorkerType = "Standard"|"G.1X"|"G.2X"|"G.025X"|"G.4X"|"G.8X"|"Z.2X"|string;
|
15293
15383
|
export interface Workflow {
|
15294
15384
|
/**
|