cdk-lambda-subminute 2.0.279 → 2.0.281
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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +86 -78
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +243 -125
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/emr.d.ts +56 -40
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshift.d.ts +167 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wafv2.d.ts +20 -20
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +387 -186
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -260,11 +260,11 @@ declare class OpenSearch extends Service {
|
|
260
260
|
*/
|
261
261
|
getCompatibleVersions(callback?: (err: AWSError, data: OpenSearch.Types.GetCompatibleVersionsResponse) => void): Request<OpenSearch.Types.GetCompatibleVersionsResponse, AWSError>;
|
262
262
|
/**
|
263
|
-
*
|
263
|
+
* The status of the maintenance action.
|
264
264
|
*/
|
265
265
|
getDomainMaintenanceStatus(params: OpenSearch.Types.GetDomainMaintenanceStatusRequest, callback?: (err: AWSError, data: OpenSearch.Types.GetDomainMaintenanceStatusResponse) => void): Request<OpenSearch.Types.GetDomainMaintenanceStatusResponse, AWSError>;
|
266
266
|
/**
|
267
|
-
*
|
267
|
+
* The status of the maintenance action.
|
268
268
|
*/
|
269
269
|
getDomainMaintenanceStatus(callback?: (err: AWSError, data: OpenSearch.Types.GetDomainMaintenanceStatusResponse) => void): Request<OpenSearch.Types.GetDomainMaintenanceStatusResponse, AWSError>;
|
270
270
|
/**
|
@@ -292,11 +292,11 @@ declare class OpenSearch extends Service {
|
|
292
292
|
*/
|
293
293
|
getUpgradeStatus(callback?: (err: AWSError, data: OpenSearch.Types.GetUpgradeStatusResponse) => void): Request<OpenSearch.Types.GetUpgradeStatusResponse, AWSError>;
|
294
294
|
/**
|
295
|
-
*
|
295
|
+
* A list of maintenance actions for the domain.
|
296
296
|
*/
|
297
297
|
listDomainMaintenances(params: OpenSearch.Types.ListDomainMaintenancesRequest, callback?: (err: AWSError, data: OpenSearch.Types.ListDomainMaintenancesResponse) => void): Request<OpenSearch.Types.ListDomainMaintenancesResponse, AWSError>;
|
298
298
|
/**
|
299
|
-
*
|
299
|
+
* A list of maintenance actions for the domain.
|
300
300
|
*/
|
301
301
|
listDomainMaintenances(callback?: (err: AWSError, data: OpenSearch.Types.ListDomainMaintenancesResponse) => void): Request<OpenSearch.Types.ListDomainMaintenancesResponse, AWSError>;
|
302
302
|
/**
|
@@ -412,11 +412,11 @@ declare class OpenSearch extends Service {
|
|
412
412
|
*/
|
413
413
|
revokeVpcEndpointAccess(callback?: (err: AWSError, data: OpenSearch.Types.RevokeVpcEndpointAccessResponse) => void): Request<OpenSearch.Types.RevokeVpcEndpointAccessResponse, AWSError>;
|
414
414
|
/**
|
415
|
-
* Starts the node maintenance
|
415
|
+
* Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart.
|
416
416
|
*/
|
417
417
|
startDomainMaintenance(params: OpenSearch.Types.StartDomainMaintenanceRequest, callback?: (err: AWSError, data: OpenSearch.Types.StartDomainMaintenanceResponse) => void): Request<OpenSearch.Types.StartDomainMaintenanceResponse, AWSError>;
|
418
418
|
/**
|
419
|
-
* Starts the node maintenance
|
419
|
+
* Starts the node maintenance process on the data node. These processes can include a node reboot, an Opensearch or Elasticsearch process restart, or a Dashboard or Kibana restart.
|
420
420
|
*/
|
421
421
|
startDomainMaintenance(callback?: (err: AWSError, data: OpenSearch.Types.StartDomainMaintenanceResponse) => void): Request<OpenSearch.Types.StartDomainMaintenanceResponse, AWSError>;
|
422
422
|
/**
|
@@ -1004,6 +1004,10 @@ declare namespace OpenSearch {
|
|
1004
1004
|
* Identity and Access Management (IAM) policy document specifying the access policies for the new domain.
|
1005
1005
|
*/
|
1006
1006
|
AccessPolicies?: PolicyDocument;
|
1007
|
+
/**
|
1008
|
+
* The type of IP addresses supported by the endpoint for the domain.
|
1009
|
+
*/
|
1010
|
+
IPAddressType?: IPAddressType;
|
1007
1011
|
/**
|
1008
1012
|
* DEPRECATED. Container for the parameters required to configure automated snapshots of domain indexes.
|
1009
1013
|
*/
|
@@ -1611,6 +1615,10 @@ declare namespace OpenSearch {
|
|
1611
1615
|
* Specifies the access policies for the domain.
|
1612
1616
|
*/
|
1613
1617
|
AccessPolicies?: AccessPoliciesStatus;
|
1618
|
+
/**
|
1619
|
+
* The type of IP addresses supported by the endpoint for the domain.
|
1620
|
+
*/
|
1621
|
+
IPAddressType?: IPAddressTypeStatus;
|
1614
1622
|
/**
|
1615
1623
|
* DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
|
1616
1624
|
*/
|
@@ -1717,7 +1725,7 @@ declare namespace OpenSearch {
|
|
1717
1725
|
}
|
1718
1726
|
export interface DomainMaintenanceDetails {
|
1719
1727
|
/**
|
1720
|
-
*
|
1728
|
+
* The ID of the requested action.
|
1721
1729
|
*/
|
1722
1730
|
MaintenanceId?: RequestId;
|
1723
1731
|
/**
|
@@ -1729,7 +1737,7 @@ declare namespace OpenSearch {
|
|
1729
1737
|
*/
|
1730
1738
|
Action?: MaintenanceType;
|
1731
1739
|
/**
|
1732
|
-
*
|
1740
|
+
* The ID of the data node.
|
1733
1741
|
*/
|
1734
1742
|
NodeId?: NodeId;
|
1735
1743
|
/**
|
@@ -1737,15 +1745,15 @@ declare namespace OpenSearch {
|
|
1737
1745
|
*/
|
1738
1746
|
Status?: MaintenanceStatus;
|
1739
1747
|
/**
|
1740
|
-
* The status message
|
1748
|
+
* The status message for the action.
|
1741
1749
|
*/
|
1742
1750
|
StatusMessage?: MaintenanceStatusMessage;
|
1743
1751
|
/**
|
1744
|
-
*
|
1752
|
+
* The time at which the action was created.
|
1745
1753
|
*/
|
1746
1754
|
CreatedAt?: UpdateTimestamp;
|
1747
1755
|
/**
|
1748
|
-
*
|
1756
|
+
* The time at which the action was updated.
|
1749
1757
|
*/
|
1750
1758
|
UpdatedAt?: UpdateTimestamp;
|
1751
1759
|
}
|
@@ -1854,6 +1862,7 @@ declare namespace OpenSearch {
|
|
1854
1862
|
* Domain-specific endpoint used to submit index, search, and data upload requests to the domain.
|
1855
1863
|
*/
|
1856
1864
|
Endpoint?: ServiceUrl;
|
1865
|
+
EndpointV2?: ServiceUrl;
|
1857
1866
|
/**
|
1858
1867
|
* The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints.. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.
|
1859
1868
|
*/
|
@@ -1882,6 +1891,10 @@ declare namespace OpenSearch {
|
|
1882
1891
|
* Identity and Access Management (IAM) policy document specifying the access policies for the domain.
|
1883
1892
|
*/
|
1884
1893
|
AccessPolicies?: PolicyDocument;
|
1894
|
+
/**
|
1895
|
+
* The type of IP addresses supported by the endpoint for the domain.
|
1896
|
+
*/
|
1897
|
+
IPAddressType?: IPAddressType;
|
1885
1898
|
/**
|
1886
1899
|
* DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
|
1887
1900
|
*/
|
@@ -2091,33 +2104,33 @@ declare namespace OpenSearch {
|
|
2091
2104
|
*/
|
2092
2105
|
DomainName: DomainName;
|
2093
2106
|
/**
|
2094
|
-
* The request
|
2107
|
+
* The request ID of the maintenance action.
|
2095
2108
|
*/
|
2096
2109
|
MaintenanceId: RequestId;
|
2097
2110
|
}
|
2098
2111
|
export interface GetDomainMaintenanceStatusResponse {
|
2099
2112
|
/**
|
2100
|
-
*
|
2113
|
+
* The status of the maintenance action.
|
2101
2114
|
*/
|
2102
2115
|
Status?: MaintenanceStatus;
|
2103
2116
|
/**
|
2104
|
-
*
|
2117
|
+
* The status message of the maintenance action.
|
2105
2118
|
*/
|
2106
2119
|
StatusMessage?: MaintenanceStatusMessage;
|
2107
2120
|
/**
|
2108
|
-
*
|
2121
|
+
* The node ID of the maintenance action.
|
2109
2122
|
*/
|
2110
2123
|
NodeId?: NodeId;
|
2111
2124
|
/**
|
2112
|
-
*
|
2125
|
+
* The action name.
|
2113
2126
|
*/
|
2114
2127
|
Action?: MaintenanceType;
|
2115
2128
|
/**
|
2116
|
-
*
|
2129
|
+
* The time at which the action was created.
|
2117
2130
|
*/
|
2118
2131
|
CreatedAt?: UpdateTimestamp;
|
2119
2132
|
/**
|
2120
|
-
*
|
2133
|
+
* The time at which the action was updated.
|
2121
2134
|
*/
|
2122
2135
|
UpdatedAt?: UpdateTimestamp;
|
2123
2136
|
}
|
@@ -2193,6 +2206,14 @@ declare namespace OpenSearch {
|
|
2193
2206
|
*/
|
2194
2207
|
UpgradeName?: UpgradeName;
|
2195
2208
|
}
|
2209
|
+
export type IPAddressType = "ipv4"|"dualstack"|string;
|
2210
|
+
export interface IPAddressTypeStatus {
|
2211
|
+
/**
|
2212
|
+
* The IP address options for the domain.
|
2213
|
+
*/
|
2214
|
+
Options: IPAddressType;
|
2215
|
+
Status: OptionStatus;
|
2216
|
+
}
|
2196
2217
|
export type IdentityPoolId = string;
|
2197
2218
|
export interface InboundConnection {
|
2198
2219
|
/**
|
@@ -2325,13 +2346,13 @@ declare namespace OpenSearch {
|
|
2325
2346
|
*/
|
2326
2347
|
MaxResults?: MaxResults;
|
2327
2348
|
/**
|
2328
|
-
* If your initial ListDomainMaintenances operation returns a nextToken,
|
2349
|
+
* If your initial ListDomainMaintenances operation returns a nextToken, include the returned nextToken in subsequent ListDomainMaintenances operations, which returns results in the next page.
|
2329
2350
|
*/
|
2330
2351
|
NextToken?: NextToken;
|
2331
2352
|
}
|
2332
2353
|
export interface ListDomainMaintenancesResponse {
|
2333
2354
|
/**
|
2334
|
-
*
|
2355
|
+
* A list of the submitted maintenance actions.
|
2335
2356
|
*/
|
2336
2357
|
DomainMaintenances?: DomainMaintenanceList;
|
2337
2358
|
/**
|
@@ -3199,13 +3220,13 @@ declare namespace OpenSearch {
|
|
3199
3220
|
*/
|
3200
3221
|
Action: MaintenanceType;
|
3201
3222
|
/**
|
3202
|
-
*
|
3223
|
+
* The ID of the data node.
|
3203
3224
|
*/
|
3204
3225
|
NodeId?: NodeId;
|
3205
3226
|
}
|
3206
3227
|
export interface StartDomainMaintenanceResponse {
|
3207
3228
|
/**
|
3208
|
-
*
|
3229
|
+
* The request ID of requested action.
|
3209
3230
|
*/
|
3210
3231
|
MaintenanceId?: RequestId;
|
3211
3232
|
}
|
@@ -3313,6 +3334,10 @@ declare namespace OpenSearch {
|
|
3313
3334
|
* Identity and Access Management (IAM) access policy as a JSON-formatted string.
|
3314
3335
|
*/
|
3315
3336
|
AccessPolicies?: PolicyDocument;
|
3337
|
+
/**
|
3338
|
+
* The type of IP addresses supported by the endpoint for the domain.
|
3339
|
+
*/
|
3340
|
+
IPAddressType?: IPAddressType;
|
3316
3341
|
/**
|
3317
3342
|
* Options to publish OpenSearch logs to Amazon CloudWatch Logs.
|
3318
3343
|
*/
|
@@ -2723,7 +2723,7 @@ declare namespace Pinpoint {
|
|
2723
2723
|
*/
|
2724
2724
|
ApplicationId: __string;
|
2725
2725
|
/**
|
2726
|
-
* The unique identifier for the endpoint.
|
2726
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
2727
2727
|
*/
|
2728
2728
|
EndpointId: __string;
|
2729
2729
|
}
|
@@ -4103,7 +4103,7 @@ declare namespace Pinpoint {
|
|
4103
4103
|
*/
|
4104
4104
|
ApplicationId: __string;
|
4105
4105
|
/**
|
4106
|
-
* The unique identifier for the endpoint.
|
4106
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
4107
4107
|
*/
|
4108
4108
|
EndpointId: __string;
|
4109
4109
|
}
|
@@ -6946,7 +6946,7 @@ declare namespace Pinpoint {
|
|
6946
6946
|
*/
|
6947
6947
|
ApplicationId: __string;
|
6948
6948
|
/**
|
6949
|
-
* The unique identifier for the endpoint.
|
6949
|
+
* The case insensitive unique identifier for the endpoint. The identifier can't contain $, { or }.
|
6950
6950
|
*/
|
6951
6951
|
EndpointId: __string;
|
6952
6952
|
EndpointRequest: EndpointRequest;
|
@@ -332,6 +332,14 @@ declare class Redshift extends Service {
|
|
332
332
|
* Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner's website.
|
333
333
|
*/
|
334
334
|
deletePartner(callback?: (err: AWSError, data: Redshift.Types.PartnerIntegrationOutputMessage) => void): Request<Redshift.Types.PartnerIntegrationOutputMessage, AWSError>;
|
335
|
+
/**
|
336
|
+
* Deletes the resource policy for a specified resource.
|
337
|
+
*/
|
338
|
+
deleteResourcePolicy(params: Redshift.Types.DeleteResourcePolicyMessage, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
339
|
+
/**
|
340
|
+
* Deletes the resource policy for a specified resource.
|
341
|
+
*/
|
342
|
+
deleteResourcePolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
335
343
|
/**
|
336
344
|
* Deletes a scheduled action.
|
337
345
|
*/
|
@@ -556,6 +564,14 @@ declare class Redshift extends Service {
|
|
556
564
|
* Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your Amazon Web Services account. If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all HSM connections that have any combination of those values are returned. If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.
|
557
565
|
*/
|
558
566
|
describeHsmConfigurations(callback?: (err: AWSError, data: Redshift.Types.HsmConfigurationMessage) => void): Request<Redshift.Types.HsmConfigurationMessage, AWSError>;
|
567
|
+
/**
|
568
|
+
* Returns a list of inbound integrations.
|
569
|
+
*/
|
570
|
+
describeInboundIntegrations(params: Redshift.Types.DescribeInboundIntegrationsMessage, callback?: (err: AWSError, data: Redshift.Types.InboundIntegrationsMessage) => void): Request<Redshift.Types.InboundIntegrationsMessage, AWSError>;
|
571
|
+
/**
|
572
|
+
* Returns a list of inbound integrations.
|
573
|
+
*/
|
574
|
+
describeInboundIntegrations(callback?: (err: AWSError, data: Redshift.Types.InboundIntegrationsMessage) => void): Request<Redshift.Types.InboundIntegrationsMessage, AWSError>;
|
559
575
|
/**
|
560
576
|
* Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
|
561
577
|
*/
|
@@ -744,6 +760,14 @@ declare class Redshift extends Service {
|
|
744
760
|
* Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.
|
745
761
|
*/
|
746
762
|
getReservedNodeExchangeOfferings(callback?: (err: AWSError, data: Redshift.Types.GetReservedNodeExchangeOfferingsOutputMessage) => void): Request<Redshift.Types.GetReservedNodeExchangeOfferingsOutputMessage, AWSError>;
|
763
|
+
/**
|
764
|
+
* Get the resource policy for a specified resource.
|
765
|
+
*/
|
766
|
+
getResourcePolicy(params: Redshift.Types.GetResourcePolicyMessage, callback?: (err: AWSError, data: Redshift.Types.GetResourcePolicyResult) => void): Request<Redshift.Types.GetResourcePolicyResult, AWSError>;
|
767
|
+
/**
|
768
|
+
* Get the resource policy for a specified resource.
|
769
|
+
*/
|
770
|
+
getResourcePolicy(callback?: (err: AWSError, data: Redshift.Types.GetResourcePolicyResult) => void): Request<Redshift.Types.GetResourcePolicyResult, AWSError>;
|
747
771
|
/**
|
748
772
|
* This operation is retired. Calling this operation does not change AQUA configuration. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).
|
749
773
|
*/
|
@@ -896,6 +920,14 @@ declare class Redshift extends Service {
|
|
896
920
|
* Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one or more of the offerings. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve. For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.
|
897
921
|
*/
|
898
922
|
purchaseReservedNodeOffering(callback?: (err: AWSError, data: Redshift.Types.PurchaseReservedNodeOfferingResult) => void): Request<Redshift.Types.PurchaseReservedNodeOfferingResult, AWSError>;
|
923
|
+
/**
|
924
|
+
* Updates the resource policy for a specified resource.
|
925
|
+
*/
|
926
|
+
putResourcePolicy(params: Redshift.Types.PutResourcePolicyMessage, callback?: (err: AWSError, data: Redshift.Types.PutResourcePolicyResult) => void): Request<Redshift.Types.PutResourcePolicyResult, AWSError>;
|
927
|
+
/**
|
928
|
+
* Updates the resource policy for a specified resource.
|
929
|
+
*/
|
930
|
+
putResourcePolicy(callback?: (err: AWSError, data: Redshift.Types.PutResourcePolicyResult) => void): Request<Redshift.Types.PutResourcePolicyResult, AWSError>;
|
899
931
|
/**
|
900
932
|
* Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
|
901
933
|
*/
|
@@ -1505,6 +1537,10 @@ declare namespace Redshift {
|
|
1505
1537
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
|
1506
1538
|
*/
|
1507
1539
|
MasterPasswordSecretKmsKeyId?: String;
|
1540
|
+
/**
|
1541
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
1542
|
+
*/
|
1543
|
+
IpAddressType?: String;
|
1508
1544
|
}
|
1509
1545
|
export interface ClusterAssociatedToSchedule {
|
1510
1546
|
/**
|
@@ -1770,6 +1806,10 @@ declare namespace Redshift {
|
|
1770
1806
|
* The list of tags for the cluster subnet group.
|
1771
1807
|
*/
|
1772
1808
|
Tags?: TagList;
|
1809
|
+
/**
|
1810
|
+
* The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.
|
1811
|
+
*/
|
1812
|
+
SupportedClusterIpAddressTypes?: ValueStringList;
|
1773
1813
|
}
|
1774
1814
|
export interface ClusterSubnetGroupMessage {
|
1775
1815
|
/**
|
@@ -2003,6 +2043,10 @@ declare namespace Redshift {
|
|
2003
2043
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
2004
2044
|
*/
|
2005
2045
|
MasterPasswordSecretKmsKeyId?: String;
|
2046
|
+
/**
|
2047
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
2048
|
+
*/
|
2049
|
+
IpAddressType?: String;
|
2006
2050
|
}
|
2007
2051
|
export interface CreateClusterParameterGroupMessage {
|
2008
2052
|
/**
|
@@ -2573,6 +2617,12 @@ declare namespace Redshift {
|
|
2573
2617
|
*/
|
2574
2618
|
HsmConfigurationIdentifier: String;
|
2575
2619
|
}
|
2620
|
+
export interface DeleteResourcePolicyMessage {
|
2621
|
+
/**
|
2622
|
+
* The Amazon Resource Name (ARN) of the resource of which its resource policy is deleted.
|
2623
|
+
*/
|
2624
|
+
ResourceArn: String;
|
2625
|
+
}
|
2576
2626
|
export interface DeleteScheduledActionMessage {
|
2577
2627
|
/**
|
2578
2628
|
* The name of the scheduled action to delete.
|
@@ -3096,6 +3146,24 @@ declare namespace Redshift {
|
|
3096
3146
|
*/
|
3097
3147
|
TagValues?: TagValueList;
|
3098
3148
|
}
|
3149
|
+
export interface DescribeInboundIntegrationsMessage {
|
3150
|
+
/**
|
3151
|
+
* The Amazon Resource Name (ARN) of the inbound integration.
|
3152
|
+
*/
|
3153
|
+
IntegrationArn?: String;
|
3154
|
+
/**
|
3155
|
+
* The Amazon Resource Name (ARN) of the target of an inbound integration.
|
3156
|
+
*/
|
3157
|
+
TargetArn?: String;
|
3158
|
+
/**
|
3159
|
+
* The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. Default: 100 Constraints: minimum 20, maximum 100.
|
3160
|
+
*/
|
3161
|
+
MaxRecords?: IntegerOptional;
|
3162
|
+
/**
|
3163
|
+
* An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeInboundIntegrations request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
|
3164
|
+
*/
|
3165
|
+
Marker?: String;
|
3166
|
+
}
|
3099
3167
|
export interface DescribeLoggingStatusMessage {
|
3100
3168
|
/**
|
3101
3169
|
* The identifier of the cluster from which to get the logging status. Example: examplecluster
|
@@ -3870,6 +3938,18 @@ declare namespace Redshift {
|
|
3870
3938
|
*/
|
3871
3939
|
ReservedNodeOfferings?: ReservedNodeOfferingList;
|
3872
3940
|
}
|
3941
|
+
export interface GetResourcePolicyMessage {
|
3942
|
+
/**
|
3943
|
+
* The Amazon Resource Name (ARN) of the resource of which its resource policy is fetched.
|
3944
|
+
*/
|
3945
|
+
ResourceArn: String;
|
3946
|
+
}
|
3947
|
+
export interface GetResourcePolicyResult {
|
3948
|
+
/**
|
3949
|
+
* The content of the resource policy.
|
3950
|
+
*/
|
3951
|
+
ResourcePolicy?: ResourcePolicy;
|
3952
|
+
}
|
3873
3953
|
export interface HsmClientCertificate {
|
3874
3954
|
/**
|
3875
3955
|
* The identifier of the HSM client certificate.
|
@@ -3961,8 +4041,56 @@ declare namespace Redshift {
|
|
3961
4041
|
export type ImportTablesCompleted = String[];
|
3962
4042
|
export type ImportTablesInProgress = String[];
|
3963
4043
|
export type ImportTablesNotStarted = String[];
|
4044
|
+
export interface InboundIntegration {
|
4045
|
+
/**
|
4046
|
+
* The Amazon Resource Name (ARN) of an inbound integration.
|
4047
|
+
*/
|
4048
|
+
IntegrationArn?: String;
|
4049
|
+
/**
|
4050
|
+
* The Amazon Resource Name (ARN) of the source of an inbound integration.
|
4051
|
+
*/
|
4052
|
+
SourceArn?: String;
|
4053
|
+
/**
|
4054
|
+
* The Amazon Resource Name (ARN) of the target of an inbound integration.
|
4055
|
+
*/
|
4056
|
+
TargetArn?: String;
|
4057
|
+
/**
|
4058
|
+
* The status of an inbound integration.
|
4059
|
+
*/
|
4060
|
+
Status?: ZeroETLIntegrationStatus;
|
4061
|
+
/**
|
4062
|
+
* The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
|
4063
|
+
*/
|
4064
|
+
Errors?: IntegrationErrorList;
|
4065
|
+
/**
|
4066
|
+
* The creation time of an inbound integration.
|
4067
|
+
*/
|
4068
|
+
CreateTime?: TStamp;
|
4069
|
+
}
|
4070
|
+
export type InboundIntegrationList = InboundIntegration[];
|
4071
|
+
export interface InboundIntegrationsMessage {
|
4072
|
+
/**
|
4073
|
+
* A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
|
4074
|
+
*/
|
4075
|
+
Marker?: String;
|
4076
|
+
/**
|
4077
|
+
* A list of InboundIntegration instances.
|
4078
|
+
*/
|
4079
|
+
InboundIntegrations?: InboundIntegrationList;
|
4080
|
+
}
|
3964
4081
|
export type Integer = number;
|
3965
4082
|
export type IntegerOptional = number;
|
4083
|
+
export interface IntegrationError {
|
4084
|
+
/**
|
4085
|
+
* The error code of an inbound integration error.
|
4086
|
+
*/
|
4087
|
+
ErrorCode: String;
|
4088
|
+
/**
|
4089
|
+
* The error message of an inbound integration error.
|
4090
|
+
*/
|
4091
|
+
ErrorMessage?: String;
|
4092
|
+
}
|
4093
|
+
export type IntegrationErrorList = IntegrationError[];
|
3966
4094
|
export type LogDestinationType = "s3"|"cloudwatch"|string;
|
3967
4095
|
export type LogTypeList = String[];
|
3968
4096
|
export interface LoggingStatus {
|
@@ -4224,6 +4352,10 @@ declare namespace Redshift {
|
|
4224
4352
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
4225
4353
|
*/
|
4226
4354
|
MasterPasswordSecretKmsKeyId?: String;
|
4355
|
+
/**
|
4356
|
+
* The IP address types that the cluster supports. Possible values are ipv4 and dualstack.
|
4357
|
+
*/
|
4358
|
+
IpAddressType?: String;
|
4227
4359
|
}
|
4228
4360
|
export interface ModifyClusterParameterGroupMessage {
|
4229
4361
|
/**
|
@@ -4453,6 +4585,10 @@ declare namespace Redshift {
|
|
4453
4585
|
* The Availability Zone.
|
4454
4586
|
*/
|
4455
4587
|
AvailabilityZone?: String;
|
4588
|
+
/**
|
4589
|
+
* The IPv6 address of the network interface within the subnet.
|
4590
|
+
*/
|
4591
|
+
Ipv6Address?: String;
|
4456
4592
|
}
|
4457
4593
|
export type NetworkInterfaceList = NetworkInterface[];
|
4458
4594
|
export interface NodeConfigurationOption {
|
@@ -4701,6 +4837,22 @@ declare namespace Redshift {
|
|
4701
4837
|
export interface PurchaseReservedNodeOfferingResult {
|
4702
4838
|
ReservedNode?: ReservedNode;
|
4703
4839
|
}
|
4840
|
+
export interface PutResourcePolicyMessage {
|
4841
|
+
/**
|
4842
|
+
* The Amazon Resource Name (ARN) of the resource of which its resource policy is updated.
|
4843
|
+
*/
|
4844
|
+
ResourceArn: String;
|
4845
|
+
/**
|
4846
|
+
* The content of the resource policy being updated.
|
4847
|
+
*/
|
4848
|
+
Policy: String;
|
4849
|
+
}
|
4850
|
+
export interface PutResourcePolicyResult {
|
4851
|
+
/**
|
4852
|
+
* The content of the updated resource policy.
|
4853
|
+
*/
|
4854
|
+
ResourcePolicy?: ResourcePolicy;
|
4855
|
+
}
|
4704
4856
|
export interface RebootClusterMessage {
|
4705
4857
|
/**
|
4706
4858
|
* The cluster identifier.
|
@@ -5015,6 +5167,16 @@ declare namespace Redshift {
|
|
5015
5167
|
*/
|
5016
5168
|
DataTransferProgressPercent?: DoubleOptional;
|
5017
5169
|
}
|
5170
|
+
export interface ResourcePolicy {
|
5171
|
+
/**
|
5172
|
+
* The resources that a policy is attached to.
|
5173
|
+
*/
|
5174
|
+
ResourceArn?: String;
|
5175
|
+
/**
|
5176
|
+
* The content of a resource policy.
|
5177
|
+
*/
|
5178
|
+
Policy?: String;
|
5179
|
+
}
|
5018
5180
|
export type RestorableNodeTypeList = String[];
|
5019
5181
|
export interface RestoreFromClusterSnapshotMessage {
|
5020
5182
|
/**
|
@@ -5157,6 +5319,10 @@ declare namespace Redshift {
|
|
5157
5319
|
* The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret. You can only use this parameter if ManageMasterPassword is true.
|
5158
5320
|
*/
|
5159
5321
|
MasterPasswordSecretKmsKeyId?: String;
|
5322
|
+
/**
|
5323
|
+
* The IP address type for the cluster. Possible values are ipv4 and dualstack.
|
5324
|
+
*/
|
5325
|
+
IpAddressType?: String;
|
5160
5326
|
}
|
5161
5327
|
export interface RestoreFromClusterSnapshotResult {
|
5162
5328
|
Cluster?: Cluster;
|
@@ -5919,6 +6085,7 @@ declare namespace Redshift {
|
|
5919
6085
|
Status?: String;
|
5920
6086
|
}
|
5921
6087
|
export type VpcSecurityGroupMembershipList = VpcSecurityGroupMembership[];
|
6088
|
+
export type ZeroETLIntegrationStatus = "creating"|"active"|"modifying"|"failed"|"deleting"|"syncing"|"needs_attention"|string;
|
5922
6089
|
/**
|
5923
6090
|
* 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.
|
5924
6091
|
*/
|