cdk-lambda-subminute 2.0.328 → 2.0.330
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +163 -152
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +507 -112
- package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +86 -73
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +96 -81
- package/node_modules/aws-sdk/clients/eks.d.ts +592 -178
- package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -2
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +35 -17
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +166 -155
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +9 -9
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -84,11 +84,11 @@ declare class QuickSight extends Service {
|
|
84
84
|
*/
|
85
85
|
createFolderMembership(callback?: (err: AWSError, data: QuickSight.Types.CreateFolderMembershipResponse) => void): Request<QuickSight.Types.CreateFolderMembershipResponse, AWSError>;
|
86
86
|
/**
|
87
|
-
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact
|
87
|
+
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact Amazon Web Services Support. The permissions resource is arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name> . The response is a group object.
|
88
88
|
*/
|
89
89
|
createGroup(params: QuickSight.Types.CreateGroupRequest, callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
|
90
90
|
/**
|
91
|
-
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact
|
91
|
+
* Use the CreateGroup operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact Amazon Web Services Support. The permissions resource is arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name> . The response is a group object.
|
92
92
|
*/
|
93
93
|
createGroup(callback?: (err: AWSError, data: QuickSight.Types.CreateGroupResponse) => void): Request<QuickSight.Types.CreateGroupResponse, AWSError>;
|
94
94
|
/**
|
@@ -68,11 +68,11 @@ declare class Route53Resolver extends Service {
|
|
68
68
|
*/
|
69
69
|
createFirewallRuleGroup(callback?: (err: AWSError, data: Route53Resolver.Types.CreateFirewallRuleGroupResponse) => void): Request<Route53Resolver.Types.CreateFirewallRuleGroupResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Creates
|
71
|
+
* Creates a Route 53 Resolver on an Outpost.
|
72
72
|
*/
|
73
73
|
createOutpostResolver(params: Route53Resolver.Types.CreateOutpostResolverRequest, callback?: (err: AWSError, data: Route53Resolver.Types.CreateOutpostResolverResponse) => void): Request<Route53Resolver.Types.CreateOutpostResolverResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Creates
|
75
|
+
* Creates a Route 53 Resolver on an Outpost.
|
76
76
|
*/
|
77
77
|
createOutpostResolver(callback?: (err: AWSError, data: Route53Resolver.Types.CreateOutpostResolverResponse) => void): Request<Route53Resolver.Types.CreateOutpostResolverResponse, AWSError>;
|
78
78
|
/**
|
@@ -540,11 +540,11 @@ declare class Route53Resolver extends Service {
|
|
540
540
|
*/
|
541
541
|
updateResolverDnssecConfig(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverDnssecConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverDnssecConfigResponse, AWSError>;
|
542
542
|
/**
|
543
|
-
* Updates the name, or
|
543
|
+
* Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
|
544
544
|
*/
|
545
545
|
updateResolverEndpoint(params: Route53Resolver.Types.UpdateResolverEndpointRequest, callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverEndpointResponse) => void): Request<Route53Resolver.Types.UpdateResolverEndpointResponse, AWSError>;
|
546
546
|
/**
|
547
|
-
* Updates the name, or
|
547
|
+
* Updates the name, or endpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.
|
548
548
|
*/
|
549
549
|
updateResolverEndpoint(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverEndpointResponse) => void): Request<Route53Resolver.Types.UpdateResolverEndpointResponse, AWSError>;
|
550
550
|
/**
|
@@ -793,9 +793,17 @@ declare namespace Route53Resolver {
|
|
793
793
|
*/
|
794
794
|
Direction: ResolverEndpointDirection;
|
795
795
|
/**
|
796
|
-
* The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
|
796
|
+
* The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC. Even though the minimum is 1, Route 53 requires that you create at least two.
|
797
797
|
*/
|
798
798
|
IpAddresses: IpAddressesRequest;
|
799
|
+
/**
|
800
|
+
* The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType.
|
801
|
+
*/
|
802
|
+
OutpostArn?: OutpostArn;
|
803
|
+
/**
|
804
|
+
* The instance type. If you specify this, you must also specify a value for the OutpostArn.
|
805
|
+
*/
|
806
|
+
PreferredInstanceType?: OutpostInstanceType;
|
799
807
|
/**
|
800
808
|
* A list of the tag keys and values that you want to associate with the endpoint.
|
801
809
|
*/
|
@@ -805,13 +813,9 @@ declare namespace Route53Resolver {
|
|
805
813
|
*/
|
806
814
|
ResolverEndpointType?: ResolverEndpointType;
|
807
815
|
/**
|
808
|
-
*
|
816
|
+
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 and DoH-FIPS in combination. Do53 alone. DoH alone. DoH-FIPS alone. None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 alone. DoH alone. None, which is treated as Do53.
|
809
817
|
*/
|
810
|
-
|
811
|
-
/**
|
812
|
-
* The instance type. If you specify this, you must also specify a value for the OutpostArn.
|
813
|
-
*/
|
814
|
-
PreferredInstanceType?: OutpostInstanceType;
|
818
|
+
Protocols?: ProtocolList;
|
815
819
|
}
|
816
820
|
export interface CreateResolverEndpointResponse {
|
817
821
|
/**
|
@@ -859,7 +863,7 @@ declare namespace Route53Resolver {
|
|
859
863
|
/**
|
860
864
|
* DNS queries for this domain name are forwarded to the IP addresses that you specify in TargetIps. If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
861
865
|
*/
|
862
|
-
DomainName
|
866
|
+
DomainName?: DomainName;
|
863
867
|
/**
|
864
868
|
* The IPs that you want Resolver to forward DNS queries to. You can specify either Ipv4 or Ipv6 addresses but not both in the same rule. Separate IP addresses with a space. TargetIps is available only when the value of Rule type is FORWARD.
|
865
869
|
*/
|
@@ -1821,7 +1825,7 @@ declare namespace Route53Resolver {
|
|
1821
1825
|
*/
|
1822
1826
|
NextToken?: NextToken;
|
1823
1827
|
/**
|
1824
|
-
* An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
|
1828
|
+
* An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.
|
1825
1829
|
*/
|
1826
1830
|
ResolverDnssecConfigs?: ResolverDnssecConfigList;
|
1827
1831
|
}
|
@@ -2099,6 +2103,8 @@ declare namespace Route53Resolver {
|
|
2099
2103
|
export type OutpostResolverStatusMessage = string;
|
2100
2104
|
export type Port = number;
|
2101
2105
|
export type Priority = number;
|
2106
|
+
export type Protocol = "DoH"|"Do53"|"DoH-FIPS"|string;
|
2107
|
+
export type ProtocolList = Protocol[];
|
2102
2108
|
export interface PutFirewallRuleGroupPolicyRequest {
|
2103
2109
|
/**
|
2104
2110
|
* The ARN (Amazon Resource Name) for the rule group that you want to share.
|
@@ -2236,10 +2242,6 @@ declare namespace Route53Resolver {
|
|
2236
2242
|
* The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
2237
2243
|
*/
|
2238
2244
|
ModificationTime?: Rfc3339TimeString;
|
2239
|
-
/**
|
2240
|
-
* The Resolver endpoint IP address type.
|
2241
|
-
*/
|
2242
|
-
ResolverEndpointType?: ResolverEndpointType;
|
2243
2245
|
/**
|
2244
2246
|
* The ARN (Amazon Resource Name) for the Outpost.
|
2245
2247
|
*/
|
@@ -2248,6 +2250,14 @@ declare namespace Route53Resolver {
|
|
2248
2250
|
* The Amazon EC2 instance type.
|
2249
2251
|
*/
|
2250
2252
|
PreferredInstanceType?: OutpostInstanceType;
|
2253
|
+
/**
|
2254
|
+
* The Resolver endpoint IP address type.
|
2255
|
+
*/
|
2256
|
+
ResolverEndpointType?: ResolverEndpointType;
|
2257
|
+
/**
|
2258
|
+
* Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 and DoH-FIPS in combination. Do53 alone. DoH alone. DoH-FIPS alone. None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 alone. DoH alone. None, which is treated as Do53.
|
2259
|
+
*/
|
2260
|
+
Protocols?: ProtocolList;
|
2251
2261
|
}
|
2252
2262
|
export type ResolverEndpointDirection = "INBOUND"|"OUTBOUND"|string;
|
2253
2263
|
export type ResolverEndpointStatus = "CREATING"|"OPERATIONAL"|"UPDATING"|"AUTO_RECOVERING"|"ACTION_NEEDED"|"DELETING"|string;
|
@@ -2485,6 +2495,10 @@ declare namespace Route53Resolver {
|
|
2485
2495
|
* One IPv6 address that you want to forward DNS queries to.
|
2486
2496
|
*/
|
2487
2497
|
Ipv6?: Ipv6;
|
2498
|
+
/**
|
2499
|
+
* The protocols for the Resolver endpoints. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 and DoH-FIPS in combination. Do53 alone. DoH alone. DoH-FIPS alone. None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 alone. DoH alone. None, which is treated as Do53.
|
2500
|
+
*/
|
2501
|
+
Protocol?: Protocol;
|
2488
2502
|
}
|
2489
2503
|
export type TargetList = TargetAddress[];
|
2490
2504
|
export type Unsigned = number;
|
@@ -2700,6 +2714,10 @@ declare namespace Route53Resolver {
|
|
2700
2714
|
* Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
|
2701
2715
|
*/
|
2702
2716
|
UpdateIpAddresses?: UpdateIpAddresses;
|
2717
|
+
/**
|
2718
|
+
* The protocols you want to use for the endpoint. DoH-FIPS is applicable for inbound endpoints only. For an inbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 and DoH-FIPS in combination. Do53 alone. DoH alone. DoH-FIPS alone. None, which is treated as Do53. For an outbound endpoint you can apply the protocols as follows: Do53 and DoH in combination. Do53 alone. DoH alone. None, which is treated as Do53. You can't change the protocol of an inbound endpoint directly from only Do53 to only DoH, or DoH-FIPS. This is to prevent a sudden disruption to incoming traffic that relies on Do53. To change the protocol from Do53 to DoH, or DoH-FIPS, you must first enable both Do53 and DoH, or Do53 and DoH-FIPS, to make sure that all incoming traffic has transferred to using the DoH protocol, or DoH-FIPS, and then remove the Do53.
|
2719
|
+
*/
|
2720
|
+
Protocols?: ProtocolList;
|
2703
2721
|
}
|
2704
2722
|
export interface UpdateResolverEndpointResponse {
|
2705
2723
|
/**
|