cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -53,11 +53,11 @@ declare class CloudWatchLogs extends Service {
53
53
  */
54
54
  createLogAnomalyDetector(callback?: (err: AWSError, data: CloudWatchLogs.Types.CreateLogAnomalyDetectorResponse) => void): Request<CloudWatchLogs.Types.CreateLogAnomalyDetectorResponse, AWSError>;
55
55
  /**
56
- * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
56
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) Log group names can't start with the string aws/ When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
57
57
  */
58
58
  createLogGroup(params: CloudWatchLogs.Types.CreateLogGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
59
59
  /**
60
- * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
60
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) Log group names can't start with the string aws/ When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
61
61
  */
62
62
  createLogGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
63
63
  /**
@@ -197,11 +197,11 @@ declare class CloudWatchLogs extends Service {
197
197
  */
198
198
  describeAccountPolicies(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeAccountPoliciesResponse) => void): Request<CloudWatchLogs.Types.DescribeAccountPoliciesResponse, AWSError>;
199
199
  /**
200
- * Retrieves a list of the deliveries that have been created in the account.
200
+ * Retrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
201
201
  */
202
202
  describeDeliveries(params: CloudWatchLogs.Types.DescribeDeliveriesRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeDeliveriesResponse) => void): Request<CloudWatchLogs.Types.DescribeDeliveriesResponse, AWSError>;
203
203
  /**
204
- * Retrieves a list of the deliveries that have been created in the account.
204
+ * Retrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
205
205
  */
206
206
  describeDeliveries(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeDeliveriesResponse) => void): Request<CloudWatchLogs.Types.DescribeDeliveriesResponse, AWSError>;
207
207
  /**
@@ -317,11 +317,11 @@ declare class CloudWatchLogs extends Service {
317
317
  */
318
318
  getDataProtectionPolicy(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDataProtectionPolicyResponse) => void): Request<CloudWatchLogs.Types.GetDataProtectionPolicyResponse, AWSError>;
319
319
  /**
320
- * Returns complete information about one delivery. A delivery is a connection between a logical delivery source and a logical delivery destination You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
320
+ * Returns complete information about one logical delivery. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services. You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
321
321
  */
322
322
  getDelivery(params: CloudWatchLogs.Types.GetDeliveryRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDeliveryResponse) => void): Request<CloudWatchLogs.Types.GetDeliveryResponse, AWSError>;
323
323
  /**
324
- * Returns complete information about one delivery. A delivery is a connection between a logical delivery source and a logical delivery destination You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
324
+ * Returns complete information about one logical delivery. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services. You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
325
325
  */
326
326
  getDelivery(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDeliveryResponse) => void): Request<CloudWatchLogs.Types.GetDeliveryResponse, AWSError>;
327
327
  /**
@@ -2011,7 +2011,7 @@ declare namespace CloudWatchLogs {
2011
2011
  */
2012
2012
  metricFilterCount?: FilterCount;
2013
2013
  /**
2014
- * The Amazon Resource Name (ARN) of the log group.
2014
+ * The Amazon Resource Name (ARN) of the log group. This version of the ARN includes a trailing :* after the log group name. Use this version to refer to the ARN in IAM policies when specifying permissions for most API actions. The exception is when specifying permissions for TagResource, UntagResource, and ListTagsForResource. The permissions for those three actions require the ARN version that doesn't include a trailing :*.
2015
2015
  */
2016
2016
  arn?: Arn;
2017
2017
  /**
@@ -2034,6 +2034,10 @@ declare namespace CloudWatchLogs {
2034
2034
  * This specifies the log group class for this log group. There are two classes: The Standard log class supports all CloudWatch Logs features. The Infrequent Access log class supports a subset of CloudWatch Logs features and incurs lower costs. For details about the features supported by each class, see Log classes
2035
2035
  */
2036
2036
  logGroupClass?: LogGroupClass;
2037
+ /**
2038
+ * The Amazon Resource Name (ARN) of the log group. This version of the ARN doesn't include a trailing :* after the log group name. Use this version to refer to the ARN in the following situations: In the logGroupIdentifier input field in many CloudWatch Logs APIs. In the resourceArn field in tagging APIs In IAM policies, when specifying permissions for TagResource, UntagResource, and ListTagsForResource.
2039
+ */
2040
+ logGroupArn?: Arn;
2037
2041
  }
2038
2042
  export type LogGroupArn = string;
2039
2043
  export type LogGroupArnList = LogGroupArn[];
@@ -2315,7 +2319,7 @@ declare namespace CloudWatchLogs {
2315
2319
  */
2316
2320
  resourceArn: Arn;
2317
2321
  /**
2318
- * Defines the type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.
2322
+ * Defines the type of log that the source is sending. For Amazon CodeWhisperer, the valid value is EVENT_LOGS.
2319
2323
  */
2320
2324
  logType: LogType;
2321
2325
  /**