Exemplo n.º 1
0
        public async Task GenerateReport()
        {
            LogLine("Generating Credential Report...");
            var crRequ = new GenerateCredentialReportRequest();
            var crResp = await _iamClient.GenerateCredentialReportAsync(crRequ);

            LogLine("Response: " + JsonConvert.SerializeObject(crResp));
            return;
        }
        /// <summary>
        /// Initiates the asynchronous execution of the GenerateCredentialReport operation.
        /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService"/>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task<GenerateCredentialReportResponse> GenerateCredentialReportAsync(GenerateCredentialReportRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GenerateCredentialReportRequestMarshaller();
            var unmarshaller = GenerateCredentialReportResponseUnmarshaller.Instance;

            return InvokeAsync<GenerateCredentialReportRequest,GenerateCredentialReportResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
        internal GenerateCredentialReportResponse GenerateCredentialReport(GenerateCredentialReportRequest request)
        {
            var marshaller = new GenerateCredentialReportRequestMarshaller();
            var unmarshaller = GenerateCredentialReportResponseUnmarshaller.Instance;

            return Invoke<GenerateCredentialReportRequest,GenerateCredentialReportResponse>(request, marshaller, unmarshaller);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the GenerateCredentialReport operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation on AmazonIdentityManagementServiceClient.</param>
        /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
        /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
        ///          procedure using the AsyncState property.</param>
        /// 
        /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGenerateCredentialReport
        ///         operation.</returns>
        public IAsyncResult BeginGenerateCredentialReport(GenerateCredentialReportRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GenerateCredentialReportRequestMarshaller();
            var unmarshaller = GenerateCredentialReportResponseUnmarshaller.Instance;

            return BeginInvoke<GenerateCredentialReportRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
 public Task <GenerateCredentialReportResponse> GenerateCredentialReportAsync(GenerateCredentialReportRequest request,
                                                                              CancellationToken cancellationToken = new CancellationToken())
 {
     throw new System.NotImplementedException();
 }
 /// <summary>
 /// Initiates the asynchronous execution of the GenerateCredentialReport operation.
 /// </summary>
 /// 
 /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation on AmazonIdentityManagementServiceClient.</param>
 /// <param name="callback">An Action delegate that is invoked when the operation completes.</param>
 /// <param name="options">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
 ///          procedure using the AsyncState property.</param>
 public void GenerateCredentialReportAsync(GenerateCredentialReportRequest request, AmazonServiceCallback<GenerateCredentialReportRequest, GenerateCredentialReportResponse> callback, AsyncOptions options = null)
 {
     options = options == null?new AsyncOptions():options;
     var marshaller = new GenerateCredentialReportRequestMarshaller();
     var unmarshaller = GenerateCredentialReportResponseUnmarshaller.Instance;
     Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null;
     if(callback !=null )
         callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { 
             AmazonServiceResult<GenerateCredentialReportRequest,GenerateCredentialReportResponse> responseObject 
                     = new AmazonServiceResult<GenerateCredentialReportRequest,GenerateCredentialReportResponse>((GenerateCredentialReportRequest)req, (GenerateCredentialReportResponse)res, ex , ao.State);    
                 callback(responseObject); 
         };
     BeginInvoke<GenerateCredentialReportRequest>(request, marshaller, unmarshaller, options, callbackHelper);
 }
 internal GenerateCredentialReportResponse GenerateCredentialReport(GenerateCredentialReportRequest request)
 {
     var task = GenerateCredentialReportAsync(request);
     try
     {
         return task.Result;
     }
     catch(AggregateException e)
     {
         ExceptionDispatchInfo.Capture(e.InnerException).Throw();
         return null;
     }
 }
        /// <summary>
        /// Initiates the asynchronous execution of the GenerateCredentialReport operation.
        /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService.GenerateCredentialReport"/>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
		public Task<GenerateCredentialReportResponse> GenerateCredentialReportAsync(GenerateCredentialReportRequest request, CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GenerateCredentialReportRequestMarshaller();
            var unmarshaller = GenerateCredentialReportResponseUnmarshaller.GetInstance();
            return Invoke<IRequest, GenerateCredentialReportRequest, GenerateCredentialReportResponse>(request, marshaller, unmarshaller, signer, cancellationToken);
        }
        IAsyncResult invokeGenerateCredentialReport(GenerateCredentialReportRequest request, AsyncCallback callback, object state, bool synchronized)
        {
            var marshaller = new GenerateCredentialReportRequestMarshaller();
            var unmarshaller = GenerateCredentialReportResponseUnmarshaller.Instance;

            return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer);
        }
 /// <summary>
 /// Initiates the asynchronous execution of the GenerateCredentialReport operation.
 /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService"/>
 /// </summary>
 /// 
 /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport operation on AmazonIdentityManagementServiceClient.</param>
 /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
 /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
 ///          procedure using the AsyncState property.</param>
 /// 
 /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGenerateCredentialReport
 ///         operation.</returns>
 public IAsyncResult BeginGenerateCredentialReport(GenerateCredentialReportRequest request, AsyncCallback callback, object state)
 {
     return invokeGenerateCredentialReport(request, callback, state, false);
 }
 /// <summary>
 /// Generates a credential report for the AWS account. For more information about the
 /// credential report, see <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting
 /// Credential Reports</a> in the <i>Using IAM</i> guide.
 /// </summary>
 /// <param name="request">Container for the necessary parameters to execute the GenerateCredentialReport service method.</param>
 /// 
 /// <returns>The response from the GenerateCredentialReport service method, as returned by IdentityManagementService.</returns>
 /// <exception cref="LimitExceededException">
 /// The request was rejected because it attempted to create resources beyond the current
 /// AWS account limits. The error message describes the limit exceeded.
 /// </exception>
 public GenerateCredentialReportResponse GenerateCredentialReport(GenerateCredentialReportRequest request)
 {
     IAsyncResult asyncResult = invokeGenerateCredentialReport(request, null, null, true);
     return EndGenerateCredentialReport(asyncResult);
 }