Skip to content

Commit

Permalink
Version 1.5.34.0 of the AWS .NET SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSafronov authored and unknown-user committed Sep 27, 2013
1 parent afc8b2e commit 8db777c
Show file tree
Hide file tree
Showing 5,652 changed files with 740,842 additions and 740,035 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9,136 changes: 4,568 additions & 4,568 deletions AWSSDK/AWSClientFactory.cs

Large diffs are not rendered by default.

520 changes: 260 additions & 260 deletions AWSSDK/AWSConfigs.cs

Large diffs are not rendered by default.

20,999 changes: 10,503 additions & 10,496 deletions AWSSDK/AWSSDKSrc.csproj

Large diffs are not rendered by default.

1,354 changes: 677 additions & 677 deletions AWSSDK/Amazon.AWSSupport/AmazonAWSSupport.cs

Large diffs are not rendered by default.

2,290 changes: 1,145 additions & 1,145 deletions AWSSDK/Amazon.AWSSupport/AmazonAWSSupportClient.cs

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions AWSSDK/Amazon.AWSSupport/AmazonAWSSupportConfig.cs
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
using System;

using Amazon.Runtime;

namespace Amazon.AWSSupport
{

/// <summary>
/// Configuration for accessing AWS Support service
/// </summary>
public class AmazonAWSSupportConfig : ClientConfig
{
/// <summary>
/// Default constructor
/// </summary>
public AmazonAWSSupportConfig()
{
this.ServiceURL = "https://support.us-east-1.amazonaws.com";
this.AuthenticationServiceName = "support";
}

/// <summary>
/// The constant used to lookup in the region hash the endpoint.
/// </summary>
internal override string RegionEndpointServiceName
{
get
{
return "support";
}
}

/// <summary>
/// Gets the ServiceVersion property.
/// </summary>
public override string ServiceVersion
{
get
{
return "2013-04-15";
}
}
}
}


/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
using System;

using Amazon.Runtime;

namespace Amazon.AWSSupport
{

/// <summary>
/// Configuration for accessing AWS Support service
/// </summary>
public class AmazonAWSSupportConfig : ClientConfig
{
/// <summary>
/// Default constructor
/// </summary>
public AmazonAWSSupportConfig()
{
this.ServiceURL = "https://support.us-east-1.amazonaws.com";
this.AuthenticationServiceName = "support";
}

/// <summary>
/// The constant used to lookup in the region hash the endpoint.
/// </summary>
internal override string RegionEndpointServiceName
{
get
{
return "support";
}
}

/// <summary>
/// Gets the ServiceVersion property.
/// </summary>
public override string ServiceVersion
{
get
{
return "2013-04-15";
}
}
}
}


102 changes: 51 additions & 51 deletions AWSSDK/Amazon.AWSSupport/AmazonAWSSupportException.cs
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;

using Amazon.Runtime;

namespace Amazon.AWSSupport
{
public class AmazonAWSSupportException : AmazonServiceException
{
internal AmazonAWSSupportException(string message)
: base(message)
{
}

internal AmazonAWSSupportException(string message, Exception innerException)
: base(message, innerException)
{
}

internal AmazonAWSSupportException(Exception innerException)
: base(innerException.Message, innerException)
{
}

internal AmazonAWSSupportException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode)
{
}

internal AmazonAWSSupportException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode)
{
}
}
}
/*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;

using Amazon.Runtime;

namespace Amazon.AWSSupport
{
public class AmazonAWSSupportException : AmazonServiceException
{
internal AmazonAWSSupportException(string message)
: base(message)
{
}

internal AmazonAWSSupportException(string message, Exception innerException)
: base(message, innerException)
{
}

internal AmazonAWSSupportException(Exception innerException)
: base(innerException.Message, innerException)
{
}

internal AmazonAWSSupportException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, errorType, errorCode, requestId, statusCode)
{
}

internal AmazonAWSSupportException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
: base(message, innerException, errorType, errorCode, requestId, statusCode)
{
}
}
}
Loading

0 comments on commit 8db777c

Please sign in to comment.