cdk-lambda-subminute 2.0.466 → 2.0.468
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +30 -6
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +31 -31
- package/node_modules/aws-sdk/clients/connect.d.ts +57 -30
- 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 +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +33 -9
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- 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
|
}
|
@@ -341,11 +341,11 @@ declare class SSM extends Service {
|
|
341
341
|
*/
|
342
342
|
describeInstanceAssociationsStatus(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceAssociationsStatusResult) => void): Request<SSM.Types.DescribeInstanceAssociationsStatusResult, AWSError>;
|
343
343
|
/**
|
344
|
-
* Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the
|
344
|
+
* Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node.
|
345
345
|
*/
|
346
346
|
describeInstanceInformation(params: SSM.Types.DescribeInstanceInformationRequest, callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
|
347
347
|
/**
|
348
|
-
* Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the
|
348
|
+
* Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node.
|
349
349
|
*/
|
350
350
|
describeInstanceInformation(callback?: (err: AWSError, data: SSM.Types.DescribeInstanceInformationResult) => void): Request<SSM.Types.DescribeInstanceInformationResult, AWSError>;
|
351
351
|
/**
|
@@ -493,11 +493,11 @@ declare class SSM extends Service {
|
|
493
493
|
*/
|
494
494
|
describePatchGroups(callback?: (err: AWSError, data: SSM.Types.DescribePatchGroupsResult) => void): Request<SSM.Types.DescribePatchGroupsResult, AWSError>;
|
495
495
|
/**
|
496
|
-
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY
|
496
|
+
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2023 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY
|
497
497
|
*/
|
498
498
|
describePatchProperties(params: SSM.Types.DescribePatchPropertiesRequest, callback?: (err: AWSError, data: SSM.Types.DescribePatchPropertiesResult) => void): Request<SSM.Types.DescribePatchPropertiesResult, AWSError>;
|
499
499
|
/**
|
500
|
-
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY
|
500
|
+
* Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines. The following section lists the properties that can be used in filters for each major operating system type: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2023 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY
|
501
501
|
*/
|
502
502
|
describePatchProperties(callback?: (err: AWSError, data: SSM.Types.DescribePatchPropertiesResult) => void): Request<SSM.Types.DescribePatchPropertiesResult, AWSError>;
|
503
503
|
/**
|
@@ -533,11 +533,11 @@ declare class SSM extends Service {
|
|
533
533
|
*/
|
534
534
|
getCalendarState(callback?: (err: AWSError, data: SSM.Types.GetCalendarStateResponse) => void): Request<SSM.Types.GetCalendarStateResponse, AWSError>;
|
535
535
|
/**
|
536
|
-
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
536
|
+
* Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
537
537
|
*/
|
538
538
|
getCommandInvocation(params: SSM.Types.GetCommandInvocationRequest, callback?: (err: AWSError, data: SSM.Types.GetCommandInvocationResult) => void): Request<SSM.Types.GetCommandInvocationResult, AWSError>;
|
539
539
|
/**
|
540
|
-
* Returns detailed information about command execution for an invocation or plugin. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
540
|
+
* Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.
|
541
541
|
*/
|
542
542
|
getCommandInvocation(callback?: (err: AWSError, data: SSM.Types.GetCommandInvocationResult) => void): Request<SSM.Types.GetCommandInvocationResult, AWSError>;
|
543
543
|
/**
|
@@ -2964,7 +2964,7 @@ declare namespace SSM {
|
|
2964
2964
|
*/
|
2965
2965
|
RejectedPatches?: PatchIdList;
|
2966
2966
|
/**
|
2967
|
-
* The action for Patch Manager to take on patches included in the RejectedPackages list.
|
2967
|
+
* The action for Patch Manager to take on patches included in the RejectedPackages list. ALLOW_AS_DEPENDENCY Linux and macOS: A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as INSTALLED_OTHER. This is the default action if no option is specified. Windows Server: Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as INSTALLED_OTHER. Any package not already installed on the node is skipped. This is the default action if no option is specified. BLOCK All OSs: Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as INSTALLED_REJECTED.
|
2968
2968
|
*/
|
2969
2969
|
RejectedPatchesAction?: PatchAction;
|
2970
2970
|
/**
|
@@ -5223,7 +5223,7 @@ declare namespace SSM {
|
|
5223
5223
|
*/
|
5224
5224
|
TaskArn?: MaintenanceWindowTaskArn;
|
5225
5225
|
/**
|
5226
|
-
* The Amazon Resource Name (ARN) of the
|
5226
|
+
* The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see Setting up maintenance windows in the in the Amazon Web Services Systems Manager User Guide.
|
5227
5227
|
*/
|
5228
5228
|
ServiceRoleArn?: ServiceRole;
|
5229
5229
|
/**
|
@@ -5736,7 +5736,7 @@ declare namespace SSM {
|
|
5736
5736
|
*/
|
5737
5737
|
ActivationId?: ActivationId;
|
5738
5738
|
/**
|
5739
|
-
* The
|
5739
|
+
* The role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node. This call doesn't return the IAM role for unmanaged Amazon EC2 instances (instances not configured for Systems Manager). To retrieve the role for an unmanaged instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
|
5740
5740
|
*/
|
5741
5741
|
IamRole?: IamRole;
|
5742
5742
|
/**
|
@@ -7060,7 +7060,7 @@ declare namespace SSM {
|
|
7060
7060
|
*/
|
7061
7061
|
Parameters?: Parameters;
|
7062
7062
|
/**
|
7063
|
-
* The Amazon Resource Name (ARN) of the
|
7063
|
+
* The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see Setting up maintenance windows in the in the Amazon Web Services Systems Manager User Guide.
|
7064
7064
|
*/
|
7065
7065
|
ServiceRoleArn?: ServiceRole;
|
7066
7066
|
/**
|
@@ -7149,7 +7149,7 @@ declare namespace SSM {
|
|
7149
7149
|
*/
|
7150
7150
|
LoggingInfo?: LoggingInfo;
|
7151
7151
|
/**
|
7152
|
-
* The Amazon Resource Name (ARN) of the
|
7152
|
+
* The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see Setting up maintenance windows in the in the Amazon Web Services Systems Manager User Guide.
|
7153
7153
|
*/
|
7154
7154
|
ServiceRoleArn?: ServiceRole;
|
7155
7155
|
/**
|
@@ -8100,7 +8100,7 @@ declare namespace SSM {
|
|
8100
8100
|
*/
|
8101
8101
|
BaselineDescription?: BaselineDescription;
|
8102
8102
|
/**
|
8103
|
-
*
|
8103
|
+
* Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
|
8104
8104
|
*/
|
8105
8105
|
DefaultBaseline?: DefaultBaseline;
|
8106
8106
|
}
|
@@ -8232,11 +8232,11 @@ declare namespace SSM {
|
|
8232
8232
|
*/
|
8233
8233
|
ComplianceLevel?: PatchComplianceLevel;
|
8234
8234
|
/**
|
8235
|
-
* The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported
|
8235
|
+
* The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. This parameter is marked as not required, but your request must include a value for either ApproveAfterDays or ApproveUntilDate. Not supported for Debian Server or Ubuntu Server.
|
8236
8236
|
*/
|
8237
8237
|
ApproveAfterDays?: ApproveAfterDays;
|
8238
8238
|
/**
|
8239
|
-
* The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically.
|
8239
|
+
* The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Enter dates in the format YYYY-MM-DD. For example, 2021-12-31. This parameter is marked as not required, but your request must include a value for either ApproveUntilDate or ApproveAfterDays. Not supported for Debian Server or Ubuntu Server.
|
8240
8240
|
*/
|
8241
8241
|
ApproveUntilDate?: PatchStringDateTime;
|
8242
8242
|
/**
|
@@ -10038,7 +10038,7 @@ declare namespace SSM {
|
|
10038
10038
|
*/
|
10039
10039
|
TaskArn?: MaintenanceWindowTaskArn;
|
10040
10040
|
/**
|
10041
|
-
* The Amazon Resource Name (ARN) of the
|
10041
|
+
* The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses a service-linked role in your account. If no appropriate service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow. However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For more information, see Setting up maintenance windows in the in the Amazon Web Services Systems Manager User Guide.
|
10042
10042
|
*/
|
10043
10043
|
ServiceRoleArn?: ServiceRole;
|
10044
10044
|
/**
|
@@ -10216,7 +10216,7 @@ declare namespace SSM {
|
|
10216
10216
|
*/
|
10217
10217
|
RejectedPatches?: PatchIdList;
|
10218
10218
|
/**
|
10219
|
-
* The action for Patch Manager to take on patches included in the RejectedPackages list.
|
10219
|
+
* The action for Patch Manager to take on patches included in the RejectedPackages list. ALLOW_AS_DEPENDENCY Linux and macOS: A package in the rejected patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as INSTALLED_OTHER. This is the default action if no option is specified. Windows Server: Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as INSTALLED_OTHER. Any package not already installed on the node is skipped. This is the default action if no option is specified. BLOCK All OSs: Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as INSTALLED_REJECTED.
|
10220
10220
|
*/
|
10221
10221
|
RejectedPatchesAction?: PatchAction;
|
10222
10222
|
/**
|