cdk-lambda-subminute 2.0.322 → 2.0.323

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.
@@ -689,6 +689,10 @@ declare namespace Neptune {
689
689
  * The number of days for which automatic DB snapshots are retained.
690
690
  */
691
691
  BackupRetentionPeriod?: IntegerOptional;
692
+ /**
693
+ * The storage type for the DB cluster.
694
+ */
695
+ StorageType?: String;
692
696
  /**
693
697
  * The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
694
698
  */
@@ -931,7 +935,7 @@ declare namespace Neptune {
931
935
  */
932
936
  EnableIAMDatabaseAuthentication?: BooleanOptional;
933
937
  /**
934
- * The list of log types that need to be enabled for exporting to CloudWatch Logs.
938
+ * A list of the log types that this DB cluster should export to CloudWatch Logs. Valid log types are: audit (to publish audit logs) and slowquery (to publish slow-query logs). See Publishing Neptune logs to Amazon CloudWatch logs.
935
939
  */
936
940
  EnableCloudwatchLogsExports?: LogTypeList;
937
941
  /**
@@ -946,6 +950,10 @@ declare namespace Neptune {
946
950
  * The ID of the Neptune global database to which this new DB cluster should be added.
947
951
  */
948
952
  GlobalClusterIdentifier?: GlobalClusterIdentifier;
953
+ /**
954
+ * The storage type to associate with the DB cluster. Valid Values: standard | iopt1 Default: standard When you create a Neptune cluster with the storage type set to iopt1, the storage type is returned in the response. The storage type isn't returned when you set it to standard.
955
+ */
956
+ StorageType?: String;
949
957
  }
950
958
  export interface CreateDBClusterParameterGroupMessage {
951
959
  /**
@@ -1415,7 +1423,7 @@ declare namespace Neptune {
1415
1423
  */
1416
1424
  CopyTagsToSnapshot?: BooleanOptional;
1417
1425
  /**
1418
- * A list of log types that this DB cluster is configured to export to CloudWatch Logs.
1426
+ * A list of the log types that this DB cluster is configured to export to CloudWatch Logs. Valid log types are: audit (to publish audit logs to CloudWatch) and slowquery (to publish slow-query logs to CloudWatch). See Publishing Neptune logs to Amazon CloudWatch logs.
1419
1427
  */
1420
1428
  EnabledCloudwatchLogsExports?: LogTypeList;
1421
1429
  /**
@@ -1442,6 +1450,14 @@ declare namespace Neptune {
1442
1450
  * Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.
1443
1451
  */
1444
1452
  GlobalClusterIdentifier?: GlobalClusterIdentifier;
1453
+ /**
1454
+ * The next time you can modify the DB cluster to use the iopt1 storage type.
1455
+ */
1456
+ IOOptimizedNextAllowedModificationTime?: TStamp;
1457
+ /**
1458
+ * The storage type associated with the DB cluster.
1459
+ */
1460
+ StorageType?: String;
1445
1461
  }
1446
1462
  export interface DBClusterEndpoint {
1447
1463
  /**
@@ -1678,6 +1694,10 @@ declare namespace Neptune {
1678
1694
  * True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
1679
1695
  */
1680
1696
  IAMDatabaseAuthenticationEnabled?: Boolean;
1697
+ /**
1698
+ * The storage type associated with the DB cluster snapshot.
1699
+ */
1700
+ StorageType?: String;
1681
1701
  }
1682
1702
  export interface DBClusterSnapshotAttribute {
1683
1703
  /**
@@ -3067,7 +3087,7 @@ declare namespace Neptune {
3067
3087
  */
3068
3088
  EnableIAMDatabaseAuthentication?: BooleanOptional;
3069
3089
  /**
3070
- * The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.
3090
+ * The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster. See Using the CLI to publish Neptune audit logs to CloudWatch Logs.
3071
3091
  */
3072
3092
  CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
3073
3093
  /**
@@ -3094,6 +3114,10 @@ declare namespace Neptune {
3094
3114
  * Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
3095
3115
  */
3096
3116
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
3117
+ /**
3118
+ * The storage type to associate with the DB cluster. Valid Values: standard | iopt1 Default: standard
3119
+ */
3120
+ StorageType?: String;
3097
3121
  }
3098
3122
  export interface ModifyDBClusterParameterGroupMessage {
3099
3123
  /**
@@ -3818,6 +3842,10 @@ declare namespace Neptune {
3818
3842
  * Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
3819
3843
  */
3820
3844
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
3845
+ /**
3846
+ * Specifies the storage type to be associated with the DB cluster. Valid values: standard, iopt1 Default: standard
3847
+ */
3848
+ StorageType?: String;
3821
3849
  }
3822
3850
  export interface RestoreDBClusterFromSnapshotResult {
3823
3851
  DBCluster?: DBCluster;
@@ -3887,6 +3915,10 @@ declare namespace Neptune {
3887
3915
  * Contains the scaling configuration of a Neptune Serverless DB cluster. For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
3888
3916
  */
3889
3917
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration;
3918
+ /**
3919
+ * Specifies the storage type to be associated with the DB cluster. Valid values: standard, iopt1 Default: standard
3920
+ */
3921
+ StorageType?: String;
3890
3922
  }
3891
3923
  export interface RestoreDBClusterToPointInTimeResult {
3892
3924
  DBCluster?: DBCluster;
@@ -2085,7 +2085,7 @@ declare namespace Pinpoint {
2085
2085
  */
2086
2086
  MaximumDuration?: __integer;
2087
2087
  /**
2088
- * The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.
2088
+ * The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.
2089
2089
  */
2090
2090
  MessagesPerSecond?: __integer;
2091
2091
  /**
@@ -3508,6 +3508,10 @@ declare namespace SecurityHub {
3508
3508
  * The current status of the table. Valid values are as follows: ACTIVE ARCHIVED ARCHIVING CREATING DELETING INACCESSIBLE_ENCRYPTION_CREDENTIALS UPDATING
3509
3509
  */
3510
3510
  TableStatus?: NonEmptyString;
3511
+ /**
3512
+ * Indicates whether deletion protection is to be enabled (true) or disabled (false) on the table.
3513
+ */
3514
+ DeletionProtectionEnabled?: Boolean;
3511
3515
  }
3512
3516
  export interface AwsDynamoDbTableGlobalSecondaryIndex {
3513
3517
  /**
@@ -3700,6 +3704,161 @@ declare namespace SecurityHub {
3700
3704
  */
3701
3705
  StreamViewType?: NonEmptyString;
3702
3706
  }
3707
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails {
3708
+ /**
3709
+ * The ID of the Active Directory used for authentication.
3710
+ */
3711
+ DirectoryId?: NonEmptyString;
3712
+ }
3713
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsDetails {
3714
+ /**
3715
+ * The authentication type used.
3716
+ */
3717
+ Type?: NonEmptyString;
3718
+ /**
3719
+ * Information about the Active Directory, if applicable. With Active Directory authentication, clients are authenticated against existing Active Directory groups.
3720
+ */
3721
+ ActiveDirectory?: AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails;
3722
+ /**
3723
+ * Information about the authentication certificates, if applicable.
3724
+ */
3725
+ MutualAuthentication?: AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails;
3726
+ /**
3727
+ * Information about the IAM SAML identity provider, if applicable.
3728
+ */
3729
+ FederatedAuthentication?: AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails;
3730
+ }
3731
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails {
3732
+ /**
3733
+ * The Amazon Resource Name (ARN) of the IAM SAML identity provider.
3734
+ */
3735
+ SamlProviderArn?: NonEmptyString;
3736
+ /**
3737
+ * The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
3738
+ */
3739
+ SelfServiceSamlProviderArn?: NonEmptyString;
3740
+ }
3741
+ export type AwsEc2ClientVpnEndpointAuthenticationOptionsList = AwsEc2ClientVpnEndpointAuthenticationOptionsDetails[];
3742
+ export interface AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails {
3743
+ /**
3744
+ * The Amazon Resource Name (ARN) of the client certificate.
3745
+ */
3746
+ ClientRootCertificateChain?: NonEmptyString;
3747
+ }
3748
+ export interface AwsEc2ClientVpnEndpointClientConnectOptionsDetails {
3749
+ /**
3750
+ * Indicates whether client connect options are enabled.
3751
+ */
3752
+ Enabled?: Boolean;
3753
+ /**
3754
+ * The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
3755
+ */
3756
+ LambdaFunctionArn?: NonEmptyString;
3757
+ /**
3758
+ * The status of any updates to the client connect options.
3759
+ */
3760
+ Status?: AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails;
3761
+ }
3762
+ export interface AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails {
3763
+ /**
3764
+ * The status code.
3765
+ */
3766
+ Code?: NonEmptyString;
3767
+ /**
3768
+ * The status message.
3769
+ */
3770
+ Message?: NonEmptyString;
3771
+ }
3772
+ export interface AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails {
3773
+ /**
3774
+ * Current state of text banner feature.
3775
+ */
3776
+ Enabled?: Boolean;
3777
+ /**
3778
+ * Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established.
3779
+ */
3780
+ BannerText?: NonEmptyString;
3781
+ }
3782
+ export interface AwsEc2ClientVpnEndpointConnectionLogOptionsDetails {
3783
+ /**
3784
+ * Indicates whether client connection logging is enabled for the Client VPN endpoint.
3785
+ */
3786
+ Enabled?: Boolean;
3787
+ /**
3788
+ * The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
3789
+ */
3790
+ CloudwatchLogGroup?: NonEmptyString;
3791
+ /**
3792
+ * The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
3793
+ */
3794
+ CloudwatchLogStream?: NonEmptyString;
3795
+ }
3796
+ export interface AwsEc2ClientVpnEndpointDetails {
3797
+ /**
3798
+ * The ID of the Client VPN endpoint.
3799
+ */
3800
+ ClientVpnEndpointId?: NonEmptyString;
3801
+ /**
3802
+ * A brief description of the endpoint.
3803
+ */
3804
+ Description?: NonEmptyString;
3805
+ /**
3806
+ * The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
3807
+ */
3808
+ ClientCidrBlock?: NonEmptyString;
3809
+ /**
3810
+ * Information about the DNS servers to be used for DNS resolution.
3811
+ */
3812
+ DnsServer?: StringList;
3813
+ /**
3814
+ * Indicates whether split-tunnel is enabled in the Client VPN endpoint.
3815
+ */
3816
+ SplitTunnel?: Boolean;
3817
+ /**
3818
+ * The transport protocol used by the Client VPN endpoint.
3819
+ */
3820
+ TransportProtocol?: NonEmptyString;
3821
+ /**
3822
+ * The port number for the Client VPN endpoint.
3823
+ */
3824
+ VpnPort?: Integer;
3825
+ /**
3826
+ * The Amazon Resource Name (ARN) of the server certificate.
3827
+ */
3828
+ ServerCertificateArn?: NonEmptyString;
3829
+ /**
3830
+ * Information about the authentication method used by the Client VPN endpoint.
3831
+ */
3832
+ AuthenticationOptions?: AwsEc2ClientVpnEndpointAuthenticationOptionsList;
3833
+ /**
3834
+ * Information about the client connection logging options for the Client VPN endpoint.
3835
+ */
3836
+ ConnectionLogOptions?: AwsEc2ClientVpnEndpointConnectionLogOptionsDetails;
3837
+ /**
3838
+ * The IDs of the security groups for the target network.
3839
+ */
3840
+ SecurityGroupIdSet?: StringList;
3841
+ /**
3842
+ * The ID of the VPC.
3843
+ */
3844
+ VpcId?: NonEmptyString;
3845
+ /**
3846
+ * The URL of the self-service portal.
3847
+ */
3848
+ SelfServicePortalUrl?: NonEmptyString;
3849
+ /**
3850
+ * The options for managing connection authorization for new client connections.
3851
+ */
3852
+ ClientConnectOptions?: AwsEc2ClientVpnEndpointClientConnectOptionsDetails;
3853
+ /**
3854
+ * The maximum VPN session duration time in hours.
3855
+ */
3856
+ SessionTimeoutHours?: Integer;
3857
+ /**
3858
+ * Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
3859
+ */
3860
+ ClientLoginBannerOptions?: AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails;
3861
+ }
3703
3862
  export interface AwsEc2EipDetails {
3704
3863
  /**
3705
3864
  * The identifier of the EC2 instance.
@@ -7973,7 +8132,7 @@ declare namespace SecurityHub {
7973
8132
  */
7974
8133
  EncryptionInfo?: AwsMskClusterClusterInfoEncryptionInfoDetails;
7975
8134
  /**
7976
- * The current version of the MSK cluster.
8135
+ * The current version of the cluster.
7977
8136
  */
7978
8137
  CurrentVersion?: NonEmptyString;
7979
8138
  /**
@@ -7988,6 +8147,10 @@ declare namespace SecurityHub {
7988
8147
  * Provides information for different modes of client authentication.
7989
8148
  */
7990
8149
  ClientAuthentication?: AwsMskClusterClusterInfoClientAuthenticationDetails;
8150
+ /**
8151
+ * Specifies the level of monitoring for the cluster.
8152
+ */
8153
+ EnhancedMonitoring?: NonEmptyString;
7991
8154
  }
7992
8155
  export interface AwsMskClusterClusterInfoEncryptionInfoDetails {
7993
8156
  /**
@@ -9806,6 +9969,43 @@ declare namespace SecurityHub {
9806
9969
  */
9807
9970
  CloudWatchLogsLogGroupArn?: CloudWatchLogsLogGroupArnConfigDetails;
9808
9971
  }
9972
+ export interface AwsS3AccessPointDetails {
9973
+ /**
9974
+ * The Amazon Resource Name (ARN) of the access point.
9975
+ */
9976
+ AccessPointArn?: NonEmptyString;
9977
+ /**
9978
+ * The name or alias of the access point.
9979
+ */
9980
+ Alias?: NonEmptyString;
9981
+ /**
9982
+ * The name of the S3 bucket associated with the specified access point.
9983
+ */
9984
+ Bucket?: NonEmptyString;
9985
+ /**
9986
+ * The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
9987
+ */
9988
+ BucketAccountId?: NonEmptyString;
9989
+ /**
9990
+ * The name of the specified access point.
9991
+ */
9992
+ Name?: NonEmptyString;
9993
+ /**
9994
+ * Indicates whether this access point allows access from the public internet.
9995
+ */
9996
+ NetworkOrigin?: NonEmptyString;
9997
+ PublicAccessBlockConfiguration?: AwsS3AccountPublicAccessBlockDetails;
9998
+ /**
9999
+ * Contains the virtual private cloud (VPC) configuration for the specified access point.
10000
+ */
10001
+ VpcConfiguration?: AwsS3AccessPointVpcConfigurationDetails;
10002
+ }
10003
+ export interface AwsS3AccessPointVpcConfigurationDetails {
10004
+ /**
10005
+ * If this field is specified, this access point will only allow connections from the specified VPC ID.
10006
+ */
10007
+ VpcId?: NonEmptyString;
10008
+ }
9809
10009
  export interface AwsS3AccountPublicAccessBlockDetails {
9810
10010
  /**
9811
10011
  * Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
@@ -10000,7 +10200,7 @@ declare namespace SecurityHub {
10000
10200
  */
10001
10201
  ServerSideEncryptionConfiguration?: AwsS3BucketServerSideEncryptionConfiguration;
10002
10202
  /**
10003
- * The lifecycle configuration for objects in the S3 bucket.
10203
+ * The lifecycle configuration for objects in the specified bucket.
10004
10204
  */
10005
10205
  BucketLifecycleConfiguration?: AwsS3BucketBucketLifecycleConfigurationDetails;
10006
10206
  /**
@@ -10028,9 +10228,13 @@ declare namespace SecurityHub {
10028
10228
  */
10029
10229
  BucketVersioningConfiguration?: AwsS3BucketBucketVersioningConfiguration;
10030
10230
  /**
10031
- * Specifies which rule Amazon S3 applies by default to every new object placed in the specified bucket.
10231
+ * Specifies which rule Amazon S3 applies by default to every new object placed in the bucket.
10032
10232
  */
10033
10233
  ObjectLockConfiguration?: AwsS3BucketObjectLockConfiguration;
10234
+ /**
10235
+ * The name of the bucket.
10236
+ */
10237
+ Name?: NonEmptyString;
10034
10238
  }
10035
10239
  export interface AwsS3BucketLoggingConfiguration {
10036
10240
  /**
@@ -12215,7 +12419,7 @@ declare namespace SecurityHub {
12215
12419
  */
12216
12420
  Id?: NonEmptyString;
12217
12421
  /**
12218
- * The name of the configuration policy.
12422
+ * The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.
12219
12423
  */
12220
12424
  Name?: NonEmptyString;
12221
12425
  /**
@@ -12336,7 +12540,7 @@ declare namespace SecurityHub {
12336
12540
  }
12337
12541
  export interface CreateConfigurationPolicyRequest {
12338
12542
  /**
12339
- * The name of the configuration policy.
12543
+ * The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.
12340
12544
  */
12341
12545
  Name: NonEmptyString;
12342
12546
  /**
@@ -14028,7 +14232,7 @@ declare namespace SecurityHub {
14028
14232
  export type Pages = Page[];
14029
14233
  export interface ParameterConfiguration {
14030
14234
  /**
14031
- * Identifies whether a control parameter uses a custom user-defined value or the Security Hub default value.
14235
+ * Identifies whether a control parameter uses a custom user-defined value or subscribes to the default Security Hub behavior. When ValueType is set equal to DEFAULT, the default behavior can be a specific Security Hub default value, or the default behavior can be to ignore a specific parameter. When ValueType is set equal to DEFAULT, Security Hub ignores user-provided input for the Value field. When ValueType is set equal to CUSTOM, the Value field can't be empty.
14032
14236
  */
14033
14237
  ValueType: ParameterValueType;
14034
14238
  /**
@@ -14732,6 +14936,14 @@ declare namespace SecurityHub {
14732
14936
  * Provides details about an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster.
14733
14937
  */
14734
14938
  AwsMskCluster?: AwsMskClusterDetails;
14939
+ /**
14940
+ * Provides details about an Amazon Simple Storage Service (Amazon S3) access point. S3 access points are named network endpoints that are attached to S3 buckets that you can use to perform S3 object operations.
14941
+ */
14942
+ AwsS3AccessPoint?: AwsS3AccessPointDetails;
14943
+ /**
14944
+ * Provides details about an Client VPN endpoint. A Client VPN endpoint is the resource that you create and configure to enable and manage client VPN sessions. It's the termination point for all client VPN sessions.
14945
+ */
14946
+ AwsEc2ClientVpnEndpoint?: AwsEc2ClientVpnEndpointDetails;
14735
14947
  }
14736
14948
  export type ResourceList = Resource[];
14737
14949
  export interface Result {
@@ -15887,7 +16099,7 @@ declare namespace SecurityHub {
15887
16099
  */
15888
16100
  Identifier: NonEmptyString;
15889
16101
  /**
15890
- * The name of the configuration policy.
16102
+ * The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.
15891
16103
  */
15892
16104
  Name?: NonEmptyString;
15893
16105
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1515.0',
86
+ VERSION: '2.1516.0',
87
87
 
88
88
  /**
89
89
  * @api private