/******************************************************************************* * Copyright 2012-2019 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. * ***************************************************************************** * * AWS Tools for Windows (TM) PowerShell (TM) * */ using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Text; using Amazon.PowerShell.Common; using Amazon.Runtime; using Amazon.SimpleNotificationService; using Amazon.SimpleNotificationService.Model; namespace Amazon.PowerShell.Cmdlets.SNS { /// /// Use this request to set the default settings for sending SMS messages and receiving /// daily SMS usage reports. /// /// /// /// You can override some of these settings for a single message when you use the Publish /// action with the MessageAttributes.entry.N parameter. For more information, /// see Publishing /// to a mobile phone in the Amazon SNS Developer Guide. /// /// To use this operation, you must grant the Amazon SNS service principal (sns.amazonaws.com) /// permission to perform the s3:ListBucket action. /// /// [Cmdlet("Set", "SNSSMSAttribute", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)] [OutputType("None")] [AWSCmdlet("Calls the Amazon Simple Notification Service (SNS) SetSMSAttributes API operation.", Operation = new[] {"SetSMSAttributes"}, SelectReturnType = typeof(Amazon.SimpleNotificationService.Model.SetSMSAttributesResponse), LegacyAlias="Set-SNSSMSAttributes")] [AWSCmdletOutput("None or Amazon.SimpleNotificationService.Model.SetSMSAttributesResponse", "This cmdlet does not generate any output." + "The service response (type Amazon.SimpleNotificationService.Model.SetSMSAttributesResponse) can be referenced from properties attached to the cmdlet entry in the $AWSHistory stack." )] public partial class SetSNSSMSAttributeCmdlet : AmazonSimpleNotificationServiceClientCmdlet, IExecutor { #region Parameter Attribute /// /// /// The default settings for sending SMS messages from your Amazon Web Services account. /// You can set values for the following attribute names:MonthlySpendLimit – The maximum amount in USD that you are willing to /// spend each month to send SMS messages. When Amazon SNS determines that sending an /// SMS message would incur a cost that exceeds this limit, it stops sending SMS messages /// within minutes.Amazon SNS stops sending SMS messages within minutes of the limit being crossed. During /// that interval, if you continue to send SMS messages, you will incur costs that exceed /// your limit.By default, the spend limit is set to the maximum allowed by Amazon SNS. If you want /// to raise the limit, submit an SNS /// Limit Increase case. For New limit value, enter your desired monthly spend /// limit. In the Use Case Description field, explain that you are requesting an /// SMS monthly spend limit increase.DeliveryStatusIAMRole – The ARN of the IAM role that allows Amazon SNS /// to write logs about SMS deliveries in CloudWatch Logs. For each SMS message that you /// send, Amazon SNS writes a log that includes the message price, the success or failure /// status, the reason for failure (if the message failed), the message dwell time, and /// other information.DeliveryStatusSuccessSamplingRate – The percentage of successful SMS /// deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value can /// be an integer from 0 - 100. For example, to write logs only for failed deliveries, /// set this value to 0. To write logs for 10% of your successful deliveries, /// set it to 10.DefaultSenderID – A string, such as your business brand, that is displayed /// as the sender on the receiving device. Support for sender IDs varies by country. The /// sender ID can be 1 - 11 alphanumeric characters, and it must contain at least one /// letter.DefaultSMSType – The type of SMS message that you will send by default. /// You can assign the following values:UsageReportS3Bucket – The name of the Amazon S3 bucket to receive daily /// SMS usage reports from Amazon SNS. Each day, Amazon SNS will deliver a usage report /// as a CSV file to the bucket. The report includes the following information for each /// SMS message that was successfully delivered by your Amazon Web Services account:To receive the report, the bucket must have a policy that allows the Amazon SNS service /// principal to perform the s3:PutObject and s3:GetBucketLocation /// actions.For an example bucket policy and usage report, see Monitoring /// SMS Activity in the Amazon SNS Developer Guide. /// /// #if !MODULAR [System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true)] #else [System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true, Mandatory = true)] [System.Management.Automation.AllowEmptyCollection] [System.Management.Automation.AllowNull] #endif [Amazon.PowerShell.Common.AWSRequiredParameter] [Alias("Attributes")] public System.Collections.Hashtable Attribute { get; set; } #endregion #region Parameter Select /// /// Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. /// Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SimpleNotificationService.Model.SetSMSAttributesResponse). /// Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public string Select { get; set; } = "*"; #endregion #region Parameter PassThru /// /// Changes the cmdlet behavior to return the value passed to the Attribute parameter. /// The -PassThru parameter is deprecated, use -Select '^Attribute' instead. This parameter will be removed in a future version. /// [System.Obsolete("The -PassThru parameter is deprecated, use -Select '^Attribute' instead. This parameter will be removed in a future version.")] [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public SwitchParameter PassThru { get; set; } #endregion #region Parameter Force /// /// This parameter overrides confirmation prompts to force /// the cmdlet to continue its operation. This parameter should always /// be used with caution. /// [System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)] public SwitchParameter Force { get; set; } #endregion protected override void ProcessRecord() { this._AWSSignerType = "v4"; base.ProcessRecord(); var resourceIdentifiersText = FormatParameterValuesForConfirmationMsg(nameof(this.Attribute), MyInvocation.BoundParameters); if (!ConfirmShouldProceed(this.Force.IsPresent, resourceIdentifiersText, "Set-SNSSMSAttribute (SetSMSAttributes)")) { return; } var context = new CmdletContext(); // allow for manipulation of parameters prior to loading into context PreExecutionContextLoad(context); #pragma warning disable CS0618, CS0612 //A class member was marked with the Obsolete attribute if (ParameterWasBound(nameof(this.Select))) { context.Select = CreateSelectDelegate(Select) ?? throw new System.ArgumentException("Invalid value for -Select parameter.", nameof(this.Select)); if (this.PassThru.IsPresent) { throw new System.ArgumentException("-PassThru cannot be used when -Select is specified.", nameof(this.Select)); } } else if (this.PassThru.IsPresent) { context.Select = (response, cmdlet) => this.Attribute; } #pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute if (this.Attribute != null) { context.Attribute = new Dictionary(StringComparer.Ordinal); foreach (var hashKey in this.Attribute.Keys) { context.Attribute.Add((String)hashKey, (String)(this.Attribute[hashKey])); } } #if MODULAR if (this.Attribute == null && ParameterWasBound(nameof(this.Attribute))) { WriteWarning("You are passing $null as a value for parameter Attribute which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues."); } #endif // allow further manipulation of loaded context prior to processing PostExecutionContextLoad(context); var output = Execute(context) as CmdletOutput; ProcessOutput(output); } #region IExecutor Members public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.SimpleNotificationService.Model.SetSMSAttributesRequest(); if (cmdletContext.Attribute != null) { request.Attributes = cmdletContext.Attribute; } CmdletOutput output; // issue call var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint); try { var response = CallAWSServiceOperation(client, request); object pipelineOutput = null; pipelineOutput = cmdletContext.Select(response, this); output = new CmdletOutput { PipelineOutput = pipelineOutput, ServiceResponse = response }; } catch (Exception e) { output = new CmdletOutput { ErrorResponse = e }; } return output; } public ExecutorContext CreateContext() { return new CmdletContext(); } #endregion #region AWS Service Operation Call private Amazon.SimpleNotificationService.Model.SetSMSAttributesResponse CallAWSServiceOperation(IAmazonSimpleNotificationService client, Amazon.SimpleNotificationService.Model.SetSMSAttributesRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon Simple Notification Service (SNS)", "SetSMSAttributes"); try { #if DESKTOP return client.SetSMSAttributes(request); #elif CORECLR return client.SetSMSAttributesAsync(request).GetAwaiter().GetResult(); #else #error "Unknown build edition" #endif } catch (AmazonServiceException exc) { var webException = exc.InnerException as System.Net.WebException; if (webException != null) { throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException); } throw; } } #endregion internal partial class CmdletContext : ExecutorContext { public Dictionary Attribute { get; set; } public System.Func Select { get; set; } = (response, cmdlet) => null; } } }