@aws-cdk/aws-neptune-alpha 2.1.0-alpha.0 → 2.2.0-alpha.0

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 CHANGED
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.1.0",
11
+ "aws-cdk-lib": "^2.2.0",
12
12
  "constructs": "^10.0.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -105,6 +105,19 @@
105
105
  }
106
106
  }
107
107
  },
108
+ "aws-cdk-lib.aws_amplifyuibuilder": {
109
+ "targets": {
110
+ "dotnet": {
111
+ "namespace": "Amazon.CDK.AWS.AmplifyUIBuilder"
112
+ },
113
+ "java": {
114
+ "package": "software.amazon.awscdk.services.amplifyuibuilder"
115
+ },
116
+ "python": {
117
+ "module": "aws_cdk.aws_amplifyuibuilder"
118
+ }
119
+ }
120
+ },
108
121
  "aws-cdk-lib.aws_apigateway": {
109
122
  "targets": {
110
123
  "dotnet": {
@@ -1120,6 +1133,19 @@
1120
1133
  }
1121
1134
  }
1122
1135
  },
1136
+ "aws-cdk-lib.aws_evidently": {
1137
+ "targets": {
1138
+ "dotnet": {
1139
+ "namespace": "Amazon.CDK.AWS.Evidently"
1140
+ },
1141
+ "java": {
1142
+ "package": "software.amazon.awscdk.services.evidently"
1143
+ },
1144
+ "python": {
1145
+ "module": "aws_cdk.aws_evidently"
1146
+ }
1147
+ }
1148
+ },
1123
1149
  "aws-cdk-lib.aws_finspace": {
1124
1150
  "targets": {
1125
1151
  "dotnet": {
@@ -1601,6 +1627,19 @@
1601
1627
  }
1602
1628
  }
1603
1629
  },
1630
+ "aws-cdk-lib.aws_lex": {
1631
+ "targets": {
1632
+ "dotnet": {
1633
+ "namespace": "Amazon.CDK.AWS.Lex"
1634
+ },
1635
+ "java": {
1636
+ "package": "software.amazon.awscdk.services.lex"
1637
+ },
1638
+ "python": {
1639
+ "module": "aws_cdk.aws_lex"
1640
+ }
1641
+ }
1642
+ },
1604
1643
  "aws-cdk-lib.aws_licensemanager": {
1605
1644
  "targets": {
1606
1645
  "dotnet": {
@@ -2030,6 +2069,19 @@
2030
2069
  }
2031
2070
  }
2032
2071
  },
2072
+ "aws-cdk-lib.aws_refactorspaces": {
2073
+ "targets": {
2074
+ "dotnet": {
2075
+ "namespace": "Amazon.CDK.AWS.RefactorSpaces"
2076
+ },
2077
+ "java": {
2078
+ "package": "software.amazon.awscdk.services.refactorspaces"
2079
+ },
2080
+ "python": {
2081
+ "module": "aws_cdk.aws_refactorspaces"
2082
+ }
2083
+ }
2084
+ },
2033
2085
  "aws-cdk-lib.aws_rekognition": {
2034
2086
  "targets": {
2035
2087
  "dotnet": {
@@ -2043,6 +2095,19 @@
2043
2095
  }
2044
2096
  }
2045
2097
  },
2098
+ "aws-cdk-lib.aws_resiliencehub": {
2099
+ "targets": {
2100
+ "dotnet": {
2101
+ "namespace": "Amazon.CDK.AWS.ResilienceHub"
2102
+ },
2103
+ "java": {
2104
+ "package": "software.amazon.awscdk.services.resiliencehub"
2105
+ },
2106
+ "python": {
2107
+ "module": "aws_cdk.aws_resiliencehub"
2108
+ }
2109
+ }
2110
+ },
2046
2111
  "aws-cdk-lib.aws_resourcegroups": {
2047
2112
  "targets": {
2048
2113
  "dotnet": {
@@ -2147,6 +2212,19 @@
2147
2212
  }
2148
2213
  }
2149
2214
  },
2215
+ "aws-cdk-lib.aws_rum": {
2216
+ "targets": {
2217
+ "dotnet": {
2218
+ "namespace": "Amazon.CDK.AWS.RUM"
2219
+ },
2220
+ "java": {
2221
+ "package": "software.amazon.awscdk.services.rum"
2222
+ },
2223
+ "python": {
2224
+ "module": "aws_cdk.aws_rum"
2225
+ }
2226
+ }
2227
+ },
2150
2228
  "aws-cdk-lib.aws_s3": {
2151
2229
  "targets": {
2152
2230
  "dotnet": {
@@ -2777,7 +2855,7 @@
2777
2855
  "stability": "experimental"
2778
2856
  },
2779
2857
  "homepage": "https://github.com/aws/aws-cdk",
2780
- "jsiiVersion": "1.46.0 (build cd08c55)",
2858
+ "jsiiVersion": "1.47.0 (build 86d2c33)",
2781
2859
  "keywords": [
2782
2860
  "aws",
2783
2861
  "cdk",
@@ -4026,6 +4104,7 @@
4026
4104
  "base": "aws-cdk-lib.Resource",
4027
4105
  "docs": {
4028
4106
  "custom": {
4107
+ "exampleMetadata": "fixture=with-cluster",
4029
4108
  "resource": "AWS::Neptune::DBInstance"
4030
4109
  },
4031
4110
  "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
@@ -4279,6 +4358,9 @@
4279
4358
  "assembly": "@aws-cdk/aws-neptune-alpha",
4280
4359
  "datatype": true,
4281
4360
  "docs": {
4361
+ "custom": {
4362
+ "exampleMetadata": "fixture=with-cluster"
4363
+ },
4282
4364
  "example": "const replica1 = new neptune.DatabaseInstance(this, 'Instance', {\n cluster,\n instanceType: neptune.InstanceType.R5_LARGE\n});",
4283
4365
  "stability": "experimental",
4284
4366
  "summary": "Construction properties for a DatabaseInstanceNew."
@@ -5846,6 +5928,6 @@
5846
5928
  "symbolId": "lib/subnet-group:SubnetGroupProps"
5847
5929
  }
5848
5930
  },
5849
- "version": "2.1.0-alpha.0",
5931
+ "version": "2.2.0-alpha.0",
5850
5932
  "fingerprint": "**********"
5851
5933
  }