Skip to content

Commit 6b011d3

Browse files
Minor changes to send unsigned requests to Neptune clusters
1 parent b55ab09 commit 6b011d3

File tree

45 files changed

+60
-493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+60
-493
lines changed

generator/ServiceModels/neptunedata/neptunedata-2023-08-01.api.json

Lines changed: 30 additions & 73 deletions
Large diffs are not rendered by default.

generator/ServiceModels/neptunedata/neptunedata-2023-08-01.normal.json

Lines changed: 30 additions & 73 deletions
Large diffs are not rendered by default.

sdk/src/Services/Neptunedata/Generated/Model/CancelGremlinQueryRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -57,13 +56,5 @@ internal bool IsSetQueryId()
5756
return this._queryId != null;
5857
}
5958

60-
/// <summary>
61-
/// Get the signer to use for this request.
62-
/// </summary>
63-
/// <returns>A signer for this request.</returns>
64-
override protected AbstractAWSSigner CreateSigner()
65-
{
66-
return new AWS4Signer();
67-
}
6859
}
6960
}

sdk/src/Services/Neptunedata/Generated/Model/CancelLoaderJobRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -62,13 +61,5 @@ internal bool IsSetLoadId()
6261
return this._loadId != null;
6362
}
6463

65-
/// <summary>
66-
/// Get the signer to use for this request.
67-
/// </summary>
68-
/// <returns>A signer for this request.</returns>
69-
override protected AbstractAWSSigner CreateSigner()
70-
{
71-
return new AWS4Signer();
72-
}
7364
}
7465
}

sdk/src/Services/Neptunedata/Generated/Model/CancelMLDataProcessingJobRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -97,13 +96,5 @@ internal bool IsSetNeptuneIamRoleArn()
9796
return this._neptuneIamRoleArn != null;
9897
}
9998

100-
/// <summary>
101-
/// Get the signer to use for this request.
102-
/// </summary>
103-
/// <returns>A signer for this request.</returns>
104-
override protected AbstractAWSSigner CreateSigner()
105-
{
106-
return new AWS4Signer();
107-
}
10899
}
109100
}

sdk/src/Services/Neptunedata/Generated/Model/CancelMLModelTrainingJobRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -97,13 +96,5 @@ internal bool IsSetNeptuneIamRoleArn()
9796
return this._neptuneIamRoleArn != null;
9897
}
9998

100-
/// <summary>
101-
/// Get the signer to use for this request.
102-
/// </summary>
103-
/// <returns>A signer for this request.</returns>
104-
override protected AbstractAWSSigner CreateSigner()
105-
{
106-
return new AWS4Signer();
107-
}
10899
}
109100
}

sdk/src/Services/Neptunedata/Generated/Model/CancelMLModelTransformJobRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -97,13 +96,5 @@ internal bool IsSetNeptuneIamRoleArn()
9796
return this._neptuneIamRoleArn != null;
9897
}
9998

100-
/// <summary>
101-
/// Get the signer to use for this request.
102-
/// </summary>
103-
/// <returns>A signer for this request.</returns>
104-
override protected AbstractAWSSigner CreateSigner()
105-
{
106-
return new AWS4Signer();
107-
}
10899
}
109100
}

sdk/src/Services/Neptunedata/Generated/Model/CancelOpenCypherQueryRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -77,13 +76,5 @@ internal bool IsSetSilent()
7776
return this._silent.HasValue;
7877
}
7978

80-
/// <summary>
81-
/// Get the signer to use for this request.
82-
/// </summary>
83-
/// <returns>A signer for this request.</returns>
84-
override protected AbstractAWSSigner CreateSigner()
85-
{
86-
return new AWS4Signer();
87-
}
8879
}
8980
}

sdk/src/Services/Neptunedata/Generated/Model/CreateMLEndpointRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -226,13 +225,5 @@ internal bool IsSetVolumeEncryptionKMSKey()
226225
return this._volumeEncryptionKMSKey != null;
227226
}
228227

229-
/// <summary>
230-
/// Get the signer to use for this request.
231-
/// </summary>
232-
/// <returns>A signer for this request.</returns>
233-
override protected AbstractAWSSigner CreateSigner()
234-
{
235-
return new AWS4Signer();
236-
}
237228
}
238229
}

sdk/src/Services/Neptunedata/Generated/Model/DeleteMLEndpointRequest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
using Amazon.Runtime;
2727
using Amazon.Runtime.Internal;
28-
using Amazon.Runtime.Internal.Auth;
2928

3029
namespace Amazon.Neptunedata.Model
3130
{
@@ -97,13 +96,5 @@ internal bool IsSetNeptuneIamRoleArn()
9796
return this._neptuneIamRoleArn != null;
9897
}
9998

100-
/// <summary>
101-
/// Get the signer to use for this request.
102-
/// </summary>
103-
/// <returns>A signer for this request.</returns>
104-
override protected AbstractAWSSigner CreateSigner()
105-
{
106-
return new AWS4Signer();
107-
}
10899
}
109100
}

0 commit comments

Comments
 (0)