aws-sdk 2.1628.0 → 2.1630.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +7 -1
- package/apis/connect-2017-08-08.min.json +447 -268
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/glue-2017-03-31.min.json +563 -559
- package/apis/kafka-2018-11-14.min.json +10 -0
- package/apis/swf-2012-01-25.min.json +100 -67
- package/clients/athena.d.ts +5 -5
- package/clients/codebuild.d.ts +11 -3
- package/clients/connect.d.ts +232 -8
- package/clients/dynamodb.d.ts +1 -1
- package/clients/ec2.d.ts +12 -4
- package/clients/glue.d.ts +17 -0
- package/clients/kafka.d.ts +14 -0
- package/clients/securityhub.d.ts +1 -1
- package/clients/swf.d.ts +38 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +466 -272
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +1 -1
- package/package.json +1 -1
package/clients/swf.d.ts
CHANGED
@@ -44,11 +44,27 @@ declare class SWF extends Service {
|
|
44
44
|
*/
|
45
45
|
countPendingDecisionTasks(callback?: (err: AWSError, data: SWF.Types.PendingTaskCount) => void): Request<SWF.Types.PendingTaskCount, AWSError>;
|
46
46
|
/**
|
47
|
-
*
|
47
|
+
* Deletes the specified activity type. Note: Prior to deletion, activity types must first be deprecated. After an activity type has been deleted, you cannot schedule new activities of that type. Activities that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. activityType.name: String constraint. The key is swf:activityType.name. activityType.version: String constraint. The key is swf:activityType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
48
|
+
*/
|
49
|
+
deleteActivityType(params: SWF.Types.DeleteActivityTypeInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
50
|
+
/**
|
51
|
+
* Deletes the specified activity type. Note: Prior to deletion, activity types must first be deprecated. After an activity type has been deleted, you cannot schedule new activities of that type. Activities that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. activityType.name: String constraint. The key is swf:activityType.name. activityType.version: String constraint. The key is swf:activityType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
52
|
+
*/
|
53
|
+
deleteActivityType(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
54
|
+
/**
|
55
|
+
* Deletes the specified workflow type. Note: Prior to deletion, workflow types must first be deprecated. After a workflow type has been deleted, you cannot create new executions of that type. Executions that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. workflowType.name: String constraint. The key is swf:workflowType.name. workflowType.version: String constraint. The key is swf:workflowType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
56
|
+
*/
|
57
|
+
deleteWorkflowType(params: SWF.Types.DeleteWorkflowTypeInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
58
|
+
/**
|
59
|
+
* Deletes the specified workflow type. Note: Prior to deletion, workflow types must first be deprecated. After a workflow type has been deleted, you cannot create new executions of that type. Executions that started before the type was deleted will continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. workflowType.name: String constraint. The key is swf:workflowType.name. workflowType.version: String constraint. The key is swf:workflowType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
60
|
+
*/
|
61
|
+
deleteWorkflowType(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
62
|
+
/**
|
63
|
+
* Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. activityType.name: String constraint. The key is swf:activityType.name. activityType.version: String constraint. The key is swf:activityType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
48
64
|
*/
|
49
65
|
deprecateActivityType(params: SWF.Types.DeprecateActivityTypeInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
50
66
|
/**
|
51
|
-
* Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run.
|
67
|
+
* Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run. Access Control You can use IAM policies to control this action's access to Amazon SWF resources as follows: Use a Resource element with the domain name to limit the action to only specified domains. Use an Action element to allow or deny permission to call this action. Constrain the following parameters by using a Condition element with the appropriate keys. activityType.name: String constraint. The key is swf:activityType.name. activityType.version: String constraint. The key is swf:activityType.version. If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
|
52
68
|
*/
|
53
69
|
deprecateActivityType(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
54
70
|
/**
|
@@ -1021,6 +1037,26 @@ declare namespace SWF {
|
|
1021
1037
|
}
|
1022
1038
|
export type DecisionTaskTimeoutType = "START_TO_CLOSE"|"SCHEDULE_TO_START"|string;
|
1023
1039
|
export type DecisionType = "ScheduleActivityTask"|"RequestCancelActivityTask"|"CompleteWorkflowExecution"|"FailWorkflowExecution"|"CancelWorkflowExecution"|"ContinueAsNewWorkflowExecution"|"RecordMarker"|"StartTimer"|"CancelTimer"|"SignalExternalWorkflowExecution"|"RequestCancelExternalWorkflowExecution"|"StartChildWorkflowExecution"|"ScheduleLambdaFunction"|string;
|
1040
|
+
export interface DeleteActivityTypeInput {
|
1041
|
+
/**
|
1042
|
+
* The name of the domain in which the activity type is registered.
|
1043
|
+
*/
|
1044
|
+
domain: DomainName;
|
1045
|
+
/**
|
1046
|
+
* The activity type to delete.
|
1047
|
+
*/
|
1048
|
+
activityType: ActivityType;
|
1049
|
+
}
|
1050
|
+
export interface DeleteWorkflowTypeInput {
|
1051
|
+
/**
|
1052
|
+
* The name of the domain in which the workflow type is registered.
|
1053
|
+
*/
|
1054
|
+
domain: DomainName;
|
1055
|
+
/**
|
1056
|
+
* The workflow type to delete.
|
1057
|
+
*/
|
1058
|
+
workflowType: WorkflowType;
|
1059
|
+
}
|
1024
1060
|
export interface DeprecateActivityTypeInput {
|
1025
1061
|
/**
|
1026
1062
|
* The name of the domain in which the activity type is registered.
|