cdk-comprehend-s3olap 2.0.32 → 2.0.35
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 +6 -6
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1850 -1390
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +336 -48
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -4
- package/node_modules/aws-sdk/clients/ec2.d.ts +505 -5
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +371 -14
- package/node_modules/aws-sdk/clients/redshift.d.ts +25 -5
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +1877 -1397
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +2 -2
- package/node_modules/esbuild/lib/main.js +7 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +12 -12
@@ -18,6 +18,12 @@
|
|
18
18
|
"limit_key": "MaxResults",
|
19
19
|
"result_key": "Connections"
|
20
20
|
},
|
21
|
+
"GetCoreNetworkChangeEvents": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "CoreNetworkChangeEvents"
|
26
|
+
},
|
21
27
|
"GetCoreNetworkChangeSet": {
|
22
28
|
"input_token": "NextToken",
|
23
29
|
"output_token": "NextToken",
|
@@ -113,6 +119,12 @@
|
|
113
119
|
"output_token": "NextToken",
|
114
120
|
"limit_key": "MaxResults",
|
115
121
|
"result_key": "CoreNetworks"
|
122
|
+
},
|
123
|
+
"ListPeerings": {
|
124
|
+
"input_token": "NextToken",
|
125
|
+
"output_token": "NextToken",
|
126
|
+
"limit_key": "MaxResults",
|
127
|
+
"result_key": "Peerings"
|
116
128
|
}
|
117
129
|
}
|
118
130
|
}
|
@@ -125,11 +125,11 @@
|
|
125
125
|
"input": {
|
126
126
|
"type": "structure",
|
127
127
|
"required": [
|
128
|
-
"SnapshotIdentifier",
|
129
128
|
"AccountWithRestoreAccess"
|
130
129
|
],
|
131
130
|
"members": {
|
132
131
|
"SnapshotIdentifier": {},
|
132
|
+
"SnapshotArn": {},
|
133
133
|
"SnapshotClusterIdentifier": {},
|
134
134
|
"AccountWithRestoreAccess": {}
|
135
135
|
}
|
@@ -1135,6 +1135,7 @@
|
|
1135
1135
|
"members": {
|
1136
1136
|
"ClusterIdentifier": {},
|
1137
1137
|
"SnapshotIdentifier": {},
|
1138
|
+
"SnapshotArn": {},
|
1138
1139
|
"SnapshotType": {},
|
1139
1140
|
"StartTime": {
|
1140
1141
|
"type": "timestamp"
|
@@ -1702,6 +1703,7 @@
|
|
1702
1703
|
"ActionType": {},
|
1703
1704
|
"ClusterIdentifier": {},
|
1704
1705
|
"SnapshotIdentifier": {},
|
1706
|
+
"SnapshotArn": {},
|
1705
1707
|
"OwnerAccount": {},
|
1706
1708
|
"Filters": {
|
1707
1709
|
"locationName": "Filter",
|
@@ -2926,12 +2928,12 @@
|
|
2926
2928
|
"input": {
|
2927
2929
|
"type": "structure",
|
2928
2930
|
"required": [
|
2929
|
-
"ClusterIdentifier"
|
2930
|
-
"SnapshotIdentifier"
|
2931
|
+
"ClusterIdentifier"
|
2931
2932
|
],
|
2932
2933
|
"members": {
|
2933
2934
|
"ClusterIdentifier": {},
|
2934
2935
|
"SnapshotIdentifier": {},
|
2936
|
+
"SnapshotArn": {},
|
2935
2937
|
"SnapshotClusterIdentifier": {},
|
2936
2938
|
"Port": {
|
2937
2939
|
"type": "integer"
|
@@ -3092,11 +3094,11 @@
|
|
3092
3094
|
"input": {
|
3093
3095
|
"type": "structure",
|
3094
3096
|
"required": [
|
3095
|
-
"SnapshotIdentifier",
|
3096
3097
|
"AccountWithRestoreAccess"
|
3097
3098
|
],
|
3098
3099
|
"members": {
|
3099
3100
|
"SnapshotIdentifier": {},
|
3101
|
+
"SnapshotArn": {},
|
3100
3102
|
"SnapshotClusterIdentifier": {},
|
3101
3103
|
"AccountWithRestoreAccess": {}
|
3102
3104
|
}
|