cdk-lambda-subminute 2.0.272 → 2.0.274
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/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +1 -2
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +28 -6
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +167 -35
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json +34 -2
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +30 -21
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +134 -9
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +776 -698
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +188 -173
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +53 -31
- package/node_modules/aws-sdk/clients/discovery.d.ts +170 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +10 -10
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +81 -81
- package/node_modules/aws-sdk/clients/omics.d.ts +27 -1
- package/node_modules/aws-sdk/clients/opensearch.d.ts +152 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +111 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +9 -9
- package/node_modules/aws-sdk/clients/ssm.d.ts +19 -3
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +2 -2
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +246 -86
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1974 -1691
- package/node_modules/aws-sdk/dist/aws-sdk.js +219 -185
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/.eslintrc +0 -1
- package/node_modules/call-bind/.nycrc +0 -4
- package/node_modules/call-bind/CHANGELOG.md +35 -0
- package/node_modules/call-bind/README.md +63 -1
- package/node_modules/call-bind/index.js +10 -13
- package/node_modules/call-bind/package.json +33 -23
- package/node_modules/call-bind/test/callBound.js +0 -1
- package/node_modules/call-bind/test/index.js +18 -4
- package/node_modules/define-data-property/.eslintrc +24 -0
- package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
- package/node_modules/define-data-property/.nycrc +13 -0
- package/node_modules/define-data-property/CHANGELOG.md +41 -0
- package/node_modules/define-data-property/LICENSE +21 -0
- package/node_modules/define-data-property/README.md +67 -0
- package/node_modules/define-data-property/index.d.ts +3 -0
- package/node_modules/define-data-property/index.d.ts.map +1 -0
- package/node_modules/define-data-property/index.js +68 -0
- package/node_modules/define-data-property/package.json +113 -0
- package/node_modules/define-data-property/test/index.js +392 -0
- package/node_modules/define-data-property/tsconfig.json +59 -0
- package/node_modules/has-property-descriptors/.eslintrc +13 -0
- package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
- package/node_modules/has-property-descriptors/.nycrc +9 -0
- package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
- package/node_modules/has-property-descriptors/LICENSE +21 -0
- package/node_modules/has-property-descriptors/README.md +43 -0
- package/node_modules/has-property-descriptors/index.js +33 -0
- package/node_modules/has-property-descriptors/package.json +70 -0
- package/node_modules/has-property-descriptors/test/index.js +57 -0
- package/node_modules/set-function-length/.eslintrc +27 -0
- package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
- package/node_modules/set-function-length/.nycrc +13 -0
- package/node_modules/set-function-length/CHANGELOG.md +41 -0
- package/node_modules/set-function-length/LICENSE +21 -0
- package/node_modules/set-function-length/README.md +56 -0
- package/node_modules/set-function-length/env.js +19 -0
- package/node_modules/set-function-length/index.js +41 -0
- package/node_modules/set-function-length/package.json +84 -0
- package/node_modules/which-typed-array/CHANGELOG.md +14 -0
- package/node_modules/which-typed-array/index.js +4 -1
- package/node_modules/which-typed-array/package.json +3 -3
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +0 -5
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +0 -1376
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +0 -46
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +0 -1344
- package/node_modules/aws-sdk/clients/gamesparks.js +0 -18
@@ -300,7 +300,6 @@ export import WorkSpacesWeb = require('./workspacesweb');
|
|
300
300
|
export import AmplifyUIBuilder = require('./amplifyuibuilder');
|
301
301
|
export import Keyspaces = require('./keyspaces');
|
302
302
|
export import Billingconductor = require('./billingconductor');
|
303
|
-
export import GameSparks = require('./gamesparks');
|
304
303
|
export import PinpointSMSVoiceV2 = require('./pinpointsmsvoicev2');
|
305
304
|
export import Ivschat = require('./ivschat');
|
306
305
|
export import ChimeSDKMediaPipelines = require('./chimesdkmediapipelines');
|
@@ -302,7 +302,6 @@ module.exports = {
|
|
302
302
|
AmplifyUIBuilder: require('./amplifyuibuilder'),
|
303
303
|
Keyspaces: require('./keyspaces'),
|
304
304
|
Billingconductor: require('./billingconductor'),
|
305
|
-
GameSparks: require('./gamesparks'),
|
306
305
|
PinpointSMSVoiceV2: require('./pinpointsmsvoicev2'),
|
307
306
|
Ivschat: require('./ivschat'),
|
308
307
|
ChimeSDKMediaPipelines: require('./chimesdkmediapipelines'),
|
@@ -270,7 +270,7 @@ declare namespace AppIntegrations {
|
|
270
270
|
/**
|
271
271
|
* The name of the data and how often it should be pulled from the source.
|
272
272
|
*/
|
273
|
-
ScheduleConfig
|
273
|
+
ScheduleConfig?: ScheduleConfiguration;
|
274
274
|
/**
|
275
275
|
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
276
276
|
*/
|
@@ -236,11 +236,11 @@ declare class Connect extends Service {
|
|
236
236
|
*/
|
237
237
|
createTaskTemplate(callback?: (err: AWSError, data: Connect.Types.CreateTaskTemplateResponse) => void): Request<Connect.Types.CreateTaskTemplateResponse, AWSError>;
|
238
238
|
/**
|
239
|
-
* Creates a traffic distribution group given an Amazon Connect instance that has been replicated.
|
239
|
+
* Creates a traffic distribution group given an Amazon Connect instance that has been replicated. The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned. For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide.
|
240
240
|
*/
|
241
241
|
createTrafficDistributionGroup(params: Connect.Types.CreateTrafficDistributionGroupRequest, callback?: (err: AWSError, data: Connect.Types.CreateTrafficDistributionGroupResponse) => void): Request<Connect.Types.CreateTrafficDistributionGroupResponse, AWSError>;
|
242
242
|
/**
|
243
|
-
* Creates a traffic distribution group given an Amazon Connect instance that has been replicated.
|
243
|
+
* Creates a traffic distribution group given an Amazon Connect instance that has been replicated. The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned. For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Amazon Connect Administrator Guide.
|
244
244
|
*/
|
245
245
|
createTrafficDistributionGroup(callback?: (err: AWSError, data: Connect.Types.CreateTrafficDistributionGroupResponse) => void): Request<Connect.Types.CreateTrafficDistributionGroupResponse, AWSError>;
|
246
246
|
/**
|
@@ -252,11 +252,11 @@ declare class Connect extends Service {
|
|
252
252
|
*/
|
253
253
|
createUseCase(callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
254
254
|
/**
|
255
|
-
* Creates a user account for the specified Amazon Connect instance. For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
|
255
|
+
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
|
256
256
|
*/
|
257
257
|
createUser(params: Connect.Types.CreateUserRequest, callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
|
258
258
|
/**
|
259
|
-
* Creates a user account for the specified Amazon Connect instance. For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
|
259
|
+
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.
|
260
260
|
*/
|
261
261
|
createUser(callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
|
262
262
|
/**
|
@@ -764,19 +764,19 @@ declare class Connect extends Service {
|
|
764
764
|
*/
|
765
765
|
getCurrentUserData(callback?: (err: AWSError, data: Connect.Types.GetCurrentUserDataResponse) => void): Request<Connect.Types.GetCurrentUserDataResponse, AWSError>;
|
766
766
|
/**
|
767
|
-
* Retrieves a token for federation. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
|
767
|
+
* Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action. For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
|
768
768
|
*/
|
769
769
|
getFederationToken(params: Connect.Types.GetFederationTokenRequest, callback?: (err: AWSError, data: Connect.Types.GetFederationTokenResponse) => void): Request<Connect.Types.GetFederationTokenResponse, AWSError>;
|
770
770
|
/**
|
771
|
-
* Retrieves a token for federation. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
|
771
|
+
* Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action. For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
|
772
772
|
*/
|
773
773
|
getFederationToken(callback?: (err: AWSError, data: Connect.Types.GetFederationTokenResponse) => void): Request<Connect.Types.GetFederationTokenResponse, AWSError>;
|
774
774
|
/**
|
775
|
-
* Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
|
775
|
+
* Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.
|
776
776
|
*/
|
777
777
|
getMetricData(params: Connect.Types.GetMetricDataRequest, callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Types.GetMetricDataResponse, AWSError>;
|
778
778
|
/**
|
779
|
-
* Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.
|
779
|
+
* Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.
|
780
780
|
*/
|
781
781
|
getMetricData(callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Types.GetMetricDataResponse, AWSError>;
|
782
782
|
/**
|
@@ -1228,11 +1228,11 @@ declare class Connect extends Service {
|
|
1228
1228
|
*/
|
1229
1229
|
searchSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
|
1230
1230
|
/**
|
1231
|
-
* Searches users in an Amazon Connect instance, with optional filtering.
|
1231
|
+
* Searches users in an Amazon Connect instance, with optional filtering. AfterContactWorkTimeLimit is returned in milliseconds.
|
1232
1232
|
*/
|
1233
1233
|
searchUsers(params: Connect.Types.SearchUsersRequest, callback?: (err: AWSError, data: Connect.Types.SearchUsersResponse) => void): Request<Connect.Types.SearchUsersResponse, AWSError>;
|
1234
1234
|
/**
|
1235
|
-
* Searches users in an Amazon Connect instance, with optional filtering.
|
1235
|
+
* Searches users in an Amazon Connect instance, with optional filtering. AfterContactWorkTimeLimit is returned in milliseconds.
|
1236
1236
|
*/
|
1237
1237
|
searchUsers(callback?: (err: AWSError, data: Connect.Types.SearchUsersResponse) => void): Request<Connect.Types.SearchUsersResponse, AWSError>;
|
1238
1238
|
/**
|
@@ -1284,11 +1284,11 @@ declare class Connect extends Service {
|
|
1284
1284
|
*/
|
1285
1285
|
startOutboundVoiceContact(callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
1286
1286
|
/**
|
1287
|
-
* Initiates a flow to start a new task.
|
1287
|
+
* Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Amazon Connect in the Amazon Connect Administrator Guide. When using PreviousContactId and RelatedContactId input parameters, note the following: PreviousContactId Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId. RelatedContactId Copies contact attributes from the related task contact to the new contact. Any update on attributes in a new task contact does not update attributes on previous contact. There’s no limit on the number of task contacts that can be created that use the same RelatedContactId. In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created. A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Amazon Connect service quotas in the Amazon Connect Administrator Guide.
|
1288
1288
|
*/
|
1289
1289
|
startTaskContact(params: Connect.Types.StartTaskContactRequest, callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
|
1290
1290
|
/**
|
1291
|
-
* Initiates a flow to start a new task.
|
1291
|
+
* Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Amazon Connect in the Amazon Connect Administrator Guide. When using PreviousContactId and RelatedContactId input parameters, note the following: PreviousContactId Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId. RelatedContactId Copies contact attributes from the related task contact to the new contact. Any update on attributes in a new task contact does not update attributes on previous contact. There’s no limit on the number of task contacts that can be created that use the same RelatedContactId. In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created. A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Amazon Connect service quotas in the Amazon Connect Administrator Guide.
|
1292
1292
|
*/
|
1293
1293
|
startTaskContact(callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
|
1294
1294
|
/**
|
@@ -1483,6 +1483,14 @@ declare class Connect extends Service {
|
|
1483
1483
|
* Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region. After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too. You can call DescribePhoneNumber API to verify the status of a previous UpdatePhoneNumber operation.
|
1484
1484
|
*/
|
1485
1485
|
updatePhoneNumber(callback?: (err: AWSError, data: Connect.Types.UpdatePhoneNumberResponse) => void): Request<Connect.Types.UpdatePhoneNumberResponse, AWSError>;
|
1486
|
+
/**
|
1487
|
+
* Updates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.
|
1488
|
+
*/
|
1489
|
+
updatePhoneNumberMetadata(params: Connect.Types.UpdatePhoneNumberMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1490
|
+
/**
|
1491
|
+
* Updates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.
|
1492
|
+
*/
|
1493
|
+
updatePhoneNumberMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1486
1494
|
/**
|
1487
1495
|
* Updates a prompt.
|
1488
1496
|
*/
|
@@ -1612,11 +1620,11 @@ declare class Connect extends Service {
|
|
1612
1620
|
*/
|
1613
1621
|
updateTaskTemplate(callback?: (err: AWSError, data: Connect.Types.UpdateTaskTemplateResponse) => void): Request<Connect.Types.UpdateTaskTemplateResponse, AWSError>;
|
1614
1622
|
/**
|
1615
|
-
* Updates the traffic distribution for a given traffic distribution group.
|
1623
|
+
* Updates the traffic distribution for a given traffic distribution group. The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned. For more information about updating a traffic distribution group, see Update telephony traffic distribution across Amazon Web Services Regions in the Amazon Connect Administrator Guide.
|
1616
1624
|
*/
|
1617
1625
|
updateTrafficDistribution(params: Connect.Types.UpdateTrafficDistributionRequest, callback?: (err: AWSError, data: Connect.Types.UpdateTrafficDistributionResponse) => void): Request<Connect.Types.UpdateTrafficDistributionResponse, AWSError>;
|
1618
1626
|
/**
|
1619
|
-
* Updates the traffic distribution for a given traffic distribution group.
|
1627
|
+
* Updates the traffic distribution for a given traffic distribution group. The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned. For more information about updating a traffic distribution group, see Update telephony traffic distribution across Amazon Web Services Regions in the Amazon Connect Administrator Guide.
|
1620
1628
|
*/
|
1621
1629
|
updateTrafficDistribution(callback?: (err: AWSError, data: Connect.Types.UpdateTrafficDistributionResponse) => void): Request<Connect.Types.UpdateTrafficDistributionResponse, AWSError>;
|
1622
1630
|
/**
|
@@ -2181,7 +2189,7 @@ declare namespace Connect {
|
|
2181
2189
|
*/
|
2182
2190
|
Tags?: TagMap;
|
2183
2191
|
/**
|
2184
|
-
* The status of the phone number. CLAIMED means the previous
|
2192
|
+
* The status of the phone number. CLAIMED means the previous ClaimPhoneNumber or UpdatePhoneNumber operation succeeded. IN_PROGRESS means a ClaimPhoneNumber, UpdatePhoneNumber, or UpdatePhoneNumberMetadata operation is still in progress and has not yet completed. You can call DescribePhoneNumber at a later time to verify if the previous operation has completed. FAILED indicates that the previous ClaimPhoneNumber or UpdatePhoneNumber operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the TargetArn value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a FAILED status from a ClaimPhoneNumber API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim. You will not be billed for the phone number during the 1-day period if number claiming fails.
|
2185
2193
|
*/
|
2186
2194
|
PhoneNumberStatus?: PhoneNumberStatus;
|
2187
2195
|
}
|
@@ -2287,7 +2295,7 @@ declare namespace Connect {
|
|
2287
2295
|
*/
|
2288
2296
|
Description?: ContactFlowDescription;
|
2289
2297
|
/**
|
2290
|
-
* The JSON string that represents the content of the flow. For an example, see Example
|
2298
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language. Length Constraints: Minimum length of 1. Maximum length of 256000.
|
2291
2299
|
*/
|
2292
2300
|
Content?: ContactFlowContent;
|
2293
2301
|
/**
|
@@ -2312,7 +2320,7 @@ declare namespace Connect {
|
|
2312
2320
|
*/
|
2313
2321
|
Name?: ContactFlowModuleName;
|
2314
2322
|
/**
|
2315
|
-
* The JSON string that represents the content of the flow. For an example, see Example
|
2323
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
|
2316
2324
|
*/
|
2317
2325
|
Content?: ContactFlowModuleContent;
|
2318
2326
|
/**
|
@@ -2454,7 +2462,7 @@ declare namespace Connect {
|
|
2454
2462
|
*/
|
2455
2463
|
Description?: ContactFlowModuleDescription;
|
2456
2464
|
/**
|
2457
|
-
* The content of the flow
|
2465
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
|
2458
2466
|
*/
|
2459
2467
|
Content: ContactFlowModuleContent;
|
2460
2468
|
/**
|
@@ -2494,7 +2502,7 @@ declare namespace Connect {
|
|
2494
2502
|
*/
|
2495
2503
|
Description?: ContactFlowDescription;
|
2496
2504
|
/**
|
2497
|
-
* The JSON string that represents the content of the flow. For an example, see Example
|
2505
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language. Length Constraints: Minimum length of 1. Maximum length of 256000.
|
2498
2506
|
*/
|
2499
2507
|
Content: ContactFlowContent;
|
2500
2508
|
/**
|
@@ -5008,7 +5016,7 @@ declare namespace Connect {
|
|
5008
5016
|
*/
|
5009
5017
|
Arn?: TrafficDistributionGroupArn;
|
5010
5018
|
/**
|
5011
|
-
* The distribution
|
5019
|
+
* The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
|
5012
5020
|
*/
|
5013
5021
|
SignInConfig?: SignInConfig;
|
5014
5022
|
/**
|
@@ -7904,7 +7912,7 @@ declare namespace Connect {
|
|
7904
7912
|
}
|
7905
7913
|
export interface SearchUsersRequest {
|
7906
7914
|
/**
|
7907
|
-
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
7915
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. InstanceID is a required field. The "Required: No" below is incorrect.
|
7908
7916
|
*/
|
7909
7917
|
InstanceId?: InstanceId;
|
7910
7918
|
/**
|
@@ -8332,7 +8340,7 @@ declare namespace Connect {
|
|
8332
8340
|
*/
|
8333
8341
|
InstanceId: InstanceId;
|
8334
8342
|
/**
|
8335
|
-
* The identifier of the previous chat, voice, or task contact.
|
8343
|
+
* The identifier of the previous chat, voice, or task contact. Any updates to user-defined attributes to task contacts linked using the same PreviousContactID will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain.
|
8336
8344
|
*/
|
8337
8345
|
PreviousContactId?: ContactId;
|
8338
8346
|
/**
|
@@ -8348,7 +8356,7 @@ declare namespace Connect {
|
|
8348
8356
|
*/
|
8349
8357
|
Name: Name;
|
8350
8358
|
/**
|
8351
|
-
* A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
8359
|
+
* A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL. ATTACHMENT is not a supported reference type during task creation.
|
8352
8360
|
*/
|
8353
8361
|
References?: ContactReferences;
|
8354
8362
|
/**
|
@@ -8364,15 +8372,15 @@ declare namespace Connect {
|
|
8364
8372
|
*/
|
8365
8373
|
ScheduledTime?: Timestamp;
|
8366
8374
|
/**
|
8367
|
-
* A unique identifier for the task template.
|
8375
|
+
* A unique identifier for the task template. For more information about task templates, see Create task templates in the Amazon Connect Administrator Guide.
|
8368
8376
|
*/
|
8369
8377
|
TaskTemplateId?: TaskTemplateId;
|
8370
8378
|
/**
|
8371
|
-
* The identifier for the quick connect.
|
8379
|
+
* The identifier for the quick connect. Tasks that are created by using QuickConnectId will use the flow that is defined on agent or queue quick connect. For more information about quick connects, see Create quick connects.
|
8372
8380
|
*/
|
8373
8381
|
QuickConnectId?: QuickConnectId;
|
8374
8382
|
/**
|
8375
|
-
* The contactId that is related to this contact.
|
8383
|
+
* The contactId that is related to this contact. Linking tasks together by using RelatedContactID copies over contact attributes from the related task contact to the new task contact. All updates to user-defined attributes in the new task contact are limited to the individual contact ID, unlike what happens when tasks are linked by using PreviousContactID. There are no limits to the number of contacts that can be linked by using RelatedContactId.
|
8376
8384
|
*/
|
8377
8385
|
RelatedContactId?: ContactId;
|
8378
8386
|
}
|
@@ -8731,7 +8739,7 @@ declare namespace Connect {
|
|
8731
8739
|
*/
|
8732
8740
|
InstanceArn?: InstanceArn;
|
8733
8741
|
/**
|
8734
|
-
* The status of the traffic distribution group. CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded. CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed. PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed. UPDATE_IN_PROGRESS means the previous
|
8742
|
+
* The status of the traffic distribution group. CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed. ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded. CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed. PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed. DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed. UPDATE_IN_PROGRESS means the previous UpdateTrafficDistribution operation is still in progress and has not yet completed.
|
8735
8743
|
*/
|
8736
8744
|
Status?: TrafficDistributionGroupStatus;
|
8737
8745
|
/**
|
@@ -8739,7 +8747,7 @@ declare namespace Connect {
|
|
8739
8747
|
*/
|
8740
8748
|
Tags?: TagMap;
|
8741
8749
|
/**
|
8742
|
-
* Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.
|
8750
|
+
* Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica. The SignInConfig distribution is available only on the default TrafficDistributionGroup. If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.
|
8743
8751
|
*/
|
8744
8752
|
IsDefault?: Boolean;
|
8745
8753
|
}
|
@@ -8915,7 +8923,7 @@ declare namespace Connect {
|
|
8915
8923
|
*/
|
8916
8924
|
ContactFlowId: ContactFlowId;
|
8917
8925
|
/**
|
8918
|
-
* The JSON string that represents the content of the flow. For an example, see Example
|
8926
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language. Length Constraints: Minimum length of 1. Maximum length of 256000.
|
8919
8927
|
*/
|
8920
8928
|
Content: ContactFlowContent;
|
8921
8929
|
}
|
@@ -8955,7 +8963,7 @@ declare namespace Connect {
|
|
8955
8963
|
*/
|
8956
8964
|
ContactFlowModuleId: ContactFlowModuleId;
|
8957
8965
|
/**
|
8958
|
-
* The JSON string that represents the content of the flow. For an example, see Example
|
8966
|
+
* The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
|
8959
8967
|
*/
|
8960
8968
|
Content: ContactFlowModuleContent;
|
8961
8969
|
}
|
@@ -9175,6 +9183,20 @@ declare namespace Connect {
|
|
9175
9183
|
}
|
9176
9184
|
export interface UpdateParticipantRoleConfigResponse {
|
9177
9185
|
}
|
9186
|
+
export interface UpdatePhoneNumberMetadataRequest {
|
9187
|
+
/**
|
9188
|
+
* The Amazon Resource Name (ARN) or resource ID of the phone number.
|
9189
|
+
*/
|
9190
|
+
PhoneNumberId: PhoneNumberId;
|
9191
|
+
/**
|
9192
|
+
* The description of the phone number.
|
9193
|
+
*/
|
9194
|
+
PhoneNumberDescription?: PhoneNumberDescription;
|
9195
|
+
/**
|
9196
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
9197
|
+
*/
|
9198
|
+
ClientToken?: ClientToken;
|
9199
|
+
}
|
9178
9200
|
export interface UpdatePhoneNumberRequest {
|
9179
9201
|
/**
|
9180
9202
|
* A unique identifier for the phone number.
|
@@ -9566,7 +9588,7 @@ declare namespace Connect {
|
|
9566
9588
|
*/
|
9567
9589
|
TelephonyConfig?: TelephonyConfig;
|
9568
9590
|
/**
|
9569
|
-
* The distribution
|
9591
|
+
* The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
|
9570
9592
|
*/
|
9571
9593
|
SignInConfig?: SignInConfig;
|
9572
9594
|
/**
|
@@ -19,6 +19,14 @@ declare class Discovery extends Service {
|
|
19
19
|
* Associates one or more configuration items with an application.
|
20
20
|
*/
|
21
21
|
associateConfigurationItemsToApplication(callback?: (err: AWSError, data: Discovery.Types.AssociateConfigurationItemsToApplicationResponse) => void): Request<Discovery.Types.AssociateConfigurationItemsToApplicationResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* Deletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not delete the previously discovered data. To delete the data collected, use StartBatchDeleteConfigurationTask.
|
24
|
+
*/
|
25
|
+
batchDeleteAgents(params: Discovery.Types.BatchDeleteAgentsRequest, callback?: (err: AWSError, data: Discovery.Types.BatchDeleteAgentsResponse) => void): Request<Discovery.Types.BatchDeleteAgentsResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Deletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not delete the previously discovered data. To delete the data collected, use StartBatchDeleteConfigurationTask.
|
28
|
+
*/
|
29
|
+
batchDeleteAgents(callback?: (err: AWSError, data: Discovery.Types.BatchDeleteAgentsResponse) => void): Request<Discovery.Types.BatchDeleteAgentsResponse, AWSError>;
|
22
30
|
/**
|
23
31
|
* Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications. Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.
|
24
32
|
*/
|
@@ -67,6 +75,14 @@ declare class Discovery extends Service {
|
|
67
75
|
* Lists agents or collectors as specified by ID or other filters. All agents/collectors associated with your user can be listed if you call DescribeAgents as is without passing any parameters.
|
68
76
|
*/
|
69
77
|
describeAgents(callback?: (err: AWSError, data: Discovery.Types.DescribeAgentsResponse) => void): Request<Discovery.Types.DescribeAgentsResponse, AWSError>;
|
78
|
+
/**
|
79
|
+
* Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.
|
80
|
+
*/
|
81
|
+
describeBatchDeleteConfigurationTask(params: Discovery.Types.DescribeBatchDeleteConfigurationTaskRequest, callback?: (err: AWSError, data: Discovery.Types.DescribeBatchDeleteConfigurationTaskResponse) => void): Request<Discovery.Types.DescribeBatchDeleteConfigurationTaskResponse, AWSError>;
|
82
|
+
/**
|
83
|
+
* Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.
|
84
|
+
*/
|
85
|
+
describeBatchDeleteConfigurationTask(callback?: (err: AWSError, data: Discovery.Types.DescribeBatchDeleteConfigurationTaskResponse) => void): Request<Discovery.Types.DescribeBatchDeleteConfigurationTaskResponse, AWSError>;
|
70
86
|
/**
|
71
87
|
* Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type from one of the following: server application process connection Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc. For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
|
72
88
|
*/
|
@@ -151,6 +167,14 @@ declare class Discovery extends Service {
|
|
151
167
|
* Retrieves a list of servers that are one network hop away from a specified server.
|
152
168
|
*/
|
153
169
|
listServerNeighbors(callback?: (err: AWSError, data: Discovery.Types.ListServerNeighborsResponse) => void): Request<Discovery.Types.ListServerNeighborsResponse, AWSError>;
|
170
|
+
/**
|
171
|
+
* Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.
|
172
|
+
*/
|
173
|
+
startBatchDeleteConfigurationTask(params: Discovery.Types.StartBatchDeleteConfigurationTaskRequest, callback?: (err: AWSError, data: Discovery.Types.StartBatchDeleteConfigurationTaskResponse) => void): Request<Discovery.Types.StartBatchDeleteConfigurationTaskResponse, AWSError>;
|
174
|
+
/**
|
175
|
+
* Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.
|
176
|
+
*/
|
177
|
+
startBatchDeleteConfigurationTask(callback?: (err: AWSError, data: Discovery.Types.StartBatchDeleteConfigurationTaskResponse) => void): Request<Discovery.Types.StartBatchDeleteConfigurationTaskResponse, AWSError>;
|
154
178
|
/**
|
155
179
|
* Start the continuous flow of agent's discovered data into Amazon Athena.
|
156
180
|
*/
|
@@ -297,6 +321,72 @@ declare namespace Discovery {
|
|
297
321
|
}
|
298
322
|
export interface AssociateConfigurationItemsToApplicationResponse {
|
299
323
|
}
|
324
|
+
export interface BatchDeleteAgentError {
|
325
|
+
/**
|
326
|
+
* The ID of the agent or data collector to delete.
|
327
|
+
*/
|
328
|
+
agentId: AgentId;
|
329
|
+
/**
|
330
|
+
* The description of the error that occurred for the delete failed agent.
|
331
|
+
*/
|
332
|
+
errorMessage: String;
|
333
|
+
/**
|
334
|
+
* The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
|
335
|
+
*/
|
336
|
+
errorCode: DeleteAgentErrorCode;
|
337
|
+
}
|
338
|
+
export type BatchDeleteAgentErrors = BatchDeleteAgentError[];
|
339
|
+
export interface BatchDeleteAgentsRequest {
|
340
|
+
/**
|
341
|
+
* The list of agents to delete.
|
342
|
+
*/
|
343
|
+
deleteAgents: DeleteAgents;
|
344
|
+
}
|
345
|
+
export interface BatchDeleteAgentsResponse {
|
346
|
+
/**
|
347
|
+
* A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
348
|
+
*/
|
349
|
+
errors?: BatchDeleteAgentErrors;
|
350
|
+
}
|
351
|
+
export interface BatchDeleteConfigurationTask {
|
352
|
+
/**
|
353
|
+
* The deletion task's unique identifier.
|
354
|
+
*/
|
355
|
+
taskId?: UUID;
|
356
|
+
/**
|
357
|
+
* The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
|
358
|
+
*/
|
359
|
+
status?: BatchDeleteConfigurationTaskStatus;
|
360
|
+
/**
|
361
|
+
* An epoch seconds timestamp (UTC) of when the deletion task was started.
|
362
|
+
*/
|
363
|
+
startTime?: TimeStamp;
|
364
|
+
/**
|
365
|
+
* An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
|
366
|
+
*/
|
367
|
+
endTime?: TimeStamp;
|
368
|
+
/**
|
369
|
+
* The type of configuration item to delete. Supported types are: SERVER.
|
370
|
+
*/
|
371
|
+
configurationType?: DeletionConfigurationItemType;
|
372
|
+
/**
|
373
|
+
* The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
374
|
+
*/
|
375
|
+
requestedConfigurations?: ConfigurationIdList;
|
376
|
+
/**
|
377
|
+
* The list of configuration IDs that were successfully deleted by the deletion task.
|
378
|
+
*/
|
379
|
+
deletedConfigurations?: ConfigurationIdList;
|
380
|
+
/**
|
381
|
+
* A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
|
382
|
+
*/
|
383
|
+
failedConfigurations?: FailedConfigurationList;
|
384
|
+
/**
|
385
|
+
* A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
|
386
|
+
*/
|
387
|
+
deletionWarnings?: DeletionWarningsList;
|
388
|
+
}
|
389
|
+
export type BatchDeleteConfigurationTaskStatus = "INITIALIZING"|"VALIDATING"|"DELETING"|"COMPLETED"|"FAILED"|string;
|
300
390
|
export interface BatchDeleteImportDataError {
|
301
391
|
/**
|
302
392
|
* The unique import ID associated with the error that occurred.
|
@@ -319,6 +409,10 @@ declare namespace Discovery {
|
|
319
409
|
* The IDs for the import tasks that you want to delete.
|
320
410
|
*/
|
321
411
|
importTaskIds: ToDeleteIdentifierList;
|
412
|
+
/**
|
413
|
+
* Set to true to remove the deleted import task from DescribeImportTasks.
|
414
|
+
*/
|
415
|
+
deleteHistory?: Boolean;
|
322
416
|
}
|
323
417
|
export interface BatchDeleteImportDataResponse {
|
324
418
|
/**
|
@@ -547,6 +641,18 @@ declare namespace Discovery {
|
|
547
641
|
}
|
548
642
|
export type DataSource = "AGENT"|string;
|
549
643
|
export type DatabaseName = string;
|
644
|
+
export interface DeleteAgent {
|
645
|
+
/**
|
646
|
+
* The ID of the agent or data collector to delete.
|
647
|
+
*/
|
648
|
+
agentId: AgentId;
|
649
|
+
/**
|
650
|
+
* Optional flag used to force delete an agent or data collector. It is needed to delete any agent in HEALTHY/UNHEALTHY/RUNNING status. Note that deleting an agent that is actively reporting health causes it to be re-registered with a different agent ID after data collector re-connects with Amazon Web Services.
|
651
|
+
*/
|
652
|
+
force?: Boolean;
|
653
|
+
}
|
654
|
+
export type DeleteAgentErrorCode = "NOT_FOUND"|"INTERNAL_SERVER_ERROR"|"AGENT_IN_USE"|string;
|
655
|
+
export type DeleteAgents = DeleteAgent[];
|
550
656
|
export interface DeleteApplicationsRequest {
|
551
657
|
/**
|
552
658
|
* Configuration ID of an application to be deleted.
|
@@ -567,6 +673,22 @@ declare namespace Discovery {
|
|
567
673
|
}
|
568
674
|
export interface DeleteTagsResponse {
|
569
675
|
}
|
676
|
+
export type DeletionConfigurationItemType = "SERVER"|string;
|
677
|
+
export interface DeletionWarning {
|
678
|
+
/**
|
679
|
+
* The unique identifier of the configuration that produced a warning.
|
680
|
+
*/
|
681
|
+
configurationId?: ConfigurationId;
|
682
|
+
/**
|
683
|
+
* The integer warning code associated with the warning message.
|
684
|
+
*/
|
685
|
+
warningCode?: WarningCode;
|
686
|
+
/**
|
687
|
+
* A descriptive message of the warning the associated configuration ID produced.
|
688
|
+
*/
|
689
|
+
warningText?: WarningText;
|
690
|
+
}
|
691
|
+
export type DeletionWarningsList = DeletionWarning[];
|
570
692
|
export interface DescribeAgentsRequest {
|
571
693
|
/**
|
572
694
|
* The agent or the collector IDs for which you want information. If you specify no IDs, the system returns information about all agents/collectors associated with your user.
|
@@ -595,6 +717,18 @@ declare namespace Discovery {
|
|
595
717
|
*/
|
596
718
|
nextToken?: NextToken;
|
597
719
|
}
|
720
|
+
export interface DescribeBatchDeleteConfigurationTaskRequest {
|
721
|
+
/**
|
722
|
+
* The ID of the task to delete.
|
723
|
+
*/
|
724
|
+
taskId: UUID;
|
725
|
+
}
|
726
|
+
export interface DescribeBatchDeleteConfigurationTaskResponse {
|
727
|
+
/**
|
728
|
+
* The BatchDeleteConfigurationTask that represents the deletion task being executed.
|
729
|
+
*/
|
730
|
+
task?: BatchDeleteConfigurationTask;
|
731
|
+
}
|
598
732
|
export type DescribeConfigurationsAttribute = {[key: string]: String};
|
599
733
|
export type DescribeConfigurationsAttributes = DescribeConfigurationsAttribute[];
|
600
734
|
export interface DescribeConfigurationsRequest {
|
@@ -779,6 +913,8 @@ declare namespace Discovery {
|
|
779
913
|
*/
|
780
914
|
reservedInstanceOptions?: ReservedInstanceOptions;
|
781
915
|
}
|
916
|
+
export type ErrorMessage = string;
|
917
|
+
export type ErrorStatusCode = number;
|
782
918
|
export type ExcludedInstanceTypes = EC2InstanceType[];
|
783
919
|
export interface ExportConfigurationsResponse {
|
784
920
|
/**
|
@@ -849,6 +985,21 @@ declare namespace Discovery {
|
|
849
985
|
export type ExportStatus = "FAILED"|"SUCCEEDED"|"IN_PROGRESS"|string;
|
850
986
|
export type ExportStatusMessage = string;
|
851
987
|
export type ExportsInfo = ExportInfo[];
|
988
|
+
export interface FailedConfiguration {
|
989
|
+
/**
|
990
|
+
* The unique identifier of the configuration the failed to delete.
|
991
|
+
*/
|
992
|
+
configurationId?: ConfigurationId;
|
993
|
+
/**
|
994
|
+
* The integer error code associated with the error message.
|
995
|
+
*/
|
996
|
+
errorStatusCode?: ErrorStatusCode;
|
997
|
+
/**
|
998
|
+
* A descriptive message indicating why the associated configuration failed to delete.
|
999
|
+
*/
|
1000
|
+
errorMessage?: ErrorMessage;
|
1001
|
+
}
|
1002
|
+
export type FailedConfigurationList = FailedConfiguration[];
|
852
1003
|
export interface Filter {
|
853
1004
|
/**
|
854
1005
|
* The name of the filter.
|
@@ -1100,6 +1251,22 @@ declare namespace Discovery {
|
|
1100
1251
|
export type S3Bucket = string;
|
1101
1252
|
export type S3PresignedUrl = string;
|
1102
1253
|
export type SchemaStorageConfig = {[key: string]: String};
|
1254
|
+
export interface StartBatchDeleteConfigurationTaskRequest {
|
1255
|
+
/**
|
1256
|
+
* The type of configuration item to delete. Supported types are: SERVER.
|
1257
|
+
*/
|
1258
|
+
configurationType: DeletionConfigurationItemType;
|
1259
|
+
/**
|
1260
|
+
* The list of configuration IDs that will be deleted by the task.
|
1261
|
+
*/
|
1262
|
+
configurationIds: ConfigurationIdList;
|
1263
|
+
}
|
1264
|
+
export interface StartBatchDeleteConfigurationTaskResponse {
|
1265
|
+
/**
|
1266
|
+
* The unique identifier associated with the newly started deletion task.
|
1267
|
+
*/
|
1268
|
+
taskId?: UUID;
|
1269
|
+
}
|
1103
1270
|
export interface StartContinuousExportRequest {
|
1104
1271
|
}
|
1105
1272
|
export interface StartContinuousExportResponse {
|
@@ -1242,6 +1409,7 @@ declare namespace Discovery {
|
|
1242
1409
|
export type TermLength = "ONE_YEAR"|"THREE_YEAR"|string;
|
1243
1410
|
export type TimeStamp = Date;
|
1244
1411
|
export type ToDeleteIdentifierList = ImportTaskIdentifier[];
|
1412
|
+
export type UUID = string;
|
1245
1413
|
export interface UpdateApplicationRequest {
|
1246
1414
|
/**
|
1247
1415
|
* Configuration ID of the application to be updated.
|
@@ -1271,6 +1439,8 @@ declare namespace Discovery {
|
|
1271
1439
|
export type UsageMetricBasisName = string;
|
1272
1440
|
export type UsageMetricPercentageAdjust = number;
|
1273
1441
|
export type UserPreferredRegion = string;
|
1442
|
+
export type WarningCode = number;
|
1443
|
+
export type WarningText = string;
|
1274
1444
|
export type orderString = "ASC"|"DESC"|string;
|
1275
1445
|
/**
|
1276
1446
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|