aws-sdk 2.875.0 → 2.879.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 +47 -1
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +74 -53
- package/apis/cloud9-2017-09-23.examples.json +1 -1
- package/apis/cloud9-2017-09-23.min.json +48 -14
- package/apis/cloudformation-2010-05-15.min.json +50 -48
- package/apis/cloudhsm-2014-05-30.min.json +18 -51
- package/apis/cognito-sync-2014-06-30.examples.json +5 -0
- package/apis/cognito-sync-2014-06-30.min.json +2 -3
- package/apis/cognito-sync-2014-06-30.paginators.json +4 -0
- package/apis/comprehend-2017-11-27.min.json +12 -6
- package/apis/config-2014-11-12.min.json +238 -128
- package/apis/databrew-2017-07-25.min.json +154 -60
- package/apis/datapipeline-2012-10-29.examples.json +5 -0
- package/apis/datapipeline-2012-10-29.min.json +1 -1
- package/apis/datapipeline-2012-10-29.paginators.json +10 -10
- package/apis/detective-2018-10-26.min.json +114 -18
- package/apis/directconnect-2012-10-25.min.json +151 -52
- package/apis/ec2-2016-11-15.min.json +831 -625
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +1 -1
- package/apis/ec2-instance-connect-2018-04-02.min.json +25 -0
- package/apis/fms-2018-01-01.min.json +41 -7
- package/apis/frauddetector-2019-11-15.min.json +158 -54
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/imagebuilder-2019-12-02.min.json +141 -111
- package/apis/iot-2015-05-28.min.json +20 -15
- package/apis/iotwireless-2020-11-22.min.json +43 -2
- package/apis/kendra-2019-02-03.min.json +38 -36
- package/apis/lightsail-2016-11-28.min.json +121 -114
- package/apis/machinelearning-2014-12-12.examples.json +5 -0
- package/apis/machinelearning-2014-12-12.min.json +3 -4
- package/apis/machinelearning-2014-12-12.paginators.json +5 -5
- package/apis/mediaconvert-2017-08-29.min.json +122 -83
- package/apis/mediapackage-2017-10-12.min.json +64 -48
- package/apis/monitoring-2010-08-01.min.json +208 -38
- package/apis/monitoring-2010-08-01.paginators.json +5 -0
- package/apis/pinpoint-2016-12-01.min.json +15 -2
- package/apis/pricing-2017-10-15.examples.json +1 -0
- package/apis/redshift-2012-12-01.min.json +398 -191
- package/apis/route53resolver-2018-04-01.min.json +791 -89
- package/apis/route53resolver-2018-04-01.paginators.json +36 -0
- package/apis/runtime.lex-2016-11-28.min.json +29 -3
- package/apis/sagemaker-2017-07-24.min.json +141 -112
- package/apis/wafv2-2019-07-29.min.json +196 -89
- package/apis/workmail-2017-10-01.min.json +247 -30
- package/clients/batch.d.ts +41 -3
- package/clients/cloud9.d.ts +22 -12
- package/clients/cloudformation.d.ts +4 -0
- package/clients/cloudwatch.d.ts +222 -3
- package/clients/cognitosync.d.ts +20 -20
- package/clients/cognitosync.js +1 -0
- package/clients/comprehend.d.ts +24 -0
- package/clients/configservice.d.ts +182 -10
- package/clients/databrew.d.ts +145 -25
- package/clients/detective.d.ts +74 -0
- package/clients/directconnect.d.ts +161 -2
- package/clients/ec2.d.ts +239 -14
- package/clients/ec2instanceconnect.d.ts +41 -8
- package/clients/fms.d.ts +63 -2
- package/clients/frauddetector.d.ts +174 -0
- package/clients/imagebuilder.d.ts +378 -340
- package/clients/iot.d.ts +5 -0
- package/clients/iotwireless.d.ts +75 -0
- package/clients/kendra.d.ts +27 -17
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/lexruntime.d.ts +17 -3
- package/clients/lightsail.d.ts +17 -2
- package/clients/machinelearning.d.ts +71 -71
- package/clients/mediaconvert.d.ts +70 -11
- package/clients/mediapackage.d.ts +13 -0
- package/clients/pinpoint.d.ts +23 -3
- package/clients/redshift.d.ts +275 -0
- package/clients/route53resolver.d.ts +1093 -57
- package/clients/sagemaker.d.ts +76 -44
- package/clients/transcribeservice.d.ts +1 -1
- package/clients/wafv2.d.ts +126 -3
- package/clients/workmail.d.ts +294 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1868 -1835
- package/dist/aws-sdk.js +2415 -1583
- package/dist/aws-sdk.min.js +80 -80
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http/node.js +1 -1
- package/lib/services/s3.js +31 -8
- package/lib/services/s3control.js +18 -15
- package/lib/services/s3util.js +10 -10
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +12 -12
package/clients/redshift.d.ts
CHANGED
|
@@ -28,6 +28,14 @@ declare class Redshift extends Service {
|
|
|
28
28
|
* Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group. If you authorize access to an Amazon EC2 security group, specify EC2SecurityGroupName and EC2SecurityGroupOwnerId. The Amazon EC2 security group and Amazon Redshift cluster must be in the same AWS Region. If you authorize access to a CIDR/IP address range, specify CIDRIP. For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing. You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Cluster Management Guide.
|
|
29
29
|
*/
|
|
30
30
|
authorizeClusterSecurityGroupIngress(callback?: (err: AWSError, data: Redshift.Types.AuthorizeClusterSecurityGroupIngressResult) => void): Request<Redshift.Types.AuthorizeClusterSecurityGroupIngressResult, AWSError>;
|
|
31
|
+
/**
|
|
32
|
+
* Grants access to a cluster.
|
|
33
|
+
*/
|
|
34
|
+
authorizeEndpointAccess(params: Redshift.Types.AuthorizeEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorization) => void): Request<Redshift.Types.EndpointAuthorization, AWSError>;
|
|
35
|
+
/**
|
|
36
|
+
* Grants access to a cluster.
|
|
37
|
+
*/
|
|
38
|
+
authorizeEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorization) => void): Request<Redshift.Types.EndpointAuthorization, AWSError>;
|
|
31
39
|
/**
|
|
32
40
|
* Authorizes the specified AWS customer account to restore the specified snapshot. For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
|
|
33
41
|
*/
|
|
@@ -108,6 +116,14 @@ declare class Redshift extends Service {
|
|
|
108
116
|
* Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group. For information about subnet groups, go to Amazon Redshift Cluster Subnet Groups in the Amazon Redshift Cluster Management Guide.
|
|
109
117
|
*/
|
|
110
118
|
createClusterSubnetGroup(callback?: (err: AWSError, data: Redshift.Types.CreateClusterSubnetGroupResult) => void): Request<Redshift.Types.CreateClusterSubnetGroupResult, AWSError>;
|
|
119
|
+
/**
|
|
120
|
+
* Creates a Redshift-managed VPC endpoint.
|
|
121
|
+
*/
|
|
122
|
+
createEndpointAccess(params: Redshift.Types.CreateEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
123
|
+
/**
|
|
124
|
+
* Creates a Redshift-managed VPC endpoint.
|
|
125
|
+
*/
|
|
126
|
+
createEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
111
127
|
/**
|
|
112
128
|
* Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console. You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters. If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID.
|
|
113
129
|
*/
|
|
@@ -212,6 +228,14 @@ declare class Redshift extends Service {
|
|
|
212
228
|
* Deletes the specified cluster subnet group.
|
|
213
229
|
*/
|
|
214
230
|
deleteClusterSubnetGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
231
|
+
/**
|
|
232
|
+
* Deletes a Redshift-managed VPC endpoint.
|
|
233
|
+
*/
|
|
234
|
+
deleteEndpointAccess(params: Redshift.Types.DeleteEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
235
|
+
/**
|
|
236
|
+
* Deletes a Redshift-managed VPC endpoint.
|
|
237
|
+
*/
|
|
238
|
+
deleteEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
215
239
|
/**
|
|
216
240
|
* Deletes an Amazon Redshift event notification subscription.
|
|
217
241
|
*/
|
|
@@ -364,6 +388,22 @@ declare class Redshift extends Service {
|
|
|
364
388
|
* Returns a list of parameter settings for the specified parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
|
|
365
389
|
*/
|
|
366
390
|
describeDefaultClusterParameters(callback?: (err: AWSError, data: Redshift.Types.DescribeDefaultClusterParametersResult) => void): Request<Redshift.Types.DescribeDefaultClusterParametersResult, AWSError>;
|
|
391
|
+
/**
|
|
392
|
+
* Describes a Redshift-managed VPC endpoint.
|
|
393
|
+
*/
|
|
394
|
+
describeEndpointAccess(params: Redshift.Types.DescribeEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAccessList) => void): Request<Redshift.Types.EndpointAccessList, AWSError>;
|
|
395
|
+
/**
|
|
396
|
+
* Describes a Redshift-managed VPC endpoint.
|
|
397
|
+
*/
|
|
398
|
+
describeEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAccessList) => void): Request<Redshift.Types.EndpointAccessList, AWSError>;
|
|
399
|
+
/**
|
|
400
|
+
* Describes an endpoint authorization.
|
|
401
|
+
*/
|
|
402
|
+
describeEndpointAuthorization(params: Redshift.Types.DescribeEndpointAuthorizationMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorizationList) => void): Request<Redshift.Types.EndpointAuthorizationList, AWSError>;
|
|
403
|
+
/**
|
|
404
|
+
* Describes an endpoint authorization.
|
|
405
|
+
*/
|
|
406
|
+
describeEndpointAuthorization(callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorizationList) => void): Request<Redshift.Types.EndpointAuthorizationList, AWSError>;
|
|
367
407
|
/**
|
|
368
408
|
* Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications.
|
|
369
409
|
*/
|
|
@@ -616,6 +656,14 @@ declare class Redshift extends Service {
|
|
|
616
656
|
* Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.
|
|
617
657
|
*/
|
|
618
658
|
modifyClusterSubnetGroup(callback?: (err: AWSError, data: Redshift.Types.ModifyClusterSubnetGroupResult) => void): Request<Redshift.Types.ModifyClusterSubnetGroupResult, AWSError>;
|
|
659
|
+
/**
|
|
660
|
+
* Modifies a Redshift-managed VPC endpoint.
|
|
661
|
+
*/
|
|
662
|
+
modifyEndpointAccess(params: Redshift.Types.ModifyEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
663
|
+
/**
|
|
664
|
+
* Modifies a Redshift-managed VPC endpoint.
|
|
665
|
+
*/
|
|
666
|
+
modifyEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAccess) => void): Request<Redshift.Types.EndpointAccess, AWSError>;
|
|
619
667
|
/**
|
|
620
668
|
* Modifies an existing Amazon Redshift event notification subscription.
|
|
621
669
|
*/
|
|
@@ -728,6 +776,14 @@ declare class Redshift extends Service {
|
|
|
728
776
|
* Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
|
|
729
777
|
*/
|
|
730
778
|
revokeClusterSecurityGroupIngress(callback?: (err: AWSError, data: Redshift.Types.RevokeClusterSecurityGroupIngressResult) => void): Request<Redshift.Types.RevokeClusterSecurityGroupIngressResult, AWSError>;
|
|
779
|
+
/**
|
|
780
|
+
* Revokes access to a cluster.
|
|
781
|
+
*/
|
|
782
|
+
revokeEndpointAccess(params: Redshift.Types.RevokeEndpointAccessMessage, callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorization) => void): Request<Redshift.Types.EndpointAuthorization, AWSError>;
|
|
783
|
+
/**
|
|
784
|
+
* Revokes access to a cluster.
|
|
785
|
+
*/
|
|
786
|
+
revokeEndpointAccess(callback?: (err: AWSError, data: Redshift.Types.EndpointAuthorization) => void): Request<Redshift.Types.EndpointAuthorization, AWSError>;
|
|
731
787
|
/**
|
|
732
788
|
* Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion. For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
|
|
733
789
|
*/
|
|
@@ -832,6 +888,7 @@ declare namespace Redshift {
|
|
|
832
888
|
*/
|
|
833
889
|
AttributeValue?: String;
|
|
834
890
|
}
|
|
891
|
+
export type AuthorizationStatus = "Authorized"|"Revoking"|string;
|
|
835
892
|
export interface AuthorizeClusterSecurityGroupIngressMessage {
|
|
836
893
|
/**
|
|
837
894
|
* The name of the security group to which the ingress rule is added.
|
|
@@ -853,6 +910,20 @@ declare namespace Redshift {
|
|
|
853
910
|
export interface AuthorizeClusterSecurityGroupIngressResult {
|
|
854
911
|
ClusterSecurityGroup?: ClusterSecurityGroup;
|
|
855
912
|
}
|
|
913
|
+
export interface AuthorizeEndpointAccessMessage {
|
|
914
|
+
/**
|
|
915
|
+
* The cluster identifier of the cluster to grant access to.
|
|
916
|
+
*/
|
|
917
|
+
ClusterIdentifier?: String;
|
|
918
|
+
/**
|
|
919
|
+
* The AWS account ID to grant access to.
|
|
920
|
+
*/
|
|
921
|
+
Account: String;
|
|
922
|
+
/**
|
|
923
|
+
* The virtual private cloud (VPC) identifiers to grant access to.
|
|
924
|
+
*/
|
|
925
|
+
VpcIds?: VpcIdentifierList;
|
|
926
|
+
}
|
|
856
927
|
export interface AuthorizeSnapshotAccessMessage {
|
|
857
928
|
/**
|
|
858
929
|
* The identifier of the snapshot the account is authorized to restore.
|
|
@@ -1652,6 +1723,28 @@ declare namespace Redshift {
|
|
|
1652
1723
|
export interface CreateClusterSubnetGroupResult {
|
|
1653
1724
|
ClusterSubnetGroup?: ClusterSubnetGroup;
|
|
1654
1725
|
}
|
|
1726
|
+
export interface CreateEndpointAccessMessage {
|
|
1727
|
+
/**
|
|
1728
|
+
* The cluster identifier of the cluster to access.
|
|
1729
|
+
*/
|
|
1730
|
+
ClusterIdentifier?: String;
|
|
1731
|
+
/**
|
|
1732
|
+
* The AWS account ID of the owner of the cluster. This is only required if the cluster is in another AWS account.
|
|
1733
|
+
*/
|
|
1734
|
+
ResourceOwner?: String;
|
|
1735
|
+
/**
|
|
1736
|
+
* The Redshift-managed VPC endpoint name. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
|
|
1737
|
+
*/
|
|
1738
|
+
EndpointName: String;
|
|
1739
|
+
/**
|
|
1740
|
+
* The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
|
1741
|
+
*/
|
|
1742
|
+
SubnetGroupName: String;
|
|
1743
|
+
/**
|
|
1744
|
+
* The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
|
1745
|
+
*/
|
|
1746
|
+
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
1747
|
+
}
|
|
1655
1748
|
export interface CreateEventSubscriptionMessage {
|
|
1656
1749
|
/**
|
|
1657
1750
|
* The name of the event subscription to be created. Constraints: Cannot be null, empty, or blank. Must contain from 1 to 255 alphanumeric characters or hyphens. First character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens.
|
|
@@ -1971,6 +2064,12 @@ declare namespace Redshift {
|
|
|
1971
2064
|
*/
|
|
1972
2065
|
ClusterSubnetGroupName: String;
|
|
1973
2066
|
}
|
|
2067
|
+
export interface DeleteEndpointAccessMessage {
|
|
2068
|
+
/**
|
|
2069
|
+
* The Redshift-managed VPC endpoint to delete.
|
|
2070
|
+
*/
|
|
2071
|
+
EndpointName: String;
|
|
2072
|
+
}
|
|
1974
2073
|
export interface DeleteEventSubscriptionMessage {
|
|
1975
2074
|
/**
|
|
1976
2075
|
* The name of the Amazon Redshift event notification subscription to be deleted.
|
|
@@ -2248,6 +2347,54 @@ declare namespace Redshift {
|
|
|
2248
2347
|
export interface DescribeDefaultClusterParametersResult {
|
|
2249
2348
|
DefaultClusterParameters?: DefaultClusterParameters;
|
|
2250
2349
|
}
|
|
2350
|
+
export interface DescribeEndpointAccessMessage {
|
|
2351
|
+
/**
|
|
2352
|
+
* The cluster identifier associated with the described endpoint.
|
|
2353
|
+
*/
|
|
2354
|
+
ClusterIdentifier?: String;
|
|
2355
|
+
/**
|
|
2356
|
+
* The AWS account ID of the owner of the cluster.
|
|
2357
|
+
*/
|
|
2358
|
+
ResourceOwner?: String;
|
|
2359
|
+
/**
|
|
2360
|
+
* The name of the endpoint to be described.
|
|
2361
|
+
*/
|
|
2362
|
+
EndpointName?: String;
|
|
2363
|
+
/**
|
|
2364
|
+
* The virtual private cloud (VPC) identifier with access to the cluster.
|
|
2365
|
+
*/
|
|
2366
|
+
VpcId?: String;
|
|
2367
|
+
/**
|
|
2368
|
+
* Reserved for Amazon Redshift internal use.
|
|
2369
|
+
*/
|
|
2370
|
+
MaxRecords?: IntegerOptional;
|
|
2371
|
+
/**
|
|
2372
|
+
* Reserved for Amazon Redshift internal use.
|
|
2373
|
+
*/
|
|
2374
|
+
Marker?: String;
|
|
2375
|
+
}
|
|
2376
|
+
export interface DescribeEndpointAuthorizationMessage {
|
|
2377
|
+
/**
|
|
2378
|
+
* The cluster identifier of the cluster to access.
|
|
2379
|
+
*/
|
|
2380
|
+
ClusterIdentifier?: String;
|
|
2381
|
+
/**
|
|
2382
|
+
* The AWS account ID of either the cluster owner (grantor) or grantee. If Grantee parameter is true, then the Account value is of the grantor.
|
|
2383
|
+
*/
|
|
2384
|
+
Account?: String;
|
|
2385
|
+
/**
|
|
2386
|
+
* Indicates whether to check authorization from a grantor or grantee point of view. If true, Amazon Redshift returns endpoint authorizations that you've been granted. If false (default), checks authorization from a grantor point of view.
|
|
2387
|
+
*/
|
|
2388
|
+
Grantee?: BooleanOptional;
|
|
2389
|
+
/**
|
|
2390
|
+
* Reserved for Amazon Redshift internal use.
|
|
2391
|
+
*/
|
|
2392
|
+
MaxRecords?: IntegerOptional;
|
|
2393
|
+
/**
|
|
2394
|
+
* Reserved for Amazon Redshift internal use.
|
|
2395
|
+
*/
|
|
2396
|
+
Marker?: String;
|
|
2397
|
+
}
|
|
2251
2398
|
export interface DescribeEventCategoriesMessage {
|
|
2252
2399
|
/**
|
|
2253
2400
|
* The source type, such as cluster or parameter group, to which the described event categories apply. Valid values: cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, and scheduled-action.
|
|
@@ -2704,6 +2851,105 @@ declare namespace Redshift {
|
|
|
2704
2851
|
*/
|
|
2705
2852
|
VpcEndpoints?: VpcEndpointsList;
|
|
2706
2853
|
}
|
|
2854
|
+
export interface EndpointAccess {
|
|
2855
|
+
/**
|
|
2856
|
+
* The cluster identifier of the cluster associated with the endpoint.
|
|
2857
|
+
*/
|
|
2858
|
+
ClusterIdentifier?: String;
|
|
2859
|
+
/**
|
|
2860
|
+
* The AWS account ID of the owner of the cluster.
|
|
2861
|
+
*/
|
|
2862
|
+
ResourceOwner?: String;
|
|
2863
|
+
/**
|
|
2864
|
+
* The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
|
2865
|
+
*/
|
|
2866
|
+
SubnetGroupName?: String;
|
|
2867
|
+
/**
|
|
2868
|
+
* The status of the endpoint.
|
|
2869
|
+
*/
|
|
2870
|
+
EndpointStatus?: String;
|
|
2871
|
+
/**
|
|
2872
|
+
* The name of the endpoint.
|
|
2873
|
+
*/
|
|
2874
|
+
EndpointName?: String;
|
|
2875
|
+
/**
|
|
2876
|
+
* The time (UTC) that the endpoint was created.
|
|
2877
|
+
*/
|
|
2878
|
+
EndpointCreateTime?: TStamp;
|
|
2879
|
+
/**
|
|
2880
|
+
* The port number on which the cluster accepts incoming connections.
|
|
2881
|
+
*/
|
|
2882
|
+
Port?: Integer;
|
|
2883
|
+
/**
|
|
2884
|
+
* The DNS address of the endpoint.
|
|
2885
|
+
*/
|
|
2886
|
+
Address?: String;
|
|
2887
|
+
/**
|
|
2888
|
+
* The security groups associated with the endpoint.
|
|
2889
|
+
*/
|
|
2890
|
+
VpcSecurityGroups?: VpcSecurityGroupMembershipList;
|
|
2891
|
+
VpcEndpoint?: VpcEndpoint;
|
|
2892
|
+
}
|
|
2893
|
+
export interface EndpointAccessList {
|
|
2894
|
+
/**
|
|
2895
|
+
* The list of endpoints with access to the cluster.
|
|
2896
|
+
*/
|
|
2897
|
+
EndpointAccessList?: EndpointAccesses;
|
|
2898
|
+
/**
|
|
2899
|
+
* Reserved for Amazon Redshift internal use.
|
|
2900
|
+
*/
|
|
2901
|
+
Marker?: String;
|
|
2902
|
+
}
|
|
2903
|
+
export type EndpointAccesses = EndpointAccess[];
|
|
2904
|
+
export interface EndpointAuthorization {
|
|
2905
|
+
/**
|
|
2906
|
+
* The AWS account ID of the cluster owner.
|
|
2907
|
+
*/
|
|
2908
|
+
Grantor?: String;
|
|
2909
|
+
/**
|
|
2910
|
+
* The AWS account ID of the grantee of the cluster.
|
|
2911
|
+
*/
|
|
2912
|
+
Grantee?: String;
|
|
2913
|
+
/**
|
|
2914
|
+
* The cluster identifier.
|
|
2915
|
+
*/
|
|
2916
|
+
ClusterIdentifier?: String;
|
|
2917
|
+
/**
|
|
2918
|
+
* The time (UTC) when the authorization was created.
|
|
2919
|
+
*/
|
|
2920
|
+
AuthorizeTime?: TStamp;
|
|
2921
|
+
/**
|
|
2922
|
+
* The status of the cluster.
|
|
2923
|
+
*/
|
|
2924
|
+
ClusterStatus?: String;
|
|
2925
|
+
/**
|
|
2926
|
+
* The status of the authorization action.
|
|
2927
|
+
*/
|
|
2928
|
+
Status?: AuthorizationStatus;
|
|
2929
|
+
/**
|
|
2930
|
+
* Indicates whether all VPCs in the grantee account are allowed access to the cluster.
|
|
2931
|
+
*/
|
|
2932
|
+
AllowedAllVPCs?: Boolean;
|
|
2933
|
+
/**
|
|
2934
|
+
* The VPCs allowed access to the cluster.
|
|
2935
|
+
*/
|
|
2936
|
+
AllowedVPCs?: VpcIdentifierList;
|
|
2937
|
+
/**
|
|
2938
|
+
* The number of Redshift-managed VPC endpoints created for the authorization.
|
|
2939
|
+
*/
|
|
2940
|
+
EndpointCount?: Integer;
|
|
2941
|
+
}
|
|
2942
|
+
export interface EndpointAuthorizationList {
|
|
2943
|
+
/**
|
|
2944
|
+
* The authorizations to an endpoint.
|
|
2945
|
+
*/
|
|
2946
|
+
EndpointAuthorizationList?: EndpointAuthorizations;
|
|
2947
|
+
/**
|
|
2948
|
+
* Reserved for Amazon Redshift internal use.
|
|
2949
|
+
*/
|
|
2950
|
+
Marker?: String;
|
|
2951
|
+
}
|
|
2952
|
+
export type EndpointAuthorizations = EndpointAuthorization[];
|
|
2707
2953
|
export interface Event {
|
|
2708
2954
|
/**
|
|
2709
2955
|
* The identifier for the source of the event.
|
|
@@ -3247,6 +3493,16 @@ declare namespace Redshift {
|
|
|
3247
3493
|
export interface ModifyClusterSubnetGroupResult {
|
|
3248
3494
|
ClusterSubnetGroup?: ClusterSubnetGroup;
|
|
3249
3495
|
}
|
|
3496
|
+
export interface ModifyEndpointAccessMessage {
|
|
3497
|
+
/**
|
|
3498
|
+
* The endpoint to be modified.
|
|
3499
|
+
*/
|
|
3500
|
+
EndpointName: String;
|
|
3501
|
+
/**
|
|
3502
|
+
* The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
|
|
3503
|
+
*/
|
|
3504
|
+
VpcSecurityGroupIds?: VpcSecurityGroupIdList;
|
|
3505
|
+
}
|
|
3250
3506
|
export interface ModifyEventSubscriptionMessage {
|
|
3251
3507
|
/**
|
|
3252
3508
|
* The name of the modified Amazon Redshift event notification subscription.
|
|
@@ -4031,6 +4287,24 @@ declare namespace Redshift {
|
|
|
4031
4287
|
export interface RevokeClusterSecurityGroupIngressResult {
|
|
4032
4288
|
ClusterSecurityGroup?: ClusterSecurityGroup;
|
|
4033
4289
|
}
|
|
4290
|
+
export interface RevokeEndpointAccessMessage {
|
|
4291
|
+
/**
|
|
4292
|
+
* The cluster to revoke access from.
|
|
4293
|
+
*/
|
|
4294
|
+
ClusterIdentifier?: String;
|
|
4295
|
+
/**
|
|
4296
|
+
* The AWS account ID whose access is to be revoked.
|
|
4297
|
+
*/
|
|
4298
|
+
Account?: String;
|
|
4299
|
+
/**
|
|
4300
|
+
* The virtual private cloud (VPC) identifiers for which access is to be revoked.
|
|
4301
|
+
*/
|
|
4302
|
+
VpcIds?: VpcIdentifierList;
|
|
4303
|
+
/**
|
|
4304
|
+
* Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
|
|
4305
|
+
*/
|
|
4306
|
+
Force?: Boolean;
|
|
4307
|
+
}
|
|
4034
4308
|
export interface RevokeSnapshotAccessMessage {
|
|
4035
4309
|
/**
|
|
4036
4310
|
* The identifier of the snapshot that the account can no longer access.
|
|
@@ -4608,6 +4882,7 @@ declare namespace Redshift {
|
|
|
4608
4882
|
NetworkInterfaces?: NetworkInterfaceList;
|
|
4609
4883
|
}
|
|
4610
4884
|
export type VpcEndpointsList = VpcEndpoint[];
|
|
4885
|
+
export type VpcIdentifierList = String[];
|
|
4611
4886
|
export type VpcSecurityGroupIdList = String[];
|
|
4612
4887
|
export interface VpcSecurityGroupMembership {
|
|
4613
4888
|
/**
|