Amazon.Shield.AmazonShieldClient.CreateSubscription C# (CSharp) Method

CreateSubscription() public method

Activates AWS Shield Advanced for an account.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception indicating the specified resource already exists. ///
public CreateSubscription ( CreateSubscriptionRequest request ) : CreateSubscriptionResponse
request CreateSubscriptionRequest Container for the necessary parameters to execute the CreateSubscription service method.
return CreateSubscriptionResponse
        public CreateSubscriptionResponse CreateSubscription(CreateSubscriptionRequest request)
        {
            var marshaller = new CreateSubscriptionRequestMarshaller();
            var unmarshaller = CreateSubscriptionResponseUnmarshaller.Instance;

            return Invoke<CreateSubscriptionRequest,CreateSubscriptionResponse>(request, marshaller, unmarshaller);
        }