aws-sdk 2.1102.0 → 2.1105.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/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +863 -807
- package/apis/fms-2018-01-01.min.json +210 -83
- package/apis/fms-2018-01-01.paginators.json +6 -0
- package/apis/fsx-2018-03-01.min.json +3 -0
- package/apis/grafana-2020-08-18.min.json +117 -19
- package/apis/iot-data-2015-05-28.min.json +1 -1
- package/apis/metadata.json +4 -0
- package/apis/organizations-2016-11-28.min.json +77 -62
- package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
- package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/apis/workspaces-2015-04-08.min.json +195 -27
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/auditmanager.d.ts +4 -4
- package/clients/cloudcontrol.d.ts +22 -22
- package/clients/databrew.d.ts +3 -3
- package/clients/ec2.d.ts +77 -3
- package/clients/fms.d.ts +222 -8
- package/clients/fsx.d.ts +12 -8
- package/clients/grafana.d.ts +81 -5
- package/clients/iot.d.ts +13 -13
- package/clients/iotdata.d.ts +7 -7
- package/clients/organizations.d.ts +144 -129
- package/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/clients/pinpointsmsvoicev2.js +19 -0
- package/clients/route53recoverycluster.d.ts +75 -12
- package/clients/workspaces.d.ts +239 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +58 -14
- package/dist/aws-sdk.js +871 -811
- package/dist/aws-sdk.min.js +69 -69
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -13,11 +13,11 @@ declare class CloudControl extends Service {
|
|
|
13
13
|
constructor(options?: CloudControl.Types.ClientConfiguration)
|
|
14
14
|
config: Config & CloudControl.Types.ClientConfiguration;
|
|
15
15
|
/**
|
|
16
|
-
* Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be
|
|
16
|
+
* Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.
|
|
17
17
|
*/
|
|
18
18
|
cancelResourceRequest(params: CloudControl.Types.CancelResourceRequestInput, callback?: (err: AWSError, data: CloudControl.Types.CancelResourceRequestOutput) => void): Request<CloudControl.Types.CancelResourceRequestOutput, AWSError>;
|
|
19
19
|
/**
|
|
20
|
-
* Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be
|
|
20
|
+
* Cancels the specified resource operation request. For more information, see Canceling resource operation requests in the Amazon Web Services Cloud Control API User Guide. Only resource operations requests with a status of PENDING or IN_PROGRESS can be canceled.
|
|
21
21
|
*/
|
|
22
22
|
cancelResourceRequest(callback?: (err: AWSError, data: CloudControl.Types.CancelResourceRequestOutput) => void): Request<CloudControl.Types.CancelResourceRequestOutput, AWSError>;
|
|
23
23
|
/**
|
|
@@ -37,11 +37,11 @@ declare class CloudControl extends Service {
|
|
|
37
37
|
*/
|
|
38
38
|
deleteResource(callback?: (err: AWSError, data: CloudControl.Types.DeleteResourceOutput) => void): Request<CloudControl.Types.DeleteResourceOutput, AWSError>;
|
|
39
39
|
/**
|
|
40
|
-
* Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether
|
|
40
|
+
* Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
|
|
41
41
|
*/
|
|
42
42
|
getResource(params: CloudControl.Types.GetResourceInput, callback?: (err: AWSError, data: CloudControl.Types.GetResourceOutput) => void): Request<CloudControl.Types.GetResourceOutput, AWSError>;
|
|
43
43
|
/**
|
|
44
|
-
* Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether
|
|
44
|
+
* Returns information about the current state of the specified resource. For details, see Reading a resource's current state. You can use this action to return information about an existing resource in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
|
|
45
45
|
*/
|
|
46
46
|
getResource(callback?: (err: AWSError, data: CloudControl.Types.GetResourceOutput) => void): Request<CloudControl.Types.GetResourceOutput, AWSError>;
|
|
47
47
|
/**
|
|
@@ -53,27 +53,27 @@ declare class CloudControl extends Service {
|
|
|
53
53
|
*/
|
|
54
54
|
getResourceRequestStatus(callback?: (err: AWSError, data: CloudControl.Types.GetResourceRequestStatusOutput) => void): Request<CloudControl.Types.GetResourceRequestStatusOutput, AWSError>;
|
|
55
55
|
/**
|
|
56
|
-
* Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after
|
|
56
|
+
* Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after 7 days.
|
|
57
57
|
*/
|
|
58
58
|
listResourceRequests(params: CloudControl.Types.ListResourceRequestsInput, callback?: (err: AWSError, data: CloudControl.Types.ListResourceRequestsOutput) => void): Request<CloudControl.Types.ListResourceRequestsOutput, AWSError>;
|
|
59
59
|
/**
|
|
60
|
-
* Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after
|
|
60
|
+
* Returns existing resource operation requests. This includes requests of all status types. For more information, see Listing active resource operation requests in the Amazon Web Services Cloud Control API User Guide. Resource operation requests expire after 7 days.
|
|
61
61
|
*/
|
|
62
62
|
listResourceRequests(callback?: (err: AWSError, data: CloudControl.Types.ListResourceRequestsOutput) => void): Request<CloudControl.Types.ListResourceRequestsOutput, AWSError>;
|
|
63
63
|
/**
|
|
64
|
-
* Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether
|
|
64
|
+
* Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
|
|
65
65
|
*/
|
|
66
66
|
listResources(params: CloudControl.Types.ListResourcesInput, callback?: (err: AWSError, data: CloudControl.Types.ListResourcesOutput) => void): Request<CloudControl.Types.ListResourcesOutput, AWSError>;
|
|
67
67
|
/**
|
|
68
|
-
* Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether
|
|
68
|
+
* Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide. You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
|
|
69
69
|
*/
|
|
70
70
|
listResources(callback?: (err: AWSError, data: CloudControl.Types.ListResourcesOutput) => void): Request<CloudControl.Types.ListResourcesOutput, AWSError>;
|
|
71
71
|
/**
|
|
72
|
-
* Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the
|
|
72
|
+
* Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
|
|
73
73
|
*/
|
|
74
74
|
updateResource(params: CloudControl.Types.UpdateResourceInput, callback?: (err: AWSError, data: CloudControl.Types.UpdateResourceOutput) => void): Request<CloudControl.Types.UpdateResourceOutput, AWSError>;
|
|
75
75
|
/**
|
|
76
|
-
* Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the
|
|
76
|
+
* Updates the specified property values in the resource. You specify your resource property updates as a list of patch operations contained in a JSON patch document that adheres to the RFC 6902 - JavaScript Object Notation (JSON) Patch standard. For details on how Cloud Control API performs resource update operations, see Updating a resource in the Amazon Web Services Cloud Control API User Guide. After you have initiated a resource update request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by UpdateResource. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
|
|
77
77
|
*/
|
|
78
78
|
updateResource(callback?: (err: AWSError, data: CloudControl.Types.UpdateResourceOutput) => void): Request<CloudControl.Types.UpdateResourceOutput, AWSError>;
|
|
79
79
|
/**
|
|
@@ -106,7 +106,7 @@ declare namespace CloudControl {
|
|
|
106
106
|
*/
|
|
107
107
|
TypeVersionId?: TypeVersionId;
|
|
108
108
|
/**
|
|
109
|
-
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
109
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
110
110
|
*/
|
|
111
111
|
RoleArn?: RoleArn;
|
|
112
112
|
/**
|
|
@@ -114,7 +114,7 @@ declare namespace CloudControl {
|
|
|
114
114
|
*/
|
|
115
115
|
ClientToken?: ClientToken;
|
|
116
116
|
/**
|
|
117
|
-
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values.
|
|
117
|
+
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format. Specify the desired state as one of the following: A JSON blob A local path containing the desired state in JSON data format For more information, see Composing the desired state of the resource in the Amazon Web Services Cloud Control API User Guide. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
|
|
118
118
|
*/
|
|
119
119
|
DesiredState: Properties;
|
|
120
120
|
}
|
|
@@ -134,7 +134,7 @@ declare namespace CloudControl {
|
|
|
134
134
|
*/
|
|
135
135
|
TypeVersionId?: TypeVersionId;
|
|
136
136
|
/**
|
|
137
|
-
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
137
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
138
138
|
*/
|
|
139
139
|
RoleArn?: RoleArn;
|
|
140
140
|
/**
|
|
@@ -142,7 +142,7 @@ declare namespace CloudControl {
|
|
|
142
142
|
*/
|
|
143
143
|
ClientToken?: ClientToken;
|
|
144
144
|
/**
|
|
145
|
-
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |.
|
|
145
|
+
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |. For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
|
|
146
146
|
*/
|
|
147
147
|
Identifier: Identifier;
|
|
148
148
|
}
|
|
@@ -162,11 +162,11 @@ declare namespace CloudControl {
|
|
|
162
162
|
*/
|
|
163
163
|
TypeVersionId?: TypeVersionId;
|
|
164
164
|
/**
|
|
165
|
-
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
165
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
166
166
|
*/
|
|
167
167
|
RoleArn?: RoleArn;
|
|
168
168
|
/**
|
|
169
|
-
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |.
|
|
169
|
+
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |. For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
|
|
170
170
|
*/
|
|
171
171
|
Identifier: Identifier;
|
|
172
172
|
}
|
|
@@ -226,7 +226,7 @@ declare namespace CloudControl {
|
|
|
226
226
|
*/
|
|
227
227
|
TypeVersionId?: TypeVersionId;
|
|
228
228
|
/**
|
|
229
|
-
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
229
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
230
230
|
*/
|
|
231
231
|
RoleArn?: RoleArn;
|
|
232
232
|
/**
|
|
@@ -234,7 +234,7 @@ declare namespace CloudControl {
|
|
|
234
234
|
*/
|
|
235
235
|
NextToken?: HandlerNextToken;
|
|
236
236
|
/**
|
|
237
|
-
*
|
|
237
|
+
* Reserved.
|
|
238
238
|
*/
|
|
239
239
|
MaxResults?: MaxResults;
|
|
240
240
|
/**
|
|
@@ -281,7 +281,7 @@ declare namespace CloudControl {
|
|
|
281
281
|
*/
|
|
282
282
|
Operation?: Operation;
|
|
283
283
|
/**
|
|
284
|
-
* The current status of the resource operation request. PENDING: The resource operation
|
|
284
|
+
* The current status of the resource operation request. PENDING: The resource operation hasn't yet started. IN_PROGRESS: The resource operation is currently in progress. SUCCESS: The resource operation has successfully completed. FAILED: The resource operation has failed. Refer to the error code and status message for more information. CANCEL_IN_PROGRESS: The resource operation is in the process of being canceled. CANCEL_COMPLETE: The resource operation has been canceled.
|
|
285
285
|
*/
|
|
286
286
|
OperationStatus?: OperationStatus;
|
|
287
287
|
/**
|
|
@@ -324,7 +324,7 @@ declare namespace CloudControl {
|
|
|
324
324
|
*/
|
|
325
325
|
Operations?: Operations;
|
|
326
326
|
/**
|
|
327
|
-
* The operation statuses to include in the filter. PENDING: The operation has been requested, but not yet initiated. IN_PROGRESS: The operation is
|
|
327
|
+
* The operation statuses to include in the filter. PENDING: The operation has been requested, but not yet initiated. IN_PROGRESS: The operation is in progress. SUCCESS: The operation completed. FAILED: The operation failed. CANCEL_IN_PROGRESS: The operation is in the process of being canceled. CANCEL_COMPLETE: The operation has been canceled.
|
|
328
328
|
*/
|
|
329
329
|
OperationStatuses?: OperationStatuses;
|
|
330
330
|
}
|
|
@@ -344,7 +344,7 @@ declare namespace CloudControl {
|
|
|
344
344
|
*/
|
|
345
345
|
TypeVersionId?: TypeVersionId;
|
|
346
346
|
/**
|
|
347
|
-
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
347
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
|
|
348
348
|
*/
|
|
349
349
|
RoleArn?: RoleArn;
|
|
350
350
|
/**
|
|
@@ -352,7 +352,7 @@ declare namespace CloudControl {
|
|
|
352
352
|
*/
|
|
353
353
|
ClientToken?: ClientToken;
|
|
354
354
|
/**
|
|
355
|
-
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |.
|
|
355
|
+
* The identifier for the resource. You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON. For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to specify the primary identifier as a string, list the property values in the order they are specified in the primary identifier definition, separated by |. For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
|
|
356
356
|
*/
|
|
357
357
|
Identifier: Identifier;
|
|
358
358
|
/**
|
package/clients/databrew.d.ts
CHANGED
|
@@ -1479,7 +1479,7 @@ declare namespace DataBrew {
|
|
|
1479
1479
|
*/
|
|
1480
1480
|
OrderedBy?: OrderedBy;
|
|
1481
1481
|
/**
|
|
1482
|
-
* A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first.
|
|
1482
|
+
* A criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Another possible value is ASCENDING.
|
|
1483
1483
|
*/
|
|
1484
1484
|
Order?: Order;
|
|
1485
1485
|
}
|
|
@@ -1528,7 +1528,7 @@ declare namespace DataBrew {
|
|
|
1528
1528
|
*/
|
|
1529
1529
|
Metadata?: Metadata;
|
|
1530
1530
|
}
|
|
1531
|
-
export type InputFormat = "CSV"|"JSON"|"PARQUET"|"EXCEL"|string;
|
|
1531
|
+
export type InputFormat = "CSV"|"JSON"|"PARQUET"|"EXCEL"|"ORC"|string;
|
|
1532
1532
|
export interface Job {
|
|
1533
1533
|
/**
|
|
1534
1534
|
* The ID of the Amazon Web Services account that owns the job.
|
|
@@ -2222,7 +2222,7 @@ declare namespace DataBrew {
|
|
|
2222
2222
|
*/
|
|
2223
2223
|
Disabled?: Disabled;
|
|
2224
2224
|
/**
|
|
2225
|
-
* The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, (:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2). Column and value references are substitution variables that should start with the ':' symbol. Depending on the context, substitution variables' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no
|
|
2225
|
+
* The expression which includes column references, condition names followed by variable references, possibly grouped and combined with other conditions. For example, (:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and (:col1 ends_with :suffix1 or :col1 ends_with :suffix2). Column and value references are substitution variables that should start with the ':' symbol. Depending on the context, substitution variables' values can be either an actual value or a column name. These values are defined in the SubstitutionMap. If a CheckExpression starts with a column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors has been defined, then there should be no column reference in the left side of a condition, for example, is_between :val1 and :val2. For more information, see Available checks
|
|
2226
2226
|
*/
|
|
2227
2227
|
CheckExpression: Expression;
|
|
2228
2228
|
/**
|
package/clients/ec2.d.ts
CHANGED
|
@@ -3372,6 +3372,14 @@ declare class EC2 extends Service {
|
|
|
3372
3372
|
* Modifies the specified event window. You can define either a set of time ranges or a cron expression when modifying the event window, but not both. To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API. If Amazon Web Services has already scheduled an event, modifying an event window won't change the time of the scheduled event. For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.
|
|
3373
3373
|
*/
|
|
3374
3374
|
modifyInstanceEventWindow(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceEventWindowResult) => void): Request<EC2.Types.ModifyInstanceEventWindowResult, AWSError>;
|
|
3375
|
+
/**
|
|
3376
|
+
* Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.
|
|
3377
|
+
*/
|
|
3378
|
+
modifyInstanceMaintenanceOptions(params: EC2.Types.ModifyInstanceMaintenanceOptionsRequest, callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMaintenanceOptionsResult) => void): Request<EC2.Types.ModifyInstanceMaintenanceOptionsResult, AWSError>;
|
|
3379
|
+
/**
|
|
3380
|
+
* Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.
|
|
3381
|
+
*/
|
|
3382
|
+
modifyInstanceMaintenanceOptions(callback?: (err: AWSError, data: EC2.Types.ModifyInstanceMaintenanceOptionsResult) => void): Request<EC2.Types.ModifyInstanceMaintenanceOptionsResult, AWSError>;
|
|
3375
3383
|
/**
|
|
3376
3384
|
* Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data in the Amazon EC2 User Guide.
|
|
3377
3385
|
*/
|
|
@@ -20204,6 +20212,10 @@ declare namespace EC2 {
|
|
|
20204
20212
|
* The IPv6 address assigned to the instance.
|
|
20205
20213
|
*/
|
|
20206
20214
|
Ipv6Address?: String;
|
|
20215
|
+
/**
|
|
20216
|
+
* Provides information on the recovery and maintenance options of your instance.
|
|
20217
|
+
*/
|
|
20218
|
+
MaintenanceOptions?: InstanceMaintenanceOptions;
|
|
20207
20219
|
}
|
|
20208
20220
|
export interface InstanceAttribute {
|
|
20209
20221
|
/**
|
|
@@ -20272,6 +20284,7 @@ declare namespace EC2 {
|
|
|
20272
20284
|
UserData?: AttributeValue;
|
|
20273
20285
|
}
|
|
20274
20286
|
export type InstanceAttributeName = "instanceType"|"kernel"|"ramdisk"|"userData"|"disableApiTermination"|"instanceInitiatedShutdownBehavior"|"rootDeviceName"|"blockDeviceMapping"|"productCodes"|"sourceDestCheck"|"groupSet"|"ebsOptimized"|"sriovNetSupport"|"enaSupport"|"enclaveOptions"|string;
|
|
20287
|
+
export type InstanceAutoRecoveryState = "disabled"|"default"|string;
|
|
20275
20288
|
export interface InstanceBlockDeviceMapping {
|
|
20276
20289
|
/**
|
|
20277
20290
|
* The device name (for example, /dev/sdh or xvdh).
|
|
@@ -20535,6 +20548,18 @@ declare namespace EC2 {
|
|
|
20535
20548
|
export type InstanceLifecycle = "spot"|"on-demand"|string;
|
|
20536
20549
|
export type InstanceLifecycleType = "spot"|"scheduled"|string;
|
|
20537
20550
|
export type InstanceList = Instance[];
|
|
20551
|
+
export interface InstanceMaintenanceOptions {
|
|
20552
|
+
/**
|
|
20553
|
+
* Provides information on the current automatic recovery behavior of your instance.
|
|
20554
|
+
*/
|
|
20555
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
20556
|
+
}
|
|
20557
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
20558
|
+
/**
|
|
20559
|
+
* Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
|
|
20560
|
+
*/
|
|
20561
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
20562
|
+
}
|
|
20538
20563
|
export interface InstanceMarketOptionsRequest {
|
|
20539
20564
|
/**
|
|
20540
20565
|
* The market type.
|
|
@@ -22080,6 +22105,7 @@ declare namespace EC2 {
|
|
|
22080
22105
|
*/
|
|
22081
22106
|
Overrides?: FleetLaunchTemplateOverrides;
|
|
22082
22107
|
}
|
|
22108
|
+
export type LaunchTemplateAutoRecoveryState = "default"|"disabled"|string;
|
|
22083
22109
|
export interface LaunchTemplateBlockDeviceMapping {
|
|
22084
22110
|
/**
|
|
22085
22111
|
* The device name.
|
|
@@ -22308,6 +22334,18 @@ declare namespace EC2 {
|
|
|
22308
22334
|
}
|
|
22309
22335
|
export type LaunchTemplateId = string;
|
|
22310
22336
|
export type LaunchTemplateIdStringList = LaunchTemplateId[];
|
|
22337
|
+
export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
22338
|
+
/**
|
|
22339
|
+
* Disables the automatic recovery behavior of your instance or sets it to default.
|
|
22340
|
+
*/
|
|
22341
|
+
AutoRecovery?: LaunchTemplateAutoRecoveryState;
|
|
22342
|
+
}
|
|
22343
|
+
export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
|
|
22344
|
+
/**
|
|
22345
|
+
* Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
|
|
22346
|
+
*/
|
|
22347
|
+
AutoRecovery?: LaunchTemplateAutoRecoveryState;
|
|
22348
|
+
}
|
|
22311
22349
|
export interface LaunchTemplateInstanceMarketOptions {
|
|
22312
22350
|
/**
|
|
22313
22351
|
* The market type.
|
|
@@ -23499,7 +23537,7 @@ declare namespace EC2 {
|
|
|
23499
23537
|
}
|
|
23500
23538
|
export interface ModifyFleetResult {
|
|
23501
23539
|
/**
|
|
23502
|
-
*
|
|
23540
|
+
* If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.
|
|
23503
23541
|
*/
|
|
23504
23542
|
Return?: Boolean;
|
|
23505
23543
|
}
|
|
@@ -23816,6 +23854,30 @@ declare namespace EC2 {
|
|
|
23816
23854
|
*/
|
|
23817
23855
|
InstanceEventWindow?: InstanceEventWindow;
|
|
23818
23856
|
}
|
|
23857
|
+
export interface ModifyInstanceMaintenanceOptionsRequest {
|
|
23858
|
+
/**
|
|
23859
|
+
* The ID of the instance.
|
|
23860
|
+
*/
|
|
23861
|
+
InstanceId: InstanceId;
|
|
23862
|
+
/**
|
|
23863
|
+
* Disables the automatic recovery behavior of your instance or sets it to default.
|
|
23864
|
+
*/
|
|
23865
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
23866
|
+
/**
|
|
23867
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
|
|
23868
|
+
*/
|
|
23869
|
+
DryRun?: Boolean;
|
|
23870
|
+
}
|
|
23871
|
+
export interface ModifyInstanceMaintenanceOptionsResult {
|
|
23872
|
+
/**
|
|
23873
|
+
* The ID of the instance.
|
|
23874
|
+
*/
|
|
23875
|
+
InstanceId?: String;
|
|
23876
|
+
/**
|
|
23877
|
+
* Provides information on the current automatic recovery behavior of your instance.
|
|
23878
|
+
*/
|
|
23879
|
+
AutoRecovery?: InstanceAutoRecoveryState;
|
|
23880
|
+
}
|
|
23819
23881
|
export interface ModifyInstanceMetadataOptionsRequest {
|
|
23820
23882
|
/**
|
|
23821
23883
|
* The ID of the instance.
|
|
@@ -24261,7 +24323,7 @@ declare namespace EC2 {
|
|
|
24261
24323
|
}
|
|
24262
24324
|
export interface ModifySpotFleetRequestResponse {
|
|
24263
24325
|
/**
|
|
24264
|
-
*
|
|
24326
|
+
* If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.
|
|
24265
24327
|
*/
|
|
24266
24328
|
Return?: Boolean;
|
|
24267
24329
|
}
|
|
@@ -27551,6 +27613,10 @@ declare namespace EC2 {
|
|
|
27551
27613
|
* The options for the instance hostname. The default values are inherited from the subnet.
|
|
27552
27614
|
*/
|
|
27553
27615
|
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest;
|
|
27616
|
+
/**
|
|
27617
|
+
* The maintenance options for the instance.
|
|
27618
|
+
*/
|
|
27619
|
+
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest;
|
|
27554
27620
|
}
|
|
27555
27621
|
export interface RequestSpotFleetRequest {
|
|
27556
27622
|
/**
|
|
@@ -28126,7 +28192,7 @@ declare namespace EC2 {
|
|
|
28126
28192
|
}
|
|
28127
28193
|
export interface ResetInstanceAttributeRequest {
|
|
28128
28194
|
/**
|
|
28129
|
-
* The attribute to reset. You can only reset the following attributes: kernel | ramdisk | sourceDestCheck.
|
|
28195
|
+
* The attribute to reset. You can only reset the following attributes: kernel | ramdisk | sourceDestCheck.
|
|
28130
28196
|
*/
|
|
28131
28197
|
Attribute: InstanceAttributeName;
|
|
28132
28198
|
/**
|
|
@@ -28319,6 +28385,10 @@ declare namespace EC2 {
|
|
|
28319
28385
|
* The options for the instance hostname.
|
|
28320
28386
|
*/
|
|
28321
28387
|
PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptions;
|
|
28388
|
+
/**
|
|
28389
|
+
* The maintenance options for your instance.
|
|
28390
|
+
*/
|
|
28391
|
+
MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptions;
|
|
28322
28392
|
}
|
|
28323
28393
|
export type RestorableByStringList = String[];
|
|
28324
28394
|
export interface RestoreAddressToClassicRequest {
|
|
@@ -28911,6 +28981,10 @@ declare namespace EC2 {
|
|
|
28911
28981
|
* The options for the instance hostname. The default values are inherited from the subnet.
|
|
28912
28982
|
*/
|
|
28913
28983
|
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest;
|
|
28984
|
+
/**
|
|
28985
|
+
* The maintenance and recovery options for the instance.
|
|
28986
|
+
*/
|
|
28987
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest;
|
|
28914
28988
|
}
|
|
28915
28989
|
export interface RunScheduledInstancesRequest {
|
|
28916
28990
|
/**
|