@aws-cdk/aws-neptune-alpha 2.248.0-alpha.0 → 2.249.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.248.0",
11
+ "aws-cdk-lib": "^2.249.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -2820,6 +2820,19 @@
2820
2820
  }
2821
2821
  }
2822
2822
  },
2823
+ "aws-cdk-lib.aws_novaact": {
2824
+ "targets": {
2825
+ "dotnet": {
2826
+ "namespace": "Amazon.CDK.AWS.NovaAct"
2827
+ },
2828
+ "java": {
2829
+ "package": "software.amazon.awscdk.services.novaact"
2830
+ },
2831
+ "python": {
2832
+ "module": "aws_cdk.aws_novaact"
2833
+ }
2834
+ }
2835
+ },
2823
2836
  "aws-cdk-lib.aws_oam": {
2824
2837
  "targets": {
2825
2838
  "dotnet": {
@@ -3616,6 +3629,19 @@
3616
3629
  }
3617
3630
  }
3618
3631
  },
3632
+ "aws-cdk-lib.aws_securityagent": {
3633
+ "targets": {
3634
+ "dotnet": {
3635
+ "namespace": "Amazon.CDK.AWS.SecurityAgent"
3636
+ },
3637
+ "java": {
3638
+ "package": "software.amazon.awscdk.services.securityagent"
3639
+ },
3640
+ "python": {
3641
+ "module": "aws_cdk.aws_securityagent"
3642
+ }
3643
+ }
3644
+ },
3619
3645
  "aws-cdk-lib.aws_securityhub": {
3620
3646
  "targets": {
3621
3647
  "dotnet": {
@@ -7184,6 +7210,22 @@
7184
7210
  }
7185
7211
  }
7186
7212
  },
7213
+ "aws-cdk-lib.interfaces.aws_novaact": {
7214
+ "targets": {
7215
+ "dotnet": {
7216
+ "namespace": "Amazon.CDK.Interfaces.NovaAct"
7217
+ },
7218
+ "go": {
7219
+ "packageName": "interfacesawsnovaact"
7220
+ },
7221
+ "java": {
7222
+ "package": "software.amazon.awscdk.interfaces.novaact"
7223
+ },
7224
+ "python": {
7225
+ "module": "aws_cdk.interfaces.aws_novaact"
7226
+ }
7227
+ }
7228
+ },
7187
7229
  "aws-cdk-lib.interfaces.aws_oam": {
7188
7230
  "targets": {
7189
7231
  "dotnet": {
@@ -8048,6 +8090,22 @@
8048
8090
  }
8049
8091
  }
8050
8092
  },
8093
+ "aws-cdk-lib.interfaces.aws_securityagent": {
8094
+ "targets": {
8095
+ "dotnet": {
8096
+ "namespace": "Amazon.CDK.Interfaces.SecurityAgent"
8097
+ },
8098
+ "go": {
8099
+ "packageName": "interfacesawssecurityagent"
8100
+ },
8101
+ "java": {
8102
+ "package": "software.amazon.awscdk.interfaces.securityagent"
8103
+ },
8104
+ "python": {
8105
+ "module": "aws_cdk.interfaces.aws_securityagent"
8106
+ }
8107
+ }
8108
+ },
8051
8109
  "aws-cdk-lib.interfaces.aws_securityhub": {
8052
8110
  "targets": {
8053
8111
  "dotnet": {
@@ -8763,7 +8821,7 @@
8763
8821
  "stability": "experimental"
8764
8822
  },
8765
8823
  "homepage": "https://github.com/aws/aws-cdk",
8766
- "jsiiVersion": "5.9.31 (build 550e607)",
8824
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8767
8825
  "keywords": [
8768
8826
  "aws",
8769
8827
  "cdk",
@@ -13642,6 +13700,6 @@
13642
13700
  "symbolId": "lib/subnet-group:SubnetGroupProps"
13643
13701
  }
13644
13702
  },
13645
- "version": "2.248.0-alpha.0",
13703
+ "version": "2.249.0-alpha.0",
13646
13704
  "fingerprint": "**********"
13647
13705
  }
package/.warnings.jsii.js CHANGED
@@ -1,119 +1,25 @@
1
- function _aws_cdk_aws_neptune_alpha_EngineVersion(p) {
2
- }
3
- function _aws_cdk_aws_neptune_alpha_LogType(p) {
4
- }
5
- function _aws_cdk_aws_neptune_alpha_ServerlessScalingConfiguration(p) {
6
- }
7
- function _aws_cdk_aws_neptune_alpha_DatabaseClusterProps(p) {
8
- if (p == null)
9
- return;
10
- visitedObjects.add(p);
11
- try {
12
- if (!visitedObjects.has(p.instanceType))
13
- _aws_cdk_aws_neptune_alpha_InstanceType(p.instanceType);
14
- if (p.associatedRoles != null)
15
- for (const o of p.associatedRoles)
16
- if (!visitedObjects.has(o))
17
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
18
- if (p.cloudwatchLogsExports != null)
19
- for (const o of p.cloudwatchLogsExports)
20
- if (!visitedObjects.has(o))
21
- _aws_cdk_aws_neptune_alpha_LogType(o);
22
- if (!visitedObjects.has(p.clusterParameterGroup))
23
- _aws_cdk_aws_neptune_alpha_IClusterParameterGroup(p.clusterParameterGroup);
24
- if (!visitedObjects.has(p.engineVersion))
25
- _aws_cdk_aws_neptune_alpha_EngineVersion(p.engineVersion);
26
- if (!visitedObjects.has(p.parameterGroup))
27
- _aws_cdk_aws_neptune_alpha_IParameterGroup(p.parameterGroup);
28
- if (p.securityGroups != null)
29
- for (const o of p.securityGroups)
30
- if (!visitedObjects.has(o))
31
- require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
32
- if (!visitedObjects.has(p.serverlessScalingConfiguration))
33
- _aws_cdk_aws_neptune_alpha_ServerlessScalingConfiguration(p.serverlessScalingConfiguration);
34
- if (!visitedObjects.has(p.subnetGroup))
35
- _aws_cdk_aws_neptune_alpha_ISubnetGroup(p.subnetGroup);
36
- }
37
- finally {
38
- visitedObjects.delete(p);
39
- }
40
- }
41
- function _aws_cdk_aws_neptune_alpha_IDatabaseCluster(p) {
42
- }
43
- function _aws_cdk_aws_neptune_alpha_DatabaseClusterAttributes(p) {
44
- }
45
- function _aws_cdk_aws_neptune_alpha_DatabaseClusterBase(p) {
46
- }
47
- function _aws_cdk_aws_neptune_alpha_DatabaseCluster(p) {
48
- }
49
- function _aws_cdk_aws_neptune_alpha_InstanceType(p) {
50
- }
51
- function _aws_cdk_aws_neptune_alpha_IDatabaseInstance(p) {
52
- }
53
- function _aws_cdk_aws_neptune_alpha_DatabaseInstanceAttributes(p) {
54
- }
55
- function _aws_cdk_aws_neptune_alpha_DatabaseInstanceProps(p) {
56
- if (p == null)
57
- return;
58
- visitedObjects.add(p);
59
- try {
60
- if (!visitedObjects.has(p.cluster))
61
- _aws_cdk_aws_neptune_alpha_IDatabaseCluster(p.cluster);
62
- if (!visitedObjects.has(p.instanceType))
63
- _aws_cdk_aws_neptune_alpha_InstanceType(p.instanceType);
64
- if (!visitedObjects.has(p.parameterGroup))
65
- _aws_cdk_aws_neptune_alpha_IParameterGroup(p.parameterGroup);
66
- }
67
- finally {
68
- visitedObjects.delete(p);
69
- }
70
- }
71
- function _aws_cdk_aws_neptune_alpha_DatabaseInstanceBase(p) {
72
- }
73
- function _aws_cdk_aws_neptune_alpha_DatabaseInstance(p) {
74
- }
75
- function _aws_cdk_aws_neptune_alpha_Endpoint(p) {
76
- }
77
- function _aws_cdk_aws_neptune_alpha_ParameterGroupFamily(p) {
78
- }
79
- function _aws_cdk_aws_neptune_alpha_ClusterParameterGroupProps(p) {
80
- if (p == null)
81
- return;
82
- visitedObjects.add(p);
83
- try {
84
- if (!visitedObjects.has(p.family))
85
- _aws_cdk_aws_neptune_alpha_ParameterGroupFamily(p.family);
86
- }
87
- finally {
88
- visitedObjects.delete(p);
89
- }
90
- }
91
- function _aws_cdk_aws_neptune_alpha_ParameterGroupProps(p) {
92
- if (p == null)
93
- return;
94
- visitedObjects.add(p);
95
- try {
96
- if (!visitedObjects.has(p.family))
97
- _aws_cdk_aws_neptune_alpha_ParameterGroupFamily(p.family);
98
- }
99
- finally {
100
- visitedObjects.delete(p);
101
- }
102
- }
103
- function _aws_cdk_aws_neptune_alpha_IClusterParameterGroup(p) {
104
- }
105
- function _aws_cdk_aws_neptune_alpha_ClusterParameterGroup(p) {
106
- }
107
- function _aws_cdk_aws_neptune_alpha_IParameterGroup(p) {
108
- }
109
- function _aws_cdk_aws_neptune_alpha_ParameterGroup(p) {
110
- }
111
- function _aws_cdk_aws_neptune_alpha_ISubnetGroup(p) {
112
- }
113
- function _aws_cdk_aws_neptune_alpha_SubnetGroupProps(p) {
114
- }
115
- function _aws_cdk_aws_neptune_alpha_SubnetGroup(p) {
116
- }
1
+ const VALIDATORS = { _aws_cdk_aws_neptune_alpha_DatabaseClusterProps: function _aws_cdk_aws_neptune_alpha_DatabaseClusterProps(p) {
2
+ if (p == null)
3
+ return;
4
+ visitedObjects.add(p);
5
+ try {
6
+ if (p.associatedRoles != null)
7
+ for (const o of p.associatedRoles)
8
+ if (!visitedObjects.has(o))
9
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_iam_IRole(o);
10
+ if (p.cloudwatchLogsExports != null)
11
+ for (const o of p.cloudwatchLogsExports)
12
+ if (!visitedObjects.has(o))
13
+ module.exports._aws_cdk_aws_neptune_alpha_LogType(o);
14
+ if (p.securityGroups != null)
15
+ for (const o of p.securityGroups)
16
+ if (!visitedObjects.has(o))
17
+ require("aws-cdk-lib/.warnings.jsii.js").aws_cdk_lib_aws_ec2_ISecurityGroup(o);
18
+ }
19
+ finally {
20
+ visitedObjects.delete(p);
21
+ }
22
+ } };
117
23
  function print(name, deprecationMessage) {
118
24
  const deprecated = process.env.JSII_DEPRECATED;
119
25
  const deprecationMode = ["warn", "fail", "quiet"].includes(deprecated) ? deprecated : "warn";
@@ -150,4 +56,16 @@ class DeprecationError extends Error {
150
56
  });
151
57
  }
152
58
  }
153
- module.exports = { print, getPropertyDescriptor, DeprecationError, _aws_cdk_aws_neptune_alpha_EngineVersion, _aws_cdk_aws_neptune_alpha_LogType, _aws_cdk_aws_neptune_alpha_ServerlessScalingConfiguration, _aws_cdk_aws_neptune_alpha_DatabaseClusterProps, _aws_cdk_aws_neptune_alpha_IDatabaseCluster, _aws_cdk_aws_neptune_alpha_DatabaseClusterAttributes, _aws_cdk_aws_neptune_alpha_DatabaseClusterBase, _aws_cdk_aws_neptune_alpha_DatabaseCluster, _aws_cdk_aws_neptune_alpha_InstanceType, _aws_cdk_aws_neptune_alpha_IDatabaseInstance, _aws_cdk_aws_neptune_alpha_DatabaseInstanceAttributes, _aws_cdk_aws_neptune_alpha_DatabaseInstanceProps, _aws_cdk_aws_neptune_alpha_DatabaseInstanceBase, _aws_cdk_aws_neptune_alpha_DatabaseInstance, _aws_cdk_aws_neptune_alpha_Endpoint, _aws_cdk_aws_neptune_alpha_ParameterGroupFamily, _aws_cdk_aws_neptune_alpha_ClusterParameterGroupProps, _aws_cdk_aws_neptune_alpha_ParameterGroupProps, _aws_cdk_aws_neptune_alpha_IClusterParameterGroup, _aws_cdk_aws_neptune_alpha_ClusterParameterGroup, _aws_cdk_aws_neptune_alpha_IParameterGroup, _aws_cdk_aws_neptune_alpha_ParameterGroup, _aws_cdk_aws_neptune_alpha_ISubnetGroup, _aws_cdk_aws_neptune_alpha_SubnetGroupProps, _aws_cdk_aws_neptune_alpha_SubnetGroup };
59
+ function nop() {
60
+ }
61
+ module.exports = new Proxy({}, {
62
+ get(target, prop, receiver) {
63
+ if (prop === "print")
64
+ return print;
65
+ if (prop === "getPropertyDescriptor")
66
+ return getPropertyDescriptor;
67
+ if (prop === "DeprecationError")
68
+ return DeprecationError;
69
+ return VALIDATORS[prop] ?? nop;
70
+ },
71
+ });
package/lib/cluster.js CHANGED
@@ -55,7 +55,7 @@ const subnet_group_1 = require("./subnet-group");
55
55
  */
56
56
  class EngineVersion {
57
57
  version;
58
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.EngineVersion", version: "2.248.0-alpha.0" };
58
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.EngineVersion", version: "2.249.0-alpha.0" };
59
59
  /**
60
60
  * Neptune engine version 1.0.1.0
61
61
  */
@@ -200,7 +200,7 @@ exports.EngineVersion = EngineVersion;
200
200
  */
201
201
  class LogType {
202
202
  value;
203
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.LogType", version: "2.248.0-alpha.0" };
203
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.LogType", version: "2.249.0-alpha.0" };
204
204
  /**
205
205
  * Audit logs
206
206
  *
@@ -220,7 +220,7 @@ exports.LogType = LogType;
220
220
  * A new or imported database cluster.
221
221
  */
222
222
  class DatabaseClusterBase extends core_1.Resource {
223
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase", version: "2.248.0-alpha.0" };
223
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseClusterBase", version: "2.249.0-alpha.0" };
224
224
  /**
225
225
  * Import an existing DatabaseCluster from properties
226
226
  */
@@ -308,7 +308,7 @@ let DatabaseCluster = (() => {
308
308
  DatabaseCluster = _classThis = _classDescriptor.value;
309
309
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
310
310
  }
311
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseCluster", version: "2.248.0-alpha.0" };
311
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseCluster", version: "2.249.0-alpha.0" };
312
312
  /** Uniquely identifies this class. */
313
313
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-neptune-alpha.DatabaseCluster';
314
314
  /**
package/lib/endpoint.js CHANGED
@@ -53,7 +53,7 @@ let Endpoint = (() => {
53
53
  __esDecorate(this, null, _get_socketAddress_decorators, { kind: "getter", name: "socketAddress", static: false, private: false, access: { has: obj => "socketAddress" in obj, get: obj => obj.socketAddress }, metadata: _metadata }, null, _instanceExtraInitializers);
54
54
  if (_metadata) Object.defineProperty(this, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
55
55
  }
56
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.Endpoint", version: "2.248.0-alpha.0" };
56
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.Endpoint", version: "2.249.0-alpha.0" };
57
57
  /**
58
58
  * The hostname of the endpoint
59
59
  */
package/lib/instance.js CHANGED
@@ -50,7 +50,7 @@ const endpoint_1 = require("./endpoint");
50
50
  * used for defining `DatabaseInstanceProps.instanceType`.
51
51
  */
52
52
  class InstanceType {
53
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.InstanceType", version: "2.248.0-alpha.0" };
53
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.InstanceType", version: "2.249.0-alpha.0" };
54
54
  /**
55
55
  * db.x2g.large
56
56
  */
@@ -291,7 +291,7 @@ exports.InstanceType = InstanceType;
291
291
  * A new or imported database instance.
292
292
  */
293
293
  class DatabaseInstanceBase extends cdk.Resource {
294
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase", version: "2.248.0-alpha.0" };
294
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseInstanceBase", version: "2.249.0-alpha.0" };
295
295
  /**
296
296
  * Import an existing database instance.
297
297
  */
@@ -348,7 +348,7 @@ let DatabaseInstance = (() => {
348
348
  DatabaseInstance = _classThis = _classDescriptor.value;
349
349
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
350
350
  }
351
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseInstance", version: "2.248.0-alpha.0" };
351
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.DatabaseInstance", version: "2.249.0-alpha.0" };
352
352
  /** Uniquely identifies this class. */
353
353
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-neptune-alpha.DatabaseInstance';
354
354
  /**
@@ -46,7 +46,7 @@ const prop_injectable_1 = require("aws-cdk-lib/core/lib/prop-injectable");
46
46
  */
47
47
  class ParameterGroupFamily {
48
48
  family;
49
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ParameterGroupFamily", version: "2.248.0-alpha.0" };
49
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ParameterGroupFamily", version: "2.249.0-alpha.0" };
50
50
  /**
51
51
  * Family used by Neptune engine versions before 1.2.0.0
52
52
  */
@@ -91,7 +91,7 @@ let ClusterParameterGroup = (() => {
91
91
  ClusterParameterGroup = _classThis = _classDescriptor.value;
92
92
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
93
93
  }
94
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ClusterParameterGroup", version: "2.248.0-alpha.0" };
94
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ClusterParameterGroup", version: "2.249.0-alpha.0" };
95
95
  /** Uniquely identifies this class. */
96
96
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-neptune-alpha.ClusterParameterGroup';
97
97
  /**
@@ -154,7 +154,7 @@ let ParameterGroup = (() => {
154
154
  ParameterGroup = _classThis = _classDescriptor.value;
155
155
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
156
156
  }
157
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ParameterGroup", version: "2.248.0-alpha.0" };
157
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.ParameterGroup", version: "2.249.0-alpha.0" };
158
158
  /** Uniquely identifies this class. */
159
159
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-neptune-alpha.ParameterGroup';
160
160
  /**
@@ -61,7 +61,7 @@ let SubnetGroup = (() => {
61
61
  SubnetGroup = _classThis = _classDescriptor.value;
62
62
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
63
63
  }
64
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.SubnetGroup", version: "2.248.0-alpha.0" };
64
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-neptune-alpha.SubnetGroup", version: "2.249.0-alpha.0" };
65
65
  /** Uniquely identifies this class. */
66
66
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-neptune-alpha.SubnetGroup';
67
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-neptune-alpha",
3
- "version": "2.248.0-alpha.0",
3
+ "version": "2.249.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "The CDK Construct Library for AWS::Neptune",
6
6
  "main": "lib/index.js",
@@ -83,17 +83,17 @@
83
83
  },
84
84
  "license": "Apache-2.0",
85
85
  "devDependencies": {
86
- "@aws-cdk/cdk-build-tools": "2.248.0-alpha.0",
86
+ "@aws-cdk/cdk-build-tools": "2.249.0-alpha.0",
87
87
  "@aws-cdk/integ-runner": "^2.197.1",
88
- "@aws-cdk/pkglint": "2.248.0-alpha.0",
88
+ "@aws-cdk/pkglint": "2.249.0-alpha.0",
89
89
  "@types/jest": "^29.5.14",
90
- "aws-cdk-lib": "2.248.0",
90
+ "aws-cdk-lib": "2.249.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/integ-tests-alpha": "2.248.0-alpha.0"
92
+ "@aws-cdk/integ-tests-alpha": "2.249.0-alpha.0"
93
93
  },
94
94
  "dependencies": {},
95
95
  "peerDependencies": {
96
- "aws-cdk-lib": "^2.248.0",
96
+ "aws-cdk-lib": "^2.249.0",
97
97
  "constructs": "^10.5.0"
98
98
  },
99
99
  "engines": {