cdk-lambda-subminute 2.0.341 → 2.0.343

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.
Files changed (27) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +71 -17
  5. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +5 -1
  6. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +282 -280
  7. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +106 -3
  8. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +725 -683
  9. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +18 -9
  10. package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
  11. package/node_modules/aws-sdk/clients/docdb.d.ts +8 -0
  12. package/node_modules/aws-sdk/clients/ecs.d.ts +11 -2
  13. package/node_modules/aws-sdk/clients/es.d.ts +2 -2
  14. package/node_modules/aws-sdk/clients/kms.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/lightsail.d.ts +282 -129
  16. package/node_modules/aws-sdk/clients/opensearch.d.ts +9 -6
  17. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +3 -3
  18. package/node_modules/aws-sdk/clients/sagemaker.d.ts +47 -0
  19. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +13 -1
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +374 -309
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/package.json +3 -3
  27. package/.gitattributes +0 -23
@@ -1069,7 +1069,7 @@ declare namespace OpenSearch {
1069
1069
  */
1070
1070
  AccessPolicies?: PolicyDocument;
1071
1071
  /**
1072
- * The type of IP addresses supported by the endpoint for the domain.
1072
+ * Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.
1073
1073
  */
1074
1074
  IPAddressType?: IPAddressType;
1075
1075
  /**
@@ -1719,7 +1719,7 @@ declare namespace OpenSearch {
1719
1719
  */
1720
1720
  AccessPolicies?: AccessPoliciesStatus;
1721
1721
  /**
1722
- * The type of IP addresses supported by the endpoint for the domain.
1722
+ * Choose either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If you set your IP address type to dual stack, you can't change your address type later.
1723
1723
  */
1724
1724
  IPAddressType?: IPAddressTypeStatus;
1725
1725
  /**
@@ -1781,7 +1781,7 @@ declare namespace OpenSearch {
1781
1781
  */
1782
1782
  EnforceHTTPS?: Boolean;
1783
1783
  /**
1784
- * Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values: Policy-Min-TLS-1-0-2019-07: TLS security policy that supports TLS version 1.0 to TLS version 1.2 Policy-Min-TLS-1-2-2019-07: TLS security policy that supports only TLS version 1.2
1784
+ * Specify the TLS security policy to apply to the HTTPS endpoint of the domain. The policy can be one of the following values: Policy-Min-TLS-1-0-2019-07: TLS security policy that supports TLS version 1.0 to TLS version 1.2 Policy-Min-TLS-1-2-2019-07: TLS security policy that supports only TLS version 1.2 Policy-Min-TLS-1-2-PFS-2023-10: TLS security policy that supports TLS version 1.2 to TLS version 1.3 with perfect forward secrecy cipher suites
1785
1785
  */
1786
1786
  TLSSecurityPolicy?: TLSSecurityPolicy;
1787
1787
  /**
@@ -1965,9 +1965,12 @@ declare namespace OpenSearch {
1965
1965
  * Domain-specific endpoint used to submit index, search, and data upload requests to the domain.
1966
1966
  */
1967
1967
  Endpoint?: ServiceUrl;
1968
+ /**
1969
+ * If IPAddressType to set to dualstack, a version 2 domain endpoint is provisioned. This endpoint functions like a normal endpoint, except that it works with both IPv4 and IPv6 IP addresses. Normal endpoints work only with IPv4 IP addresses.
1970
+ */
1968
1971
  EndpointV2?: ServiceUrl;
1969
1972
  /**
1970
- * 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'.
1973
+ * 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'.
1971
1974
  */
1972
1975
  Endpoints?: EndpointsMap;
1973
1976
  /**
@@ -3428,7 +3431,7 @@ declare namespace OpenSearch {
3428
3431
  export type StorageTypeName = string;
3429
3432
  export type String = string;
3430
3433
  export type StringList = String[];
3431
- export type TLSSecurityPolicy = "Policy-Min-TLS-1-0-2019-07"|"Policy-Min-TLS-1-2-2019-07"|string;
3434
+ export type TLSSecurityPolicy = "Policy-Min-TLS-1-0-2019-07"|"Policy-Min-TLS-1-2-2019-07"|"Policy-Min-TLS-1-2-PFS-2023-10"|string;
3432
3435
  export interface Tag {
3433
3436
  /**
3434
3437
  * The tag key. Tag keys must be unique for the domain to which they are attached.
@@ -3504,7 +3507,7 @@ declare namespace OpenSearch {
3504
3507
  */
3505
3508
  AccessPolicies?: PolicyDocument;
3506
3509
  /**
3507
- * The type of IP addresses supported by the endpoint for the domain.
3510
+ * Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.
3508
3511
  */
3509
3512
  IPAddressType?: IPAddressType;
3510
3513
  /**
@@ -767,7 +767,7 @@ declare namespace RedshiftServerless {
767
767
  */
768
768
  baseCapacity?: Integer;
769
769
  /**
770
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
770
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
771
771
  */
772
772
  configParameters?: ConfigParameterList;
773
773
  /**
@@ -2252,7 +2252,7 @@ declare namespace RedshiftServerless {
2252
2252
  */
2253
2253
  baseCapacity?: Integer;
2254
2254
  /**
2255
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2255
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2256
2256
  */
2257
2257
  configParameters?: ConfigParameterList;
2258
2258
  /**
@@ -2359,7 +2359,7 @@ declare namespace RedshiftServerless {
2359
2359
  */
2360
2360
  baseCapacity?: Integer;
2361
2361
  /**
2362
- * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2362
+ * An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
2363
2363
  */
2364
2364
  configParameters?: ConfigParameterList;
2365
2365
  /**
@@ -3847,6 +3847,7 @@ declare namespace SageMaker {
3847
3847
  }
3848
3848
  export type CapacitySizeType = "INSTANCE_COUNT"|"CAPACITY_PERCENT"|string;
3849
3849
  export type CapacitySizeValue = number;
3850
+ export type CapacityUnit = number;
3850
3851
  export interface CaptureContentTypeHeader {
3851
3852
  /**
3852
3853
  * The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.
@@ -5280,6 +5281,7 @@ declare namespace SageMaker {
5280
5281
  * Use this to configure an OfflineFeatureStore. This parameter allows you to specify: The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore. A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog. An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent. Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg. To learn more about this parameter, see OfflineStoreConfig.
5281
5282
  */
5282
5283
  OfflineStoreConfig?: OfflineStoreConfig;
5284
+ ThroughputConfig?: ThroughputConfig;
5283
5285
  /**
5284
5286
  * The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
5285
5287
  */
@@ -8690,6 +8692,7 @@ declare namespace SageMaker {
8690
8692
  * The configuration of the offline store. It includes the following configurations: Amazon S3 location of the offline store. Configuration of the Glue data catalog. Table format of the offline store. Option to disable the automatic creation of a Glue table for the offline store. Encryption configuration.
8691
8693
  */
8692
8694
  OfflineStoreConfig?: OfflineStoreConfig;
8695
+ ThroughputConfig?: ThroughputConfigDescription;
8693
8696
  /**
8694
8697
  * The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
8695
8698
  */
@@ -22026,6 +22029,49 @@ declare namespace SageMaker {
22026
22029
  BaseModelName?: BaseModelName;
22027
22030
  }
22028
22031
  export type ThingName = string;
22032
+ export interface ThroughputConfig {
22033
+ /**
22034
+ * The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.
22035
+ */
22036
+ ThroughputMode: ThroughputMode;
22037
+ /**
22038
+ * For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling. This field is not applicable for on-demand feature groups.
22039
+ */
22040
+ ProvisionedReadCapacityUnits?: CapacityUnit;
22041
+ /**
22042
+ * For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling. This field is not applicable for on-demand feature groups.
22043
+ */
22044
+ ProvisionedWriteCapacityUnits?: CapacityUnit;
22045
+ }
22046
+ export interface ThroughputConfigDescription {
22047
+ /**
22048
+ * The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.
22049
+ */
22050
+ ThroughputMode: ThroughputMode;
22051
+ /**
22052
+ * For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling. This field is not applicable for on-demand feature groups.
22053
+ */
22054
+ ProvisionedReadCapacityUnits?: CapacityUnit;
22055
+ /**
22056
+ * For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling. This field is not applicable for on-demand feature groups.
22057
+ */
22058
+ ProvisionedWriteCapacityUnits?: CapacityUnit;
22059
+ }
22060
+ export interface ThroughputConfigUpdate {
22061
+ /**
22062
+ * Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by polling LastUpdateStatus field in DescribeFeatureGroup response. You cannot update a feature group's throughput while another update is in progress.
22063
+ */
22064
+ ThroughputMode?: ThroughputMode;
22065
+ /**
22066
+ * For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
22067
+ */
22068
+ ProvisionedReadCapacityUnits?: CapacityUnit;
22069
+ /**
22070
+ * For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
22071
+ */
22072
+ ProvisionedWriteCapacityUnits?: CapacityUnit;
22073
+ }
22074
+ export type ThroughputMode = "OnDemand"|"Provisioned"|string;
22029
22075
  export interface TimeSeriesConfig {
22030
22076
  /**
22031
22077
  * The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical.
@@ -23312,6 +23358,7 @@ declare namespace SageMaker {
23312
23358
  * Updates the feature group online store configuration.
23313
23359
  */
23314
23360
  OnlineStoreConfig?: OnlineStoreConfigUpdate;
23361
+ ThroughputConfig?: ThroughputConfigUpdate;
23315
23362
  }
23316
23363
  export interface UpdateFeatureGroupResponse {
23317
23364
  /**
@@ -837,6 +837,10 @@ declare namespace ServiceCatalog {
837
837
  * The language code. jp - Japanese zh - Chinese
838
838
  */
839
839
  AcceptLanguage?: AcceptLanguage;
840
+ /**
841
+ * A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
842
+ */
843
+ IdempotencyToken?: IdempotencyToken;
840
844
  }
841
845
  export interface AssociateServiceActionWithProvisioningArtifactOutput {
842
846
  }
@@ -1105,7 +1109,7 @@ declare namespace ServiceCatalog {
1105
1109
  */
1106
1110
  ShareTagOptions?: Boolean;
1107
1111
  /**
1108
- * Enables or disables Principal sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled. When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of PrincipalType: IAM_PATTERN on their portfolio. You can create the principals in the recipient account before or after creating the share.
1112
+ * This parameter is only supported for portfolios with an OrganizationalNode Type of ORGANIZATION or ORGANIZATIONAL_UNIT. Enables or disables Principal sharing when creating the portfolio share. If you do not provide this flag, principal sharing is disabled. When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of PrincipalType: IAM_PATTERN on their portfolio. You can create the principals in the recipient account before or after creating the share.
1109
1113
  */
1110
1114
  SharePrincipals?: Boolean;
1111
1115
  }
@@ -1435,6 +1439,10 @@ declare namespace ServiceCatalog {
1435
1439
  * The language code. jp - Japanese zh - Chinese
1436
1440
  */
1437
1441
  AcceptLanguage?: AcceptLanguage;
1442
+ /**
1443
+ * A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
1444
+ */
1445
+ IdempotencyToken?: IdempotencyToken;
1438
1446
  }
1439
1447
  export interface DeleteServiceActionOutput {
1440
1448
  }
@@ -1986,6 +1994,10 @@ declare namespace ServiceCatalog {
1986
1994
  * The language code. jp - Japanese zh - Chinese
1987
1995
  */
1988
1996
  AcceptLanguage?: AcceptLanguage;
1997
+ /**
1998
+ * A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
1999
+ */
2000
+ IdempotencyToken?: IdempotencyToken;
1989
2001
  }
1990
2002
  export interface DisassociateServiceActionFromProvisioningArtifactOutput {
1991
2003
  }
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1529.0',
86
+ VERSION: '2.1531.0',
87
87
 
88
88
  /**
89
89
  * @api private