コード例 #1
0
        public void DeviceFarmDeleteUpload()
        {
            #region deleteupload-example-1470868363942

            var client   = new AmazonDeviceFarmClient();
            var response = client.DeleteUpload(new DeleteUploadRequest
            {
                Arn = "arn:aws:devicefarm:us-west-2:123456789101:upload:EXAMPLE-GUID-123-456" // You can get the upload ARN by using the list-uploads CLI command.
            });


            #endregion
        }