Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-elasticsearch

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-elasticsearch - npm Package Compare versions

Comparing version 1.185.0 to 1.186.0

52

package.json
{
"name": "@aws-cdk/aws-elasticsearch",
"version": "1.185.0",
"version": "1.186.0",
"description": "The CDK Construct Library for AWS::Elasticsearch",

@@ -82,20 +82,20 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assertions": "1.185.0",
"@aws-cdk/cdk-build-tools": "1.185.0",
"@aws-cdk/integ-runner": "1.185.0",
"@aws-cdk/cfn2ts": "1.185.0",
"@aws-cdk/pkglint": "1.185.0",
"@aws-cdk/assertions": "1.186.0",
"@aws-cdk/cdk-build-tools": "1.186.0",
"@aws-cdk/integ-runner": "1.186.0",
"@aws-cdk/cfn2ts": "1.186.0",
"@aws-cdk/pkglint": "1.186.0",
"@types/jest": "^27.5.2"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.185.0",
"@aws-cdk/aws-cloudwatch": "1.185.0",
"@aws-cdk/aws-ec2": "1.185.0",
"@aws-cdk/aws-iam": "1.185.0",
"@aws-cdk/aws-kms": "1.185.0",
"@aws-cdk/aws-logs": "1.185.0",
"@aws-cdk/aws-route53": "1.185.0",
"@aws-cdk/aws-secretsmanager": "1.185.0",
"@aws-cdk/core": "1.185.0",
"@aws-cdk/custom-resources": "1.185.0",
"@aws-cdk/aws-certificatemanager": "1.186.0",
"@aws-cdk/aws-cloudwatch": "1.186.0",
"@aws-cdk/aws-ec2": "1.186.0",
"@aws-cdk/aws-iam": "1.186.0",
"@aws-cdk/aws-kms": "1.186.0",
"@aws-cdk/aws-logs": "1.186.0",
"@aws-cdk/aws-route53": "1.186.0",
"@aws-cdk/aws-secretsmanager": "1.186.0",
"@aws-cdk/core": "1.186.0",
"@aws-cdk/custom-resources": "1.186.0",
"constructs": "^3.3.69"

@@ -105,12 +105,12 @@ },

"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.185.0",
"@aws-cdk/aws-cloudwatch": "1.185.0",
"@aws-cdk/aws-ec2": "1.185.0",
"@aws-cdk/aws-iam": "1.185.0",
"@aws-cdk/aws-kms": "1.185.0",
"@aws-cdk/aws-logs": "1.185.0",
"@aws-cdk/aws-route53": "1.185.0",
"@aws-cdk/aws-secretsmanager": "1.185.0",
"@aws-cdk/core": "1.185.0",
"@aws-cdk/custom-resources": "1.185.0",
"@aws-cdk/aws-certificatemanager": "1.186.0",
"@aws-cdk/aws-cloudwatch": "1.186.0",
"@aws-cdk/aws-ec2": "1.186.0",
"@aws-cdk/aws-iam": "1.186.0",
"@aws-cdk/aws-kms": "1.186.0",
"@aws-cdk/aws-logs": "1.186.0",
"@aws-cdk/aws-route53": "1.186.0",
"@aws-cdk/aws-secretsmanager": "1.186.0",
"@aws-cdk/core": "1.186.0",
"@aws-cdk/custom-resources": "1.186.0",
"constructs": "^3.3.69"

@@ -117,0 +117,0 @@ },

@@ -1,2 +0,2 @@

# Amazon Elasticsearch Service Construct Library
# Amazon OpenSearch Service (legacy Elasticsearch) Construct Library
<!--BEGIN STABILITY BANNER-->

@@ -63,3 +63,3 @@

Some cluster configurations (e.g VPC access) require the existence of the [`AWSServiceRoleForAmazonElasticsearchService`](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/slr-es.html) Service-Linked Role.
Some cluster configurations (e.g VPC access) require the existence of the [`AWSServiceRoleForAmazonElasticsearchService`](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/slr.html) service-linked role.

@@ -139,3 +139,3 @@ When performing such operations via the AWS Console, this SLR is created automatically when needed. However, this is not the behavior when using CloudFormation. If an SLR is needed, but doesn't exist, you will encounter a failure message simlar to:

> Visit [VPC Support for Amazon Elasticsearch Service Domains](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html) for more details.
> See [Launching your Amazon OpenSearch Service domains within a VPC](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html) for more details.

@@ -286,3 +286,3 @@ ```ts

Audit logs can be enabled for a domain, but only when fine grained access control is enabled.
Audit logs can be enabled for a domain, but only when fine-grained access control is enabled.

@@ -343,3 +343,3 @@ ```ts

[Advanced options](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) can used to configure additional options.
[Advanced cluster settings](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options) can used to configure additional options.

@@ -346,0 +346,0 @@ ```ts

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc