Skip to content

Commit 2531a40

Browse files
committed
Fix for metadata location.
1 parent f6ac67a commit 2531a40

File tree

2 files changed

+111
-209
lines changed

2 files changed

+111
-209
lines changed

.doc_gen/metadata/redshift_metadata.yaml

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ redshift_Hello:
55
synopsis: get started using &RS;.
66
category: Hello
77
languages:
8+
.NET:
9+
versions:
10+
- sdk_version: 4
11+
github: dotnetv4/Redshift
12+
excerpts:
13+
- description:
14+
snippet_tags:
15+
- Redshift.dotnetv4.Hello
816
Go:
917
versions:
1018
- sdk_version: 2
@@ -35,6 +43,14 @@ redshift_Hello:
3543
redshift: {DescribeClusters}
3644
redshift_ListDatabases:
3745
languages:
46+
.NET:
47+
versions:
48+
- sdk_version: 4
49+
github: dotnetv4/Redshift
50+
excerpts:
51+
- description:
52+
snippet_tags:
53+
- Redshift.dotnetv4.ListDatabases
3854
Java:
3955
versions:
4056
- sdk_version: 2
@@ -48,6 +64,14 @@ redshift_ListDatabases:
4864
redshift: {ListDatabases}
4965
redshift_CreateCluster:
5066
languages:
67+
.NET:
68+
versions:
69+
- sdk_version: 4
70+
github: dotnetv4/Redshift
71+
excerpts:
72+
- description:
73+
snippet_tags:
74+
- Redshift.dotnetv4.CreateCluster
5175
Go:
5276
versions:
5377
- sdk_version: 2
@@ -105,6 +129,14 @@ redshift_CreateCluster:
105129
redshift: {CreateCluster}
106130
redshift_DeleteCluster:
107131
languages:
132+
.NET:
133+
versions:
134+
- sdk_version: 4
135+
github: dotnetv4/Redshift
136+
excerpts:
137+
- description:
138+
snippet_tags:
139+
- Redshift.dotnetv4.DeleteCluster
108140
Go:
109141
versions:
110142
- sdk_version: 2
@@ -162,6 +194,14 @@ redshift_DeleteCluster:
162194
redshift: {DeleteCluster}
163195
redshift_DescribeClusters:
164196
languages:
197+
.NET:
198+
versions:
199+
- sdk_version: 4
200+
github: dotnetv4/Redshift
201+
excerpts:
202+
- description:
203+
snippet_tags:
204+
- Redshift.dotnetv4.DescribeClusters
165205
Go:
166206
versions:
167207
- sdk_version: 2
@@ -219,6 +259,14 @@ redshift_DescribeClusters:
219259
redshift: {DescribeClusters}
220260
redshift_ModifyCluster:
221261
languages:
262+
.NET:
263+
versions:
264+
- sdk_version: 4
265+
github: dotnetv4/Redshift
266+
excerpts:
267+
- description:
268+
snippet_tags:
269+
- Redshift.dotnetv4.ModifyCluster
222270
Go:
223271
versions:
224272
- sdk_version: 2
@@ -276,6 +324,14 @@ redshift_ModifyCluster:
276324
redshift: {ModifyCluster}
277325
redshift_DescribeStatement:
278326
languages:
327+
.NET:
328+
versions:
329+
- sdk_version: 4
330+
github: dotnetv4/Redshift
331+
excerpts:
332+
- description:
333+
snippet_tags:
334+
- Redshift.dotnetv4.DescribeStatement
279335
Java:
280336
versions:
281337
- sdk_version: 2
@@ -302,6 +358,14 @@ redshift_DescribeStatement:
302358
redshift: {DescribeStatement}
303359
redshift_GetStatementResult:
304360
languages:
361+
.NET:
362+
versions:
363+
- sdk_version: 4
364+
github: dotnetv4/Redshift
365+
excerpts:
366+
- description:
367+
snippet_tags:
368+
- Redshift.dotnetv4.GetStatementResult
305369
Java:
306370
versions:
307371
- sdk_version: 2
@@ -326,6 +390,42 @@ redshift_GetStatementResult:
326390
- python.example_code.redshift_data.RedshiftDataWrapper.instantiation
327391
services:
328392
redshift: {GetStatementResult}
393+
redshift_CreateTable:
394+
languages:
395+
.NET:
396+
versions:
397+
- sdk_version: 4
398+
github: dotnetv4/Redshift
399+
excerpts:
400+
- description:
401+
snippet_tags:
402+
- Redshift.dotnetv4.CreateTable
403+
services:
404+
redshift-data: {ExecuteStatement}
405+
redshift_Insert:
406+
languages:
407+
.NET:
408+
versions:
409+
- sdk_version: 4
410+
github: dotnetv4/Redshift
411+
excerpts:
412+
- description:
413+
snippet_tags:
414+
- Redshift.dotnetv4.Insert
415+
services:
416+
redshift-data: {ExecuteStatement}
417+
redshift_Query:
418+
languages:
419+
.NET:
420+
versions:
421+
- sdk_version: 4
422+
github: dotnetv4/Redshift
423+
excerpts:
424+
- description:
425+
snippet_tags:
426+
- Redshift.dotnetv4.Query
427+
services:
428+
redshift-data: {ExecuteStatement, GetStatementResult}
329429
redshift_ExecuteStatement:
330430
languages:
331431
Java:
@@ -356,6 +456,17 @@ redshift_Scenario:
356456
- Delete the Amazon Redshift cluster.
357457
category: Basics
358458
languages:
459+
.NET:
460+
versions:
461+
- sdk_version: 4
462+
github: dotnetv4/Redshift
463+
excerpts:
464+
- description: Create a Redshift wrapper class to manage operations.
465+
snippet_tags:
466+
- Redshift.dotnetv4.RedshiftWrapper
467+
- description: Run an interactive scenario demonstrating Redshift basics.
468+
snippet_tags:
469+
- Redshift.dotnetv4.RedshiftScenario
359470
Go:
360471
versions:
361472
- sdk_version: 2

dotnetv4/Redshift/.doc_gen/metadata/redshift_metadata.yaml

Lines changed: 0 additions & 209 deletions
This file was deleted.

0 commit comments

Comments
 (0)